@import 'https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Playfair+Display:400,400i,700,900';



* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    overflow-x: hidden !important
}

body {
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    color: gray;
    font-family: "Hind", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: hidden
}

input, textarea, select, button, a {
    outline: none
}

input:focus, input:hover, input:active, textarea:focus, textarea:hover, textarea:active, select:focus, select:hover, select:active, button:focus, button:hover, button:active, a:focus, a:hover, a:active {
    outline: none
}

input[type]:not([type='submit']):not([type='hidden']):not([type='checkbox']):not([type='radio']):not([type='file']), textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

img {
    width: 100%
}

img.auto-width {
    width: auto
}

a {
    color: #000;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s
}

a:hover {
    color: red;
    text-decoration: none
}

a.underline-link {
    text-decoration: underline
}

.block {
    display: block
}

.inline {
    display: inline-block
}

.block-center {
    display: block;
    margin: auto
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.margin-all-none {
    margin: 0 !important
}

.padding-top-1x {
    padding-top: 24px
}

@media screen and (max-width: 768px) {
    .padding-top-1x {
        padding-top: 16px
    }
}

.padding-top-2x {
    padding-top: 48px
}

@media screen and (max-width: 768px) {
    .padding-top-2x {
        padding-top: 32px
    }
}

.padding-top-3x {
    padding-top: 72px
}

@media screen and (max-width: 768px) {
    .padding-top-3x {
        padding-top: 48px
    }
}

.padding-top-4x {
    padding-top: 96px
}

@media screen and (max-width: 768px) {
    .padding-top-4x {
        padding-top: 64px
    }
}

.padding-top-5x {
    padding-top: 120px
}

@media screen and (max-width: 768px) {
    .padding-top-5x {
        padding-top: 80px
    }
}

.padding-top-6x {
    padding-top: 144px
}

@media screen and (max-width: 768px) {
    .padding-top-6x {
        padding-top: 96px
    }
}

.padding-top-7x {
    padding-top: 168px
}

@media screen and (max-width: 768px) {
    .padding-top-7x {
        padding-top: 112px
    }
}

.padding-top-8x {
    padding-top: 192px
}

@media screen and (max-width: 768px) {
    .padding-top-8x {
        padding-top: 128px
    }
}

.padding-top-9x {
    padding-top: 216px
}

@media screen and (max-width: 768px) {
    .padding-top-9x {
        padding-top: 144px
    }
}

.padding-top-10x {
    padding-top: 240px
}

@media screen and (max-width: 768px) {
    .padding-top-10x {
        padding-top: 160px
    }
}

.padding-bottom-1x {
    padding-bottom: 24px
}

@media screen and (max-width: 768px) {
    .padding-bottom-1x {
        padding-bottom: 16px
    }
}

.padding-bottom-2x {
    padding-bottom: 48px
}

@media screen and (max-width: 768px) {
    .padding-bottom-2x {
        padding-bottom: 32px
    }
}

.padding-bottom-3x {
    padding-bottom: 72px
}

@media screen and (max-width: 768px) {
    .padding-bottom-3x {
        padding-bottom: 48px
    }
}

.padding-bottom-4x {
    padding-bottom: 96px
}

@media screen and (max-width: 768px) {
    .padding-bottom-4x {
        padding-bottom: 64px
    }
}

.padding-bottom-5x {
    padding-bottom: 120px
}

@media screen and (max-width: 768px) {
    .padding-bottom-5x {
        padding-bottom: 80px
    }
}

.padding-bottom-6x {
    padding-bottom: 144px
}

@media screen and (max-width: 768px) {
    .padding-bottom-6x {
        padding-bottom: 96px
    }
}

.padding-bottom-7x {
    padding-bottom: 168px
}

@media screen and (max-width: 768px) {
    .padding-bottom-7x {
        padding-bottom: 112px
    }
}

.padding-bottom-8x {
    padding-bottom: 192px
}

@media screen and (max-width: 768px) {
    .padding-bottom-8x {
        padding-bottom: 128px
    }
}

.padding-bottom-9x {
    padding-bottom: 216px
}

@media screen and (max-width: 768px) {
    .padding-bottom-9x {
        padding-bottom: 144px
    }
}

.padding-bottom-10x {
    padding-bottom: 240px
}

@media screen and (max-width: 768px) {
    .padding-bottom-10x {
        padding-bottom: 160px
    }
}

.margin-top-1x {
    margin-top: 24px
}

@media screen and (max-width: 768px) {
    .margin-top-1x {
        margin-top: 16px
    }
}

.margin-top-2x {
    margin-top: 48px
}

@media screen and (max-width: 768px) {
    .margin-top-2x {
        margin-top: 32px
    }
}

.margin-top-3x {
    margin-top: 72px
}

@media screen and (max-width: 768px) {
    .margin-top-3x {
        margin-top: 48px
    }
}

.margin-top-4x {
    margin-top: 96px
}

@media screen and (max-width: 768px) {
    .margin-top-4x {
        margin-top: 64px
    }
}

.margin-top-5x {
    margin-top: 120px
}

@media screen and (max-width: 768px) {
    .margin-top-5x {
        margin-top: 80px
    }
}

.margin-top-6x {
    margin-top: 144px
}

@media screen and (max-width: 768px) {
    .margin-top-6x {
        margin-top: 96px
    }
}

.margin-top-7x {
    margin-top: 168px
}

@media screen and (max-width: 768px) {
    .margin-top-7x {
        margin-top: 112px
    }
}

.margin-top-8x {
    margin-top: 192px
}

@media screen and (max-width: 768px) {
    .margin-top-8x {
        margin-top: 128px
    }
}

.margin-top-9x {
    margin-top: 216px
}

@media screen and (max-width: 768px) {
    .margin-top-9x {
        margin-top: 144px
    }
}

.margin-top-10x {
    margin-top: 240px
}

@media screen and (max-width: 768px) {
    .margin-top-10x {
        margin-top: 160px
    }
}

.margin-bottom-1x {
    margin-bottom: 24px
}

@media screen and (max-width: 768px) {
    .margin-bottom-1x {
        margin-bottom: 16px
    }
}

.margin-bottom-2x {
    margin-bottom: 48px
}

@media screen and (max-width: 768px) {
    .margin-bottom-2x {
        margin-bottom: 32px
    }
}

.margin-bottom-3x {
    margin-bottom: 72px
}

@media screen and (max-width: 768px) {
    .margin-bottom-3x {
        margin-bottom: 48px
    }
}

.margin-bottom-4x {
    margin-bottom: 96px
}

@media screen and (max-width: 768px) {
    .margin-bottom-4x {
        margin-bottom: 64px
    }
}

.margin-bottom-5x {
    margin-bottom: 120px
}

@media screen and (max-width: 768px) {
    .margin-bottom-5x {
        margin-bottom: 80px
    }
}

.margin-bottom-6x {
    margin-bottom: 144px
}

@media screen and (max-width: 768px) {
    .margin-bottom-6x {
        margin-bottom: 96px
    }
}

.margin-bottom-7x {
    margin-bottom: 168px
}

@media screen and (max-width: 768px) {
    .margin-bottom-7x {
        margin-bottom: 112px
    }
}

.margin-bottom-8x {
    margin-bottom: 192px
}

@media screen and (max-width: 768px) {
    .margin-bottom-8x {
        margin-bottom: 128px
    }
}

.margin-bottom-9x {
    margin-bottom: 216px
}

@media screen and (max-width: 768px) {
    .margin-bottom-9x {
        margin-bottom: 144px
    }
}

.margin-bottom-10x {
    margin-bottom: 240px
}

@media screen and (max-width: 768px) {
    .margin-bottom-10x {
        margin-bottom: 160px
    }
}

.padding-left-1x {
    padding-left: 24px
}

@media screen and (max-width: 768px) {
    .padding-left-1x {
        padding-left: 16px
    }
}

.padding-left-2x {
    padding-left: 48px
}

@media screen and (max-width: 768px) {
    .padding-left-2x {
        padding-left: 32px
    }
}

.padding-left-3x {
    padding-left: 72px
}

@media screen and (max-width: 768px) {
    .padding-left-3x {
        padding-left: 48px
    }
}

.padding-left-4x {
    padding-left: 96px
}

@media screen and (max-width: 768px) {
    .padding-left-4x {
        padding-left: 64px
    }
}

.padding-left-5x {
    padding-left: 120px
}

@media screen and (max-width: 768px) {
    .padding-left-5x {
        padding-left: 80px
    }
}

.padding-left-6x {
    padding-left: 144px
}

@media screen and (max-width: 768px) {
    .padding-left-6x {
        padding-left: 96px
    }
}

.padding-left-7x {
    padding-left: 168px
}

@media screen and (max-width: 768px) {
    .padding-left-7x {
        padding-left: 112px
    }
}

.padding-left-8x {
    padding-left: 192px
}

@media screen and (max-width: 768px) {
    .padding-left-8x {
        padding-left: 128px
    }
}

.padding-left-9x {
    padding-left: 216px
}

@media screen and (max-width: 768px) {
    .padding-left-9x {
        padding-left: 144px
    }
}

.padding-left-10x {
    padding-left: 240px
}

@media screen and (max-width: 768px) {
    .padding-left-10x {
        padding-left: 160px
    }
}

.padding-right-1x {
    padding-right: 24px
}

@media screen and (max-width: 768px) {
    .padding-right-1x {
        padding-right: 16px
    }
}

.padding-right-2x {
    padding-right: 48px
}

@media screen and (max-width: 768px) {
    .padding-right-2x {
        padding-right: 32px
    }
}

.padding-right-3x {
    padding-right: 72px
}

@media screen and (max-width: 768px) {
    .padding-right-3x {
        padding-right: 48px
    }
}

.padding-right-4x {
    padding-right: 96px
}

@media screen and (max-width: 768px) {
    .padding-right-4x {
        padding-right: 64px
    }
}

.padding-right-5x {
    padding-right: 120px
}

@media screen and (max-width: 768px) {
    .padding-right-5x {
        padding-right: 80px
    }
}

.padding-right-6x {
    padding-right: 144px
}

@media screen and (max-width: 768px) {
    .padding-right-6x {
        padding-right: 96px
    }
}

.padding-right-7x {
    padding-right: 168px
}

@media screen and (max-width: 768px) {
    .padding-right-7x {
        padding-right: 112px
    }
}

.padding-right-8x {
    padding-right: 192px
}

@media screen and (max-width: 768px) {
    .padding-right-8x {
        padding-right: 128px
    }
}

.padding-right-9x {
    padding-right: 216px
}

@media screen and (max-width: 768px) {
    .padding-right-9x {
        padding-right: 144px
    }
}

.padding-right-10x {
    padding-right: 240px
}

@media screen and (max-width: 768px) {
    .padding-right-10x {
        padding-right: 160px
    }
}

.margin-left-1x {
    margin-left: 24px
}

@media screen and (max-width: 768px) {
    .margin-left-1x {
        margin-left: 16px
    }
}

.margin-left-2x {
    margin-left: 48px
}

@media screen and (max-width: 768px) {
    .margin-left-2x {
        margin-left: 32px
    }
}

.margin-left-3x {
    margin-left: 72px
}

@media screen and (max-width: 768px) {
    .margin-left-3x {
        margin-left: 48px
    }
}

.margin-left-4x {
    margin-left: 96px
}

@media screen and (max-width: 768px) {
    .margin-left-4x {
        margin-left: 64px
    }
}

.margin-left-5x {
    margin-left: 120px
}

@media screen and (max-width: 768px) {
    .margin-left-5x {
        margin-left: 80px
    }
}

.margin-left-6x {
    margin-left: 144px
}

@media screen and (max-width: 768px) {
    .margin-left-6x {
        margin-left: 96px
    }
}

.margin-left-7x {
    margin-left: 168px
}

@media screen and (max-width: 768px) {
    .margin-left-7x {
        margin-left: 112px
    }
}

.margin-left-8x {
    margin-left: 192px
}

@media screen and (max-width: 768px) {
    .margin-left-8x {
        margin-left: 128px
    }
}

.margin-left-9x {
    margin-left: 216px
}

@media screen and (max-width: 768px) {
    .margin-left-9x {
        margin-left: 144px
    }
}

.margin-left-10x {
    margin-left: 240px
}

@media screen and (max-width: 768px) {
    .margin-left-10x {
        margin-left: 160px
    }
}

.margin-right-1x {
    margin-right: 24px
}

@media screen and (max-width: 768px) {
    .margin-right-1x {
        margin-right: 16px
    }
}

.margin-right-2x {
    margin-right: 48px
}

@media screen and (max-width: 768px) {
    .margin-right-2x {
        margin-right: 32px
    }
}

.margin-right-3x {
    margin-right: 72px
}

@media screen and (max-width: 768px) {
    .margin-right-3x {
        margin-right: 48px
    }
}

.margin-right-4x {
    margin-right: 96px
}

@media screen and (max-width: 768px) {
    .margin-right-4x {
        margin-right: 64px
    }
}

.margin-right-5x {
    margin-right: 120px
}

@media screen and (max-width: 768px) {
    .margin-right-5x {
        margin-right: 80px
    }
}

.margin-right-6x {
    margin-right: 144px
}

@media screen and (max-width: 768px) {
    .margin-right-6x {
        margin-right: 96px
    }
}

.margin-right-7x {
    margin-right: 168px
}

@media screen and (max-width: 768px) {
    .margin-right-7x {
        margin-right: 112px
    }
}

.margin-right-8x {
    margin-right: 192px
}

@media screen and (max-width: 768px) {
    .margin-right-8x {
        margin-right: 128px
    }
}

.margin-right-9x {
    margin-right: 216px
}

@media screen and (max-width: 768px) {
    .margin-right-9x {
        margin-right: 144px
    }
}

.margin-right-10x {
    margin-right: 240px
}

@media screen and (max-width: 768px) {
    .margin-right-10x {
        margin-right: 160px
    }
}

.margin-top-none {
    margin-top: 0 !important
}

.margin-bottom-none {
    margin-bottom: 0 !important
}

.padding-top-none {
    padding-top: 0 !important
}

.padding-bottom-none {
    padding-bottom: 0 !important
}

.margin-left-none {
    margin-left: 0 !important
}

.margin-right-none {
    margin-right: 0 !important
}

.padding-left-none {
    padding-left: 0 !important
}

.padding-right-none {
    padding-right: 0 !important
}

.bg-default, .bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger {
    color: #fff
}

.bg-default a, .bg-primary a, .bg-success a, .bg-info a, .bg-warning a, .bg-danger a {
    color: #fff;
    text-decoration: underline
}

.bg-default a:hover, .bg-primary a:hover, .bg-success a:hover, .bg-info a:hover, .bg-warning a:hover, .bg-danger a:hover {
    text-decoration: none
}

.bg-default {
    background-color: #000
}

.bg-primary {
    background-color: red
}

.bg-success {
    background-color: #2ece5f
}

.bg-info {
    background-color: #6a9fff
}

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

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

.bg-gray {
    background-color: #f5f5f5
}

.bg-white {
    background-color: #fff
}

blockquote {
    font-size: 24px;
    color: #000;
    position: relative;
    margin: 0 0 0 43px
}

blockquote cite {
    font-size: 12px;
    margin-top: -15px;
    display: block;
    color: gray
}

blockquote::before {
    position: absolute;
    display: block;
    font-family: 'material icons';
    content: "\e244";
    font-size: 36px;
    top: -10px;
    left: -50px
}

.fw-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

.fw-section.no-cover {
    background-size: auto
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    color: #4d4d4d;
    margin: 0;
    font-weight: 400
}

h1 {
    font-size: 42px;
    line-height: 1.16;
    margin-bottom: 12px
}

h2 {
    font-size: 35px;
    line-height: 1.33;
    margin-bottom: 12px
}

h3 {
    font-size: 29px;
    line-height: 1.5;
    margin-bottom: 6px
}

h4 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 6px
}

h5 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 6px
}

h6 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 6px
}

p {
    margin-bottom: 24px;
    line-height: 1.5
}

.text-lead {
    font-size: 24px
}

.text-lg {
    font-size: 16px
}

.text-sm {
    font-size: 12px
}

.text-xs {
    font-size: 10px
}

ul, ol {
    color: #000;
    padding-left: 14px
}

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

ul li, ol li {
    margin-bottom: 4px
}

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

ul.list-featured li::before {
    font-family: 'Material Icons';
    content: "\e15b";
    vertical-align: middle;
    margin-right: 4px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-notransform {
    text-transform: none
}

.text-semibold {
    font-weight: 600
}

.text-bold {
    font-weight: bold
}

.text-normal {
    font-weight: normal
}

.text-thin {
    font-weight: 300
}

.text-italic {
    font-style: italic
}

.text-normal {
    font-style: normal
}

.text-default {
    color: #000 !important
}

.text-primary {
    color: #fafafa;
}

.text-success {
    color: #2ece5f
}

.text-info {
    color: #6a9fff
}

.text-warning {
    color: #c8ce2e
}

.text-danger {
    color: #ce5f2e
}

.text-light {
    color: #fff
}

.text-light * {
    color: #fff
}

.material-icons {
    position: relative;
    top: -1px
}

.form-control, select {
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 12.5px 12px;
    margin-bottom: 24px;
    color: #000;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s
}

.form-control:focus, select:focus {
    border: 1px solid #000
}

.form-control.input-sm, select.input-sm {
    padding: 6.5px 12px
}



label {
    padding-bottom: 6px;
    display: block;
    line-height: 1
}

.checkbox, .radio {
    display: inline-block;
    margin-right: 10px
}

.checkbox input, .radio input {
    position: relative;
    top: 1px
}

caption {
    padding: 14px 15px 0;
    color: gray;
    text-align: left
}

th {
    text-align: left
}

table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #e6e6e6
}

table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {
    padding: 14px 15px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 1.5;
    vertical-align: top
}

table > thead > tr > th, table > thead > tr > td {
    border-bottom-width: 1px !important
}

table > thead > tr > th {
    border-bottom: 1px solid #e6e6e6;
    vertical-align: bottom
}

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

table > tbody + tbody {
    border-top: 1px solid #e6e6e6
}

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

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

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

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

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

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

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

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

.btn, .nav-tabs.block-style li a, .block-style.nav-filters li a {
    color: #000;
    text-align: center;
    vertical-align: middle;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.15);
    padding: 12.5px 23px;
    display: inline-block;
    margin: 0 10px 20px 0;
    transition: .25s;
    box-shadow: 2.6px 3.1px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff
}

.btn:hover, .nav-tabs.block-style li a:hover, .block-style.nav-filters li a:hover, .btn:active, .nav-tabs.block-style li a:active, .block-style.nav-filters li a:active, .btn:focus, .nav-tabs.block-style li a:focus, .block-style.nav-filters li a:focus {
    text-decoration: none;
    color: #000;
    border-color: #000
}

.btn.btn-primary, .nav-tabs.block-style li a.btn-primary, .block-style.nav-filters li a.btn-primary {
    border-color: rgba(238, 77, 164, 0.15)
}

.btn.btn-primary:hover, .nav-tabs.block-style li a.btn-primary:hover, .block-style.nav-filters li a.btn-primary:hover {
    border-color: red
}

.btn.btn-info, .nav-tabs.block-style li a.btn-info, .block-style.nav-filters li a.btn-info {
    border-color: rgba(106, 159, 255, 0.15)
}

.btn.btn-info:hover, .nav-tabs.block-style li a.btn-info:hover, .block-style.nav-filters li a.btn-info:hover {
    border-color: #6a9fff
}

.btn.btn-success, .nav-tabs.block-style li a.btn-success, .block-style.nav-filters li a.btn-success {
    border-color: rgba(46, 206, 95, 0.15)
}

.btn.btn-success:hover, .nav-tabs.block-style li a.btn-success:hover, .block-style.nav-filters li a.btn-success:hover {
    border-color: #2ece5f
}

.btn.btn-warning, .nav-tabs.block-style li a.btn-warning, .block-style.nav-filters li a.btn-warning {
    border-color: rgba(200, 206, 46, 0.15)
}

.btn.btn-warning:hover, .nav-tabs.block-style li a.btn-warning:hover, .block-style.nav-filters li a.btn-warning:hover {
    border-color: #c8ce2e
}

.btn.btn-danger, .nav-tabs.block-style li a.btn-danger, .block-style.nav-filters li a.btn-danger {
    border-color: rgba(206, 95, 46, 0.15)
}

.btn.btn-danger:hover, .nav-tabs.block-style li a.btn-danger:hover, .block-style.nav-filters li a.btn-danger:hover {
    border-color: #ce5f2e
}

.btn.btn-gray, .nav-tabs.block-style li a.btn-gray, .block-style.nav-filters li a.btn-gray {
    background-color: #e6e6e6;
    border: none;
    box-shadow: none;
    padding: 13.5px 23px
}

.btn.btn-gray:hover, .nav-tabs.block-style li a.btn-gray:hover, .block-style.nav-filters li a.btn-gray:hover {
    color: #fff;
    background-color: #000
}

.btn.right-icon, .nav-tabs.block-style li a.right-icon, .block-style.nav-filters li a.right-icon {
    padding-right: 18px
}

.btn.right-icon i, .nav-tabs.block-style li a.right-icon i, .block-style.nav-filters li a.right-icon i {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px
}

.btn.right-icon i[class^="socicon-"], .nav-tabs.block-style li a.right-icon i[class^="socicon-"], .block-style.nav-filters li a.right-icon i[class^="socicon-"] {
    font-size: 13px;
    position: relative;
    top: 2px
}

.btn.left-icon, .nav-tabs.block-style li a.left-icon, .block-style.nav-filters li a.left-icon {
    padding-left: 18px
}

.btn.left-icon i, .nav-tabs.block-style li a.left-icon i, .block-style.nav-filters li a.left-icon i {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px
}

.btn.left-icon i[class^="socicon-"], .nav-tabs.block-style li a.left-icon i[class^="socicon-"], .block-style.nav-filters li a.left-icon i[class^="socicon-"] {
    font-size: 13px;
    position: relative;
    top: 2px
}

.btn.btn-iconed, .nav-tabs.block-style li a.btn-iconed, .block-style.nav-filters li a.btn-iconed {
    position: relative;
    width: 48px;
    height: 48px;
    margin-right: 4px;
    box-shadow: none;
    border: none
}

.btn.btn-iconed i, .nav-tabs.block-style li a.btn-iconed i, .block-style.nav-filters li a.btn-iconed i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 1
}

.btn.btn-iconed:hover, .nav-tabs.block-style li a.btn-iconed:hover, .block-style.nav-filters li a.btn-iconed:hover {
    background-color: #000;
    color: #fff
}

.btn.btn-iconed.btn-lg, .nav-tabs.block-style li a.btn-iconed.btn-lg, .block-style.nav-filters li a.btn-iconed.btn-lg {
    width: 86px;
    height: 86px;
    margin-right: 24px
}

.btn.btn-iconed.btn-lg i, .nav-tabs.block-style li a.btn-iconed.btn-lg i, .block-style.nav-filters li a.btn-iconed.btn-lg i {
    font-size: 36px
}

.btn.btn-lg, .nav-tabs.block-style li a.btn-lg, .block-style.nav-filters li a.btn-lg {
    padding: 16.5px 24px
}

.btn.btn-sm, .nav-tabs.block-style li a.btn-sm, .block-style.nav-filters li a.btn-sm {
    padding: 6.5px 24px
}

.btn.btn-xs, .nav-tabs.block-style li a.btn-xs, .block-style.nav-filters li a.btn-xs {
    padding: 0.5px 24px
}

.btn.btn-block, .nav-tabs.block-style li a.btn-block, .block-style.nav-filters li a.btn-block {
    display: block
}

.btn-arrow {
    position: relative
}

.btn-arrow::after {
    content: "";
    display: block;
    background-image: url(../img/btn-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: -30px;
    width: 40px;
    height: 20px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s
}

.btn-arrow:hover::after {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
}

.masonry-grid {
    position: relative
}

.masonry-grid::before, .masonry-grid::after {
    display: table;
    content: ' '
}

.masonry-grid::after {
    clear: both
}

.masonry-grid .gutter-sizer {
    width: 30px
}

.masonry-grid .grid-item {
    margin-bottom: 30px
}

.masonry-grid .grid-item .post-tile {
    margin-bottom: 0
}

.masonry-grid.col-1 .gutter-sizer {
    width: 0
}

.masonry-grid.col-1 .grid-sizer, .masonry-grid.col-1 .grid-item {
    width: 100%
}

.masonry-grid.col-2 .grid-sizer, .masonry-grid.col-2 .grid-item {
    width: calc((100% / 2) - 15px)
}

.masonry-grid.col-3 .grid-sizer, .masonry-grid.col-3 .grid-item {
    width: calc((100% / 3) - 20px)
}

.masonry-grid.col-4 .grid-sizer, .masonry-grid.col-4 .grid-item {
    width: calc((100% / 4) - 22.5px)
}

.masonry-grid.col-5 .grid-sizer, .masonry-grid.col-5 .grid-item {
    width: calc((100% / 5) - 24px)
}

.masonry-grid.col-6 .grid-sizer, .masonry-grid.col-6 .grid-item {
    width: calc((100% / 6) - 25px)
}

@media screen and (max-width: 1100px) {
    .masonry-grid.col-6 .grid-sizer, .masonry-grid.col-6 .grid-item, .masonry-grid.col-5 .grid-sizer, .masonry-grid.col-5 .grid-item, .masonry-grid.col-4 .grid-sizer, .masonry-grid.col-4 .grid-item {
        width: calc((100% / 3) - 20px)
    }
}

@media screen and (max-width: 820px) {
    .masonry-grid.col-6 .grid-sizer, .masonry-grid.col-6 .grid-item, .masonry-grid.col-5 .grid-sizer, .masonry-grid.col-5 .grid-item, .masonry-grid.col-4 .grid-sizer, .masonry-grid.col-4 .grid-item, .masonry-grid.col-3 .grid-sizer, .masonry-grid.col-3 .grid-item {
        width: calc((100% / 2) - 15px)
    }
}

@media screen and (max-width: 560px) {
    .masonry-grid.col-6 .gutter-sizer, .masonry-grid.col-5 .gutter-sizer, .masonry-grid.col-4 .gutter-sizer, .masonry-grid.col-3 .gutter-sizer, .masonry-grid.col-2 .gutter-sizer {
        width: 0
    }

    .masonry-grid.col-6 .grid-sizer, .masonry-grid.col-6 .grid-item, .masonry-grid.col-5 .grid-sizer, .masonry-grid.col-5 .grid-item, .masonry-grid.col-4 .grid-sizer, .masonry-grid.col-4 .grid-item, .masonry-grid.col-3 .grid-sizer, .masonry-grid.col-3 .grid-item, .masonry-grid.col-2 .grid-sizer, .masonry-grid.col-2 .grid-item {
        width: 100%
    }
}

.masonry-grid.grid-no-gap .gutter-sizer {
    width: 0
}

.masonry-grid.grid-no-gap .grid-item {
    margin-bottom: 0
}

.masonry-grid.grid-no-gap.col-2 .grid-sizer, .masonry-grid.grid-no-gap.col-2 .grid-item {
    width: 50%
}

.masonry-grid.grid-no-gap.col-3 .grid-sizer, .masonry-grid.grid-no-gap.col-3 .grid-item {
    width: 33.33333%
}

.masonry-grid.grid-no-gap.col-4 .grid-sizer, .masonry-grid.grid-no-gap.col-4 .grid-item {
    width: 25%
}

.masonry-grid.grid-no-gap.col-5 .grid-sizer, .masonry-grid.grid-no-gap.col-5 .grid-item {
    width: 20%
}

.masonry-grid.grid-no-gap.col-6 .grid-sizer, .masonry-grid.grid-no-gap.col-6 .grid-item {
    width: 16.66667%
}

@media screen and (max-width: 1100px) {
    .masonry-grid.grid-no-gap.col-6 .grid-sizer, .masonry-grid.grid-no-gap.col-6 .grid-item, .masonry-grid.grid-no-gap.col-5 .grid-sizer, .masonry-grid.grid-no-gap.col-5 .grid-item, .masonry-grid.grid-no-gap.col-4 .grid-sizer, .masonry-grid.grid-no-gap.col-4 .grid-item {
        width: 33.33333%
    }
}

@media screen and (max-width: 820px) {
    .masonry-grid.grid-no-gap.col-6 .grid-sizer, .masonry-grid.grid-no-gap.col-6 .grid-item, .masonry-grid.grid-no-gap.col-5 .grid-sizer, .masonry-grid.grid-no-gap.col-5 .grid-item, .masonry-grid.grid-no-gap.col-4 .grid-sizer, .masonry-grid.grid-no-gap.col-4 .grid-item, .masonry-grid.grid-no-gap.col-3 .grid-sizer, .masonry-grid.grid-no-gap.col-3 .grid-item {
        width: 50%
    }
}

@media screen and (max-width: 560px) {
    .masonry-grid.grid-no-gap.col-6 .grid-sizer, .masonry-grid.grid-no-gap.col-6 .grid-item, .masonry-grid.grid-no-gap.col-5 .grid-sizer, .masonry-grid.grid-no-gap.col-5 .grid-item, .masonry-grid.grid-no-gap.col-4 .grid-sizer, .masonry-grid.grid-no-gap.col-4 .grid-item, .masonry-grid.grid-no-gap.col-3 .grid-sizer, .masonry-grid.grid-no-gap.col-3 .grid-item, .masonry-grid.grid-no-gap.col-2 .grid-sizer, .masonry-grid.grid-no-gap.col-2 .grid-item {
        width: 100%
    }
}

.top-bar {
    position: relative;
    z-index: 10
}

@media screen and (max-width: 991px) {
    .top-bar {
        display: none
    }
}

.navbar {
    position: relative;
    z-index: 9
}

@media screen and (max-width: 991px) {
    .navbar {
        display: none
    }
}

.navbar-inner {
    display: table;
    width: 100%
}

.navbar-inner .column {
    display: table-cell;
    vertical-align: middle
}

.navbar-inner .column:first-child, .navbar-inner .column:last-child {
    /* width: 40% */
}

.navbar-inner .column > * {
    display: inline-block
}

.logo {
    display: inline-block;
    max-width: 124px;
    margin: 18px auto
}

.header-tools {
    width: 100%
}

.header-tools > * {
    display: inline-block
}

.header-tools .search {
    max-width: 260px;
    width: 100%;
    margin: 0
}

.header-tools .cart-container {
    position: relative
}

.header-tools .cart-container .sub-menu {
    right: 0;
    width: 318px
}

.header-tools .cart-container::after {
    display: none
}

.header-tools .header-tools-link {
    font-size: 24px;
    margin-left: 20px;
    vertical-align: middle;
    margin-top: 1px;
    color: #4d4d4d
}

.header-tools .header-tools-link:hover {
    color: red
}

.cart-link, .mobile-view .cart-link {
    position: relative
}

.cart-link .counter {
    position: absolute;
    top: -1px;
    right: -6px;
    font-size: 10px;
    background-color: red;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    line-height: 17px
}

@media screen and (max-width: 991px) {
    .cart-link .counter {
        top: -6px
    }
}

.mega-menu-container {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    z-index: 8
}

@media screen and (max-width: 991px) {
    .mega-menu-container {
        display: none
    }
}

.off-canvas-cont {
    z-index: 50;
    background-color: #fff;
    padding: 20px 24px
}

.mobile-view {
    display: none;
    border-bottom: 1px solid #e6e6e6
}

@media screen and (max-width: 991px) {
    .mobile-view {
        display: block
    }
}

.mobile-view .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px
}

.mobile-view .container::before, .mobile-view .container::after {
    display: none
}

.mobile-view i {
    font-size: 24px
}

.mobile-view .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0
}

.mobile-view .mobile-tools > * {
    display: inline-block;
    margin-left: 18px
}

.off-canvas-cont .inner-toggle {
    font-size: 24px !important;
    float: right;
    margin-top: -3px
}

.off-canvas-cont .side-nav-tools {
    padding-bottom: 18px
}

.off-canvas-cont .side-nav-tools > * {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-right: 10px
}

.off-canvas-cont .side-nav-tools > *:last-child {
    margin-right: 0
}

.footer {
    padding-top: 48px;
    border-top: 1px solid #e6e6e6;
    background-color:black;
}

.footer .copyright {
    margin-top: 48px;
    background-color: #141414;
    padding: 12px
}

.footer .copyright .container {
    display: table
}

.footer .copyright .container .column {
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}


.footer .copyright .container p {
    font-weight: 600;
    font-size: 12px;
    margin: 0;
    padding: 0
}

.footer .copyright .container p > a {
    padding: 0;
    border: none;
    color: #e6e6e6
}

.footer .copyright .container p > a:hover {
    text-decoration: underline
}

.footer .copyright .container .cards {
    display: inline-block;
    width: 187px
}

.footer .copyright .container .cards > img {
    width: 100%
}

.sidebar .widget {
    margin-bottom: 35.28px
}

.tile {
    margin: 0 auto;
    margin-bottom: 36px
}

.tile .preview-box {
    position: relative
}

.tile .preview-box .preview-meta {
    display: block;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    opacity: 0;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tile .preview-box .preview-meta > * {
    margin-left: 7.5px;
    margin-right: 7.5px;
    display: inline-block
}

.tile .preview-box .preview-meta > * * {
    display: block
}

.tile .preview-box .preview-meta a {
    margin: 0 auto 6px auto;
}

.tile .preview-box .bage {
    position: absolute;
    top: 12px;
    right: 12px
}

.tile .preview-box:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    transition: 0.45s;
    z-index: 1
}

.tile .preview-box:hover .preview-meta {
    z-index: 5;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
    padding-bottom:5px;
}

.tile .preview-box:hover:after {
    opacity: .06
}

.tile .tile-title {
    margin-top: 15px;
    padding-bottom: 13px;
    position: relative;
    height: 3.2 em;
    overflow: hidden;
}

.tile .tile-title a {
    text-transform: uppercase;
    letter-spacing: .05em
}

.tile .tile-title:after {
    position: absolute;
    left: 0;
    bottom: 5px;
    content: "";
    width: 20%;
    height: 1px;
    background-color: #e6e6e6
}

.tile .tile-meta .meta-top .category {
    font-size: 12px
}

.tile .tile-meta .meta-top .cost {
    float: left;
    font-size:16px;
    font-weight:bold;
    color:red;
}
.tile .cost {
    float: left;
    font-size:16px;
    font-weight:bold;
    color:red;
}

.tile .tile-meta .meta-top .cost-old {
    float: right;
    font-size:16px;
    font-weight:bold;
}
.tile .cost-old {
    float: right;
    font-size:16px;
    font-weight:bold;
}

.tile .tile-meta .meta-bottom img {
    width: auto
}

.touch .tile .preview-box {
    overflow: hidden
}

.touch .tile .preview-box .preview-meta {
    z-index: 5;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.touch .tile .preview-box .preview-meta > * {
    opacity: 1
}

.touch .tile .preview-box .preview-meta > *:nth-child(1) {
    -webkit-transition: 0.25s ease-in-out 0.08s;
    -moz-transition: 0.25s ease-in-out 0.08s;
    transition: 0.25s ease-in-out 0.08s
}

.touch .tile .preview-box .preview-meta > *:nth-child(2) {
    -webkit-transition: 0.25s ease-in-out 0.16s;
    -moz-transition: 0.25s ease-in-out 0.16s;
    transition: 0.25s ease-in-out 0.16s
}

.touch .tile .preview-box .preview-meta > *:nth-child(3) {
    -webkit-transition: 0.25s ease-in-out 0.24s;
    -moz-transition: 0.25s ease-in-out 0.24s;
    transition: 0.25s ease-in-out 0.24s
}

.touch .tile .preview-box .preview-meta > *:nth-child(4) {
    -webkit-transition: 0.25s ease-in-out 0.32s;
    -moz-transition: 0.25s ease-in-out 0.32s;
    transition: 0.25s ease-in-out 0.32s
}

.preview-carousel {
    position: relative
}

.preview-carousel * {
    user-select: none;
    outline: none !important
}

.preview-carousel .slick-dots {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 13px;
    list-style: none;
    z-index: 5
}

.preview-carousel .slick-dots li {
    display: inline-block;
    background-color: #fff;
    padding: 6px 3px 6px 3px
}

.preview-carousel .slick-dots li:first-child {
    padding-left: 6px
}

.preview-carousel .slick-dots li:last-child {
    padding-right: 6px
}

.preview-carousel .slick-dots li a {
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    opacity: .5
}

.preview-carousel .slick-dots li a:hover {
    opacity: 1
}

.preview-carousel .slick-dots li.slick-active a {
    opacity: 1
}

.preview-carousel .slick-arrow {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 12px;
    left: 12px;
    background-color: #fff;
    text-align: center;
    z-index: 5;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer
}

.preview-carousel .slick-arrow.slick-next {
    left: 36px
}

.preview-carousel .slick-arrow::before {
    position: relative;
    display: block;
    top: 5px
}

.preview-carousel .slick-arrow:hover {
    color: #fff;
    background-color: #000
}

.tile-horizontal {
    max-width: none;
    display: flex;
    background-color: #f5f5f5;
    padding-right: 30px
}

@media screen and (max-width: 768px) {
    .tile-horizontal {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        align-items: center;
        padding: 20px
    }

    .tile-horizontal .tile-title::after {
        left: 50%;
        right: auto;
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 360px) {
    .tile-horizontal {
        padding: 0
    }

    .tile-horizontal .preview-box {
        margin-right: 0 !important
    }

    .tile-horizontal .horizontal-meta {
        padding: 0 10px
    }
}

.tile-horizontal .preview-box {
    max-width: 270px;
    flex-shrink: 0;
    margin-right: 30px
}

.tile-horizontal .tile-text {
    margin-bottom: 18px
}

.tile-horizontal .horizontal-meta {
    flex-shrink: 1
}

.tile-horizontal .horizontal-meta .raring {
    width: auto;
    margin-bottom: 10px
}

.tile-horizontal .horizontal-meta .category {
    font-size: 12px;
    margin-bottom: 5px
}

.tile-horizontal .preview-meta {
    margin-top: 24px
}

.tile-horizontal .preview-meta > * {
    display: inline-block
}

.tile-blog {
    background-color: #f5f5f5
}

.tile-blog .tile-title {
    font-family: "Playfair Display", serif;
    padding: 30px 24px 0;
    margin-top: 0
}

.tile-blog .tile-title a {
    text-transform: none;
    font-size: 20px;
    line-height:24px;
}

.tile-blog .tile-title::after {
    display: none
}

.tile-blog .tile-meta {
    padding: 16px 24px 24px
}

.tile-blog .tile-meta a {
    color: gray
}

.tile-blog .tile-meta a:hover {
    color: red
}

.tile-blog .tile-meta .meta-top {
    font-size: 10px;
    position: relative
}

.tile-blog .tile-meta .meta-top > * {
    padding-right: 8px
}

.tile-blog .tile-meta .meta-top:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6
}

.tile-blog .tile-meta .meta-bottom > * {
    font-size: 12px
}

.tile-blog .tile-meta .meta-bottom .likes-qty {
    float: right
}

.tile-blog .tile-meta .meta-bottom .likes-qty i {
    padding-right: 3px
}

.tile-blog .tile-meta .tile-text {
    padding-top: 16px
}

.tile-insta .preview-box {
    display: block;
    position: relative
}

.tile-insta .preview-box::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    background-color: #000;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s
}

.tile-insta .preview-box .insta-meta {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    z-index: 2
}

.tile-insta .preview-box:hover::after {
    opacity: .5
}

.tile-insta .preview-box:hover .insta-meta {
    visibility: visible;
    opacity: 1
}

.tile-category .preview-box {
    display: block
}

.tile-category .preview-box::after {
    background-color:black;
}

.tile-category .preview-box::before {
    position: absolute;
    top: 10px;
    right: 15px;
    font-family: "material icons";
    content: "\e5c8";
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    z-index: 2;
    font-size: 24px
}

.tile-category .preview-box:hover::after {
    opacity: .6
}

.tile-category .preview-box:hover::before {
    opacity: 1
}

.tile-category .tile-title {
    text-align: center;
    color: #000
}

.tile-category .tile-title::after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 10%
}

.grid-item .tile {
    margin-bottom: 0
}

.grid-item .tile *, .grid-item .tile .meta-top::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tile-banner .preview-box {
    display: block;
    position: relative
}

.tile-banner .banner-meta {
    position: absolute;
    display: block;
    width: 80%;
    height: auto;
    bottom: 24px;
    background-color: rgba(0, 0, 0, 0.75);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 50px 0
}

.tile-banner .title {
    position: relative;
    font-weight: 400
}

.tile-banner .title::after {
    position: absolute;
    bottom: -4px;
    display: block;
    width: 10%;
    height: 1px;
    background-color: #fff;
    content: "";
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.zoom-gallery .tile .preview-box {
    z-index: 5
}

.zoom-gallery .tile .hover-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    background-color: #fff
}

.zoom-gallery .tile .hover-icon:hover {
    background-color: #000;
    color: #fff
}

.zoom-gallery .tile:hover .hover-icon {
    opacity: 1;
    visibility: visible
}

.raty {
    width: auto
}

.widget {
    position: relative
}

.widget .widget-title {
    color: gray;
    margin-bottom: 12px
}

.search {
    position: relative;
    margin-bottom: 24px
}

.search .icon {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    left: 10px;
    margin-top: -1px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%)
}

.search .form-control, .search select {
    padding-left: 30px;
    margin-bottom: 0
}

.cat-list {
    padding-left: 0;
    list-style: none;
    margin-top: 0
}

.cat-list li {
    border-bottom: 1px solid #424242;
}

.cat-list li span {
    float: right;
    color: gray
}

.cat-list li a {
    /* color: white; */
    color:black;
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cat-list li a::before {
    font-family: 'Material Icons';
    content: "\e15b";
    position: absolute;
    color: red;
    top: -1px;
    left: -14px;
    margin-right: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s
}

.cat-list li a:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    color: red;
    text-decoration: none
}

.cat-list li a:hover::before {
    visibility: visible;
    opacity: 1
}

.tags-list-widget .tags-list {
    margin-top: 0
}

.tags-list-widget .tags-list > a {
    background-color: #e6e6e6;
    padding: 2px 7px 0px;
    font-size: 12px
}

.tags-list-widget .tags-list > a:focus {
    text-decoration: none;
    color: red
}

.service-list ul {
    list-style: none;
    padding: 0;
    margin-top: 0
}

.service-list ul li {
    display: inline-block
}

.cart-list {
    padding-left: 0;
    list-style: none;
    margin-top: 9px
}

.cart-list li {
    overflow: hidden;
    margin-bottom: 24px
}

.cart-list .cart-thumb {
    display: inline-block;
    max-width: 70px;
    float: left;
    margin-right: 12px
}

.cart-list .info-cont {
    float: left;
    width: 168px
}

.cart-list .info-cont .item-title {
    text-transform: uppercase;
    text-decoration: none !important;
    color: #000;
    letter-spacing: 0.05em
}

.cart-list .info-cont .item-title:hover {
    color: red
}

.cart-list .info-cont .category {
    font-size: 12px;
    color: gray
}

.cart-list .info-cont .category::before {
    display: block;
    width: 48px;
    content: "";
    border-top: 1px solid #e6e6e6;
    margin-top: 3px;
    margin-bottom: 6px
}

.cart-list .info-cont .category .cost {
    font-size: 14px;
    float: right;
    color: #000
}

.cart-list .total {
    color: gray
}

.cart-list .total .cost {
    float: right;
    color: #000
}

.cart-total {
    padding: 24px
}

.cart-total .total-title {
    color: #000
}

.cart-total .list {
    margin-top: 24px
}

.cart-total .list .item {
    padding: 6px 0;
    display: flex
}

.cart-total .list .item span:last-child {
    margin: auto 0 auto auto;
    color: #000
}

.panel {
    margin-bottom: 24px;
    background-color: #f5f5f5;
    border: none;
    box-shadow: 2.6px 3.1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0
}

.panel > .panel-heading {
    background: none
}

.panel-body {
    padding: 20px 24px 25px 24px
}

.panel-body::before, .panel-body::after {
    display: table;
    content: ' '
}

.panel-body::after {
    clear: both
}

.panel-heading {
    border-bottom: 0;
    border-radius: 0;
    padding: 0 24px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s
}

.panel-heading .panel-title {
    display: block;
    font-weight: 600;
    margin: 0;
    border-radius: 0
}

.panel-heading .panel-title:not(a) {
    padding: 15px 0
}

.panel-heading > a {
    position: relative;
    padding: 14px 30px 14px 0;
    text-decoration: none
}

.panel-heading > a:focus {
    color: #000
}

.panel-heading > a:before {
    position: absolute;
    display: block;
    font-family: "Material Icons";
    content: "\e5db";
    top: 50%;
    right: 0;
    margin-top: -12px;
    font-weight: normal;
    transform: rotate(0deg);
    transition: none;
    transition: transform .3s
}

.panel-heading > a.collapsed:before {
    transform: rotate(-180deg)
}

.panel-heading:hover {
    background-color: #000
}

.panel-heading:hover .panel-title {
    color: #fff
}

.panel-group .panel {
    margin-bottom: 12px;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0
}

.panel-group .panel + .panel {
    margin-top: 0
}

.panel-group .panel .panel-collapse {
    padding: 0 24px
}

.panel-group .panel .panel-body {
    padding: 12px 0 30px 0
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading > .panel-title {
    border-bottom: 1px solid transparent
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0
}

.panel-group .panel:last-child .panel-heading > .panel-title {
    border-bottom: 0
}

.panel:last-child .panel-collapse > .panel-body {
    border-bottom: 0
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease, visibility .35s ease
}


.box-with-icon .bwi-icon {
    font-size: 78px;
    line-height: 1;
    padding-bottom: 5px
}

.box-with-icon .bwi-icon img {
    width: auto
}

.box-with-icon .bwi-icon .bwi-title {
    font-size: 24px
}

@media screen and (max-width: 768px) {
    .box-with-icon {
        margin-bottom: 20px
    }
}

.page-title {
    padding: 24px 0 48px
}

.page-title .container > * {
    display: inline-block
}

.page-title .title {
    color: #000
}

.bnr-title {
    background-repeat: no-repeat
}

.bnr-title .title {
    font-size: 50px
}

.bnr-title .sub-title {
    font-size: 24px
}

.pagination {
    list-style: none;
    padding: 50px 0 80px 0;
    text-align:center;
}

.pagination li {
    display: inline-block;
    vertical-align: middle
}

.pagination li.arrow {
    display: inline-block
}

.pagination li.arrow a {
    background-color: #f5f5f5;
    padding: 15px 17.5px 12px 17.5px;
    color: #000
}

.pagination li.arrow a:hover {
    color: #fff;
    background: #000
}

.pagination li a {
    color: gray;
    padding: 0 3px;
    font-size:20px;
}

.pagination li.active a {
    color: #000;
    background-color: #f2f2f2;
    padding: 14px 24px;
    font-weight: bold;
}

.pagination li.select-cont {
    margin-right: 10px
}

@media screen and (max-width: 480px) {
    .pagination li.select-cont {
        width: 100%;
        display: block;
        margin-bottom: 25px
    }
}

.nav-tabs, .nav-filters {
    list-style: none;
    padding: 0
}

.nav-tabs li, .nav-filters li {
    display: inline-block;
    margin-right: 20px
}

.nav-tabs li:last-child, .nav-filters li:last-child {
    margin-right: 0
}

.nav-tabs li a, .nav-filters li a {
    color: #000;
    text-decoration: none;
    position: relative
}

.nav-tabs li a::before, .nav-filters li a::before {
    position: absolute;
    bottom: 0px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: .15;
    transition: .25s
}

.nav-tabs li a::after, .nav-filters li a::after {
    position: absolute;
    bottom: 0px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: #000 transparent transparent transparent;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    transition: .25s
}

.nav-tabs li a:hover::before, .nav-filters li a:hover::before {
    opacity: 1
}

.nav-tabs li.active a::before, .nav-filters li.active a::before {
    opacity: 1
}

.nav-tabs li.active a::after, .nav-filters li.active a::after {
    border-width: 5px 4.5px 0 4.5px;
    bottom: -4px
}

.nav-tabs.text-right, .text-right.nav-filters {
    text-align: right
}

.nav-tabs.text-right li, .text-right.nav-filters li {
    margin-left: 20px
}

.nav-tabs.text-right li:first-child, .text-right.nav-filters li:first-child {
    margin-left: 0
}

.nav-tabs.text-center, .text-center.nav-filters {
    text-align: right
}

.nav-tabs.text-center li, .text-center.nav-filters li {
    margin-left: 10px;
    margin-right: 10px
}

.nav-tabs.block-style, .block-style.nav-filters {
    display: table;
    width: 100%;
    table-layout: fixed
}

.nav-tabs.block-style li, .block-style.nav-filters li {
    display: table-cell;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 15px
}

@media screen and (max-width: 768px) {
    .nav-tabs.block-style li, .block-style.nav-filters li {
        display: block
    }
}

.nav-tabs.block-style li:first-child, .block-style.nav-filters li:first-child {
    padding-left: 0
}

@media screen and (max-width: 768px) {
    .nav-tabs.block-style li:first-child, .block-style.nav-filters li:first-child {
        padding-left: 15px
    }
}

.nav-tabs.block-style li:first-last, .block-style.nav-filters li:first-last {
    padding-right: 0
}

.nav-tabs.block-style li a, .block-style.nav-filters li a {
    width: 100%
}

.nav-tabs.block-style li a::after, .block-style.nav-filters li a::after, .nav-tabs.block-style li a::before, .block-style.nav-filters li a::before {
    display: none
}

.nav-tabs.block-style li.active a, .block-style.nav-filters li.active a {
    border-color: #000
}

.tab-content .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.transition.fade {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.transition.fade.in {
    opacity: 1
}

.transition.scale.fade {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
}

.transition.scaledown.fade {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.transition.scale.fade.in, .transition.scaledown.fade.in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.transition.left.fade {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px)
}

.transition.right.fade {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px)
}

.transition.left.fade.in, .transition.right.fade.in {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px)
}

.transition.top.fade {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px)
}

.transition.bottom.fade {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px)
}

.transition.top.fade.in, .transition.bottom.fade.in {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.transition.flip.fade {
    -webkit-transform: rotateY(-90deg) scale(1.1);
    -moz-transform: rotateY(-90deg) scale(1.1);
    -ms-transform: rotateY(-90deg) scale(1.1);
    -o-transform: rotateY(-90deg) scale(1.1);
    transform: rotateY(-90deg) scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.transition.flip.fade.in {
    -webkit-transform: rotateY(0deg) scale(1);
    -moz-transform: rotateY(0deg) scale(1);
    -ms-transform: rotateY(0deg) scale(1);
    -o-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.bage {
    display: inline-block;
    padding: 2px 8px;
    background-color: #000;
    color: #fff;
    font-size: 12px
}

.bage.bage-primary {
    background-color: red;
}

.bage.bage-success {
    background-color: #2ece5f
}

.bage.bage-info {
    background-color: #6a9fff
}

.bage.bage-warning {
    background-color: #c8ce2e
}

.bage.bage-danger {
    background-color: #ce5f2e
}

.social:hover {
    text-decoration: none
}

.top-bar {
    background-color: #000;
    padding: 9px 0 10px
}

.top-bar .social {
    color: #fff;
    padding: 0 5px
}

.top-bar .social:hover {
    color: red
}

.top-bar .social::before {
    position: relative;
    top: 2px
}

.top-bar .tools {
    list-style: none;
    padding: 0;
    margin: 0
}

.top-bar .tools > * {
    display: inline-block;
    margin: 0
}

.top-bar .tools > * > a {
    color: #fff;
    padding-left: 12px;
    text-decoration: none
}

.top-bar .tools > * > a:hover {
    color: red
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-right: 14px;
    color: #fff;
    z-index: 100
}

.dropdown::after {
    position: absolute;
    display: inline-block;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: 0;
    font-family: "Material Icons";
    content: "\e5c5";
    margin-top: -2px;
    color: #fff;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s
}

.dropdown .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    list-style: none;
    padding: 24px 41px 24px 24px;
    border: 1px solid #e6e6e6;
    text-align: left;
    background-color: #fff;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.dropdown .sub-menu > li {
    padding: 0
}

.dropdown .sub-menu > li a {
    color: #000;
    padding: 0;
    position: relative;
    padding-left: 0;
    line-height: 1.8;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.dropdown .sub-menu > li a::before {
    font-family: 'Material Icons';
    content: "\e15b";
    position: absolute;
    top: -1px;
    left: -14px;
    margin-right: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    transition: opacity 0.35s
}

.dropdown .sub-menu > li:hover > a {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    color: red;
    text-decoration: none
}

.dropdown .sub-menu > li:hover > a::before {
    visibility: visible;
    opacity: 1
}

.dropdown:hover {
    color: red
}

.dropdown:hover::after {
    color: red
}

.dropdown:hover > a {
    color: red
}

.dropdown:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity, -webkit-transform;
    -moz-transition: opacity, -moz-transform;
    transition: opacity, transform
}

.main-nav {
    padding: 0;
    margin: 0
}

.main-nav a {
    text-decoration: none !important
}

.main-nav .current > a, .main-nav .current::after {
    color: red !important
}

.main-nav .lvl-1 {
    margin-right: 20px;
    margin-bottom: 0;
    display: inline-block;
    color: #fff
}
@media screen and (max-width: 1199px) {
    .main-nav .lvl-1 { margin-right: 3px !important; }
}

.main-nav .lvl-1::after {
    color: #000
}

.main-nav .lvl-1 a {
    color: #000
}

.main-nav .lvl-1:hover::after {
    color: red
}

.main-nav .lvl-1:hover > a {
    color: red
}

.main-nav .lvl-1 .sub-menu {
    margin-left: -24px;
    width: 300px
}

.main-nav .lvl-1 .sub-menu .dropdown {
    position: relative
}

.main-nav .lvl-1 .sub-menu .dropdown::after {
    content: "\e5cc";
    color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.main-nav .lvl-1 .sub-menu .dropdown:hover::after {
    color: red
}

.main-nav .lvl-1 .sub-menu .lvl-2 {
    display: block
}

.main-nav .lvl-1 .sub-menu .lvl-2 .sub-menu {
    top: -25px;
    left: calc(100% + 41px);
    margin-left: 0
}

.main-nav .lvl-1 .sub-menu .lvl-2.dropdown::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.main-nav .lvl-1 .sub-menu .lvl-2::after {
    right: -22px
}

.mega-menu-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: -1px
}

.mega-menu-inner .lvl-1 {
    text-align: center;
    width: 100%
}

.mega-menu-inner .lvl-1::after {
    display: none
}

.mega-menu-inner .lvl-1 > a {
    display: block;
    padding: 14px 0 12px;
    border-top: 1px solid transparent;
    text-decoration: none !important;
    color: #000
}

.mega-menu-inner .lvl-1 > a .bage {
    margin-left: 12px
}

.mega-menu-inner .lvl-1:hover > a {
    border-color: red;
    color: red
}

.mega-menu-inner .lvl-1.dropdown {
    padding-right: 0
}

.mega-menu-inner .mega-menu-wrap {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.05s;
    -moz-transition: 0.05s;
    transition: 0.05s;
    top: 100%;
    left: 0;
    background-color: #fff;
    margin-top: 1px;
    border-bottom: 1px solid #e6e6e6
}

.mega-menu-inner .mega-menu-wrap .mega-menu {
    display: flex;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.mega-menu-inner .mega-menu-wrap .mega-menu ul {
    padding-left: 0;
    list-style: none;
    margin-top: 4px
}

.mega-menu-inner .mega-menu-wrap .mega-menu ul > li {
    padding: 0
}

.mega-menu-inner .mega-menu-wrap .mega-menu ul > li a {
    color: #000;
    padding: 0;
    position: relative;
    padding-left: 0;
    line-height: 1.7;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mega-menu-inner .mega-menu-wrap .mega-menu ul > li a::before {
    font-family: 'Material Icons';
    content: "\e15b";
    position: absolute;
    top: -1px;
    left: -14px;
    margin-right: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    transition: opacity 0.35s
}

.mega-menu-inner .mega-menu-wrap .mega-menu ul > li a:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    color: red;
    text-decoration: none
}

.mega-menu-inner .mega-menu-wrap .mega-menu ul > li a:hover::before {
    visibility: visible;
    opacity: 1
}

.mega-menu-inner .mega-menu-wrap .mega-menu [class^="column"] {
    text-align: left;
    border-left: 1px solid #e6e6e6;
    padding: 24px 29px 34px
}

.mega-menu-inner .mega-menu-wrap .mega-menu [class^="column"]:first-child {
    border: none;
    padding-left: 0
}

.mega-menu-inner .mega-menu-wrap .mega-menu [class^="column"]:last-child {
    padding-right: 0
}

.mega-menu-inner .mega-menu-wrap .mega-menu .column-75 {
    flex-basis: 75%
}

.mega-menu-inner .mega-menu-wrap .mega-menu .column-50 {
    flex-basis: 50%
}

.mega-menu-inner .mega-menu-wrap .mega-menu .column-25 {
    flex-basis: 25%
}

@media screen and (max-width: 1200px) {
    .mega-menu-inner .mega-menu-wrap .mega-menu {
        max-width: 970px
    }
}

@media screen and (max-width: 991px) {
    .mega-menu-inner .mega-menu-wrap .mega-menu {
        max-width: 750px
    }
}

.mega-menu-inner .mega-menu-wrap .mega-menu .title {
    font-size: 16px
}

.mega-menu-inner .mega-menu-wrap .mega-menu .featured-area {
    overflow: hidden
}

.mega-menu-inner .mega-menu-wrap .mega-menu .featured-area > * {
    width: 33.33%;
    float: left;
    padding: 8px 15px 0
}

.mega-menu-inner .mega-menu-wrap .mega-menu .featured-area > *:first-child {
    padding-left: 0
}

.mega-menu-inner .mega-menu-wrap .mega-menu .featured-area > *:last-child {
    padding-right: 0
}

.mega-menu-inner .mega-menu-wrap .mega-menu .featured-area .fear-image {
    display: block;
    margin-bottom: 18px
}

.mega-menu-inner .lvl-1:hover .mega-menu-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.25s 0.1s;
    -moz-transition: 0.25s 0.1s;
    transition: 0.25s 0.1s
}

div[canvas=container][style*="transition"] .backdrop {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #000;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    z-index: 40
}

div[canvas=container][style*="transition"][style] .backdrop {
    visibility: visible;
    opacity: .5;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s
}

.offcanvas-navigation {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px
}

.offcanvas-navigation ul {
    list-style: none;
    padding: 0
}

.offcanvas-navigation ul.menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1)
}

.offcanvas-navigation ul.menu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.offcanvas-navigation ul.menu.in-view {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.offcanvas-navigation ul li a {
    border: none;
    line-height: 2.15;
    display: block
}

.offcanvas-navigation ul li.current > a {
    color: red
}

.offcanvas-navigation ul li.menu-item-has-children > a:after {
    display: inline-block;
    vertical-align: middle;
    font-family: "material icons";
    content: "\e315";
    line-height: 1;
    margin-top: 3px;
    float: right;
    line-height: 1.5
}

.offcanvas-navigation ul li.menu-item-has-children > .sub-menu {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: -100%;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1)
}

.offcanvas-navigation ul li.menu-item-has-children > .sub-menu.in-view {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.offcanvas-navigation ul li.menu-item-has-children > .sub-menu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.offcanvas-navigation ul li.menu-item-has-children > .sub-menu .current_page_item > a {
    color: red
}

.offcanvas-navigation ul li.back-btn > a {
    font-size: 16px;
    color: gray
}

.offcanvas-navigation ul li.back-btn > a::before {
    display: inline-block;
    vertical-align: middle;
    font-family: "material icons";
    content: "\e315";
    font-size: 10px;
    line-height: 1;
    margin: -2px 6px 0 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.offcanvas-navigation ul li.divider {
    height: 1px;
    background-color: #e6e6e6;
    margin: 10px 0
}

.offcanvas-navigation ul li.title {
    font-size: 16px;
    color: gray
}

.current-menu-item > a {
    color: red
}

.market-btn {
    display: inline-block;
    height: 60px;
    margin: 0 12px 12px 0;
    border-radius: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle
}

.market-btn:focus, .market-btn:active {
    text-decoration: none
}

.market-btn > span {
    display: block;
    font-size: 14px;
    line-height: 1.3
}

.market-btn.btn-amazon {
    width: 185px;
    padding: 8px 18px 0 24px;
    background-color: #f5f5f5;
    color: #000
}

.market-btn.btn-appstore {
    width: 200px;
    padding: 8px 18px 0 73px;
    background-color: #000;
    color: #fff
}

.market-btn.btn-playstore {
    width: 202px;
    padding: 8px 18px 0 76px;
    background-color: #f5f5f5;
    color: #000
}

.market-btn.btn-windows {
    width: 215px;
    padding: 8px 18px 0 75px;
    background-color: #00adef;
    color: #fff
}

.market-btn.btn-blackberry {
    width: 218px;
    padding: 8px 8px 0 73px;
    background-color: #000;
    color: #fff
}

.market-btn.btn-paypal {
    width: 180px;
    padding: 8px 8px 0 73px;
    background-color: #e6e6e6
}

.noUi-target {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    direction: ltr
}

.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-background {
    background-color: #e6e6e6
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 1px;
    margin-bottom: 20px
}

.noUi-horizontal .noUi-handle {
    left: -7px;
    top: -4px
}

.noUi-connect {
    background: #000;
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-handle {
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #000;
    cursor: pointer
}

.slider-margin {
    margin-top: 10px
}

.block-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    position: relative
}

.block-title small {
    display: block;
    position: absolute;
    top: -13px;
    font-size: 12px;
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.block-title::after, .block-title::before {
    background-color: #e6e6e6;
    flex-grow: 1;
    height: 1px;
    content: '\a0';
    background-color: #ddd;
    display: flex;
    margin-top: 5px
}

.block-title::after {
    margin-left: 30px
}

.block-title::before {
    margin-right: 30px
}

.block-title.text-left {
    text-align: left
}

.block-title.text-left small {
    left: 0;
    right: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.block-title.text-left::before {
    display: none
}

.block-title.text-right small {
    left: auto;
    right: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.block-title.text-right::after {
    display: none
}

.single-image .meta-left > * {
    display: inline-block;
    vertical-align: middle
}

.single-image .blog-single-meta {
    padding: 23px 0 10px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px
}

.single-image .blog-single-meta > * {
    display: inline-block
}

.single-image .blog-single-meta i {
    font-size: 6px
}

.single-image .blog-single-meta .likes-qty i {
    font-size: 12px
}

.image-carousel .slick-arrow, .items-carousel .slick-arrow {
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
    left: 12px;
    background-color: #fff;
    text-align: center;
    z-index: 5;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer;
    font-size: 14px
}

.image-carousel .slick-arrow.slick-next, .items-carousel .slick-arrow.slick-next {
    left: auto;
    right: 12px
}

.image-carousel .slick-arrow::before, .items-carousel .slick-arrow::before {
    position: relative;
    display: block;
    top: 17px
}

.image-carousel .slick-arrow:hover, .items-carousel .slick-arrow:hover {
    color: #fff;
    background-color: #000
}

.image-carousel-caption {
    font-size: 12px;
    margin-top: 12px
}

.items-carousel .slick-arrow {
    margin-top: -40px
}

.single-slider .image-preview1 {
    max-width: 100%;
    max-width: 535px;
    float: left
}

.single-slider .image-preview1 .slick-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.single-slider .image-preview1 .slick-dots > * {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    cursor: pointer
}

.single-slider .image-preview1 .slick-dots > * > * {
    border: none;
    background-color: #e6e6e6;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    padding: 0;
    text-indent: -999999px;
    vertical-align: middle;
    position: relative;
    top: 2px
}

.single-slider .image-preview1 .slick-dots > *.slick-active > * {
    background-color: #000
}

@media screen and (max-width: 1200px) {
    .single-slider .image-preview1 {
        float: none
    }
}

@media screen and (max-width: 991px) {
    .single-slider .image-preview1 {
        width: auto
    }
}

@media screen and (max-width: 768px) {
    .single-slider .image-preview1 {
        width: auto;
        margin: 0 auto 40px
    }
}

.thumbnail-carousel {
    float: left;
    width: 100%
}

.thumbnail-carousel.slick-vertical {
    max-width: 100px;
    overflow: hidden;
    max-height: 675px
}

.thumbnail-carousel.slick-vertical .slick-arrow {
    position: absolute;
    top: 12px;
    width: 48px;
    height: 48px;
    display: block;
    z-index: 1;
    border: none;
    font-size: 0;
    margin: 0;
    background: #fff;
    left: 50%;
    right: auto;
    transform: translateX(-50%)
}

.thumbnail-carousel.slick-vertical .slick-arrow:before {
    font-family: 'material icons';
    content: "\e316";
    font-size: 24px;
    position: absolute;
    display: inline-block;
    color: #000;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.thumbnail-carousel.slick-vertical .slick-next {
    top: auto;
    bottom: 12px
}

.thumbnail-carousel.slick-vertical .slick-next:before {
    padding-right: 0;
    content: "\e313"
}

@media screen and (max-width: 1200px) {
    .thumbnail-carousel {
        display: none
    }
}

.thumbnail-carousel {
    margin-right: 10px
}

.thumbnail-carousel .slick-slide {
    display: block;
    border: none;
    margin: 0 0 11px 0
}

.thumbnail-carousel a:focus {
    outline: none
}

.thumbnail-carousel a > img {
    height: auto;
    transition: opacity .25s
}

.thumbnail-carousel a {
    position: relative
}

.thumbnail-carousel a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s
}

.thumbnail-carousel a.slick-current::after {
    opacity: .2
}

.slick-track > * {
    outline: none !important
}

.comments-area .comments-count span {
    color: red
}

.comment {
    position: relative;
    padding-left: 120px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 24px
}

.comment.depth-2 {
    margin-left: 100px
}

.comment .author-ava {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden
}

.comment .comment-body p {
    margin-bottom: 10px
}

.comment .comment-autor, .comment .comment-date, .comment .comment-reply {
    display: inline-block;
    font-size: 14px;
    margin-right: 18px
}

.comment .comment-autor > i, .comment .comment-date > i, .comment .comment-reply > i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-top: -5px;
    margin-right: 4px
}

.comment .comment-autor {
    position: relative
}

.comment .comment-autor::after {
    width: 48px;
    height: 1px;
    background-color: #e6e6e6;
    content: "";
    left: 0;
    position: absolute;
    display: block;
    bottom: -7px
}

.comment .comment-autor a {
    color: #000
}

.comment .comment-autor a:hover {
    color: red
}

.comment .comment-date {
    margin-right: 0
}

@media screen and (max-width: 600px) {
    .comment {
        padding-left: 0
    }

    .comment .author-ava {
        position: relative;
        margin-bottom: 12px
    }

    .comment.depth-2 .author-ava {
        left: auto
    }
}

.comment-respond .logged-in-as {
    font-size: 10px;
    padding-bottom: 10px
}

.comment-respond .form-submit {
    margin-bottom: 0
}

.comment-respond .form-submit > .btn, .comment-respond .nav-tabs.block-style li .form-submit > a, .nav-tabs.block-style li .comment-respond .form-submit > a, .comment-respond .block-style.nav-filters li .form-submit > a, .block-style.nav-filters li .comment-respond .form-submit > a {
    margin-bottom: 0
}

.comment-reply-title {
    margin-bottom: 24px
}

.comment-navigation a, .comment-navigation span {
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 8px
}

.comment-navigation span {
    color: red;
    font-weight: bold
}

.single-item-info .item-logo img {
    width: auto
}

.single-item-info .item-title {
    text-transform: uppercase;
    color: #000;
    margin-top: 24px;
    letter-spacing: .05em
}

.single-item-info .item-sku {
    font-size: 12px;
    margin-top: 6px
}

.single-item-info .item-rating {
    margin-top: 16px
}

.single-item-info .item-rating > * {
    display: inline-block;
    width: auto
}

.single-item-info .bages {
    margin-top: 16px
}

.single-item-info .item-info {
    position: relative;
    margin-top: 20px
}

.single-item-info .item-info::before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #e6e6e6;
    width: 10%;
    display: block;
    top: -7px;
    left: 0
}

.single-item-info .color {
    margin-top: 24px
}

.single-item-info .color .title {
    display: block !important;
    color: #000;
    margin-bottom: 10px
}

.single-item-info .color > span {
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    margin-right: 6px;
    cursor: pointer
}

.single-item-info .color .selected::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    padding: 1px;
    box-sizing: content-box;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.single-item-info .size {
    margin-top: 20px;
    font-size: 20px;
    padding: 10px 15px;
    background-color: #f9f9f9;
}

.single-item-info .size .title {
    display: block !important;
    color: #000;
    margin-bottom: 10px
}

.single-item-info .size span {
    background-color: #e6e6e6;
    color: #000;
    padding: 2px 7px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 7px
}

.single-item-info .size .selected {
    background-color: #000;
    color: #fff
}

.single-item-info .cost {
    font-size: 24px;
    margin-top: 25px;
}

.single-item-info .cost span {
    color: gray;
    text-decoration: line-through
}

.single-item-info .cost strong {
    color: #000;
}

.single-item-info .action-tools {
    margin-top: 10px
}

.single-item-info .action-tools > * {
    margin-right: 12px
}

.single-item-info .action-tools .select select {
    border-color: #e6e6e6
}

.single-item-info .category {
    font-size: 12px
}

@media screen and (max-width: 1200px) {
    .single-item-info .category {
        margin-top: 15px
    }
}

.single-item-info .tags-list-widget {
    margin-top: 14px
}

.single-item-info .social .title {
    margin: 14px 0 6px
}

.single-item-info .grouped-cost {
    margin-bottom: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.single-item-info .grouped-cost > * {
    margin: 0
}

.single-item-info .grouped-cost .cost {
    font-size: 14px;
    margin: 0 12px
}

.single-item-info .grouped-cost .title {
    color: #000;
    margin: auto auto auto 0
}

.shop-grid-tools {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 24px;
    flex-wrap: wrap
}

.shop-grid-tools .count-info {
    margin: 0 auto auto 0
}

.grid-switcher a {
    padding: 0 6px
}

.grid-switcher a img {
    width: auto;
    opacity: .3;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s
}

.grid-switcher a:hover img, .grid-switcher a.current img {
    opacity: 1
}

.order-sorting {
    padding: 0 20px 0 12px;
    margin: 0
}

.order-sorting select {
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer
}

.order-sorting::after {
    right: 5px
}

.order-list {
    border: none
}

.order-list th {
    font-weight: 400;
    cursor: pointer;
    background-color: #f5f5f5
}

.order-list th::after {
    font-family: 'material icons';
    content: "\e5cf";
    position: relative;
    top: 2px;
    margin-left: 10px
}

.order-list td {
    color: #000;
    background-color: #f5f5f5
}

.order-list.one-item th::after {
    display: none
}

.store-item {
    display: flex
}

.store-item > * {
    width: 100%
}

.store-item .img-cont {
    margin-right: 31px;
    margin-bottom: 40px
}

@media screen and (max-width: 480px) {
    .store-item {
        display: block
    }

    .store-item .store-info {
        margin-bottom: 30px
    }
}

.card-number {
    position: relative
}

.card-number img {
    width: auto;
    position: absolute;
    top: 8px;
    right: -280px
}

@media screen and (max-width: 991px) {
    .card-number img {
        top: -10px;
        right: auto;
        position: relative
    }
}

.cvv-cont {
    position: relative
}

.cvv-cont a {
    position: absolute;
    display: inline-block;
    top: 12px;
    right: -100px;
    text-decoration: underline
}

@media screen and (max-width: 991px) {
    .cvv-cont a {
        top: -10px;
        right: auto;
        position: relative
    }
}

.compare-table {
    border: none;
    table-layout: fixed;
    color: #000;
    min-width: 700px
}

.compare-table .tile-title {
    text-transform: uppercase
}

.compare-table p {
    color: gray
}

.compare-table td {
    padding-left: 0
}

.compare-table th {
    padding-right: 30px;
    padding-left: 0;
    border: none;
    padding-bottom: 0
}

.compare-table th .tile {
    margin: 0
}

.compare-table .rating {
    width: auto
}

.compare-table .color .title {
    color: #000;
    display: inline-block;
    margin-right: 12px
}

.compare-table .color > span {
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    margin-right: 1px;
    cursor: pointer;
    top: 2px
}

.compare-table .size {
    margin-top: 12
}

.compare-table .size .title {
    color: #000;
    display: inline-block;
    margin-right: 12px
}

.compare-table .size span {
    background-color: #e6e6e6;
    color: #000;
    padding: 2px 7px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 7px
}

.compare-table .size .selected {
    background-color: #000;
    color: #fff
}

.compare-table .info-cell {
    white-space: normal;
    border-bottom: 0
}

.gallery-item {
    display: block
}

.mfp-title {
    display: none
}

.tp-caption {
    font-family: "Playfair Display"
}

.tp-caption img {
    width: 100%
}

.forcefullwidth_wrapper_tp_banner {
    overflow-x: hidden !important
}

.tparrows {
    width: 48px;
    height: 48px;
    background-color: #fff;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s
}

.tparrows:hover {
    background: #e6e6e6
}

.tp-rightarrow {
    margin-right: 17px
}

.tp-rightarrow:before {
    font-family: "material icons";
    content: "\e315" !important;
    color: #000;
    line-height: 50px
}

.tp-leftarrow:before {
    font-family: "material icons";
    content: "\e314" !important;
    color: #000;
    line-height: 50px
}

.items-table {
    table-layout: fixed;
    border: none
}

@media screen and (max-width: 991px) {
    .items-table {
        table-layout: auto;
        width: 100%;
        min-width: 720px
    }
}

@media screen and (max-width: 480px) {
    .items-table {
        min-width: 600px
    }
}

@media screen and (max-width: 480px) {
    .items-table .item-thumb {
        max-width: 150px
    }
}

.items-table .item-info > * {
    display: block;
    margin: 6px 0
}

.items-table .remove {
    float: right
}

.items-table .remove > a {
    margin: 0
}

.items-table th {
    border: none;
    padding: 0 24px 0 0;
    font-weight: 400
}

.items-table th:first-child {
    padding-left: 0
}

.items-table th:last-child {
    padding-right: 0
}

.items-table td {
    vertical-align: top;
    padding: 24px 24px 24px 0
}

@media screen and (max-width: 480px) {
    .items-table td {
        padding-right: 10px
    }
}

.items-table td:first-child {
    padding-left: 0
}

.items-table td:last-child {
    padding-right: 0
}

.items-table .rating {
    padding-bottom: 10px
}

.items-table .rating img {
    width: auto
}

.items-table .item-info {
    color: #000
}

.items-table .category {
    font-size: 12px;
    color: gray
}

.items-table .category:hover {
    color: red
}

.items-table .color span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    position: relative;
    top: 1px
}

.items-table .size span {
    display: inline-block;
    background-color: #e6e6e6;
    padding: 0 3px;
    font-size: 12px
}

.items-table .title {
    position: relative;
    letter-spacing: 0.05em
}

.items-table .title::after {
    display: block;
    content: "";
    position: absolute;
    width: 20%;
    height: 1px;
    left: 0;
    bottom: -3px;
    background: #e6e6e6
}

.items-table.no-border td {
    border: none
}

.cart-bottom-tools {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0;
    justify-content: flex-start;
    align-items: center
}

.cart-bottom-tools > * {
    margin: 0 0 20px 0
}

@media screen and (max-width: 768px) {
    .cart-bottom-tools > * {
        margin: 0 20px 20px 0
    }
}

.cart-bottom-tools input {
    margin-right: 20px
}

.cart-bottom-tools .update {
    margin: auto;
    margin-right: 0;
    margin-top: 0
}

@media screen and (max-width: 768px) {
    .cart-bottom-tools .update {
        margin: 0 20px 20px 0
    }
}

.table-responsive {
    border: none
}

.preview-info-block-container {
    border: 1px solid red;
    padding: 36px;
    position: relative
}

.preview-info-block-container .carousel-item {
    outline: none !important
}

.preview-info-block-container .arrows {
    position: absolute;
    width: 50%;
    top: 36px;
    left: 50%;
    z-index: 10;
    padding: 0 30px
}

@media screen and (max-width: 991px) {
    .preview-info-block-container .arrows {
        display: none
    }
}

.preview-info-block-container .arrows .slick-arrow {
    background-color: #000;
    width: 24px;
    height: 24px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    cursor: pointer
}

.preview-info-block-container .arrows .slick-arrow::after {
    font-family: "hind";
    position: absolute;
    right: -93px;
    color: gray;
    font-size: 14px;
    line-height: 28px
}

.preview-info-block-container .arrows .slick-prev::after {
    content: "Previous Deal"
}

.preview-info-block-container .arrows .slick-next {
    float: right
}

.preview-info-block-container .arrows .slick-next::after {
    content: "Next Deal";
    right: 40px
}

.preview-info-block {
    display: flex;
    align-content: stretch
}

.preview-info-block > * {
    width: 100%
}

@media screen and (max-width: 991px) {
    .preview-info-block {
        display: block
    }
}

.info-block-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 30px
}

.info-block-content .item-logo {
    text-align: center
}

.info-block-content .item-logo img {
    display: inline-block
}

.info-block-content .single-item-info {
    width: 100%
}

@media screen and (max-width: 991px) {
    .info-block-content {
        padding-left: 0;
        padding-top: 30px
    }
}

.countdown {
    text-align: center;
    margin-top: 40px
}

.countdown > span {
    display: block
}

.countdown > div {
    display: inline-block;
    font-size: 12px;
    width: 72px;
    height: 72px;
    text-align: center;
    background-color: #e6e6e6;
    margin: 0 3px;
    color: #000;
    padding-top: 10px
}

.countdown > div > span {
    display: block;
    font-size: 24px
}

@media screen and (max-width: 480px) {
    .countdown > div {
        background-color: transparent;
        width: auto;
        height: auto
    }
}

.progress {
    height: 6px;
    background-color: #e6e6e6;
    width: 100%;
    position: relative;
    margin-top: 30px
}

.progress .about {
    text-align: left;
    position: absolute;
    top: -24px;
    width: 100%;
    color: #000
}

.progress .qty {
    display: inline-block;
    float: right
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    color: #000;
    text-align: center;
    background-color: #000
}

.split-home-section .section-row {
    width: 100%;
    display: flex
}

.split-home-section .section-row .section-item {
    width: 100%;
    background-size: cover;
    background-position: center
}

.split-home-section .section-row .section-item .inner {
    background-color: #f5f5f5;
    width: calc(100% - 60px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px
}

.split-home-section .section-row .section-item .inner .img-cont {
    max-width: 370px
}

.split-home-section .section-row .section-item.info-tile {
    padding: 25px 0
}

.split-home-section .section-row .section-item .collapse-view {
    display: none
}

@media screen and (max-width: 991px) {
    .split-home-section .section-row .section-item .collapse-view {
        display: block
    }
}

@media screen and (max-width: 991px) {
    .split-home-section .section-row {
        flex-wrap: wrap
    }

    .split-home-section .section-row.reverse .info-tile {
        order: 2
    }
}

.page-wrapper {
    position: relative;
    height: 100%
}

.is-preloader .page-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}

.preloading .page-wrapper {
    visibility: hidden;
    opacity: 0
}

.spinner1 {
    position: absolute;
    left: 50%;
    margin-left: -30px
}

.spinner1 span {
    display: block;
    bottom: 0px;
    width: 9px;
    height: 5px;
    background: red;
    position: absolute;
    animation: preloader_1 1.5s infinite ease-in-out
}

.spinner1 span:nth-child(2) {
    left: 11px;
    animation-delay: .2s
}

.spinner1 span:nth-child(3) {
    left: 22px;
    animation-delay: .4s
}

.spinner1 span:nth-child(4) {
    left: 33px;
    animation-delay: .6s
}

.spinner1 span:nth-child(5) {
    left: 44px;
    animation-delay: .8s
}

@keyframes preloader_1 {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: red
    }
    25% {
        height: 30px;
        transform: translateY(15px);
        background: #000
    }
    50% {
        height: 5px;
        transform: translateY(0px);
        background: red
    }
    100% {
        height: 5px;
        transform: translateY(0px);
        background: red
    }
}

.spinner2 {
    width: 40px;
    height: 40px;
    position: relative
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out
}

.double-bounce1 {
    background-color: #000
}

.double-bounce2 {
    background-color: red
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.spinner3 {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out
}

.dot1 {
    background-color: #000
}

.dot2 {
    background-color: red
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

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

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.spinner4 {
    width: 30px;
    height: 30px;
    background-color: red;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out
}

@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.spinner5 {
    width: 32px;
    height: 32px;
    position: relative
}

.cube1, .cube2 {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out
}

.cube1 {
    background-color: #000
}

.cube2 {
    background-color: red
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.spinner6 {
    width: 50px;
    height: 30px;
    text-align: center
}

.spinner6 > div {
    background-color: red;
    height: 100%;
    width: 6px;
    margin-left: 2px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out
}

.spinner6 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner6 .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.spinner6 .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.spinner6 .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.preloader-light .double-bounce1, .preloader-light .double-bounce2, .preloader-light .container1 > div, .preloader-light .container2 > div, .preloader-light .container3 > div, .preloader-light .dot1, .preloader-light .dot2, .preloader-light .spinner4, .preloader-light .cube1, .preloader-light .cube2, .preloader-light .spinner6 > div, .preloader-light .spinner7 > div {
    background-color: #fff !important
}

.btnmy1 { width:100px; text-align:Center; height:48px; padding:5px 15px; background-color:white; color:black;}
.btnmy1:hover { background-color:black; color:white; border:none; margin-top:-15px;}

.footer .cat-list li a { color:white;}
.clear { clear:both;}

@media screen and (min-width:992px) {
.btn-footer{
	width: 60px !important;
	height: 60px !important;
}

.btn-footer i {font-size: 26px !important;}
