@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic");
@import url("//fonts.googleapis.com/css?family=Pacifico");

.hidden-xs-up {
    display: none !important
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

body {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

#page-wraper, .page-content-wraper {
    position: relative;
    width: 100%;
    background: #fff
}

::-moz-selection {
    background-color: #673AB7;
    color: #ffffff
}

::selection {
    background-color: #673AB7;
    color: #ffffff
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*::after, *::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:after, *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a, a:focus {
    outline: none;
    text-decoration: none
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #333333;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s
}

a:hover, a.color, .color {
    color: #673AB7
}

a:focus, a:hover {
    text-decoration: none
}

.black {
    color: #333
}

.white {
    color: #fff
}

.yellow {
    color: #ffed1f
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: none;
    outline: none
}

.overlay-black, .overlay-black20, .overlay-black30, .overlay-black40, .overlay-black60, .overlay-black80, .overlay-black90, .overlay-light, .overlay-light20, .overlay-light40, .overlay-light60, .overlay-light80, .overlay-light90 {
    position: relative;
    z-index: 1
}

.overlay-black:before, .overlay-black20:before, .overlay-black30:before, .overlay-black40:before, .overlay-black60:before, .overlay-blackk80:before, .overlay-blackk90:before, .overlay-light:before, .overlay-light20:before, .overlay-light40:before, .overlay-light60:before, .overlay-light80:before, .overlay-light90:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    display: block
}

.overlay-black:before {
    background-color: rgba(0, 0, 0, 0.85)
}

.overlay-black20:before {
    background-color: rgba(0, 0, 0, 0.2)
}

.overlay-black30:before {
    background-color: rgba(0, 0, 0, 0.3)
}

.overlay-black40:before {
    background-color: rgba(0, 0, 0, 0.4)
}

.overlay-black60:before {
    background-color: rgba(0, 0, 0, 0.6)
}

.overlay-black80:before {
    background-color: rgba(0, 0, 0, 0.8)
}

.overlay-black90:before {
    background-color: rgba(0, 0, 0, 0.9)
}

.overlay-light:before {
    background-color: rgba(255, 255, 255, 0.4)
}

.overlay-light20:before {
    background-color: rgba(255, 255, 255, 0.2)
}

.overlay-light40:before {
    background-color: rgba(255, 255, 255, 0.4)
}

.overlay-light60:before {
    background-color: rgba(255, 255, 255, 0.6)
}

.overlay-light80:before {
    background-color: rgba(255, 255, 255, 0.8)
}

.overlay-light90:before {
    background-color: rgba(255, 255, 255, 0.9)
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}

.bg-fixed {
    background-attachment: fixed
}

.bg-gray {
    background: #f8f8f8
}

.bg-yellow {
    background: #fffee8
}

.bg-white {
    background: #fff
}

.bg-black {
    background: #333
}

br {
    font-size: 0;
    line-height: 0
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #eee;
    border-bottom: none;
    border-left: none;
    border-right: none
}

hr.dark {
    border-top: 1px solid #333333
}

b, strong, .strong {
    font-weight: 600
}

.italic {
    font-style: italic
}

.capitale {
    text-transform: uppercase
}

i.left {
    margin-right: 5px
}

i.right {
    margin-left: 5px
}

small, small a {
    font-size: 11px;
    color: #eee
}

ul.list-inside {
    list-style: inside
}

ol, ul {
    margin: 0;
    padding: 0
}

ul.list-none {
    list-style: none;
    margin-left: 0
}

ul.list-none-ib li, .list-none-ib {
    display: inline-block
}

.text-center {
    text-align: center !important
}

h1, h2, h3, h4, h5, h6, h1.h1, h2.h2, h3.h3, h4.h4, h5.h5, h6.h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #333;
    margin-top: 0px;
    margin-bottom: 15px
}

h1.h1, h2.h2, h3.h3, h4.h4, h5.h5, h6.h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h1.h1 span, h2.h2 span, h3.h3 span, h4.h4 span, h5.h5 span, h6.h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
    text-transform: none
}

h1.normal, h2.normal, h3.normal, h4.normal, h5.normal, h6.normal, h1.h1.normal, h2.h2.normal, h3.h3.normal, h4.h4.normal, h5.h5.normal, h6.h6.normal, .h1.normal, .h2.normal, .h3.normal, .h4.normal, .h5.normal, .h6.normal {
    font-weight: 400
}

h1 {
    font-size: 51px;
    text-transform: uppercase
}

h2 {
    font-size: 28px;
    line-height: 1.3;
    text-transform: uppercase
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, dark-bg .white {
    color: #fff
}

.alt-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.page-title {
    text-align: center;
    margin-bottom: 40px
}

p {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #777
}

p.x-small {
    font-size: 10px
}

p.small {
    font-size: 12px
}

p.large {
    font-size: 16px
}

p.x-large {
    font-size: 18px
}

.btn, button {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px
}

.btn i.right, button i.right {
    margin-left: 6px;
    margin-right: 0px
}

.btn-xs {
    padding: 11px 30px !important;
    display: inline-block
}

.btn-sm {
    padding: 13px 35px !important;
    display: inline-block
}

.btn-md {
    padding: 15px 35px !important;
    display: inline-block
}

.btn-lg {
    display: inline-block
}

.btn-black {
    background-color: #333;
    border-color: transparent;
    color: #fff !important
}

.btn-black:hover {
    background-color: #4b4b4b;
    border-color: transparent;
    color: #fff !important
}

.btn-color {
    background-color: #673AB7;
    border-color: transparent;
    color: #fff !important
}

.btn-color:hover {
    background-color: #703fc8;
    border-color: transparent;
    color: #fff !important
}

.btn-gray {
    background-color: #eee;
    border-color: transparent;
    color: #222 !important
}

.btn-gray:hover {
    background-color: #f4f4f4;
    border-color: transparent;
    color: #222 !important
}

.btn-white {
    background-color: #fff;
    border-color: transparent;
    color: #222 !important
}

.btn-white:hover {
    background-color: #f4f4f4;
    border-color: transparent;
    color: #673AB7 !important
}

label {
    color: #333;
    font-size: 13px;
    padding-right: 3px;
    padding-left: 3px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    display: block
}

label.left {
    text-align: left
}

label.inline-block {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle
}

input.block {
    display: block
}

.form-full-width {
    width: 100%
}

.form-center {
    text-align: center
}

.form-full-height {
    height: 100%
}

.form-field-wrapper {
    margin-bottom: 20px;
    position: relative
}

form .error {
    border-color: #e1534f
}

.form-required {
    color: #f00
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400
}

.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px
}

.form-border-box {
    border: 1px solid #eee;
    padding: 30px
}

.spacer-15 {
    height: 15px;
    width: 100%
}

.spacer-30 {
    height: 30px;
    width: 100%
}

.spacer-45 {
    height: 45px;
    width: 100%
}

.spacer-60 {
    height: 60px;
    width: 100%
}

.spacer-75 {
    height: 75px;
    width: 100%
}

.spacer-90 {
    height: 90px;
    width: 100%
}

.container-margin {
    margin-top: 80px;
    margin-bottom: 80px
}

.container-margin-t {
    margin-top: 80px
}

.container-margin-b {
    margin-bottom: 80px
}

.container-margin-minus-t {
    margin-top: -80px;
    position: relative;
    z-index: 1
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px
}

.section-padding-t {
    padding-top: 80px
}

.section-padding-b {
    padding-bottom: 80px
}

.section-padding-sm {
    padding-bottom: 40px;
    padding-top: 40px
}

.section-padding-sm-t {
    padding-top: 40px
}

.section-padding-sm-b {
    padding-bottom: 40px
}

.p-90 {
    padding: 90px
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.plt-90 {
    padding-left: 90px;
    padding-right: 90px
}

.pt-90 {
    padding-top: 90px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-80 {
    padding-bottom: 80px
}

.p-85 {
    padding: 85px
}

.ptb-85 {
    padding-top: 85px;
    padding-bottom: 85px
}

.plt-85 {
    padding-left: 85px;
    padding-right: 85px
}

.pt-85 {
    padding-top: 85px
}

.pb-85 {
    padding-bottom: 85px
}

.p-80 {
    padding: 80px
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.plt-80 {
    padding-left: 80px;
    padding-right: 80px
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.p-75 {
    padding: 75px
}

.ptb-75 {
    padding-top: 75px;
    padding-bottom: 75px
}

.plt-75 {
    padding-left: 75px;
    padding-right: 75px
}

.pt-75 {
    padding-top: 75px
}

.pb-75 {
    padding-bottom: 75px
}

.p-70 {
    padding: 70px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.plt-70 {
    padding-left: 70px;
    padding-right: 70px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.p-65 {
    padding: 65px
}

.ptb-65 {
    padding-top: 65px;
    padding-bottom: 65px
}

.plt-65 {
    padding-left: 65px;
    padding-right: 65px
}

.pt-65 {
    padding-top: 65px
}

.pb-65 {
    padding-bottom: 65px
}

.p-60 {
    padding: 60px
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.plt-60 {
    padding-left: 60px;
    padding-right: 60px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.p-55 {
    padding: 55px
}

.ptb-55 {
    padding-top: 55px;
    padding-bottom: 55px
}

.plt-55 {
    padding-left: 55px;
    padding-right: 55px
}

.pt-55 {
    padding-top: 55px
}

.pb-55 {
    padding-bottom: 55px
}

.p-50 {
    padding: 50px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.plt-50 {
    padding-left: 50px;
    padding-right: 50px
}

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.p-45 {
    padding: 45px
}

.ptb-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.plt-45 {
    padding-left: 45px;
    padding-right: 45px
}

.pt-45 {
    padding-top: 45px
}

.pb-45 {
    padding-bottom: 45px
}

.p-40 {
    padding: 40px
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.plt-40 {
    padding-left: 40px;
    padding-right: 40px
}

.pt-40 {
    padding-top: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.p-35 {
    padding: 35px
}

.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.plt-35 {
    padding-left: 35px;
    padding-right: 35px
}

.pt-35 {
    padding-top: 35px
}

.pb-35 {
    padding-bottom: 35px
}

.p-30 {
    padding: 30px
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.plt-30 {
    padding-left: 30px;
    padding-right: 30px
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.p-25 {
    padding: 25px
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.plt-25 {
    padding-left: 25px;
    padding-right: 25px
}

.pt-25 {
    padding-top: 25px
}

.pb-25 {
    padding-bottom: 25px
}

.p-20 {
    padding: 20px
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.plt-20 {
    padding-left: 20px;
    padding-right: 20px
}

.pt-20 {
    padding-top: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.p-15 {
    padding: 15px
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px
}

.plt-15 {
    padding-left: 15px;
    padding-right: 15px
}

.pt-15 {
    padding-top: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.p-10 {
    padding: 10px
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.plt-10 {
    padding-left: 10px;
    padding-right: 10px
}

.pt-10 {
    padding-top: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.p-5 {
    padding: 5px
}

.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.plt-5 {
    padding-left: 5px;
    padding-right: 5px
}

.pt-5 {
    padding-top: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.m-90 {
    margin: 90px
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px
}

.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px
}

.mlt-90 {
    margin-left: 90px;
    margin-right: 90px
}

.mt-90 {
    margin-top: 90px
}

.mb-90 {
    margin-bottom: 90px
}

.m-85 {
    margin: 85px
}

.mtb-85 {
    margin-top: 85px;
    margin-bottom: 85px
}

.mlt-85 {
    margin-left: 85px;
    margin-right: 85px
}

.mt-85 {
    margin-top: 85px
}

.mb-85 {
    margin-bottom: 85px
}

.m-80 {
    margin: 80px
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px
}

.mlt-80 {
    margin-left: 80px;
    margin-right: 80px
}

.mt-80 {
    margin-top: 80px
}

.mb-80 {
    margin-bottom: 80px
}

.m-75 {
    margin: 75px
}

.mtb-75 {
    margin-top: 75px;
    margin-bottom: 75px
}

.mlt-75 {
    margin-left: 75px;
    margin-right: 75px
}

.mt-75 {
    margin-top: 75px
}

.mb-75 {
    margin-bottom: 75px
}

.m-70 {
    margin: 70px
}

.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.mlt-70 {
    margin-left: 70px;
    margin-right: 70px
}

.mt-70 {
    margin-top: 70px
}

.mb-70 {
    margin-bottom: 70px
}

.m-65 {
    margin: 65px
}

.mtb-65 {
    margin-top: 65px;
    margin-bottom: 65px
}

.mlt-65 {
    margin-left: 65px;
    margin-right: 65px
}

.mt-65 {
    margin-top: 65px
}

.mb-65 {
    margin-bottom: 65px
}

.m-60 {
    margin: 60px
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.mlt-60 {
    margin-left: 60px;
    margin-right: 60px
}

.mt-60 {
    margin-top: 60px
}

.mb-60 {
    margin-bottom: 60px !important
}

.m-55 {
    margin: 55px
}

.mtb-55 {
    margin-top: 55px;
    margin-bottom: 55px
}

.mlt-55 {
    margin-left: 55px;
    margin-right: 55px
}

.mt-55 {
    margin-top: 55px
}

.mb-55 {
    margin-bottom: 55px
}

.m-50 {
    margin: 50px
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mlt-50 {
    margin-left: 50px;
    margin-right: 50px
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px !important
}

.m-45 {
    margin: 45px
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.mlt-45 {
    margin-left: 45px;
    margin-right: 45px
}

.mt-45 {
    margin-top: 45px
}

.mb-45 {
    margin-bottom: 45px
}

.m-40 {
    margin: 40px
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.mlt-40 {
    margin-left: 40px;
    margin-right: 40px
}

.mt-40 {
    margin-top: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.m-35 {
    margin: 35px
}

.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.mlt-35 {
    margin-left: 35px;
    margin-right: 35px
}

.mt-35 {
    margin-top: 35px
}

.mb-35 {
    margin-bottom: 35px
}

.m-30 {
    margin: 30px
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mlt-30 {
    margin-left: 30px;
    margin-right: 30px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.m-25 {
    margin: 25px
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.mlt-25 {
    margin-left: 25px;
    margin-right: 25px
}

.mt-25 {
    margin-top: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.m-20 {
    margin: 20px
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mlt-20 {
    margin-left: 20px;
    margin-right: 20px
}

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.m-15 {
    margin: 15px
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.mlt-15 {
    margin-left: 15px;
    margin-right: 15px
}

.mt-15 {
    margin-top: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.m-10 {
    margin: 10px
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mlt-10 {
    margin-left: 10px;
    margin-right: 10px
}

.mt-10 {
    margin-top: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.m-5 {
    margin: 5px
}

.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.mlt-5 {
    margin-left: 5px;
    margin-right: 5px
}

.mt-5 {
    margin-top: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.m-0 {
    margin: 0px
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px
}

.mlt-0 {
    margin-left: 0px;
    margin-right: 0px
}

.mt-0 {
    margin-top: 0px
}

.mb-0 {
    margin-bottom: 0px !important
}

@media (max-width: 775px) {
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .section-padding-t {
        padding-top: 40px
    }

    .section-padding-b {
        padding-bottom: 40px
    }

    .container-margin-minus-t {
        margin-top: -40px
    }

    .container-margin {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .container-margin-t {
        margin-top: 40px
    }

    .container-margin-b {
        margin-bottom: 40px
    }

    .float-xs-left {
        float: left !important;
        text-align: left
    }

    .float-xs-right {
        float: right !important;
        text-align: right
    }

    .p-xs-0 {
        padding: 0px
    }

    .ptb-xs-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .plt-xs-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .pt-xs-0 {
        padding-top: 0px
    }

    .pb-xs-0 {
        padding-bottom: 0px
    }

    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .mlt-xs-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .mt-xs-30 {
        margin-top: 30px
    }

    .mb-xs-30 {
        margin-bottom: 30px
    }

    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .mlt-xs-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .mt-xs-0 {
        margin-top: 0px
    }

    .mb-xs-0 {
        margin-bottom: 0px
    }
}

@media (max-width: 991px) {
    .p-sm-0 {
        padding: 0px
    }

    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .plt-sm-0 {
        padding-left: 0px;
        padding-right: 0px
    }

    .pt-sm-0 {
        padding-top: 0px
    }

    .pb-sm-0 {
        padding-bottom: 0px
    }

    .mtb-sm-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .mlt-sm-45 {
        margin-left: 45px;
        margin-right: 45px
    }

    .mt-sm-45 {
        margin-top: 45px
    }

    .mb-sm-45 {
        margin-bottom: 45px
    }

    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .mlt-sm-30 {
        margin-left: 30px;
        margin-right: 30px
    }

    .mt-sm-30 {
        margin-top: 30px !important
    }

    .mb-sm-30 {
        margin-bottom: 30px
    }

    .mtb-sm-0 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .mlt-sm-0 {
        margin-left: 0px;
        margin-right: 0px
    }

    .mt-sm-0 {
        margin-top: 0px
    }

    .mb-sm-0 {
        margin-bottom: 0px
    }
}

.content-page {
    padding-bottom: 80px;
    padding-top: 50px
}

.header {
    width: 100%;
    color: #333;
    position: relative;
    z-index: 999;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15)
}

.header-topbar, .header-main {
    padding-left: 50px;
    padding-right: 50px
}

.header-topbar .header-topbar-inner, .header-main .header-main-inner {
    max-width: 1820px;
    width: 100%;
    display: table;
    margin-left: auto;
    margin-right: auto
}

.header-topbar {
    display: table;
    background-color: #fff;
    color: #333;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    letter-spacing: 0.4px
}

.header-topbar .topbar-left {
    text-align: left;
    display: table-cell;
    vertical-align: middle
}

.header-topbar .topbar-left p {
    display: inline-block;
}

.header-topbar .topbar-right {
    text-align: right;
    display: table-cell;
    vertical-align: middle
}

.header-topbar .topbar-right ul li {
    text-align: left;
    display: inline-block
}

.header-topbar .topbar-right > ul > li > a {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block
}

.header-topbar .topbar-right > ul > li:last-child > a {
    margin-right: 0px
}

.dropdown-nav {
    position: relative
}

.dropdown-nav:hover > a {
    color: #673AB7
}

.dropdown-nav .dropdown-menu {
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    left: 0;
    width: 180px;
    background: #fff;
    border: 1px solid #eee;
    display: none;
    z-index: 2000;
    list-style: none;
    margin: -4px 0 0 0;
    padding: 15px;
    text-transform: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05)
}

.dropdown-nav .dropdown-menu:before {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.dropdown-nav:hover .dropdown-menu {
    display: block
}

.dropdown-nav .dropdown-menu ul li {
    display: block
}

.dropdown-nav .dropdown-menu a {
    display: block;
    line-height: 1;
    padding: 8px 0px
}

.divider {
    border-bottom: 1px solid #eee;
    outline: none;
    width: 100%;
    display: block;
    min-height: 1px;
    margin-top: 10px;
    margin-bottom: 10px
}

@media (max-width: 775px) {
    .header-topbar .topbar-right > ul > li:last-child > a {
        margin-right: 8px
    }

    .header-topbar .topbar-right {
        float: none;
        display: block
    }
}

@media (max-width: 1220px) {
    .header-topbar, .header-main {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 1080px) {
    .header-topbar, .header-main {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 979px) {
    .header-main .logo {
        display: inline-block;
        margin: 20px auto;
        width: auto
    }

    .header-main .logo a {
        margin-top: 10px !important
    }

    .sidebar-icon-nav ul li {
        margin: 28px 12px
    }
}

.header-main {
    position: relative;
    z-index: 99;
    display: table;
    width: 100%;
    background: #fff
}

.header-main.fixed {
    position: fixed;
    z-index: 3000;
    top: 0;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15)
}

.header-main.no-stick.fixed, .header-main.fixed.no-stick {
    position: relative !important;
    background: #fff;
    -moz-box-shadow: 0px 0px 5px transparent;
    -webkit-box-shadow: 0px 0px 5px transparent;
    box-shadow: 0px 0px 5px transparent
}

.header-main .logo {
    display: inline-block;
    float: left;
    text-align: left;
    margin-right: 28px
}

.header-main .logo a {
    margin-top: 10px;
    width: 120px;
    display: block
}

.header-main .logo a img {
    vertical-align: middle
}

@media only screen and (max-width: 420px) {
    .header-main .logo {
        display: block;
        margin: 30px auto 10px;
        width: 100%;
        float: none
    }

    .header-main .logo a {
        margin: 0 auto !important;
        vertical-align: bottom;
    }
}

.navigation-menu {
    display: block;
    float: left;
    position: static;
    text-transform: uppercase
}

.navigation-menu ul > li > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding: 20px 10px;
    display: block
}

.navigation-menu ul > li:hover > a {
    color: #673AB7
}

.navigation-menu ul, .navigation-menu ul li {
    list-style: none
}

.navigation-menu > ul > li {
    display: inline-block
}

.menu-mobile {
    background: #f0f0f0;
    color: #333;
    padding: 8px 15px;
    font-family: 'Montserrat', sans-serif;
    display: none;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.menu-mobile:hover {
    color: #673AB7
}

.navigation-menu ul > li > a > .nav-label-new, .navigation-menu ul > li > a > .nav-label-sale {
    position: relative;
    right: 0
}

.navigation-menu ul > li > a > .nav-label-new:after {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: -19px;
    width: 28px;
    background: url("../img/label_new.png") no-repeat left top;
    z-index: 100;
    right: -10px
}

.navigation-menu ul > li > a > .nav-label-sale:after {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: -19px;
    width: 28px;
    background: url("../img/label_sale.png") no-repeat left top;
    z-index: 100;
    right: -10px
}

.nav-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #fff;
    left: 0;
    border-top: 1px solid #eeeeee;
    padding: 30px 0 30px 0
}

.nav-dropdown:after {
    background: rgba(0, 0, 0, 0.08);
    width: 100%;
    bottom: -4px;
    left: 0;
    height: 4px;
    position: inherit;
    content: ""
}

.dropworn-arrow {
    left: 50%;
    margin-left: -10px;
    position: relative;
    z-index: 100;
    display: none
}

.dropworn-arrow:after {
    background: transparent url("/tp/T0194/img/tmp/dropdown-top-arrow.png") no-repeat scroll left top;
    content: "";
    bottom: -1px;
    height: 10px;
    width: 20px;
    position: absolute
}

.nav-dropdown .new-label, .nav-dropdown .sale-label {
    padding: 2px 4px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.nav-dropdown .sale-label {
    background: #f55151;
    color: #fff
}

.nav-dropdown .new-label {
    background: #673AB7;
    color: #fff
}

.nav-dropdown .sub-banner {
    padding: 0;
    position: relative;
    width: 100%;
    border: 0 none
}

.nav-dropdown .nav-dropdown-grid {
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    float: left
}

.nav-dropdown .nav-dropdown-grid:nth-child(4n+1) {
    clear: left
}

.nav-dropdown .nav-dropdown-grid ul {
    margin-bottom: 30px
}

.nav-dropdown .nav-dropdown-grid ul li {
    font-size: 14px;
    text-transform: none;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: 400
}

.nav-dropdown .nav-dropdown-grid ul li > a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    display: inline-block;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s
}

.nav-dropdown .nav-dropdown-grid > ul > li:hover > a {
    color: inherit
}

.nav-dropdown .nav-dropdown-grid > ul > li > a:hover {
    padding-left: 5px;
    color: #673AB7
}

.menu-mobile:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    padding: 0;
    float: right;
    position: relative;
    top: 5px;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%)
}

.menu-dropdown-icon:before {
    content: "\f107";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    font-size: 16px;
    padding: 0;
    color: #999;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    background: #f6f6f6;
    border: 1px solid #eee
}

.show-on-mobile {
    display: block !important;
}

@media only screen and (min-width: 980px) {
    .header-main.fixed .header-main-inner .logo a {
        margin-top: 17px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s
    }

    .header-main.fixed > .header-main-inner > .navigation-menu > ul > li > a {
        padding-top: 21px;
        padding-bottom: 20px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s
    }

    .header-main.fixed .header-main-inner .header-rightside-nav .header-btn-link {
        padding-top: 12px;
        padding-bottom: 12px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s
    }

    .header-main.fixed .header-main-inner .sidebar-icon-nav ul li {
        margin-top: 20px;
        margin-bottom: 19px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s
    }
}

@media only screen and (max-width: 979px) {
    .navigation-menu {
        display: block;
        float: none;
        position: relative;
        text-transform: uppercase;
        clear: both;
        z-index: 99
    }

    .navigation-menu ul > li > a {
        padding: 8px 15px;
        display: block;
        border: 1px solid #eee;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px
    }

    .nav-dropdown .nav-dropdown-grid ul li > a {
        border: none 0px
    }

    .nav-dropdown .nav-dropdown-grid {
        width: 100%
    }

    .nav-dropdown {
        padding-top: 30px;
        padding-bottom: 0px
    }

    .navigation-menu > ul {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%
    }

    .navigation-menu > ul > li {
        display: block;
        margin-top: 1px;
        background: #fff
    }

    .nav-dropdown {
        display: none;
        position: relative;
        width: 100%;
        z-index: auto;
        left: 0
    }

    .menu-mobile {
        display: block
    }

    .menu-dropdown-icon:before {
        display: inline-block
    }

    .navigation-menu ul li a .nav-label-sale {
        display: none
    }

    .nav-dropdown > .container {
        width: 100%
    }
}

.header-rightside-nav {
    float: right
}

.header-rightside-nav .header-btn-link {
    border-right: 1px solid #eeeeee;
    padding: 13px 10px 13px 0px;
    display: inline-block;
    vertical-align: top;
    float: left
}

.header-rightside-nav .header-btn-link a {
    font-size: 13px
}

.header-rightside-nav .header-btn-link a:hover {
    text-decoration: underline
}

.sidebar-icon-nav {
    display: inline-block;
    font-size: 18px;
    margin-right: -12px;
    margin-left: 0px;
}


.sidebar-icon-nav ul li {
    margin: 20px 11px 0px
}

.sidebar-icon-nav ul li a {
    position: relative
}

.sidebar-icon-nav ul li .countTip {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    background: #673AB7;
    right: -10px;
    top: -8px;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    color: #fff
}

.sidebar-icon-nav .cart-icon, .sidebar-icon-nav .cart-title {
    display: inline-block
}

.sidebar-icon-nav .cart-title {
    font-size: 13px
}

.intro {
    background-color: #333;
    width: 100%;
    position: relative;
    overflow: hidden
}

.tp-bannertimer {
    display: none !important
}

.sidebar-menu {
    background: #fff;
    width: 320px;
    height: 100%;
    top: 0;
    z-index: 3050;
    position: fixed;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3)
}

.sidebar-right {
    right: -320px
}

.sidebar-right.sidebar-open {
    right: 0
}

#sidebar_close_icon {
    position: absolute;
    right: 30px;
    top: 31px
}

.sidebar_overlay.sidebar_overlay_active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 3030;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.sidebar-menu .cart-sidebar-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.sidebar-menu .cart-widget-heading {
    padding: 30px;
    display: block;
    background: #673AB7
}

.sidebar-menu .cart-widget-heading h4, .sidebar-menu .cart-widget-heading h5, .sidebar-menu .cart-widget-heading h4, .sidebar-menu .cart-widget-heading h3 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 0
}

.sidebar-menu .cart-widget-content {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    position: relative
}

.sidebar-menu .cart-widget-content .cart-widget-product {
    position: relative
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-empty {
    display: none
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-empty p {
    font-size: 13px
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item {
    padding: 0;
    list-style: none;
    margin-bottom: 30px
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
    position: relative
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li:last-child {
    border-bottom: 0px none;
    padding-bottom: 0px;
    margin-bottom: 0px
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-image {
    margin-right: 15px;
    display: table-cell;
    float: none !important;
    margin-right: 0;
    width: 30%
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-image img {
    width: 100%;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content {
    border: 0 none;
    width: 70%;
    display: table-cell;
    float: none !important;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 20px;
    text-align: left;
    vertical-align: top
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-remove {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    text-align: center
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-link {
    color: #333;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    line-height: 1.4
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-link:hover {
    color: #673AB7
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .cart-collateral {
    color: #777;
    font-size: 12px
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .cart-collateral .product-price-amount {
    font-weight: 600;
    color: #333
}

.sidebar-menu .cart-widget-footer {
    display: table-row;
    vertical-align: bottom;
    height: auto
}

.sidebar-menu .cart-widget-footer .cart-footer-inner {
    padding: 30px;
    display: table-cell;
    vertical-align: bottom
}

.sidebar-menu .cart-widget-footer .cart-total-hedding {
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px
}

.sidebar-menu .cart-widget-footer .cart-total-hedding .cart-total-price {
    color: #673AB7;
    float: right
}

.sidebar-menu .cart-widget-footer .cart-action-buttons {
    display: block;
    text-align: center
}

.sidebar-menu .cart-widget-footer .cart-action-buttons .btn {
    width: 100%
}

.sidebar-menu .cart-widget-footer .cart-action-buttons .btn:first-child {
    margin-bottom: 15px
}

.search-overlay-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 3400;
    text-align: center
}

.search-overlay-menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s
}

.search-overlay-menu .container {
    height: 100%
}

.search-overlay-menu form {
    position: relative;
    vertical-align: middle;
    top: 50%;
    left: 0;
    background: rgba(255, 255, 255, .9);
    margin: -78px 0 0;
    width: 100%;
    padding-left: 65px;
    text-align: left;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s
}

.search-overlay-menu form .search-icon-lg {
    width: 42px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0
}

.search-overlay-menu form .search-icon-lg img {
    vertical-align: middle;
    text-align: left;
    border: none;
    outline: none
}

.search-overlay-menu form input {
    height: 110px;
    width: 100%;
    color: #aaa;
    background: transparent;
    border-top: 0px none;
    border-bottom: 1px solid #d0d0d0 !important;
    border-left: 0px none;
    border-right: 0px none;
    font-size: 60px;
    font-weight: 600;
    outline: none;
    padding: 25px 45px 25px 0;
    font-family: "Montserrat", sans-serif;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px
}

.search-overlay-menu form input:focus {
    color: #333;
    border: none;
    border-bottom: 1px solid #d0d0d0 !important
}

.search-overlay-menu form button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 120px;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 35px;
    color: #c6c6c6;
    padding: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: none
}

.search-overlay-menu form button:hover {
    background-color: none
}

.search-overlay-menu .search-overlay-close {
    background: url("/tp/T0194/img/tmp/close-icon-black.png") center center no-repeat;
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: 1;
    font-size: 27px;
    z-index: 100;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #333;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

.search-overlay-menu .search-overlay-close:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

@media only screen and (max-width: 776px) {
    .search-overlay-menu form button {
        height: 60px
    }

    .search-overlay-menu form input {
        height: 60px;
        font-size: 30px;
        padding: 10px 45px 10px 0px
    }

    .search-overlay-menu form {
        margin-top: -47px
    }
}

.close-icon-black {
    background: url("../img/tmp/close-icon-black.png") center center no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

.close-icon-black:hover {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

.close-icon-white {
    background: url("../img/close-icon-white.png") center center no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

.close-icon-white:hover {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

.product-filter, ul.product-filter {
    position: relative;
    margin: 0 auto 30px 0;
    padding: 0;
    text-align: center;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    display: block
}

.product-filter li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #eee
}

.product-filter li:last-child {
    border-right: 0px none
}

.product-filter li a {
    display: block;
    padding: 0px 25px;
    color: #999
}

.product-filter li a.active, .product-filter li.active a {
    color: #333
}

.tab-content .tab-pane.active {
    display: block
}

.tab-content .tab-pane {
    display: none
}

.tipr_content {
    color: #fff;
    padding: 0px 0px;
    font-size: 12px;
    font-weight: 400
}

.tipr_container_bottom {
    display: none;
    position: absolute;
    margin-top: 13px;
    z-index: 1000
}

.tipr_container_top {
    display: none;
    position: absolute;
    margin-top: -70px;
    z-index: 1000000
}

.tipr_point_top, .tipr_point_bottom {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 2px 10px
}

.tipr_point_top:after, .tipr_point_top:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    top: 100%;
    content: "";
    height: 0;
    width: 0
}

.tipr_point_top:after {
    border-top-color: rgba(0, 0, 0, 0.7);
    border-width: 8px;
    left: 50%;
    margin-left: -8px
}

.tipr_point_top:before {
    border-width: 9px;
    left: 50%;
    margin-left: -9px
}

.tipr_point_bottom:after, .tipr_point_bottom:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    width: 0
}

.tipr_point_bottom:after {
    border-bottom-color: rgba(0, 0, 0, 0.7);
    border-width: 8px;
    left: 50%;
    margin-left: -8px
}

.tipr_point_bottom:before {
    border-bottom-color: rgba(0, 0, 0, 0.7);
    border-width: 9px;
    left: 50%;
    margin-left: -9px
}

.like-share-inner {
    padding: 20px 40px;
    position: relative;
    background-position: center center;
    background-color: #333
}

.like-share-inner p, .like-share-inner h2, .like-share-inner h3, .like-share-inner h4 {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: none
}

.like-share-inner p a {
    color: #673AB7
}

.social-icon {
    float: right;
    list-style: none
}

.social-icon li {
    display: inline-block
}

.social-icon li a {
    font-size: 22px;
    font-weight: 600;
    padding: 0 10px;
    color: #fff
}

.social-icon li a:hover {
    color: #673AB7
}

@media (max-width: 776px) {
    .social-icon {
        float: none;
        margin-top: 15px
    }
}

#nlpopup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 99999
}

#nlpopup {
    background-color: #f8f8f8;
    display: none;
    position: absolute;
    z-index: 999999;
    width: 100%;
    max-width: 790px;
    top: 100px;
    left: 50%;
    padding: 60px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url("../img/newsletter_popup_bg.png");
    background-position: top right;
    background-repeat: no-repeat
}

.nlpopup_close_link {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #777;
    display: block
}

.nlpopup_close_icon {
    position: absolute;
    top: -16px;
    right: -16px;
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    color: #fff;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 30px;
    background: #333;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.nlpopup_close_icon img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: block
}

#nlpopup input[type="email"] {
    width: 225px
}

.bread-crumb {
    background-color: #f4f4f4;
    padding: 40px 0;
    background-position: center top;
    background-repeat: no-repeat
}

.breadcrumb .breadcrumb-link {
    font-size: 13px;
    font-family: inherit;
    text-align: left;
    color: #333
}

.breadcrumb .breadcrumb-link a {
    font-weight: 600
}

.breadcrumb .breadcrumb-link a:after {
    content: "\f105";
    font-weight: normal;
    font-family: FontAwesome;
    padding-right: 7px;
    padding-left: 7px;
    color: #333
}

.breadcrumb .breadcrumb-link span {
    color: #777
}

.sidebar-container {
    position: relative;
    margin-bottom: 40px
}

.widget-sidebar {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.widget-sidebar:last-child {
    border-bottom: 0px none;
    padding-bottom: 0;
    margin-bottom: 0px
}

.widget-title {
    margin-bottom: 25px
}

.widget-title.highlight {
    background-color: #673AB7;
    color: #fff;
    padding: 25px 15px 25px 25px;
    background-position: top right;
    background-repeat: no-repeat
}

.widget-sidebar ul, .widget-sidebar ul li {
    list-style: none
}

.widget-sidebar ul li {
    margin-bottom: 10px
}

.widget-sidebar ul li:last-child {
    margin-bottom: 0
}

.widget-sidebar ul li, .widget-sidebar ul li a {
    font-size: 14px
}

.widget-content {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget-content li, .widget-content ul li {
    list-style: none;
    margin: 0
}

.widget-sidebar .widget-product-categories li {
    margin-bottom: 15px;
    color: #333;
    position: relative
}

.widget-sidebar .widget-product-categories li:last-child {
    margin-bottom: 0px
}

.widget-sidebar .widget-product-categories li a {
    display: block
}

.widget-sidebar .widget-product-categories li > ul {
    margin-top: 12px
}

.widget-sidebar .widget-product-categories li > ul > li, .widget-sidebar .widget-product-categories li > ul > li > ul > li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    padding-left: 20px
}

.widget-sidebar .widget-product-categories li > ul > li > a, .widget-sidebar .widget-product-categories li > ul > li > ul > li > a {
    color: inherit
}

.widget-sidebar .widget-product-categories li > ul > li > a:hover, .widget-sidebar .widget-product-categories li > ul > li > ul > li > a:hover {
    color: #673AB7
}

.widget-price-range form {
    padding-top: 10px
}

.price-range-slider {
    width: 100%;
    height: 2px;
    position: relative;
    background: #e0e0e0;
    margin-bottom: 30px
}

.ui-slider-range, .ui-slider-handle {
    background: #673AB7;
    position: absolute
}

.ui-slider-range {
    height: 100%
}

.ui-slider-handle {
    height: 15px;
    width: 15px;
    display: block;
    margin-top: -7px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: w-resize
}

.price-range-amount {
    display: inline-block;
    vertical-align: sub;
    color: #777
}

.price-range-amount #price-range-from-to {
    display: inline-block
}

.price-range-amount #price-range-from-to span {
    font-weight: 600;
    color: #333
}

.widget-filter-color .filter-color-switcher {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom
}

.widget-filter-color .filter-color-switcher span {
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s
}

.widget-filter-color .color-count {
    color: #bbb;
    float: right
}

.widget-filter-size ul li {
    list-style: none;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-right: 10px;
    display: inline-block
}

.widget-filter-size ul li a {
    display: inline-block;
    font-weight: 600
}

.widget-filter-size ul li span {
    margin-left: 2px;
    color: #bbb;
    font-size: 12px
}

.widget-filter-tag ul li {
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block
}

.widget-filter-tag ul li a {
    display: block;
    font-size: 13px;
    padding: 4px 15px;
    background: #eee;
    color: #333;
    border-radius: 30px;
    -border-radius: 30px;
    border-radius: 30px
}

.widget-filter-tag ul li a:hover {
    color: #673AB7
}

.widget-product ul li {
    border-bottom: 1px solid #eee;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative
}

.widget-product ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0 none
}

.widget-product ul li .product-img {
    display: table-cell;
    float: none !important;
    margin-right: 0;
    width: 25%
}

.widget-product ul li .product-img img {
    width: 100%
}

.widget-product ul li .product-content {
    border: 0 none;
    display: table-cell;
    float: none !important;
    padding: 0 0px 0 15px;
    text-align: left;
    vertical-align: top;
    width: 75%
}

.widget-product ul li .product-content .product-link {
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px
}

.widget-product ul li .product-content .date-description {
    color: #777;
    display: block;
    font-size: 13px;
    line-height: 1.4
}

.widget-product ul li .product-content .product-link:hover {
    color: #673AB7
}

.widget-product ul li .product-content .product-amount {
    color: #333;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    display: block
}

.widget-product ul li .product-content .star-rating {
    float: none;
    display: inline-block;
    margin-top: 0
}

.widget-product ul li .product-content .star-rating:before, .widget-product ul li .product-content .star-rating span:before {
    font-size: 12px
}

.widget-banner {
    overflow: hidden;
    position: relative
}

.widget-banner:after {
    content: "";
    position: absolute;
    top: -150%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    background: transparent;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=1)
}

.widget-banner:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    -moz-transition-property: left, top, opacity;
    -o-transition-property: left, top, opacity;
    -webkit-transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    -moz-transition-duration: 0.7s, 0.7s, 0.15s;
    -o-transition-duration: 0.7s, 0.7s, 0.15s;
    -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease
}

.widget-banner .banner-image-wrap {
    transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
    display: block
}

.widget-banner:hover .banner-image-wrap {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.widget-banner .banner-image-wrap img {
    width: 100%;
    height: auto
}

.widget-banner .banner-content-wrap {
    background: rgba(0, 0, 0, 0.08);
    color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
    width: 100%;
    z-index: 2
}

.widget-banner:hover .banner-content-wrap {
    background: rgba(0, 0, 0, 0.3)
}

.widget-banner .banner-content-wrap .banner-content-wrap-inner {
    left: 0;
    width: 100%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center
}

.banner-content-bg-color {
    background: rgba(52, 183, 157, 0.75) !important
}

.widget-banner .banner-content-wrap .banner-sub-title {
    margin-bottom: 12px;
    font-size: 14px
}

.widget-banner .banner-content-wrap .banner-title {
    font-size: 28px;
    margin-bottom: 18px
}

.widget-banner .banner-content-wrap .banner-content-text {
    font-size: 14px;
    margin-bottom: 20px
}

.widget-banner .banner-content-wrap .banner-sub-title, .widget-banner .banner-content-wrap .banner-title, .widget-banner .banner-content-wrap .banner-content-text {
    color: #fff
}

.jq-accordian .jq-accordionIcon {
    position: absolute;
    right: 0
}

.jq-accordian .jq-accordionIcon::before {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: normal;
    color: #aaa
}

.jq-accordian .is-active .jq-accordionIcon::before {
    content: "\f106";
    color: #673AB7
}

.toggle-content {
    display: none
}

.list-page-title {
    margin-bottom: 30px
}

.list-page-title small, .list-page-title h1 small, .list-page-title h3 small, .list-page-title h4 small {
    text-transform: none;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-bottom: 0px
}

.product-filter-content {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%
}

.product-filter-content .product-filter-content-inner {
    display: inline-block;
    width: 100%
}

.product-filter-content label, .product-filter-content p, .product-filter-content form, .product-filter-content input, .product-filter-content .product-filter-content-inner > div {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding-left: 0
}

.product-filter-content label {
    padding-right: 5px
}

.product-filter-content > .product-filter-content-inner > form, .product-filter-content > .product-filter-content-inner > p, .product-filter-content > .product-filter-content-inner > div {
    margin-right: 30px
}

.product-filter-content > *:last-child {
    margin-right: 0
}

.product-filter-dropdown-btn {
    padding-right: 30px;
    border-right: 1px solid #eee
}

.product-filter-dropdown-btn a {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding-left: 20px !important;
    padding-right: 20px !important
}

.product-view-switcher {
    float: right
}

.product-view-switcher .product-view-icon {
    display: inline-block
}

.product-view-switcher .product-view-icon a {
    height: 40px;
    border: 1px solid #eee;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #333
}

.product-view-switcher .product-view-icon.product-view-icon-active a, .product-view-switcher .product-view-icon a:hover {
    color: #fff;
    background: #673AB7;
    border-color: transparent
}

.product-filter-dropdown {
    clear: both;
    width: 100%;
    background: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 10px
}

.product-filter-dropdown .widget-sidebar {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: 0px none
}

.product-filter-dropdown .widget-sidebar .widget-content {
    overflow-y: auto;
    max-height: 220px;
    height: 100%
}

.product-filter-dropdown .widget-content .color-count {
    display: none
}

.product-list-item {
    margin-top: 30px
}

.product-list-item .product-item-element {
    margin-bottom: 30px
}

.product-list-view .product-item-element {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.product-list-view .product-item-element .product-item-inner {
    float: left;
    margin-bottom: 0;
    max-width: 220px
}

.product-list-view .product-item-element .product-detail {
    text-align: left;
    padding-left: 30px
}

@media (max-width: 480px) {
    .col-xsm-12 {
        width: 100%
    }

    .product-list-view .product-item-element .product-item-inner {
        float: none;
        margin-bottom: 15px;
        max-width: 100%;
        max-width: 100%
    }

    .product-list-view .product-item-element .product-detail {
        text-align: left;
        padding-left: 0px;
        max-width: 100%;
        max-width: 100%
    }
}

.pagination-wraper {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 30px 0
}

.pagination-wraper > p {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}

.pagination {
    float: right;
    display: block;
    vertical-align: middle
}

.text-center > .pagination {
    float: none;
    display: inline-block;
    vertical-align: middle
}

ul.pagination-numbers, .pagination .pagination-numbers, .pagination-numbers {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    text-align: right;
    width: 100%
}

.pagination-numbers li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0 4px
}

.pagination-numbers li a, .pagination-numbers li span {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 36px;
    line-height: 35px;
    padding: 0 12px;
    transition: all 0.2s linear 0s;
    color: #333
}

.pagination-numbers li a:hover, .pagination-numbers li span:hover, .pagination-numbers li span.current, .pagination-numbers li a.current {
    color: #fff;
    background-color: #673AB7
}

.pagination-numbers li a.dots, .pagination-numbers li span.dots {
    background-color: transparent;
    border: medium none;
    padding: 0
}

.pagination-numbers li a.dots:hover, .pagination-numbers li span.dots:hover {
    color: inherit;
    background: inherit
}

.pagination > li > a, .pagination > li > span {
    color: #222;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #222;
    border-color: #222;
}

.footer {
    background: #252525
}

.copyrights {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
}

.footer-tags-p {
    color: #8c8c8c !important;
    font-size: 11px
}

.copyrights p {
    color: #fff;
    margin: 0
}

.copyrights p.copyright {
    margin-bottom: 20px
}

.copyrights a {
    color: #673AB7
}

.copyrights a:hover {
    text-decoration: underline
}

.footer-newsletter {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    margin: 45px auto;
    padding: 25px 20px;
    text-align: center
}

.footer-newsletter h3, .footer-newsletter h4 {
    color: #ffffff;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 15px;
    vertical-align: middle
}

.footer-newslettr-inner {
    display: inline-block;
    margin-bottom: 0
}

.footer-newslettr-inner input {
    border: 1px solid #ffffff;
    min-width: 320px;
    width: 320px;
    height: 30px;
    margin: 0
}

.footer-block.extra-block iframe {
    position: unset !important;
}

.footer-block {
    display: block;
    margin: 0
}

.footer-block .social-icons {
    float: left
}

.footer-block .social-icons li {
    background: rgba(255, 255, 255, 0.13) none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    text-align: center;
    font-size: 16px;
    margin-right: 4px;
    float: left
}

.footer-block .social-icons li a {
    font-size: 16px
}

.footer-block p {
    color: #acacac;
    margin: 15px 0
}

.footer-block .footer-social-icon li {
    display: inline-block;
    width: auto;
    margin-right: 6px
}

.footer-social-icon li a {
    background: rgba(255, 255, 255, 0.13) none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.footer-social-icon li a:hover {
    background: #fff none repeat scroll 0 0;
    color: #333 !important
}

.footer-social-icon a:hover {
    color: #673AB7
}

.footer-block h6 {
    color: #fff;
    margin-bottom: 30px
}

.footer-block ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    color: #acacac;
    position: relative
}

.footer-block ul li a {
    color: #acacac;
    margin: 0 auto
}

.footer-block ul li a:hover {
    color: #673AB7
}

.footer-block.contact-block li {
    padding-left: 20px;
    margin-bottom: 15px
}

.footer-block.contact-block li i {
    position: absolute;
    left: 0;
    line-height: inherit
}

.promo {
    position: relative
}

.promo-box {
    background: #ffffff none repeat scroll 0 0;
    padding: 10px 0px;
    position: relative;
    width: 100%
}

.promo-box .promo-item {
    text-align: center;
    border-right: 1px solid #eee
}

.promo-box .promo-item:last-child, .promo-box .promo-item:nth-child(3) {
    border-right: 0px none
}

.promo-box .icon {
    display: inline-table;
    vertical-align: middle
}

.promo-box .icon i {
    font-size: 34px
}

.promo-box .info {
    padding-left: 15px;
    text-align: left;
    display: inline-table;
    vertical-align: middle
}

.promo-box h6 {
    margin: 0 0 2px 0;
    padding: 0;
    text-transform: uppercase
}

.promo-box p {
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0
}

.promo-banner-wrap {
    position: relative;
    overflow: hidden;
    cursor: default
}

.promo-banner-wrap:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: -300%;
    left: -210%;
    width: 200%;
    height: 300%;
    opacity: 0;
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    background: transparent;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=1)
}

.promo-banner-wrap:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    -moz-transition-property: left, top, opacity;
    -o-transition-property: left, top, opacity;
    -webkit-transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    -moz-transition-duration: 0.7s, 0.7s, 0.15s;
    -o-transition-duration: 0.7s, 0.7s, 0.15s;
    -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease
}

.promo-banner-wrap .promo-image-wrap {
    transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
    display: block
}

.promo-banner-wrap .promo-image-wrap img {
    width: 100%
}

.promo-banner-wrap:hover .promo-image-wrap {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s
}

.promo-banner-wrap .promo-content-wrap {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.08);
    color: #fff;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s
}

.promo-banner-wrap:hover .promo-content-wrap {
    background: rgba(0, 0, 0, 0.3);
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s
}

.promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner {
    top: 50%;
    left: 0;
    position: absolute;
    padding: 45px 15px 45px 45px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-width: 310px
}

.promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h1, .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h2, .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h3, .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h4, .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h5, .promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h6 {
    color: #fff;
    margin-bottom: 20px;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s
}

.promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner h2 {
    font-size: 24px
}

.promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner .btn {
    opacity: 0;
    visibility: hidden
}

.promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner.top {
    top: 0;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px)
}

.promo-banner-wrap:hover .promo-content-wrap .promo-content-wrap-inner .btn {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    -webkit-transition: all 450ms ease-out 0s
}

.promo-banner-wrap:hover .promo-content-wrap .promo-content-wrap-inner .banner-caption-text {
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s
}

.promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner .banner-caption-text.first {
    margin-bottom: 12px
}

.promo-banner-wrap .promo-content-wrap .promo-content-wrap-inner .banner-caption-text.second {
    margin-bottom: -36px
}

.promo-banner-wrap:hover .promo-content-wrap .promo-content-wrap-inner .banner-caption-text.second {
    margin-bottom: 20px
}

.nf-carousel-theme1 .owl-prev, .nf-carousel-theme1 .owl-next {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border-radius: 50px;
    height: 40px;
    line-height: 38px;
    margin-top: -30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 20px;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s
}

.nf-carousel-theme1:hover .owl-prev, .nf-carousel-theme1:hover .owl-next {
    opacity: 1
}

.nf-carousel-theme1 .owl-prev:hover, .nf-carousel-theme1 .owl-next:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0
}

.nf-carousel-theme1 .owl-prev i, .nf-carousel-theme1 .owl-next i {
    color: #fff
}

.nf-carousel-theme1 .owl-prev {
    left: -50px
}

.nf-carousel-theme1:hover .owl-prev {
    left: 0px
}

.nf-carousel-theme1 .owl-prev i {
    margin-right: 2px
}

.nf-carousel-theme1 .owl-next {
    right: -50px
}

.nf-carousel-theme1:hover .owl-next {
    right: 0px
}

.nf-carousel-theme1 .owl-next i {
    margin-left: 2px
}

.blog-carousel .owl-prev, .blog-carousel .owl-next {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%)
}

.brand-logo-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    max-height: 70px;
    height: auto;
    vertical-align: middle;
    object-fit: contain;
}

.brand-logo-carousel {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.brand-logo-carousel .owl-item {
    text-align: center;
    vertical-align: middle
}

.brand-logo-carousel .brand-item {
    text-align: center;
    vertical-align: middle
}

@media only screen and (max-width: 1000px) {
    .nf-carousel-theme1 {
        overflow: hidden
    }

    .nf-carousel-theme1:hover .owl-next {
        right: 5px
    }

    .nf-carousel-theme1:hover .owl-prev {
        left: 5px
    }
}

.product-item .product-item-inner {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden
}

.product-item .product-item-inner img {
    width: 100%
}

.product-item .product-button {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
    opacity: 0;
    bottom: -50px;
    left: 50%;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border: 1px solid #eeeeee;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: table;
    text-align: center
}

.product-item .product-button a {
    border-right: 1px solid #eeeeee;
    font-size: 18px;
    padding: 15px 20px;
    display: table-cell
}

.product-button a:last-child {
    border: none
}

.product-item:hover .product-button {
    opacity: 1;
    visibility: visible;
    bottom: 20px
}

.product-item .product-detail .tag {
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif
}

.product-item .product-detail .tag:hover {
    color: #673AB7
}

.product-item .product-detail h5 {
    margin-bottom: 0
}

.product-item .product-detail {
    overflow: hidden;
    text-align: center
}

.product-item .product-detail del {
    font-weight: 400 !important;
    margin-right: 7px;
    color: #999;
    font-style: italic
}

.product-list-item .product-item .product-description {
    font-size: 13px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px
}

.product-list-item .product-item .product-description, .product-item .product-description, .product-list-item .product-item .tag, .product-item .tag, .product-list-item .product-rating, .product-item .product-rating {
    display: none
}

.product-list-item .product-rating {
    margin-top: 20px
}

.product-list-item.product-list-view .product-item .product-description, .product-list-item.product-list-view .product-item .tag, .product-list-item.product-list-view .product-item .product-rating {
    display: block
}

.product-list-item.product-list-view .product-item .product-title, .product-list-view .product-item .product-title {
    font-size: 18px
}

.product-item .product-detail .item-price, .product-item .product-detail .star-rating {
    display: inline-block
}

.product-rating-count {
    display: inline-block
}

.product-rating .star-rating {
    float: none;
    display: inline-block;
    margin-top: 0
}

.product-rating-count {
    margin-left: 7px;
    color: #f55151
}

.product-rating-count:hover {
    color: #f55151;
    text-decoration: underline
}

.product-item .new-label, .product-item .sale-label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    height: 35px;
    line-height: 34px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 35px;
    z-index: 2;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.product-item .new-label {
    background: #673AB7;
    color: #fff
}

.product-item .sale-label {
    background: #f55151;
    color: #fff
}

.categories-box {
    display: block;
    position: relative
}

.categories-box .categories-image-wrap {
    overflow: hidden;
    text-align: center
}

.categories-box .categories-image-wrap img {
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s
}

.categories-box:hover .categories-image-wrap img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03)
}

.categories-box .categories-content {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: -18px
}

.categories-box .categories-content .categories-caption {
    padding: 10px 30px;
    background: #fff;
    display: inline-block
}

.categories-box .categories-content .categories-caption h3, .categories-box .categories-content .categories-caption h4, .categories-box .categories-content .categories-caption h5, .categories-box .categories-content .categories-caption h6, .categories-box .categories-content .categories-caption p {
    margin-bottom: 0;
    margin-top: 0;
    color: #333;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s
}

.categories-box:hover .categories-content .categories-caption h3, .categories-box:hover .categories-content .categories-caption h4, .categories-box:hover .categories-content .categories-caption h5, .categories-box:hover .categories-content .categories-caption h6 {
    color: #673AB7
}

.blog-box {
    position: relative
}

.blog-box .blog-img-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.blog-box .blog-img-wrap img {
    display: inline-block;
    width: auto;
    height: auto;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s
}

.blog-box:hover .blog-img-wrap img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03)
}

.blog-box .blog-box-content {
    text-align: center;
    padding: 0px 30px
}

.blog-box .blog-box-content .blog-box-content-inner {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px 40px;
    transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    -webkit-transform: translateY(-45px)
}

.blog-box .blog-box-content .blog-title {
    font-weight: 400;
    margin-bottom: 8px
}

.blog-box .blog-box-content .info {
    margin-bottom: 0px;
    margin-top: 0px
}

.blog-box .blog-box-content .info span:after {
    content: "/";
    padding-right: 5px;
    padding-left: 5px
}

.blog-box .blog-box-content .info span:last-child:after {
    content: "";
    padding: 0;
    display: none
}

.blog-title {
    font-family: "Montserrat", sans-serif;
    text-transform: none
}

.blog-description-content {
    margin-bottom: 25px;
    max-height: 70px;
    overflow: hidden;
}

.newsletter {
    text-align: center
}

#form-newsletter {
    max-width: 800px;
    margin: 0 auto 15px
}

.newsletter-from .form-input {
    display: inline-block;
    position: relative
}

.newsletter-from input {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff !important;
    border-radius: 50px;
    min-width: 450px;
    padding: 12px 20px;
    width: 100%;
    margin: 0;
    outline: none;
    transition: all 0.3s ease 0s !important;
    -moz-transition: all 0.3s ease 0s !important;
    -o-transition: all 0.3s ease 0s !important;
    -webkit-transition: all 0.3s ease 0s !important
}

.newsletter-from input:focus, .newsletter-from input:hover {
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(0, 0, 0, 0.3) !important
}

.home-about-blocks .customer-say, .home-about-blocks .about-shop {
    text-align: center
}

.home-about-blocks .customer-say .quotes {
    font-style: italic;
    margin-bottom: 20px
}

.home-about-blocks .customer-say .quotes-people {
    font-size: 12px
}

.home-about-blocks .customer-say .quotes:before {
    content: "\201C";
    margin-right: 5px
}

.home-about-blocks .customer-say .quotes:after {
    content: "\201D";
    margin-left: 5px
}

.home-about-blocks .customer-say .quotes:after, .home-about-blocks .customer-say .quotes:before {
    font-family: sans-serif;
    font-size: 22px
}

.home-about-blocks .about-shop {
    border-top: 1px solid #eee
}

.home-about-blocks .about-blocks-wrap {
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
    background: #fff;
    position: relative
}

.home-about-blocks .about-blocks-wrap::after {
    display: none
}

.home-about-blocks .about-box-inner {
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width: 991px) {
    .home-about-blocks .about-shop {
        border-top: 0px none;
        border-left: 0px none
    }

    .home-about-blocks .customer-say {
        border-left: 0px none
    }

    .home-about-blocks .about-blocks-wrap::after {
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        margin-left: -0.5px;
        position: absolute;
        content: "";
        background: #eee;
        display: block
    }
}

.instagram h2, .instagram .page-title {
    margin-bottom: 10px
}

.instagram p {
    margin-bottom: 40px;
    text-align: center
}

.instagram ul li:last-child {
    margin: 0
}

.instagram ul, .instagram ul li {
    list-style: none;
    text-align: center
}

.instagram ul li {
    display: inline-block
}

#product-detail {
    position: relative
}

#product-detail .product-sidebar {
    max-width: 500px
}

.product-page-image, .product-image-gallery, .product-image-slider-thumbnails {
    position: relative
}

.product-gallery-item {
    cursor: crosshair
}

.product-image-gallery .product-gallery-item img {
    width: 100%
}

.product-image-slider-thumbnails {
    margin-top: 15px
}

.product-image-slider-thumbnails .item {
    padding-right: 7px;
    padding-left: 7px;
    opacity: 0.6;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s
}

.product-image-slider-thumbnails .item img {
    cursor: pointer
}

.product-image-slider-thumbnails .item:hover, .product-image-slider-thumbnails .item.slick-current {
    opacity: 1
}

.zoom-images-button {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 19px;
    color: #777;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05)
}

.product-image-slider .slick-prev, .product-image-slider .slick-next {
    z-index: 2;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden
}

.product-image-slider:hover .slick-prev, .product-image-slider:hover .slick-next {
    opacity: 1;
    visibility: visible
}

.product-image-slider .slick-prev {
    left: 15px
}

.product-image-slider .slick-next {
    right: 15px
}

.product-image-slider .slick-next::before {
    margin-left: 2px
}

.product-image-slider .slick-prev::before {
    margin-right: 2px
}

.product-image-slider-thumbnails .slick-prev, .product-image-slider-thumbnails .slick-next {
    width: 25px;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 0px
}

.product-image-slider-thumbnails .slick-prev {
    left: 0px
}

.product-image-slider-thumbnails .slick-next {
    right: 0px
}

.product-title {
    text-transform: none;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px
}

.product-tabs-wrapper {
    margin-top: 30px
}

.product-content-tabs {
    font-family: "Montserrat", sans-serif;
    margin-bottom: -1px
}

.product-content-tabs {
    text-align: center
}

.product-content-tabs li {
    display: inline-block;
    list-style: none
}

.product-content-tabs li a {
    color: #777;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid;
    border-color: transparent
}

.product-content-tabs li a.active {
    color: #333;
    border-bottom: 1px solid #333
}

.product-content-Tabs_wraper {
    border: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 30px
}

.product-content-Tabs_wraper .product-collapse-title {
    display: none;
    margin-bottom: 2px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-weight: 400
}

@media (min-width: 776px) {
    .product-content-Tabs_wraper .collapse {
        display: block
    }
}

@media (max-width: 775px) {
    .product-content-tabs {
        display: none
    }

    .product-content-Tabs_wraper .product-collapse-title {
        display: block
    }

    .product-content-Tabs_wraper .product-collapse {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .product-content-Tabs_wraper .tab-pane {
        display: block;
        visibility: visible;
        opacity: 1
    }
}

.shop_description p {
    margin-bottom: 30px
}

.shop_description ul {
    padding-left: 30px
}

.shop_description ul {
    color: #777
}

.shop_attributes {
    width: 100%
}

.shop_attributes th {
    color: #333;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 600
}

table.shop_attributes th, table.shop_attributes td {
    border-bottom: 1px solid #eee;
    border-left: 0 none;
    border-right: 0 none;
    padding: 1.07em 0.71em;
    vertical-align: top
}

table.shop_attributes tr:last-child th, table.shop_attributes tr:last-child td {
    border-bottom: 0px none
}

table.shop_attributes th:last-child, table.shop_attributes td:last-child {
    padding-right: 0
}

.review-title {
    margin-bottom: 30px
}

.single-product-content .comment-form .stars span a::after, .comment-form .stars span a::after {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px
}

.single-product-content .comment-form .stars span a, .comment-form .stars span a {
    color: #ddd
}

.single-product-content .comment-form .stars span a:hover, .single-product-content .comment-form .stars span a.active, .comment-form .stars span a:hover, .comment-form .stars span a.active {
    color: #673AB7
}

.single-product-content .comment-form .stars span a, .comment-form .stars span a {
    display: inline-block;
    font-size: 0;
    letter-spacing: 2px;
    margin-right: 20px
}

.single-product-content .comment-form .stars span a.star-1::after, .comment-form .stars span a.star-1::after {
    content: "\f005"
}

.single-product-content .comment-form .stars span a.star-2::after, .comment-form .stars span a.star-2::after {
    content: "\f005\f005"
}

.single-product-content .comment-form .stars span a.star-3::after, .comment-form .stars span a.star-3::after {
    content: "\f005\f005\f005"
}

.single-product-content .comment-form .stars span a.star-4::after, .comment-form .stars span a.star-4::after {
    content: "\f005\f005\f005\f005"
}

.single-product-content .comment-form .stars span a.star-5::after, .comment-form .stars span a.star-5::after {
    content: "\f005\f005\f005\f005\f005"
}

.single-product-content .comments .review-blank, .comments .review-blank {
    font-weight: 300;
    font-style: italic
}

.single-product-content .comments ul.commentlist, .comments ul.commentlist {
    list-style: none;
    padding: 0
}

.single-product-content .comments ul.commentlist li, .comments ul.commentlist li {
    margin-bottom: 45px
}

.single-product-content .comments ul.commentlist li:last-child, .comments ul.commentlist li:last-child {
    margin-bottom: 0px
}

.commentlist .avatar {
    float: left;
    margin-right: 15px;
    max-width: 60px;
    width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.commentlist .comment-text {
    padding-left: 90px
}

.commentlist .comment-text .meta {
    display: inline
}

.commentlist .comment-text .meta strong {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #333
}

.commentlist .comment-text .meta time, .commentlist .comment-text .meta em {
    font-size: 12px;
    font-style: italic
}

.star-rating::before {
    content: "\f006\f006\f006\f006\f006";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    letter-spacing: 3px
}

.commentlist .comment-text .star-rating {
    float: right
}

.star-rating {
    position: relative
}

.star-rating span::before {
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    letter-spacing: 3px
}

.star-rating span {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 16px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}

.commentlist .comment-text .description {
    margin-top: 5px
}

.commentlist .comment-text .description p {
    margin-top: 0
}

.commentlist .comment-text .description p:last-child {
    margin-bottom: 0
}

.product-carousel {
    margin-top: 60px
}

.sidebar-widget-outline {
    padding: 20px;
    display: block;
    border: 1px solid #eee;
    margin-bottom: 20px
}

.product-brand {
    text-align: center
}

.product-brand a.image-link img {
    max-width: 130px;
    width: 100%
}

.product-brand a {
    width: 100%;
    display: block
}

.product-brand a.text-link {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

.product-list ul li:last-child {
    margin-bottom: 0
}

.blog-entry .blog-title {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.5
}

.blog-entry .blog-box .blog-box-content {
    text-align: left
}

.blog-entry .blog-box .blog-box-content .blog-box-content-inner {
    transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    -webkit-transform: translateY(-45px)
}

.blog-single .blog-title {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.5
}

.blog-single .blog-box .blog-box-content {
    text-align: left;
    padding: 0
}

.blog-single .blog-box .blog-box-content .blog-box-content-inner {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    border: 0 none;
    padding-left: 0;
    padding-right: 0
}

.post-8 table {
    width: 100%
}

.post-8 table tr th {
    border-bottom: 2px solid #eee;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    padding: 15px 10px;
    color: inherit;
    margin: 0;
    text-transform: uppercase
}

.post-8 table tr th.product-remove {
    width: 40px
}

.post-8 table tr th.product-thumbnail {
    width: 10px
}

.post-8 table tr th.product-name {
    text-align: left
}

.post-8 table tr th.product-quantity {
    float: none;
    display: table-cell
}

.post-8 table tr td {
    border-bottom: 1px solid #eee;
    padding: 15px 12px;
    text-align: center;
    vertical-align: middle
}

.post-8 td.product-thumbnail img {
    max-width: 80px
}

.post-8 table tr td.product-name {
    text-align: left
}

.post-8 td.product-price {
    color: inherit;
    font-size: inherit
}

.post-8 td.product-quantity, .post-8 td .product-quantity {
    margin: 0;
    float: none;
    display: table-cell
}

.post-8 td.product-quantity, .post-8 td.product-subtotal {
    font-size: 18px;
    font-weight: 600
}

.post-8 .cart-product-table-wrap {
    margin-bottom: 30px
}

.post-8 .cart-actions {
    margin-bottom: 80px;
    display: flexbox;
    flex-direction: row
}

.post-8 .cart-collateral {
    width: 100%;
    clear: both
}

.post-8 .cart-collateral .cart_totals {
    background: #f8f8f8;
    width: 100%;
    max-width: 480px;
    min-width: 320px;
    float: right;
    padding: 25px 15px 15px 15px
}

.post-8 .cart-collateral .cart_totals h3 {
    text-align: center
}

.post-8 .cart-collateral .cart_totals div.responsive-table {
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 15px
}

.post-8 .cart-collateral .cart_totals table tr td {
    text-align: right
}

.post-8 .cart-collateral .cart_totals table tr th {
    text-align: left;
    text-transform: none;
    border-width: 1px
}

.post-8 .cart-collateral .cart_totals table tr td ul {
    list-style: none
}

.post-8 .cart-collateral .cart_totals table tr.order-total {
    text-align: left;
    border-width: 1px
}

.post-8 .cart-collateral .cart_totals table tr.order-total th, .post-8 .cart-collateral .cart_totals table tr.order-total td {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 0px none
}

ul#shipping_method {
    list-style: none
}

#shipping_method label {
    display: inline-block;
    margin-bottom: 0
}

.cart-collateral .cart_totals table .shipping a {
    border-bottom: 1px solid
}

.responsive-table {
    overflow-x: auto
}

.product-checkout .checkout-order-review {
    background-color: #f8f8f8;
    margin-top: 8px;
    padding: 40px 30px
}

.product-checkout .checkout-order-review h3 {
    text-align: center
}

.product-checkout .checkout-order-review .product-checkout-review-order {
    display: flex;
    flex-direction: column
}

.product-checkout-review-order .responsive-table {
    background-color: #fff;
    padding: 20px 25px 0;
    margin-bottom: 30px
}

.product-checkout-review-order table tr th, .product-checkout-review-order table tr td {
    border: medium none;
    max-width: 50%;
    width: 50%
}

.product-checkout-review-order .product-total, .product-checkout-review-order .cart-subtotal td, .product-checkout-review-order .shipping td, .product-checkout-review-order .order-total td {
    text-align: right
}

.product-checkout-review-order .cart-subtotal th, .product-checkout-review-order .shipping th {
    text-align: left;
    text-transform: none
}

.product-checkout-review-order .order-total th {
    text-align: left
}

.product-checkout-review-order .order-total th, .product-checkout-review-order .order-total td {
    font-size: 22px;
    font-weight: 600
}

.product-checkout-review-order .order-total td {
    color: #673AB7
}

.product-checkout-payment ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.product-checkout-payment ul li {
    margin-bottom: 20px
}

.product-checkout-payment ul li input[type="radio"], .product-checkout-payment ul li label {
    display: inline-block;
    margin: 0
}

.product-checkout-payment ul li img.paypal-img {
    width: 150px;
    margin-left: 10px;
    margin-right: 10px
}

.portfolio-box {
    margin-bottom: 30px
}

.portfolio-box .portfolio-thumb {
    margin-bottom: 15px;
    display: block
}

.portfolio-box .portfolio-content {
    display: block;
    text-align: center
}

.portfolio-box .portfolio-content h5, .portfolio-box .portfolio-content h6, .portfolio-box .portfolio-content p {
    margin: 0
}

.portfolio-single-post .media-wrap {
    margin-bottom: 30px
}

.portfolio-single-post .porfolio-title, .portfolio-single-post .porfolio-content {
    margin-bottom: 30px
}

.map.style1 {
    height: 450px;
    margin-top: 0;
    border: 1px solid #eee
}

.Contact-information {
    list-style: none;
    padding: 0;
    color: #777
}

.Contact-information li {
    margin-left: 0;
    padding: 0
}

.Contact-information li i {
    margin-right: 10px
}

#debungcontrolls {
    z-index: 100000;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    box-sizing: border-box
}

.debugtimeline {
    width: 100%;
    height: 10px;
    position: relative;
    display: block;
    margin-bottom: 3px;
    display: none;
    white-space: nowrap;
    box-sizing: border-box
}

.debugtimeline:hover {
    height: 15px
}

.the_timeline_tester {
    background: #e74c3c;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0
}

.debugtimeline.tl_slide .the_timeline_tester {
    background: #f39c12
}

.debugtimeline.tl_frame .the_timeline_tester {
    background: #3498db
}

.debugtimline_txt {
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    position: absolute;
    left: 10px;
    top: 0px;
    white-space: nowrap;
    line-height: 10px
}

.rtl {
    direction: rtl
}

@font-face {
    font-family: 'revicons';
    src: url("/tp/T0194/font/revicons90c6.eot");
    src: url("/tp/T0194/font/revicons90c6.eot") format("embedded-opentype"), url("/tp/T0194/font/revicons90c6.woff") format("woff"), url("/tp/T0194/font/revicons90c6.ttf") format("truetype"), url("/tp/T0194/font/revicons90c6.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="revicon-"]:before, [class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.rev_slider_wrapper {
    position: relative;
    z-index: 0;
    width: 100%
}

.rev_slider {
    position: relative;
    overflow: visible
}

.entry-content .rev_slider a, .rev_slider a {
    box-shadow: none
}

.tp-overflow-hidden {
    overflow: hidden !important
}

.group_ov_hidden {
    overflow: hidden
}

.tp-simpleresponsive img, .rev_slider img {
    max-width: none !important;
    transition: none;
    margin: 0px;
    padding: 0px;
    border: none
}

.rev_slider .no-slides-text {
    font-weight: bold;
    text-align: center;
    padding-top: 80px
}

.rev_slider > ul, .rev_slider_wrapper > ul, .tp-revslider-mainul > li, .rev_slider > ul > li, .rev_slider > ul > li:before, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before, .tp-revslider-mainul > li, .tp-simpleresponsive > ul > li {
    list-style: none !important;
    position: absolute;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0px 0px;
    text-indent: 0em;
    top: 0px;
    left: 0px
}

.tp-revslider-mainul > li, .rev_slider > ul > li, .rev_slider > ul > li:before, .tp-revslider-mainul > li:before, .tp-simpleresponsive > ul > li, .tp-simpleresponsive > ul > li:before, .tp-revslider-mainul > li, .tp-simpleresponsive > ul > li {
    visibility: hidden
}

.tp-revslider-slidesli, .tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important
}

.tp-caption .rs-untoggled-content {
    display: block
}

.tp-caption .rs-toggled-content {
    display: none
}

.rs-toggle-content-active.tp-caption .rs-toggled-content {
    display: block
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
    display: none
}

.rev_slider .tp-caption, .rev_slider .caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    z-index: 1
}

.rev_slider .tp-caption, .rev_slider .caption, .tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap *:last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
    margin-bottom: 0
}

.tp-svg-layer svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

.tp-carousel-wrapper {
    cursor: url(openhand.html), move
}

.tp-carousel-wrapper.dragged {
    cursor: url(closedhand.html), move
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.tp-caption.tp-layer-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all
}

.tp-forcenotvisible, .tp-hide-revslider, .tp-caption.tp-hidden-caption, .tp-parallax-wrap.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important
}

.rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider audio, .rev_slider video {
    max-width: none !important
}

.tp-element-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0
}

.rev_row_zone {
    position: absolute;
    width: 100%;
    left: 0px;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0px
}

.rev_row_zone_top {
    top: 0px
}

.rev_row_zone_middle {
    top: 50%;
    transform: translateY(-50%)
}

.rev_row_zone_bottom {
    bottom: 0px
}

.rev_column .tp-parallax-wrap {
    vertical-align: top
}

.rev_slider .tp-caption.rev_row {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto !important;
    font-size: 0px
}

.rev_column {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0px
}

.rev_column_inner {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important
}

.rev_column_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0px solid transparent
}

.rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-loop-wrap, .rev_column_inner .tp-mask-wrap {
    text-align: inherit
}

.rev_column_inner .tp-mask-wrap {
    display: inline-block
}

.rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap, .rev_column_inner .tp-parallax-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    line-height: 0px
}

.rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap, .rev_column_inner .tp-parallax-wrap, .rev_column_inner .rev_layer_in_column {
    vertical-align: top
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns .tp-parallax-wrap.rev_column {
    display: block !important;
    width: 100% !important
}

.fullscreen-container {
    position: relative;
    padding: 0
}

.fullwidthbanner-container {
    position: relative;
    padding: 0;
    overflow: hidden
}

.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative
}

.tp-static-layers {
    position: absolute;
    z-index: 101;
    top: 0px;
    left: 0px
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.noFilterClass {
    filter: none !important
}

.rs-background-video-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 0
}

.tp-caption.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute
}

.caption.fullscreenvideo, .tp-caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe, .caption.fullscreenvideo audio, .caption.fullscreenvideo video, .tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe audio, .tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.fullcoveredvideo audio, .fullscreenvideo audio .fullcoveredvideo video, .fullscreenvideo video {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

.videoisplaying .html5vid .tp-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity 300ms ease-out !important
}

.tp-hiddenaudio, .tp-audio-html5 .tp-video-play-button {
    display: none !important
}

.tp-caption .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 40px !important
}

.tp-caption:hover .tp-video-play-button {
    opacity: 1;
    display: block
}

.tp-caption .tp-revstop {
    display: none;
    border-left: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
    margin-top: 15px !important;
    line-height: 20px !important;
    vertical-align: top;
    font-size: 25px !important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: inline-block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.fullscreenvideo .fullscreenvideo audio {
    object-fit: contain !important
}

.fullscreenvideo .fullscreenvideo video {
    object-fit: contain !important
}

.fullscreenvideo .fullcoveredvideo audio {
    object-fit: cover !important
}

.fullscreenvideo .fullcoveredvideo video {
    object-fit: cover !important
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    transition: opacity .3s;
    background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box
}

.tp-caption:hover .tp-video-controls {
    opacity: .9
}

.tp-video-button {
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    color: #EEE;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    outline: none
}

.tp-video-button:hover {
    cursor: pointer
}

.tp-video-button-wrap, .tp-video-seek-bar-wrap, .tp-video-vol-bar-wrap {
    padding: 0px 5px;
    display: table-cell;
    vertical-align: middle
}

.tp-video-seek-bar-wrap {
    width: 80%
}

.tp-video-vol-bar-wrap {
    width: 20%
}

.tp-volume-bar, .tp-seek-bar {
    width: 100%;
    cursor: pointer;
    outline: none;
    line-height: 12px;
    margin: 0;
    padding: 0
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: transparent;
    z-index: 5
}

.disabled_lc .tp-video-play-button, .rs-background-video-layer video::-webkit-media-controls-start-playback-button, .rs-background-video-layer video::-webkit-media-controls, .rs-background-video-layer audio::-webkit-media-controls {
    display: none !important
}

.tp-audio-html5 .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3
}

.tp-dottedoverlay.twoxtwo {
    background: url(../assets/gridtile.png)
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(../assets/gridtile_white.png)
}

.tp-dottedoverlay.threexthree {
    background: url(../assets/gridtile_3x3.png)
}

.tp-dottedoverlay.threexthreewhite {
    background: url(../assets/gridtile_3x3_white.png)
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8)
}

.tp-shadow2:before, .tp-shadow2:after, .tp-shadow3:before, .tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: transparent;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    transform: rotate(-3deg)
}

.tp-shadow2:after, .tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset
}

.tp-shadow5:before, .tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px / 20px
}

.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none
}

.tp-button.big {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important
}

.purchase:hover, .tp-button:hover, .tp-button.big:hover {
    background-position: bottom, 15px 11px
}

.tp-button.green, .tp-button:hover.green, .purchase.green, .purchase:hover.green {
    background-color: #21a117;
    box-shadow: 0px 3px 0px 0px #104d0b
}

.tp-button.blue, .tp-button:hover.blue, .purchase.blue, .purchase:hover.blue {
    background-color: #1d78cb;
    box-shadow: 0px 3px 0px 0px #0f3e68
}

.tp-button.red, .tp-button:hover.red, .purchase.red, .purchase:hover.red {
    background-color: #cb1d1d;
    box-shadow: 0px 3px 0px 0px #7c1212
}

.tp-button.orange, .tp-button:hover.orange, .purchase.orange, .purchase:hover.orange {
    background-color: #ff7700;
    box-shadow: 0px 3px 0px 0px #a34c00
}

.tp-button.darkgrey, .tp-button.grey, .tp-button:hover.darkgrey, .tp-button:hover.grey, .purchase.darkgrey, .purchase:hover.darkgrey {
    background-color: #555;
    box-shadow: 0px 3px 0px 0px #222
}

.tp-button.lightgrey, .tp-button:hover.lightgrey, .purchase.lightgrey, .purchase:hover.lightgrey {
    background-color: #888;
    box-shadow: 0px 3px 0px 0px #555
}

.rev-btn, .rev-btn:visited {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 35px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    cursor: pointer
}

.rev-btn.rev-uppercase, .rev-btn.rev-uppercase:visited {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 900
}

.rev-btn.rev-withicon i {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    top: 0px;
    transition: all 0.2s ease-out !important;
    margin-left: 10px !important
}

.rev-btn.rev-hiddenicon i {
    font-size: 15px;
    font-weight: normal;
    position: relative;
    top: 0px;
    transition: all 0.2s ease-out !important;
    opacity: 0;
    margin-left: 0px !important;
    width: 0px !important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}

.rev-btn.rev-medium, .rev-btn.rev-medium:visited {
    line-height: 36px;
    font-size: 14px;
    padding: 10px 30px
}

.rev-btn.rev-medium.rev-withicon i {
    font-size: 14px;
    top: 0px
}

.rev-btn.rev-medium.rev-hiddenicon i {
    font-size: 14px;
    top: 0px
}

.rev-btn.rev-small, .rev-btn.rev-small:visited {
    line-height: 28px;
    font-size: 12px;
    padding: 7px 20px
}

.rev-btn.rev-small.rev-withicon i {
    font-size: 12px;
    top: 0px
}

.rev-btn.rev-small.rev-hiddenicon i {
    font-size: 12px;
    top: 0px
}

.rev-maxround {
    border-radius: 30px
}

.rev-minround {
    border-radius: 3px
}

.rev-burger {
    position: relative;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 22px 0 0 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.25);
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important
}

.rev-burger span:nth-child(2) {
    margin: 3px 0
}

#dialog_addbutton .rev-burger:hover :first-child, .open .rev-burger :first-child, .open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg)
}

#dialog_addbutton .rev-burger:hover :nth-child(2), .open .rev-burger :nth-child(2), .open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

#dialog_addbutton .rev-burger:hover :last-child, .open .rev-burger :last-child, .open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, 0.2)
}

.rev-burger.revb-white span {
    background: #fff
}

.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger.revb-darknoborder {
    border: 0
}

.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span {
    background: #fff
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px
}

.rev-scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn > *:hover, .rev-scroll-btn > *:focus, .rev-scroll-btn > *.active {
    color: #ffffff
}

.rev-scroll-btn > *:hover, .rev-scroll-btn > *:focus, .rev-scroll-btn > *:active, .rev-scroll-btn > *.active {
    opacity: 0.8
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite
}

.rev-scroll-btn.revs-dark {
    border-color: #333
}

.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, 0.75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3B5998
}

.rev-sbutton-lightblue {
    background-color: #00A0D1
}

.rev-sbutton-red {
    background-color: #DD4B39
}

.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #000;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    top: 0px
}

.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0px !important;
    height: 5px
}

.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}

.caption.slidelink a div, .tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../assets/coloredbg.png) repeat
}

.tp-caption.slidelink a span {
    background: url(../assets/coloredbg.png) repeat
}

.tp-shape {
    width: 100%;
    height: 100%
}

.tp-caption .rs-starring {
    display: inline-block
}

.tp-caption .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #FFC321 !important
}

.tp-caption .rs-starring .star-rating, .tp-caption .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important
}

.tp-caption .rs-starring .star-rating:before, .tp-caption .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #E0DADF;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.tp-caption .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}

.tp-caption .rs-starring .star-rating span:before, .tp-caption .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(/tp/T0194/img/tmp/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

.tp-loader.spinner5 {
    background-image: url(../assets/loader.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #ff0000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    animation: tp-scaleout 1.0s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

.tp-loader.spinner3 {
    margin: -9px 0px 0px -35px;
    width: 70px;
    text-align: center
}

.tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

.tp-loader.spinner3 .bounce1 {
    animation-delay: -0.32s
}

.tp-loader.spinner3 .bounce2 {
    animation-delay: -0.16s
}

@keyframes tp-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

.tp-loader.spinner4 {
    margin: -20px 0px 0px -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2.0s infinite linear
}

.tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15)
}

.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0px;
    animation-delay: -1.0s
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {
    0%, 100% {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}

.tp-thumbs.navbar, .tp-bullets.navbar, .tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-tabs, .tp-thumbs, .tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0px;
    left: 0px
}

.tp-tab, .tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: 0.5;
    box-sizing: border-box
}

.tp-arr-imgholder, .tp-videoposter, .tp-thumb-image, .tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px
}

.tp-tab:hover, .tp-tab.selected, .tp-thumb:hover, .tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask, .tp-thumb-mask {
    box-sizing: border-box !important
}

.tp-tabs, .tp-thumbs {
    box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer
}

.tp-bullet.selected, .tp-bullet:hover {
    background: #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 1000;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tparrows:hover {
    background: rgba(0, 0, 0, 0.5)
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 60px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

body.rtl .tp-kbimg {
    left: 0 !important
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4)
}

.hglayerinfo {
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .tp-caption:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2)
}

.aden::after {
    background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
    mix-blend-mode: darken
}

.perpetua::after, .reyes::after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua::after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
    filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75)
}

.reyes::after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham::after {
    background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(0.9)
}

.toaster::after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6)
}

.walden::after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(0.9) saturate(1.1)
}

.hudson::after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(0.9) sepia(0.2)
}

.earlybird::after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair::after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi::after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243, 106, 188, 0.3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(0.9) brightness(1.1)
}

.brooklyn::after {
    background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(0.3)
}

.xpro2::after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville::after {
    background: rgba(0, 70, 150, 0.4);
    mix-blend-mode: lighten
}

.nashville::before {
    background: rgba(247, 176, 153, 0.56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(0.9)
}

.lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken
}

.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon::after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127, 187, 227, 0.2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(0.5) contrast(0.95) brightness(0.9)
}

.willow::before {
    background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.willow::after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

.rise {
    filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9)
}

.rise::after {
    background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise::before {
    background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
    mix-blend-mode: multiply
}

._1977:after, ._1977:before, .aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {
    position: relative
}

._1977 img, .aden img, .brooklyn img, .clarendon img, .earlybird img, .gingham img, .hudson img, .inkwell img, .lark img, .lofi img, .mayfair img, .moon img, .nashville img, .perpetua img, .reyes img, .rise img, .slumber img, .toaster img, .walden img, .willow img, .xpro2 img {
    width: 100%;
    z-index: 1
}

._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {
    z-index: 2
}

._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {
    z-index: 3
}

.slumber {
    filter: saturate(0.66) brightness(1.05)
}

.slumber::after {
    background: rgba(125, 105, 24, 0.5);
    mix-blend-mode: soft-light
}

.slumber::before {
    background: rgba(69, 41, 12, 0.4);
    mix-blend-mode: lighten
}

.btn.fancy {
    border-radius: 0 50px 50px 0;
    vertical-align: middle;
    margin-left: -5px;
    display: inline-block
}

input.fancy {
    border-radius: 50px 0 0 50px;
    vertical-align: middle;
    display: inline-block
}

.tp-parallax-wrap h2 {
    font-size: 51px
}

.header-main-inner form.form-search {
    display: none;
}

.cart-title {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #F44336;
    border-radius: 50%;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    right: -21px;
    top: -10px;
}

@media (max-width: 991px) {
    .promo-box .promo-item {
        text-align: left;
        border: none
    }
}

@media (max-width: 767px) {
    .col-sm-4.dq-flex {
        margin: 10px 0
    }

    .blog-box .blog-box-content .blog-box-content-inner {
        padding: 20px 15px
    }

    .home-about-blocks .about-shop {
        border: none
    }

    .page-title {
        font-size: 22px
    }

    .promo-box .promo-item {
        padding: 0
    }

    .promo-box {
        margin: 0
    }

    .like-share-inner {
        padding: 20px 10px
    }

    .newsletter-from input {
        min-width: 100%;
        margin-bottom: 15px
    }

    .header-topbar .topbar-right {
        text-align: center
    }

    h1.title-head {
        font-size: 20px
    }

    .blog-box .blog-box-content {
        padding: 0
    }

    .tparrows {
        cursor: pointer;
        background: #000;
        width: 30px;
        height: 30px
    }

    .tparrows:before {
        font-family: "revicons";
        font-size: 15px;
        color: #fff;
        display: block;
        line-height: 30px;
        text-align: center
    }

    .tp-rightarrow.tparrows.zeus {
        transform: matrix(1, 0, 0, 1, -31, -30) !important
    }

    .tp-leftarrow.tparrows.zeus {
        transform: matrix(1, 0, 0, 1, 1, -30) !important
    }

    #sort-by {
        float: left
    }

    #sort-by > ul > li {
        border: 1px solid #ebebeb
    }

    .header-main .logo {
        margin: unset;
        display: block;
        float: none;
        text-align: center;
    }

    .header-main .logo a {
        display: inline-block !important;
    }

    .header-rightside-nav {
        margin-right: 21px;
    }

    nav.navigation-menu {
        clear: none;
    }

    a.menu-mobile {
        padding: 15px;
        margin: 0;
        float: left;
        text-indent: -80px;
        background: none;
    }

    .sidebar-icon-nav ul li {
        margin: 0 !important;
        padding: 15px !important;
    }

    nav.navigation-menu {
        position: relative;
    }

    .cart-title {
        right: -18px;
        top: -5px;
    }

    ul.show-on-mobile {
        position: absolute;
        /*top: 50px;*/
        left: 0;
        right: 0;
        background: #fff;
    }

    .menu-mobile:after {
        content: '\f0c9';
        text-indent: -14px;
    }

    .input-search-mobile {
        position: relative;
    }

    .input-search-mobile input {
        background: #f0f0f0;
    }

    form.form-search {
        margin-bottom: inherit;
    }

    button.btn-searchbox {
        padding: 9px 15px;
        position: absolute;
        top: 1px;
        right: 1px;
        background: #333;
        color: #fff;
        border-radius: 0;
        font-size: 19px;
    }

    section.utility-bar {
        display: flex;
        align-items: center;
        padding: 9px 0;
    }

    .box-utility {
        width: 20%;
        display: inline-block;
        text-align: center;
        font-size: 12px;
    }

    .box-utility span {
        font-weight: bold;
    }

    .box-utility i {
        font-size: 25px;
    }

    .section-padding-sm {
        padding-top: 0;
    }

    .product-box .product-thumbnail > a {
        height: auto;
    }

    .owl-carousel .owl-item img {
        width: 100% !important;
        height: auto !important;
        max-height: unset !important;
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        background: none;
    }

    .owl-carousel .owl-nav .owl-next:before {
        content: '\f054';
    }

    .owl-carousel .owl-nav .owl-prev:before {
        content: '\f053';
    }

    .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
        background: none !important;
        color: unset !important;
    }

    .related-product .owl-carousel .owl-dots .owl-dot.active span {
        background: #673ab7;
    }

    .related-product .owl-carousel .owl-dots .owl-dot.active {
        background: none !important;
    }

    section.utility-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ccccccd6;
        z-index: 100;
        box-shadow: 0px 0px 7px -1px #000000ab;
    }

    .padding-bottom-60 {
        padding-bottom: 9px !important;
    }

    .section-padding {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media (min-width: 768px) {
    .related-product .owl-carousel .owl-dots {
        display: none !important;
    }
}

@media (max-width: 375px) {
    .fix-mobilex .tp-parallax-wrap {
        left: 40px !important
    }
}
