@charset "UTF-8"; body {
    color: #353535
}

body.light-theme {
    background-color: #fff;
    color: #444
}

.hide {
    display: none!important
}

.left-align {
    text-align: left
}

.right-align {
    text-align: right
}

.center,.center-align {
    text-align: center
}

.left {
    float: left!important
}

.right {
    float: right!important
}

.content li {
    margin-right: 2rem;
    list-style-type: circle
}

@media only screen and (min-width: 993px) {
    .container {
        width:90%
    }
}

button {
    background: none;
    border: 0
}

button:focus {
    background: none
}

i {
    color: #696969
}

.divider {
    margin: 22px 0
}

.google-map {
    width: 100%;
    color: #444
}

.no-gutter {
    padding-left: 0!important;
    padding-right: 0!important
}

.row.valign {
    width: 100%
}

.side-nav .background {
    display: block;
    margin: 0 auto;
    z-index: -1;
    padding: 1rem 8px;
}

.background.portrait img {
    min-width: 100%;
    width: auto;
    min-height: none;
    height: 100%
}

h1,h2,h3,h4,h5 .h1,.h2,.h3,.h4,.h5 {
    font-weight: 200
}

h1 {
    margin-bottom: 50px
}

h5 {
    font-size: .9rem;
    font-weight: 500;
    text-transform: uppercase
}

p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #282828
}

p.caption {
    color: inherit
}

.feature {
    margin-bottom: 50px
}

span.date {
    text-transform: uppercase;
    font-weight: 300
}

nav.navbar ul.dropdown-content li > a,nav.navbar ul.dropdown-content li > span,.dropdown-content li > a,.dropdown-content li > span {
    color: #232323;
    padding: 0 8px;
    transition: color .2s;
    font-size: 16px;
    font-weight: 500;
}

.dropdown-button i.right {
    margin-left: 5px
}

.side-nav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    text-align: center;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999999999999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%)
}

.side-nav.right-aligned {
    right: 0;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding: 0
}

.side-nav .collapsible {
    margin: 0;
    padding: 0
}

.side-nav li {
    float: none;
    text-align: right;
    line-height: 48px;
    border-bottom: 1px solid #9576a247
}

.side-nav li.active {
    background-color: rgba(0,0,0,0.05)
}

.side-nav li>a {
    color: rgba(66,66,66,0.87);
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 32px
}

.side-nav li>a:hover {
    background-color: rgba(0,0,0,0.05)
}

.side-nav li>a.btn,.side-nav li>a.btn-large,.side-nav li>a.btn-large,.side-nav li>a.btn-flat,.side-nav li>a.btn-floating {
    margin: 10px 15px
}

.side-nav li>a.btn,.side-nav li>a.btn-large,.side-nav li>a.btn-large,.side-nav li>a.btn-floating {
    color: #fff
}

.side-nav li>a.btn-flat {
    color: #343434
}

.side-nav li>a.btn:hover,.side-nav li>a.btn-large:hover,.side-nav li>a.btn-large:hover {
    background-color: #2bbbad
}

.side-nav li>a.btn-floating:hover {
    background-color: #26a69a
}

.side-nav li>a>i,.side-nav li>a>[class^="mdi-"],.side-nav li>a li>a>[class*="mdi-"],.side-nav li>a>i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0,0,0,0.54)
}

.side-nav .divider {
    margin: 8px 0 0
}

.side-nav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0,0,0,0.54);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px
}

.side-nav .subheader:hover {
    background-color: transparent
}

nav.navbar {
    z-index: 10;
    position: fixed;
    top: 0;
    box-shadow: none;
    background-color: #fff;
    transition: box-shadow .3s,background-color .3s;
    box-shadow: 2px 2px 10px #4c4c4c1f
}

nav.navbar.pinned {
    background-color: rgba(0,0,0,0.3)
}

nav.navbar.absolute {
    position: absolute;
    top: 0;
    width: 100%
}

nav.navbar ul > li.active > a::before,nav.navbar ul > li > a.active::before,nav.navbar ul > li > a:hover::before {
    transform: scaleX(1)
}

nav.navbar ul li.active {
    background-color: transparent
}

nav.navbar ul a {
    padding-left: 0;
    padding-right: 0;
    margin: 0 13px;
    position: relative;
    font-weight: 300;
    transition: color .2s
}

nav.navbar ul a:hover {
    background-color: transparent
}

.header .header-wrapper {
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.header .header-wrapper h1 {
    margin: 1rem 0;
    font-weight: 600;
    font-size: 6rem;
    text-transform: uppercase
}

.card .card-title {
    pointer-events: none
}

.card .background {
    z-index: 0;
    top: auto;
    bottom: 0
}

.page-footer {
    color: #2b2b2b;
    margin: 0;
    font-size: 14px;
    padding: 0;
    background: #fafafa;
    background-size: cover;
    box-shadow: 2px 2px 6px #d6d6d6
}

.page-footer .row {
    margin: 0
}

.page-footer .materialize-logo {
    margin-top: 2px
}


.page-footer ul li {
    padding: 0 5px;
    margin: 8px 0;
    line-height: 20px;
    display: -webkit-box;
    list-style: none
}

.page-footer ul li a {
    color: #313131!important;
    font-size: 15px;
    margin: 3px 0;
    padding: 6px 0;
}

.light .header-wrapper .tagline,.page-footer .footer-copyright .header-wrapper .tagline,.white .header-wrapper .tagline {
    color: #777
}

.horizontal-half-wrapper .header-background.white + .header-wrapper .tagline {
    color: #777
}

@media only screen and (max-width: 600px),only screen and (max-device-width:641px) and (orientation:landscape) {
    .section {
        height:auto
    }

    .section.full-height .valign-wrapper {
        display: block
    }

    .google-map {
        height: 100%
    }

    .header .header-wrapper h1 {
        font-size: 4rem
    }
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    background: #fff
}

article,aside,footer,header,nav,section {
    display: block
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: 800;
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

span.avatar img {
    border-style: none;
    max-width: 100%;
    height: auto;
    display: block;
    border: 3px solid #fff;
    border-radius: 100%
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none;
    font-family: inherit
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button;
    background: #ef4056;
    padding: 8px 25px;
    color: #fff;
    border: none;
    font-size: 13px;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 800
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto;
    max-width: 100%;
    border: 1px solid #a5a5a5;
    border-radius: 4px;
    width: 100%
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

ul {
    padding-right: 0
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

red {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ul:not(.browser-default) > li {
    list-style-type: none
}

a {
    color: #005374;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #d9d9d9
}

blockquote {
    margin: 20px 0;
    padding: 10px 20px;
    color: #282828;
    position: relative;
    background: #f6f6f6;
    font-weight: 800;
    border-radius: 10px;
    text-align: right!important;
}

i {
    line-height: inherit
}

img.responsive-img,video.responsive-video {
    max-width: 100%;
    height: auto
}

ul.staggered-list li {
    opacity: 0
}

.fade-in {
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

@media only screen and (max-width: 600px) {
    .hide-on-small-only,.hide-on-small-and-down {
        display:none!important
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display:none!important
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display:none!important
    }
}

@media only screen and (min-width: 600px) and (max-width:992px) {
    .hide-on-med-only {
        display:none!important
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display:none!important
    }
}

@media only screen and (min-width: 1201px) {
    .hide-on-extra-large-only {
        display:none!important
    }

    .show-on-extra-large {
        display: block!important
    }
}

@media only screen and (min-width: 993px) {
    .show-on-large {
        display:block!important
    }
}

@media only screen and (min-width: 600px) and (max-width:992px) {
    .show-on-medium {
        display:block!important
    }
}

@media only screen and (max-width: 600px) {
    .show-on-small {
        display:block!important
    }
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display:block!important
    }
}

@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display:block!important
    }
}

@media only screen and (max-width: 600px) {
    .center-on-small-only {
        text-align:center
    }
}

.no-select,input[type=range],input[type=range] + .thumb {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.circle {
    border-radius: 50%
}

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

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

nav ul a span.badge {
    display: inline-block;
    float: none;
    margin-left: 4px;
    line-height: 22px;
    height: 22px;
    -webkit-font-smoothing: auto
}

.collection-item span.badge {
    margin-top: calc(0.75rem - 11px)
}

.collapsible span.badge {
    margin-left: auto
}

.sidenav span.badge {
    margin-top: calc(24px - 11px)
}

table span.badge {
    display: inline-block;
    float: none;
    margin-left: auto
}

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: liga;
    -moz-font-feature-settings: liga;
    font-feature-settings: liga
}

.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1530px;
}

@media only screen and (min-width: 601px) {
    .container {
        width:90%
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width:84%
    }
}

.col .row {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.section {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.section.no-pad {
    padding: 0
}

.section.no-pad-bot {
    padding-bottom: 0
}

.section.no-pad-top {
    padding-top: 0
}

.row {
    margin-left: auto;
    margin-right: auto
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.row .col {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px
}

.row .col[class*="push-"],.row .col[class*="pull-"] {
    position: relative
}

.row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
}

@media only screen and (min-width: 601px) {
    .row .col.m1 {
        width:8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }
}

@media only screen and (min-width: 993px) {
    .row .col.l1 {
        width:8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }
}

nav {
    color: #fff;
    width: 100%;
    line-height: 64px;
    z-index: 99;
    border-top: 1px solid #d6d6d6;
    background: #fff;
    box-shadow: 1px 1px 2px #00000026;
    transition: .4s ease;
    display: inline-block
}

nav i,nav [class^="mdi-"],nav [class*="mdi-"],nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
    color: #323232;
}

@media only screen and (min-width: 993px) {
    nav a.sidenav-trigger {
        display:none
    }
}

nav .sidenav-trigger {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px
}

nav .sidenav-trigger i {
    height: 56px;
    line-height: 56px
}

nav .nav-title {
    display: inline-block;
    font-size: 32px;
    padding: 28px 0
}

nav ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block
}

nav ul li {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    padding: 0;
    display: inline-block
}

nav ul li.active {
    background-color: rgba(0,0,0,0.1)
}

nav ul a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 17px;
    color: #282828;
    display: block;
    padding: 0 10px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: .3s ease
}

nav ul a.btn,nav ul a.btn-large,nav ul a.btn-small,nav ul a.btn-large,nav ul a.btn-flat,nav ul a.btn-floating {
    margin-top: -2px;
    margin-left: 15px;
    margin-right: 15px
}

nav ul a.btn > .material-icons,nav ul a.btn-large > .material-icons,nav ul a.btn-small > .material-icons,nav ul a.btn-large > .material-icons,nav ul a.btn-flat > .material-icons,nav ul a.btn-floating > .material-icons {
    height: inherit;
    line-height: inherit
}

nav ul.left {
    float: left
}

nav form {
    height: 100%
}

.navbar-fixed {
    position: relative;
    height: 56px;
    z-index: 997
}

.navbar-fixed nav {
    position: fixed
}

@media only screen and (min-width: 601px) {
    nav.nav-extended .nav-wrapper {
        min-height:64px
    }

    nav,nav .nav-wrapper i,nav a.sidenav-trigger,nav a.sidenav-trigger i {
        height: 64px;
        line-height: 64px;
    }

    .navbar-fixed {
        height: 64px
    }
}

html {
    line-height: 1.5;
    font-family: 'PeydaWeb';
    font-weight: 400;
    color: rgba(179,179,179,0.87);
    direction: rtl
}

@media only screen and (min-width: 0) {
    html {
        font-size:14px
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size:14.5px
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size:17px
    }
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 800;
    line-height: 1.3
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    font-weight: inherit
}

h1 {
    font-size: 25px;
    margin: 2rem 0 1rem
}

h2 {
    font-size: 20px;
    line-height: 110%;
    margin: 2rem 0 1rem
}

h3 {
    font-size: 17px;
    line-height: 28px;
    margin: 1rem 0
}

h4 {
    font-size: 1.28rem;
    line-height: 110%;
    margin: 1.52rem 0 .912rem
}

h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 1.0933333333rem 0 .656rem
}

h6 {
    font-size: 1.15rem;
    line-height: 110%;
    margin: .7666666667rem 0 .46rem
}

em {
    font-style: italic
}

.card-panel {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s,-webkit-box-shadow .25s;
    padding: 24px;
    margin: .5rem 0 1rem;
    border-radius: 2px;
    background-color: #fff
}

.card {
    position: relative;
    margin: .5rem 0 1rem;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s,-webkit-box-shadow .25s;
    max-width: 370px;
    display: inline-block;
    margin: 1rem 8px 2rem 8px;
    height: auto;
    overflow: hidden;
    min-width: 300px;
    border-radius: 4px
}

.card .card-title {
    font-size: 24px;
    font-weight: 300
}

.card .card-title.activator {
    cursor: pointer
}

.card.sticky-action .card-action {
    z-index: 2
}

.card.sticky-action .card-reveal {
    z-index: 1;
    padding-bottom: 64px
}

.card .card-image {
    position: relative
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 24px
}

.card .card-content {
    border-radius: 0 0 2px 2px
}

.card .card-content p {
    margin: 0;
    height: 144px;
    overflow: hidden;
    font-size: 13.5px;
    padding: 0 15px;
    text-align: justify;
    line-height: 24px;
    opacity: .7
}

.card .card-content .card-title {
    display: block;
    line-height: 32px;
    margin-bottom: 8px
}

.card .card-content .card-title i {
    line-height: 32px
}

.card .card-action {
    background-color: inherit;
    border-top: 1px solid rgba(160,160,160,0.2);
    position: relative;
    padding: 10px 30px 10px 12px
}

.card .card-action:last-child {
    border-radius: 0 0 2px 2px
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 24px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-transform: uppercase
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
    color: #ffd8a6
}

.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 60px;
    width: 100%;
    background-color: #f8f8f8;
    margin: 0 auto;
    white-space: nowrap;
    border: 1px solid #dfdfdf
}

.tabs.tabs-fixed-width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tabs.tabs-fixed-width .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 60px;
    height: 60px;
    padding: 0;
    margin: 0;
    width: 33.2%;
    text-transform: uppercase
}

.tabs .tab a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 45px;
    background: #f8f8f8;
    font-size: 18px;
    font-weight: 800;
    overflow: hidden;
    -webkit-transition: color .28s ease,background-color .28s ease;
    transition: color .28s ease,background-color .28s ease
}

.tabs .tab a:hover,.tabs .tab a.active {
    background-color: #0099db;
    color: #fff!important
}

.tabs .tab.disabled a,.tabs .tab.disabled a:hover {
    color: rgba(158,158,158,0.4);
    cursor: default
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 5px;
    background-color: #ff5722;
    will-change: left,right
}

@media only screen and (max-width: 992px) {
    .tabs {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .tabs .tab {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .tabs .tab a {
        padding: 0 12px
    }
}

.material-tooltip {
    padding: 10px 8px;
    font-size: 15px;
    z-index: 2000;
    background-color: #2196F3;
    border-radius: 4px;
    color: #fff;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    pointer-events: none;
    visibility: hidden;
    background-color: #2196F3
}

.backdrop {
    position: absolute;
    opacity: 0;
    height: 7px;
    width: 14px;
    border-radius: 0 0 50% 50%;
    background-color: #4CAF50;
    z-index: -1;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    visibility: hidden
}

.btn,.btn-large,.btn-small,.btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 44px;
    font-size: 13px;
    font-weight: 800;
    line-height: 44px;
    background: #4CAF50;
    padding: 0 20px;
    color: #fff;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent
}
a.phoneicon svg {margin: 18px 8px;color: #717171;}

a.phoneicon {
    margin: 0 4px;
    height: 60px;
    padding: 0 4px;
    font-weight: 700;
    color: #363636;
    display: flex;
    line-height: inherit;
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    min-width: 270px;
    /* width: 60%; */
    top: 0;
    z-index: 9999;
    text-align: center;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 1px 1px 5px #00000036
}

.dropdown-content:focus {
    outline: 0
}

.dropdown-content li {
    clear: both;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: right;
    display: block;
}

body.keyboard-focused .dropdown-content li:focus {
    background-color: #dadada
}

.dropdown-trigger {
    cursor: pointer
}

.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0;
    width: 46%;
    margin: 5rem auto;
    overflow-y: hidden;
    border-radius: 12px;
    will-change: top,opacity
}

.modal:focus {
    outline: none
}

@media only screen and (max-width: 992px) {
    .modal {
        width:80%
    }
}

.modal h1,.modal h2,.modal h3,.modal h4 {
    margin-top: 0;
    font-size: 20px
}

.modal .modal-close {
    cursor: pointer
}

.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right
}

.modal .modal-footer .btn,.modal .modal-footer .btn-large,.modal .modal-footer .btn-small,.modal .modal-footer .btn-flat {
    margin: 6px 0
}

.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    left: 0;
    bottom: 0;
    opacity: .7!important;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity
}

.modal.modal-fixed-footer {
    padding: 0;
    height: 70%
}

.modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto
}

.modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0,0,0,0.1);
    position: absolute;
    bottom: 0
}

.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom,opacity
}

.collapsible {
    margin: .5rem 0 1rem
}

.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    line-height: 34px;
    padding: 4px;
    margin: 2px auto;
    box-shadow: 1px 1px 3px #0000000f;
    border-radius: 8px;
    border: 1px solid #e2e2e2
}

.collapsible-header:focus {
    outline: 0
}

.collapsible-header i {
    width: 2rem;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    margin: 0px .6rem 0 0;
    height: 30px;
    color: #336b98
}

.keyboard-focused .collapsible-header:focus {
    background-color: #eee
}

.collapsible-body {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem;
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #0000001c;
    border: 1px solid #dadada
}

.sidenav .collapsible,.sidenav.fixed .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidenav .collapsible li,.sidenav.fixed .collapsible li {
    padding: 0
}

.collapsible.popout {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.collapsible.popout > li {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    margin: 0 24px;
    -webkit-transition: margin .35s cubic-bezier(0.25,0.46,0.45,0.94);
    transition: margin .35s cubic-bezier(0.25,0.46,0.45,0.94)
}

.collapsible.popout > li.active {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    margin: 16px 0
}

select:focus {
    outline: 1px solid #c9f3ef
}

button:focus {
    outline: none;
    background-color: #ac7558
}

label {
    font-size: .8rem;
    color: #404040
}

::-webkit-input-placeholder {
    color: #d1d1d1
}

::-moz-placeholder {
    color: #d1d1d1
}

:-ms-input-placeholder {
    color: #d1d1d1
}

::-ms-input-placeholder {
    color: #d1d1d1
}

::placeholder {
    color: #d1d1d1
}

.input-field input[type=search] {
    display: block;
    line-height: inherit;
    -webkit-transition: .3s background-color;
    transition: .3s background-color
}

.nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.hiddendiv {
    visibility: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem;
    position: absolute;
    top: 0;
    z-index: -1
}

body.keyboard-focused .select-dropdown.dropdown-content li:focus {
    background-color: rgba(0,0,0,0.08)
}

.select-dropdown.dropdown-content li:hover {
    background-color: rgba(0,0,0,0.08)
}

.select-dropdown.dropdown-content li.selected {
    background-color: rgba(0,0,0,0.03)
}

.prefix ~ .select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem)
}

.prefix ~ label {
    margin-left: 3rem
}

.select-dropdown li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
    float: right
}

.select-dropdown li.optgroup {
    border-top: 1px solid #eee
}

.select-dropdown li.optgroup.selected > span {
    color: rgba(0,0,0,0.7)
}

.select-dropdown li.optgroup > span {
    color: rgba(0,0,0,0.4)
}

.select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem
}

.sidenav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%)
}

.sidenav.right-aligned {
    right: 0;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.sidenav .collapsible {
    margin: 0
}

.sidenav li {
    float: none;
    line-height: 48px
}

.sidenav li.active {
    background-color: rgba(0,0,0,0.05)
}

.sidenav li > a {
    color: rgba(0,0,0,0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px
}

.sidenav li > a:hover {
    background-color: rgba(0,0,0,0.05)
}

.sidenav li > a.btn,.sidenav li > a.btn-large,.sidenav li > a.btn-small,.sidenav li > a.btn-large,.sidenav li > a.btn-flat,.sidenav li > a.btn-floating {
    margin: 10px 15px
}

.sidenav li > a.btn,.sidenav li > a.btn-large,.sidenav li > a.btn-small,.sidenav li > a.btn-large,.sidenav li > a.btn-floating {
    color: #fff
}

.sidenav li > a.btn-flat {
    color: #343434
}

.sidenav li > a.btn:hover,.sidenav li > a.btn-large:hover,.sidenav li > a.btn-small:hover,.sidenav li > a.btn-large:hover {
    background-color: #2bbbad
}

.sidenav li > a.btn-floating:hover {
    background-color: ##ac8267
}

.sidenav li > a > i,.sidenav li > a > [class^="mdi-"],.sidenav li > a li > a > [class*="mdi-"],.sidenav li > a > i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0,0,0,0.54)
}

.sidenav .divider {
    margin: 8px 0 0
}

.sidenav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0,0,0,0.54);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px
}

.sidenav .subheader:hover {
    background-color: transparent
}

.drag-target {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    z-index: 998;
    background: #3333332b
}

.drag-target.right-aligned {
    right: 0
}

.sidenav.sidenav-fixed {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed
}

.sidenav.sidenav-fixed.right-aligned {
    right: 0;
    left: auto
}

@media only screen and (max-width: 992px) {
    .sidenav.sidenav-fixed {
        -webkit-transform:translateX(-105%);
        transform: translateX(-105%)
    }

    .sidenav.sidenav-fixed.right-aligned {
        -webkit-transform: translateX(105%);
        transform: translateX(105%)
    }

    .sidenav > a {
        padding: 0 16px
    }

    .sidenav .user-view {
        padding: 16px 16px 0
    }
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active,.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
    background-color: #ee6e73
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
    color: #fff
}

.sidenav .collapsible-body {
    padding: 0
}

.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 120vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 997;
    display: none
}

.slider {
    position: relative;
    height: 540px!important;
    width: 100%;
    top: 12px;
}

.slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.slider.fullscreen ul.slides {
    height: 100%
}

.slider.fullscreen ul.indicators {
    z-index: 2;
    bottom: 30px
}

.slider .slides {
    background-color: #fff;
    margin: 0;
    height: 530px!important;
}

.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    border-radius: 14px;
    height: inherit;
    overflow: hidden;
    background: #000000;
}

.slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.slider .slides li .caption {
    color: #fff;
    position: absolute;
    top: 35%;
    left: 10%;
    width: 60%;
    opacity: 0
}

.slider .slides li .caption p {
    color: #e0e0e0
}

.slider .slides li.active {
    z-index: 2
}

.slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0;
    z-index: 99
}

.slider .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 11px;
    width: 11px;
    margin: 0 6px;
    border: 1.3px solid #fff;
    background-color: #f9f9f900;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%
}

.slider .indicators .indicator-item.active {
    background-color: #fff
}

.tap-target-wrapper {
    width: 800px;
    height: 800px;
    position: fixed;
    z-index: 1000;
    visibility: hidden;
    -webkit-transition: visibility 0 .3s;
    transition: visibility 0 .3s
}

.tap-target-wrapper.open {
    visibility: visible;
    -webkit-transition: visibility 0;
    transition: visibility 0
}

.tap-target-wrapper.open .tap-target {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .95;
    -webkit-transition: opacity .3s cubic-bezier(0.42,0,0.58,1),-webkit-transform .3s cubic-bezier(0.42,0,0.58,1);
    transition: opacity .3s cubic-bezier(0.42,0,0.58,1),-webkit-transform .3s cubic-bezier(0.42,0,0.58,1);
    transition: transform .3s cubic-bezier(0.42,0,0.58,1),opacity .3s cubic-bezier(0.42,0,0.58,1);
    transition: transform .3s cubic-bezier(0.42,0,0.58,1),opacity .3s cubic-bezier(0.42,0,0.58,1),-webkit-transform .3s cubic-bezier(0.42,0,0.58,1)
}

.tap-target-wrapper.open .tap-target-wave::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.tap-target-wrapper.open .tap-target-wave::after {
    visibility: visible;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24,0,0.38,1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24,0,0.38,1) infinite;
    -webkit-transition: opacity .3s,visibility 0 1s,-webkit-transform .3s;
    transition: opacity .3s,visibility 0 1s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s,visibility 0 1s;
    transition: opacity .3s,transform .3s,visibility 0 1s,-webkit-transform .3s
}

.tap-target {
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
    background-color: #ee6e73;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0,0,0,0.14),0 10px 50px 0 rgba(0,0,0,0.12),0 30px 10px -20px rgba(0,0,0,0.2);
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.14),0 10px 50px 0 rgba(0,0,0,0.12),0 30px 10px -20px rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .3s cubic-bezier(0.42,0,0.58,1),-webkit-transform .3s cubic-bezier(0.42,0,0.58,1);
    transition: opacity .3s cubic-bezier(0.42,0,0.58,1),-webkit-transform .3s cubic-bezier(0.42,0,0.58,1);
    transition: transform .3s cubic-bezier(0.42,0,0.58,1),opacity .3s cubic-bezier(0.42,0,0.58,1);
    transition: transform .3s cubic-bezier(0.42,0,0.58,1),opacity .3s cubic-bezier(0.42,0,0.58,1),-webkit-transform .3s cubic-bezier(0.42,0,0.58,1)
}

.tap-target-content {
    position: relative;
    display: table-cell
}

.tap-target-wave {
    position: absolute;
    border-radius: 50%;
    z-index: 10001
}

.tap-target-wave::before,.tap-target-wave::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff
}

.tap-target-wave::before {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

.tap-target-wave::after {
    visibility: hidden;
    -webkit-transition: opacity .3s,visibility 0s,-webkit-transform .3s;
    transition: opacity .3s,visibility 0s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s,visibility 0;
    transition: opacity .3s,transform .3s,visibility 0s,-webkit-transform .3s;
    z-index: -1
}

.tap-target-origin {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10002;
    position: absolute!important
}

.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small),.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
    background: none
}

@media only screen and (max-width: 600px) {
    .tap-target,.tap-target-wrapper {
        width:600px;
        height: 600px
    }
}

.pulse {
    overflow: visible;
    position: relative
}

.pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #cbe6cc;
    border-radius: inherit;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24,0,0.38,1) infinite;
    animation: pulse-animation 2s cubic-bezier(0.24,0,0.38,1) infinite;
    z-index: -1
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

p#breadcrumbs {
    font-size: 14px;
    display: -webkit-inline-box
}

input#search {
    border: none;
    margin: 5px;
    color: #5f5f5f;
    height: 32px;
    font-family: inherit
}

.menu-footer-menu-container li {
    float: left
}

.top-space {
    margin-top: 7rem
}

input.search-field {
    width: 85%!important;
    float: left
}

input.search-submit {
    float: right;
    background: #000;
    border: none;
    padding: 11.4px 25px;
    color: #fff
}

.parallax-container.large-prlx {
    height: 100%
}

.inside-prlx {
    padding: 8rem 0 0!important
}

span.short-description {
    text-align: center;
    display: block;
    font-family: trajanpro
}

span.ref {
    float: left;
    margin-top: 11rem;
    font-size: 20px
}

.inside-prlx.top-text {
    padding: 4rem 0 0!important
}

img.half-img {
    width: 75%;
    margin: 4rem auto;
    display: block
}

i.material-icons.custom-point {
    border: 2px solid #8c8c8c;
    border-radius: 50%;
    font-size: 3rem;
    margin: 1rem;
    color: #e6e6e6;
    background: #181818
}

video {
    margin: 0 auto;
    display: block
}

.wpb_wrapper,.wpb_wrapper p {
    color: #f9e1c5!important
}

.background-image {
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    color: #f9e1c5;
    height: 73%;
    overflow: hidden
}

.background-image p {
    color: #f9e1c5
}

.background-image h1 {
    letter-spacing: 1.2px;
    font-size: 38px!important;
    line-height: 45px!important
}

ul.tabs.nobackground {
    background: none;
    max-width: 400px;
    margin: 0 auto
}

.box {
    background: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #3c3c3c2e;
}

.entry-content {
    padding: 1rem
}

h1.single-title {
    text-align: center;
    font-size: 30px;
    margin: 25px auto;
    display: inline-block
}

.tab-container {
    max-width: 960px;
    margin: 0 auto
}

h1.center.collection-header,h2.collection-header {
    color: #f9e1c5;
    font-weight: 800
}

h2.singleproduct-header {
    font-size: 60px;
    letter-spacing: 8px
}

span.small-desc {
    display: block;
    text-align: center;
    font-size: 17px
}

input.search-field {
    float: left
}

input[type=search]:not(.browser-default) {
    width: 90%!important;
    margin: 0!important;
    border: 0!important;
    background: #9d9d9d24 !important;
    font-family: inherit;
    padding: 2px 20px;
    height: 45px;
}

form.search-form {
    display: block;
    margin: 0 auto;
    width: 340px;
    height: 60px
}

section.collectionpage h1 {
    font-size: 45px;
    margin-bottom: 10%;
    margin-top: 10%
}

header.woocommerce-products-header {
    margin-top: 2rem
}

.searchbox {
    background: #1b1b1b
}

.smallogo {
    position: absolute;
    left: 77px
}

.Menu-wrp {
    margin: 0 0 0 30%
}

.search.jewbrowser {
    margin-top: 2rem
}
span.copyright {
    float: left;
    margin: 14px 5px;
    font-size: 13px
}

.caption.center-align {
    left: 20%!important;
    top: 52%!important
}

.caption.right-align {
    /* left: 20%!important; */
}

.caption h3 {
    font-size: 30px
}

.col.m5.offset-m2.hide-on-med-and-down {
    margin-left: 12%
}

.caption.center-align h3 {
    font-size: 45px
}

.slidernav {
    opacity: 0;
    position: relative;
    z-index: 9;
    height: 100%;
    transition: .4s ease
}

.slidernav a {
    margin-top: 5rem;
    cursor: pointer;
    width: 100px;
    height: 100%;
    text-align: center;
    display: -webkit-inline-box;
    transition: background .2s ease
}

.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.menu-footer-menu-container {
    margin: 8px;
    display: -webkit-inline-box
}

.social.right li {
    border: none!important
}

img.materialboxed.active {
    max-width: none
}

.media-item-wrp h2 {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400
}

.media-item-wrp {
    margin: 1rem 0;
    padding: 1rem!important
}

p.short-description {
    font-family: arial
}
a.button-collapse svg {
    margin: 16px 0;
}

a.button-collapse {
    position: relative;
    float: right;
    padding: 0 10px;
    margin: 0 10px;
    height: 60px;
}

.collection-link {
    position: absolute;
    border: 1px solid #989898;
    line-height: 50px;
    border-width: 1px 0;
    bottom: 0
}

.collection-link a {
    padding: 20px 5px;
    color: #fae1c3!important;
    width: 10%;
    display: -webkit-inline-box
}

.slim-back {
    height: 73%
}

span.hollowbtn {
    background: rgba(255,255,255,0);
    border: 1px solid #e0b0a6;
    border-radius: 6px;
    width: 200px
}

.slidernav i {
    font-size: 40px;
    margin-top: 10rem
}

a.prev i {
    text-align: right;
    margin-left: 2rem
}

.searchinmodal {
    max-width: 85%!important;
    width: 100%;
    text-align: center
}

.searchmodal-i {
    margin: 8px 0
}

.page-height {
    min-height: 90%
}

.wp-product img {
    float: left;
    width: 150px
}

a.next,a.prev {
    transition: .4s ease;
    top: 0;
    max-height: 245px;
    color: inherit
}

.lefthoriz h2 {
    left: 0;
    top: 0
}

a.next i {
    margin-right: 4rem
}

.slider:hover > .slidernav {
    opacity: 1
}

.product-wrp a {
    display: inline-grid
}

a.brand-logo img {
    width: 90px;
    margin: 6px 22px 0 0
}

.page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: #f2f2f2
}

ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    max-width: 200px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 91;
    transition: .4s ease;
    text-align: right;
    margin-top: -1px
}

ul.sub-menu li {
    width: 100%;
    display: list-item;
    float: right;
    line-height: 44px;
    margin: 1px 0;
    border-bottom: .5px solid #e0e0e07a
}

li:hover > ul.sub-menu {
    display: block
}

.margin-top-contact {
    margin-top: 3rem
}

a.next i,a.prev i {
    color: #fff;
    border-radius: 2px
}

.contactbox p {
    min-height: 64px;
    display: block;
    color: #33bee6;
    margin: 2rem auto
}

.tags a {
    background: #f3f3f3;
    padding: 6px 10px;
    border-radius: 5px;
    color: #717171;
    margin: 4px 0;
    display: inline-block
}

.card-content h2 {
    height: 22px;
    display: inline-block;
    margin: 25px 16px 15px;
    font-size: 17px;
    overflow: hidden;
    width: 100%;
    text-align: right
}

.card-action a.btn:hover {
    background: #dc3247
}

.card-action i {
    margin: 5px 0;
    color: #bbb
}

ul.slider-class.box {
    padding: 0
}

.media-item-wrp a {
    color: #737373
}
.social li {
    display: inline-block;
    width: 40px;
    float: right;
    text-align: center;
    margin: 22px 6px;
    float: left;
}
footer svg {
    width: 26px !important;
    height: 26px !important;
    border: 1px solid #5f7d8b70;
    padding: 6px;
    border-radius: 8px;
}
.size-5 {
  color: #607D8B;
}
.arch-thmbn {
    overflow: hidden
}

.card-action a.btn {
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
    float: left;
    background: #ef4056;
    color: #fff
}

span.view {
    line-height: 40px;
    padding: 0 10px
}

i.material-icons {
    padding: 0
}

ul.collapsible li {
    list-style-type: none!important;
    margin: 0
}

.navbar-solid-transition .smallogo {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s,opacity .5s linear
}

::-webkit-scrollbar {
    width: 7px;
    height: 4px;
    background: #fff
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #b7b7b7;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 100px #676767
}

footer span {
    margin: 3rem 0 1rem;
    font-size: 16px;
    display: block;
    font-weight: 800
}

img.avatar {
    display: none
}

ul.children {
    padding-right: 1rem
}

header.comment-meta {
    display: flex;
    padding: 10px 2px 0;
    font-size: 13px;
}

a.comment-reply-link {
    display: none
}

section.comment-content {
    padding: 0
}

section.comment-content p {
    margin: 6px;
    font-size: 14px;
    line-height: 23px
}

a.comment-permalink {
    display: none
}

.comment-author-link span {
    display: none
}

.comment-author-link {
    margin: 0 8px;
    color: #464646
}

.comment-author-link a {
    color: #118e16;
    font-weight: 700
}

li.comment.depth-2 {
    margin-right: 1rem
}


p.comment-form-url {
    display: none
}

p.comment-awaiting-moderation {
    background: #4CAF50;
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 0;
    z-index: 99999
}

article.comment {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin: 4px;
    box-shadow: 1px 1px 3px #fcfcfc;
}

.comment-author-link span {
    display: none
}


section.auto-height {
    height: auto
}


table.shop_attributes {
    text-align: right
}

img.product-img {
    width: 300px;
    margin: 1rem auto
}

ul.cart-drop {
    padding: 1rem
}

a.cart-total.btn {
    margin: 1rem 0 0;
    color: #fff!important
}

.login-drop {
    width: 140px
}

.woocommerce-message {
    max-width: 800px;
    margin: 1rem auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 10px #d5d5d5;
    line-height: 34px;
    font-size: 14px;
    padding: 10px
}

.breadcrumb-wrp {
    margin: 0 1rem
}

nav.rank-math-breadcrumb {
    background: none;
    box-shadow: none;
    border: none;
    height: 33px;
}

nav.rank-math-breadcrumb span , nav.rank-math-breadcrumb a {
    font-size: 14px;
    font-weight: 700;
}

h1.product-title {
    font-size: 18px;
    margin: 0
}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
    background: #fff;
    transition: .4s ease;
    overflow: hidden;
    min-width: 250px;
    max-width: 270px;
    width: 26%;
    display: inline-block;
    margin: 0px 6px;
    height: 320px;
    /* border: 1px solid #eee; */
    border-radius: 10px;
}

.woocommerce-loop-product__title {
    padding: 2px 6px 2px 0 !important;
    font-size: 14px!important;
    font-weight: 400;
    color: #262626;
    height: 45px;
    overflow: hidden;
    line-height: 22px;
    text-align: right;
    width: 92%;
    margin: 8px auto
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none
}

.woocommerce ul.products li.product:hover,.woocommerce-page ul.products li.product:hover {
    -moz-box-shadow: 0 2px 13px rgba(0,0,0,0.1);
    box-shadow: 0 1px 6px rgba(0,0,0,0.1)
}

aside {
    padding: 10px;
    box-shadow: 2px 2px 5px #0000002e;
    margin: 0 0 1rem;
    background: #fff;
    border-radius: 12px
}

.price_label {
    display: -webkit-inline-box;
    width: 100%;
    font-size: 12px;
    text-align: center;
    direction: rtl!important;
    margin-top: 1rem
}

ul.woocommerce-error {
    background: #ff5c5c;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin: 2rem
}

p.product-price-regulat {
    margin: 2rem 10px 0;
    font-size: 25px;
    font-weight: 900
}

a.button.add_to_cart_button {
    margin: 1.5rem 2rem;
    float: left
}

.prlx-inside {
    position: relative;
    width: 800px;
    max-width: 80%;
    display: block;
    z-index: 4;
    color: #fff;
    margin: 9% auto
}

.prlx-inside p {
    color: #d8d8d8;
    text-align: justify;
    line-height: 33px
}

.prlx-inside h2 {
    font-size: 30px;
    margin: 4% 0
}

a.white-btn {
    background: #fff;
    color: #a466c3;
    margin: 2rem 5px;
    width: 150px
}

a.white-btn:hover {
    background: #e4b8fb;
    color: #fff
}

.excerpt {
    height: 160px;
    padding: 0 10px
}

.owlwrap {
    height: 220px
}

.excerpt p {
    height: 124px;
    display: flex
}

.excerpt h4 {
    height: 22px;
    overflow: hidden;
    font-size: 17px
}

section.latest-posts {
    height: auto
}

ul.contact-info li {
    margin: 10px 0;
    height: 36px;
    font-size: 16px
}

ul.contact-info i {
    color: #303030;
    position: relative;
    top: 0;
    margin: 0 4px 0 10px;
    font-size: 20px;
    border-radius: 100%;
    padding: 0 6px;
    float: right
}

.woocommerce table.shop_table {
    background: #fff
}

.caption span {
    margin: 12px 0;
    font-size: 20px
}

.homeproductwrp {
    width: 19%;
    max-width: 100%;
    display: inline-block;
    height: 340px;
    overflow: hidden;
    margin: 0 0 10px;
    min-width: 260px;
    background: #fff;
    transition: .2s ease
}

.homeproductwrp h2 {
    font-size: 14px;
    font-weight: 400;
    color: #828282;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    text-align: right;
    width: 90%;
    margin: 18px auto 0
}

.homeproductwrp img {
    width: 180px;
    height: 180px;
    margin: 20px auto
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #ed0082
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #30adff
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #a9abae
}

h3.widget-title {
    font-size: 17px;
    margin: 8px 0 10px;
    padding: 1rem;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    background: #dedede59;
    color: #505050;
    border-radius: 8px;
    font-weight: 800
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    color: #a9abae;
    position: relative;
    top: 2px
}

span.count {
    color: #a9abae;
    font-size: 12px
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    color: #a9abae;
    position: relative
}

.menu-side-menu-container ul.sub-menu {
    display: block;
    position: relative;
    margin-right: 4%;
    padding: 0
}

ul#menu-side-menu {
    display: inline-block;
    overflow: hidden
}

.menu-side-menu-container li {
    line-height: unset!important;
    margin: 1%!important;
    display: inline-block;
    width: 98%
}

.menu-side-menu-container {
    padding: 0;
    position: relative;
    z-index: 1
}

.menu-side-menu-container a {
    height: 34px;
    display: block;
    width: 100%;
    padding: 0 10px;
    line-height: 34px;
    border-radius: 4px;
    transition: .4s ease;
    position: relative;
    color: #000;
    font-size: 13px
}

.menu-side-menu-container a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(229,229,229,0.7);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .2s ease;
    margin: 0 auto;
    transform: scaleX(0);
    transition: .2s ease;
    border-radius: 2px
}

.menu-side-menu-container a:hover::before {
    transform: scaleX(1)
}

.menu-side-menu-container a:hover {
    color: #ed0082!important
}

.home-box.box {
    padding: 10px;
    margin: 0
}

span.count {
    float: left
}

.top-attribute-wrp span {
    display: block;
    margin: 0 0 4px;
    height: 26px;
    overflow: hidden;
    font-size: 14px;
    transition: .2s ease
}

.top-attribute-wrp i {
    position: relative;
    top: 5px;
    margin: 0 0 0 8px;
    color: #848484;
    font-size: 14px
}

.top-attribute-wrp span:hover {
    font-weight: 800;
    font-size: 15px
}

.top-attribute-wrp {
    border-bottom: 1px solid #dfdfdf;
    min-height: 110px;
    margin: 0
}

.star-rating {
    float: right!important;
    margin: 5px 40% -20px!important;
    top: 42px;
    right: -90px
}

.target.fix-side-wrp.pinned {
    margin-top: 5rem;
    transition: 1.5s ease;
    max-width: 264px
}

.margin-top {
    margin-top: 1rem!important
}

span.title-holder {
    width: 100%;
    display: inline-block
}

html,body,.block {
    height: 100%;
    letter-spacing: -.6px
}

p.phone-side {
    text-align: center;
    color: #eb0789;
    font-weight: 800;
    font-size: 20px
}

.text-holder h2 {
    font-size: 16px;
    text-align: left;
    margin: 0 0 1rem;
    line-height: 28px;
    color: #353535;
}

#main {
    padding: 0 0 10px;
    margin-top: 50px
}

.woocommerce a.button.alt {
    background: #a9abae
}

tr.order-total .woocommerce-Price-amount,tr.cart-subtotal span.woocommerce-Price-amount {
    float: left
}

p.comment-form-author,p.comment-form-email,p.comment-form-url,p.form-submit {
    float: right;
    margin-bottom: 50px
}

form#commentform label {
    min-width: 35px;
    display: -webkit-inline-box;
    margin-right: 20px
}

p.form-submit {
    float: left;
    margin: 20px
}

.card {
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2)
}

a.post-edit-link {
    margin: 10px auto;
    display: block;
}

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

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

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

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

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

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

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

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

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

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

.woocommerce a.remove:hover {
    color: #fff!important;
    background: red
}

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

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

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

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

.woocommerce div.product p.price,.woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em
}

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

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

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

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: red
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce div.product form.cart .variations label {
    font-weight: 700
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-left: 1em
}

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

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

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

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

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

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

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

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

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

.woocommerce span.onsale {
    min-width: 3.236em;
    padding: 0 6px;
    font-weight: 300;
    position: relative;
    text-align: center;
    line-height: 26px;
    top: 6px;
    left: -6px;
    float: right;
    height: 26px;
    border-radius: 20px;
    background-color: #F44336;
    color: #fff;
    font-size: 12px;
    z-index: 9
}

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

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

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

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

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

.woocommerce ul.products li.product a img {
    transition: .2s ease;
    position: relative;
    width: 170px;
    height: 170px;
    margin: 20px auto
}

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

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

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

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

.woocommerce ul.products li.product .price {
    display: block;
    text-align: left;
    margin: 13px auto 0
}

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

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #dfdfdf;
    padding: 2px 20px;
    border-radius: 10px;
    background: #fff
}

.woocommerce a.button:hover {
    background: #f9f9f9;
    color: #1e1e1e;
    border-color: #fdbd0e;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button, .woocommerce input.button {
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 18px 1em;
    border-radius: 20px;
    border: 2px solid #f9f9f9;
    margin: 0 10px!important;
    right: auto;
    transition: .4s ease;
    color: #fff;
    background: #4caf50;
    font-weight: 700;
    margin: 2rem 0;
    font-size: 13px;
    text-align: center;
    display: inline-block
}

.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading {
    opacity: .25;
    padding-left: 2.618em
}

.woocommerce #respond input#submit.loading::after,.woocommerce a.button.loading::after,.woocommerce button.button.loading::after,.woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    left: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.woocommerce #respond input#submit.added::after,.woocommerce a.button.added::after,.woocommerce button.button.added::after,.woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: '\e017';
    margin-right: .53em;
    vertical-align: bottom
}
.quantity {
    float: right;
}

.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt {
    background-color: #4CAF50;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover {
    background-color: #935386;
    color: #fff
}


.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .6;
    color: #fff;
    margin: 10px auto
}

.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}

.woocommerce .cart .button,.woocommerce .cart input.button {
    float: left;
}

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

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

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

.woocommerce #reviews h3 {
    margin: 0
}

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

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

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

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

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

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

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

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

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 100%;
    border: 0;
    max-width: 100%;
    list-style-type: none;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #292929;
    font-size: .75em
}

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

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

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

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

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
    font-size: 15px;
    line-height: 24px
}

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

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

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

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

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

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

.woocommerce .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: right;
    top: 0;
    right: 0;
    position: absolute
}

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

.woocommerce .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    right: 0;
    color: #ffac25
}

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

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

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

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

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none;
    position: relative;
    top: 32px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce table.shop_attributes th {
    width: 225px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted #c5c5c5;
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted #d7d7d7;
    margin: 0;
    line-height: 1.5
}

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

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

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

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

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

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

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

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

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

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

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

.woocommerce table.my_account_orders .order-actions {
    text-align: left
}

.woocommerce table.my_account_orders .order-actions .button {
    margin: .125em .25em .125em 0
}

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

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

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

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: '\2193';
    display: inline-block
}

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

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

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

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

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

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

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

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

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

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

.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a {
    display: block;
    font-size: 12px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

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

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

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

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    height: 32px;
    font-family: inherit
}

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

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select {
    border-color: #69bf29
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-right: 1.5em
}

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

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 20px;
    border: 0;
    list-style: none outside;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll
}

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

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

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

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 3px 0;
    font-size: 15px
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-left: .5em
}

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

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

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

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

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

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

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 7px
}

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

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

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

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

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

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

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

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

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

.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "";
    text-decoration: none;
    color: #a00
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th {
    vertical-align: middle;
    font-size: 12px;
    font-weight: 800
}

#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: right;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    padding: 8px 10px 5px;
    margin: 0 0 0 4px;
    outline: 0;
    font-family: inherit;
    border-radius: 8px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods {
    text-align: right;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.namad-wrp {
    width: 66px;
    display: inline-block;
    margin: 0 10px;
}

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

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

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

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

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

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

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

ul.products.columns-4 {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 2rem auto
}

.woocommerce ul.product_list_widget li a {
    color: #585858
}

.homeproductwrp:hover {
    box-shadow: 1px 2px 8px #d8d8d8
}

aside#woocommerce_price_filter-2 {
    margin-top: 15px
}

.login-drop i {
    position: relative;
    top: -3px;
    padding: 0 7px;
    color: #fa5217
}

nav.woocommerce-pagination {
    background: none;
    box-shadow: none;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border: none;
    margin: 1.5rem auto
}

table>tbody>tr:nth-child(odd) {
    background-color: #fff
}

tr,td {
    border-top: 1px solid #d9d9d9;
    2px:p;border-right: 1px solid #e4e4e4;
    padding: 6px 12px;
}

table {
    text-align: right;
    padding: 2px 10px;
    font-size: 15px;
    line-height: 30px;
    border: 1px solid #d0d0d0;
    width: 100%
}

.wp-pagenavi a,span.current,nav.woocommerce-pagination a {
    display: math;
    padding: 10px 14px;
    text-align: center;
    margin: 1rem 4px 2rem;
    color: #303030!important;
    background: #d1d1d157;
    font-weight: 800
}

.wp-pagenavi a a {
    color: #444
}

.wp-pagenavi a.active a {
    color: #fff
}

.wp-pagenavi a.active {
    background-color: #ee6e73
}

.wp-pagenavi a.disabled a {
    cursor: default;
    color: #999
}

.wp-pagenavi a i {
    font-size: 2.2rem;
    vertical-align: middle
}

.wp-pagenavi a.pages ul li {
    display: inline-block;
    float: none
}

.wp-pagenavi {
    text-align: center;
    clear: both;
    margin: 2rem auto
}

.wp-pagenavi a:hover {
    background: #646464;
    color: #fff!important
}

span.pages {
    clear: both;
    width: 100%;
    display: inline-block;
    padding: 12px
}

span.current {
    background: #6e6e6e;
    color: #fff!important;
    border-radius: 6px
}

@font-face {
    font-family: star;
    font-display: swap;
    src: url(/wp-content/plugins/woocommerce/assets/fonts/star.eot);
    src: url(/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/PeydaWeb-Medium.woff2) format("woff2"),url(fonts/PeydaWeb-Medium.woff) format("woff")
}

@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: 600;
    src: url(fonts/PeydaWeb-Semibold.woff2) format("woff2"),url(fonts/PeydaWeb-Semibold.woff) format("woff")
}

@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: 800;
    src: url(fonts/PeydaWeb-ExtraBold.woff2) format("woff2"),url(fonts/PeydaWeb-ExtraBold.woff) format("woff")
}

@font-face {
    font-family: PeydaWeb;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/PeydaWeb-Bold.woff2) format("woff2"),url(fonts/PeydaWeb-Bold.woff) format("woff")
}

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


@media only screen and (max-width: 800px) {
    .prlx-inside p {
        line-height:17px;
        font-size: 13px;
        margin: 0
    }



    .prlx-inside h2 {
        font-size: 18px;
        text-align: center
    }

    a.white-btn {
        margin: 15px 0 0
    }
    .rp-grid {
    width: 32% !important;
    padding: 0.4% !important;
    float: right;
    margin: 10px 0 !important;
}
    
.staggered-transition-wrapper {
    display: inline-block !important;
}
}

ul.product_list_widget span.woocommerce-Price-currencySymbol {
    font-size: 12px
}

ul.product_list_widget span.woocommerce-Price-amount.amount {
    display: block;
    margin: 20px 0;
    font-size: 13px
}

p.pr-price span {
    font-size: 15px;
    margin: 0 8px;
    color: #02afec
}

.woocommerce .widget_layered_nav_filters ul li a {
    font-size: 12px
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    position: relative;
    height: 44px;
    display: block
}

span.onsale {
    position: relative;
    height: 38px;
    padding: 6px;
    margin-bottom: -40px;
    float: left;
    background: #03a9f4;
    color: #fff;
    border-radius: 10px
}

del span.woocommerce-Price-amount.amount {
    text-decoration: line-through;
    color: #717171!important
}

span.price span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    margin: 0 6px 0 0
}

span.price span.woocommerce-Price-amount.amount {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 0 20px;
    line-height: 18px;
    color: #3f4064;
    font-weight: 800
}

span.woocommerce-Price-currencySymbol {
    float: left
}

span.woocommerce-Price-amount.amount {
    color: #0070c9
}

span.woocommerce-Price-currencySymbol {
    color: #707070;
    margin: 0 6px
}

.woocommerce .woocommerce-result-count {
    margin: 8px 4px;
    float: right;
    font-size: 15px
}

form.woocommerce-ordering {
    float: right;
    margin: 10px 6px 5px!important;
    font-size: 14px
}

.woo-product-footer {
    background: #fff;
    padding: 1rem;
    box-shadow: 2px 2px 3px #e0e0e052;
    overflow: hidden;
    text-align: justify
}

aside .star-rating {
    display: none
}

aside.widget_recent_entries a {
    background: #f7f7f7;
    display: block;
    padding: 12px 8px;
    font-size: 14px;
    margin: 5px 0;
    border-radius: 6px;
    color: #252525
}

.col.justify p {
    text-align: justify
}

@media only screen and (max-width: 600px) {
    nav.footer-nav {display: block !important;}
    .social a {
        width:56px;
        height: 70px
    }

    ul.contact-info li {
        height: auto;
        font-size: 22px;
        margin: 15px 0
    }

    .background-image {
        text-align: center;
        width: 100%;
        height: 300px
    }

    .woocommerce ul.products li.product {
        width: 100%;
        height: 170px;
        margin: 0;
        max-width: unset;
        text-align: right;
        padding: 0
    }

    .woocommerce ul.products li.product a img {
        width: 140px!important;
        height: auto;
        float: right;
        top: 0;
        margin: 13px
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        top: 22px;
        width: 75%;
        padding: 1% 0!important;
        display: inline
    }

    .woocommerce ul.products li.product .price {
        top: 50px;
        position: relative;
        left: 14px;
        width: 180px;
        float: left
    }

    .cat-head-wrp h1 {
        margin: 0 auto !important;
        text-align: center !important;
        font-size: 20px !important;
    }

    #main {
        margin: 20px 0 !important;
    }

    .woocommerce .woocommerce-result-count {
        display: none !important;
    }

    header.woocommerce-products-header {
        margin: 0 !important;
    }

    form.woocommerce-ordering {
        margin: 0 10px !important;
    }

    nav .nav-wrapper {
        width: auto
    }

    a.phoneicon i {
        line-height: 60px!important
    }

    a.brand-logo.smallogo {
        left: -210px!important
    }

    section.lastsection {
        height: auto
    }

    span.copyright {
        float: none!important;
        display: block;
        text-align: center
    }

    .menu-footer-menu-container {
        text-align: center;
        float: none
    }

    .page-footer ul li {
        text-align: center;
        float: none
    }

    .social.right {
        float: none;
        text-align: center;
        display: contents
    }

    .caption.center-align {
        top: 50%!important
    }

    .caption span {
        font-size: 20px
    }

    a.next i {
        margin: 55px 10px
    }

    a.prev i {
        margin: 55px 0
    }

    a.prev {
        width: 50px
    }

    .caption h3 {
        font-size: 23px
    }

    .social {
        text-align: center;
        float: none
    }

    .sm-box {
        margin: 10px
    }

    h1.single-title {
        font-size: 21px
    }

    .container {
        width: 100%
    }

    .icon-wrp {
        width: 68px!important;
        padding: 0!important;
        height: 120px!important;
        margin: 8px auto!important;
        border: 0!important
    }

    .icon-wrp img {
        width: 30px!important;
        margin: 10px auto!important
    }

    .icon-wrp span {
        font-size: 10px!important
    }

    h3 {
        font-size: 19px
    }

    a.header-serach {
        margin: 11px 4px 0
    }

    .about.contact-back.contact-back {
        height: auto
    }

    .contactbox {
        height: auto;
        margin: 0;
        border-radius: 0
    }

    .contactbox h2 {
        margin: 5px
    }

    .contactbox p {
        min-height: auto;
        margin: 10px auto
    }

    .phonebox {
        margin: 0;
        border-radius: 0
    }

    .slider .slides li img {
        background-size: cover;
        height: 200px
    }

    .slider .slides {
        height: 200px!important;
        margin-top: 42px;
    }

    .slidernav a {
        margin: 0
    }

    .slider {
        height: 210px!important;
        width: 96%;
        margin: 0 auto;
    }
}

.no-padding {
    padding: 0!important
}

.term-description {
    text-align: justify;
    overflow: hidden;
    padding: 2px;
}

ul.sub-menu ul.sub-menu {
    right: 200px;
    margin-top: -46px
}

.fixed-action-btn {
    position: fixed;
    left: 118px;
    bottom: 15px;
    padding-top: 0;
    margin-bottom: 0;
    z-index: 999997
}

.fixed-action-btn.whatsapp i {
    font-size: 40px;
    color: #fff;
    background: #4caf50;
    border-radius: 100%;
    height: 54px;
    width: 54px;
    padding: 6px;
    display: inline-block;
    text-align: center
}

.collapsible-header.active {
    background: #f7f7f7
}

.container.narrow {
    width: 82%
}

.bnr.tall .text-wrp {
    height: 412px
}

.bnr.tall {
    background-size: cover;
    height: 412px
}
\

.bnr.numbertwo {
    background-size: cover;
    background-position: right
}

.bnr.numbertwo h2 {
    font-size: 20px;
    margin-top: -1rem
}


.whitebox img {
    width: 80px
}

.logo-footer img {
    width: 46px;
    margin: 1rem
}

.product-item {
    height: 320px;
    width: 98%;
    margin: 1rem 1%;
    max-width: 290px
}

.product-item span.woocommerce-loop-product__title {
    color: #575757;
    display: inline-block;
    height: 76px
}

.product-item span.price {
    width: 100%;
    display: inline-block;
    position: relative;
    top: -12px;
    font-weight: 700
}

.product-item img {
    width: 170px!important;
    height: auto;
    margin: 0 auto 1rem
}

h2.header {
    border-bottom: 1px dashed #e9e9e9;
    padding-bottom: 1rem;
    font-size: 17px;
}

button.owl-prev,button.owl-next {
    position: relative;
    top: -200px;
    background: #fff!important;
    width: 40px;
    height: 40px;
    border: 1px solid #e2e2e2 !important;
    margin: 0 10px;
    transition: .3s ease;
    border-radius: 30px
}

button.owl-next {
    float: left;
    right: 20px
}

button.owl-prev span,button.owl-next span {
    font-size: 28px;
    line-height: 30px;
    font-family: monospace;
    color: #535353 !important;
}

button.owl-prev {
    float: right;
    left: 20px
}

.header-wrp a {
    float: left;
    position: relative;
    top: -64px;
    font-size: 13px;
    font-weight: 500;
    background: #f2f2f2;
    color: #2f2f2f;
    border-radius: 10px;
    padding: 4px 20px
}




.collapsible-header.side-nav-collap {
    box-shadow: none;
    border: none;
    border-radius: 0
}

.owl-stage-outer {
    width: 100%
}

.owl-carousel.owl-slider {
    border-radius: 8px;
    overflow: hidden;
    margin: 1rem auto
}

.brand-logo-wrp {
    width: 150px;
    margin: 20px auto
}

.gif-wrp img {
    margin: 2.5rem auto;
    border-radius: 12px;
    overflow: hidden
}

section.error-404.not-found {
    max-width: 500px;
    margin: 3rem auto;
    text-align: center
}

section.error-404.not-found img {
    width: 300px
}

img.logo {
    width: 40px;
    margin: 20px 0 0 10px
}

a.logo-wrp span {
    color: #2e2e2e;
    margin: 30px 0;
    font-size: 14px;
    display: inline-block;
    font-weight: 800;
    text-align: center;
    line-height: 26px
}

ul.slider-class {
    margin-top: 6rem
}

ul.slider-class li {
    margin: 3px 1%;
    display: inline-block;
    width: 98%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #0000001a
}

span.avatar-wrapper {
    float: right
}

.blog-related span.title {
    font-weight: 800;
    color: #444;
    margin: 10px 0;
    display: block
}

img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto
}

span.avatar {
    border: 3px solid #03a9f4;
    display: inline-block;
    border-radius: 100%;
    width: 75px;
    margin: 0 0 0 20px;
    transition: .2s ease
}

span.avatar:hover {
    border-color: #ff5722;
    transform: scale(1.1)
}

img.logo-side-nav {
    width: 34px;
    margin: 1rem auto 0
}

.social {
    border-top: 1px solid #d1d1d1;
    display: inline-block;
    width: 100%;
}

@font-face {
    font-family: 'Material Icons';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/icon.woff2) format("woff2")
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: liga;
    -webkit-font-smoothing: antialiased
}

ul.first-mega {
    padding: 1rem;
    border-radius: 0 0 6px 6px
}


aside.widget.woocommerce {
    margin-top: 1rem
}

.first-mega ul {
    width: 100%;
    padding: 0;
}

.term-description p {
    font-size: 16px;
    line-height: 28px
}

.product-detail {
    margin-top: 1rem
}

p.price {
    font-size: 19px;
    display: flex;
    font-weight: 800;
    justify-content: center
}

p.price del {
    margin: 0 15px
}

.coupon button.button {
    width: 200px;
    float: left;
    padding: 8px;
    font-weight: 400
}

.coupon {
    float: right
}

a.button.wc-forward {
    width: auto;
    padding: 10px 20px;
    font-size: 13px;
    margin: 1px!important
}
.price-section {
    margin: 2rem  auto;
}
.cta {
    background: #f5f5f5;
    border-radius: 18px;
    padding: 12px 20px;
    font-size: 13px;
    margin: 0 0 10px;
    transition: .2s ease
}

.cta a {
    font-weight: 800
}

.stick-price {
    position: fixed;
    bottom: 64px;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 6px 0 #a6a6a6a8;
    padding: 10px 0;
}

.stick-price p.price {
    font-size: 16px;
    margin: 14px 40px 0;
    float: right;
}

.stick-price a.button.add_to_cart_button {
    width: 150px!important;
    margin: 4px 4px 0 20px !important;
    padding: 16px 12px;
}

a.dropdown-button.active {
    background: #eeeeee;
    color: #000000;
}

input {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    height: 36px
}

.wpcf7-response-output {
    display: inline-block;
    margin: 0 auto!important;
    width: 100%!important;
    border-color: #8BC34A!important;
    text-align: center!important;
    border-radius: 6px
}

li.phone-number {
    font-weight: 800;
    font-size: 18px!important;
}

.search-wrp {
    margin: 20px 0;
    max-width: 600px
}

.search-wrp input#yith-searchsubmit {
    border: 0;
    border-radius: 5px 0 0 5px;
    background: #0099db;
    color: #fff
}

.autocomplete-suggestions {
    padding: 0 4px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px #00000036
}

.autocomplete-suggestion {
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    font-size: 14px;
    clear: both;
    position: relative;
    min-height: 90px;
    margin: 0
}

.autocomplete-suggestion .yith_wcas_result_content {
    display: block;
    overflow: hidden;
    padding: 0 10px 0 0
}

.autocomplete-suggestion .align-right {
    float: right;
    margin: 0;
    width: 70px;
    border-radius: 3px;
    display: block
}

.autocomplete-suggestion p.yith_wcas_result_excerpt,.autocomplete-suggestion div.yith_wcas_result_categories {
    line-height: 1.2em;
    margin-bottom: 5px;
    overflow: hidden
}

.autocomplete-suggestions span.sku {
    display: block;
    font-size: .9em;
    line-height: 1em
}

.woocommerce .autocomplete-suggestion div.badges,.autocomplete-suggestion div.badges {
    right: 38px;
    left: auto;
    position: absolute;
    top: 42px;
    width: auto;
    line-height: 2em
}

.woocommerce .autocomplete-suggestion span.yith_wcas_result_on_sale,.autocomplete-suggestion span.yith_wcas_result_on_sale {
    display: none
}

.woocommerce .autocomplete-suggestion span.yith_wcas_result_outofstock,.autocomplete-suggestion span.yith_wcas_result_outofstock {
    position: relative;
    color: #fff;
    padding: 0 8px;
    height: auto;
    display: inline-block
}

.woocommerce .autocomplete-suggestion span.yith_wcas_result_featured,.autocomplete-suggestion span.yith_wcas_result_featured {
    position: relative;
    background-color: #C0392B;
    color: #fff;
    padding: 0 8px;
    height: auto;
    display: inline-block;
    margin-left: 3px
}

#yith-ajaxsearchform select,input[type="search"] {
    margin-bottom: 10px
}

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

#yith-ajaxsearchform .search-navigation {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.woocommerce .autocomplete-suggestions .link-result {
    display: block;
    text-align: center;
    clear: both;
    padding: 5px;
    font-size: 14px
}

.woocommerce .autocomplete-suggestion .title {
    line-height: 3.6em
}

.autocomplete-suggestion img {
    margin: 0!important;
    border-radius: 3px
}

.autocomplete-suggestion del,.autocomplete-suggestion ins {
    font-size: 13px;
    line-height: 20px;
    float: left;
    font-weight: 700
}

.autocomplete-suggestion ins {
    margin-right: 10px
}

.autocomplete-suggestion .title {
    font-size: 14px
}

.yith-ajaxsearchform-wide .yith-ajaxsearchform-container {
    display: table;
    width: 100%
}

.yith-ajaxsearchform-wide .yith-ajaxsearch-filters {
    display: table-cell;
    vertical-align: middle
}

.yith-ajaxsearchform-wide .yith-ajaxsearchform-select,.yith-ajaxsearchform-wide .search-input-container,.yith-ajaxsearchform-wide .search-submit-container {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
    width: 100%
}

.yith-ajaxsearchform-wide .search-input-container input[type="search"] {
    width: 100%!important;
    padding: 4px 10px;
    background: #f2f2f3!important;
    border: none!important;
    border-radius: 6px;
    font-family: inherit
}

.yith-ajaxsearchform-wide .search-submit-container {
    padding-right: 0
}

.yith-ajaxsearchform-wide #yith-ajaxsearchform select,.yith-ajaxsearchform-wide input[type=search] {
    margin: 0
}

.yith-ajaxsearchform-wide .search-input-container input[type="search"],.yith-ajaxsearchform-wide #yith-ajaxsearchform select,.yith-ajaxsearchform-wide #yith-ajaxsearchform input[type="submit"] {
    min-height: 38px;
    margin: 0;
    font-size: 13px
}

.yith-ajaxsearchform-wide.filters-above .yith-ajaxsearch-filters {
    display: table;
    width: 100%;
    margin-bottom: 5px
}

.yith-ajaxsearchform-wide.filters-above .yith-ajaxsearchform-select {
    width: 50%
}

.yith-ajaxsearchform-wide.filters-above .yith-ajaxsearchform-select:last-child {
    padding-right: 0
}

.yith-ajaxsearchform-wide.filters-above .yith-ajaxsearchform-select select {
    width: 100%
}

.searchlist {
    margin: 12px 2% 0;
    background: #3d3d3d;
    padding: 1rem;
    display: inline-block;
    width: 96%
}

.searchlist form.cart {
    display: none
}

span.search-title {
    color: #fff
}

.yith_wcas_result_content span.woocommerce-Price-currencySymbol {
    float: left
}

.yith_wcas_result_content span.woocommerce-Price-amount.amount {
    float: right
}

.row.top-head {
    background: #fff;
    height: 86px;
    overflow: hidden
}

::placeholder {
    color: #4e4e4e;
    font-size: 85%
}


mark.count {
    background: none
}

a.button.add_to_cart_button.product_type_simple {
    max-width: 96%;
    width: -webkit-fill-available;
}

ul#slide-out a.btn {
    margin: 10px auto;
    display: inline-block;
    width: 200px;
    float: none
}

.side-nav span {
    text-align: center;
    display: block;
    font-weight: 800
}

td.product-remove {
    padding: 4px!important
}

input#coupon_code {
    margin: 6px
}

div#payment p {
    font-size: 14px;
    margin: 0
}

nav.target.pinned {
    top: 0;
    position: fixed
}

span.title-wrp {
    display: block;
    margin: 10px 0 15px;
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9
}

span.title-wrp h1 {
    float: right
}

span.title-wrp span.delivery {
    color: #2196F3;
    margin: 0 10px;
    font-size: 20px;
    font-weight: 800
}

.collapsible-header.active i {
    color: #000
}

blockquote p {
    text-align: right!important;
    color: #000;
    font-weight: 800
}

.article-wrp a,.content a,.term-description a,.woo-product-footer a {
    background: #ebf0ff80;
    border-radius: 4px;
    font-weight: 800;
    font-size: 86%;
    padding: 4px 2px;
    color: #005aa2
}

.article-wrp li {
    list-style-type: circle!important;
    margin-right: 1.4rem
}

footer.page-footer p {
    color: #414141!important
}

footer.page-footer a {
    /* color: #1BBFD3; */
}

input#yith-searchsubmit {
    display: none
}

span.garanty {
    font-size: 15px;
    display: inline-block;
    padding: 10px;
    margin: 5px auto
}

span.garanty i {
    float: right;
    margin: 0 0 0 20px;
    font-size: 20px
}

.term-description li {
    margin-right: 2rem;
    list-style-type: circle!important;
    font-size: 90%
}

input.wpcf7-form-control {
    width: 100%
}

aside.custombanner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    text-align: center;
    border-radius: 0;
    padding: 0;
    display: block;
    background: linear-gradient(to right, #373737 0%, #484848 50%, #303030 100%);
}

aside.custombanner a {
    margin: 0;
    height: 50px;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    display: block
}

aside.custombanner span {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 50px
}

.consulting-form {
    box-shadow: 1px 1px 4px #dbdbdb;
    display: inline-block;
    margin: 1rem auto;
    padding: 1rem;
    border-radius: 6px;
    max-width: 90%;
}

.consulting-form p {
    margin: 8px 0
}

.consulting-form span.form-head {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    margin: 1rem auto
}

.wpcf7-spinner {
    float: left;
    margin: 0!important
}

.fixed-action-btn.consultant {
    left: 14px;
}

.fixed-action-btn.consultant a {
    padding: 0 40px 0 24px;
    border-radius: 20px
}

.fixed-action-btn.consultant::before {
    border-radius: 20px
}

.modal-contact li {
    list-style-type: none;
    padding: 6px 10px;
    overflow: hidden;
    height: 40px;
}

.modal-contact i {
    float: right;
    margin: 0 0 0 10px;
    font-size: 26px;
    color: #2196F3
}

.modal-contact a {
    color: #4e4e4e
}

.modal-contact {
    width: 300px;
    text-align: left;
    padding: 1rem
}

span.modal-header {
    text-align: center;
    display: block;
    margin: 1rem auto;
    font-weight: 800
}

.fixed-action-btn.contact-triger a {
    background: #414141;
    width: 34px;
    padding: 0px 2px;
    border-radius: 0 20px 20px 0;
    border-left: 2px solid #fff;
}

.fixed-action-btn.contact-triger i {
    color: #fff;
    margin: 10px 6px;
}

.modal-content .consulting-form {
    margin: 0;
    padding: 0 2rem
}

.modal-content form {
    margin: 0
}
.price_slider_wrapper button.button {
    width: 100%;
    margin: 0 auto !important;
    padding: 12px;
}

span.ctis-load-more button {
    background: #f44336 !important;
    padding: 16px 1rem!important;
    font-weight: 800!important;
    color: #fff!important;
    width: 200px;
    font-size: 15px !important;
    border-radius: 8px;
}

.woo-product-footer li {
    list-style-type: circle !important;
    margin-right: 2rem;
}

.contact-cta {
    background: #f6f6f6;
    display: inline-block;
    width: 90%;
    padding: 2rem;
    border-radius: 10px;
}

.contact-cta span.number-display {
    color: #F44336;
    font-weight: 800 !important;
    font-size: 22px !important;
}

span.cta-title {
    font-size: 20px;
    font-weight: 800;
}

.contact-cta a {
    color: #fff;
    background: #f44336;
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    margin: 10px auto;
}

.audio-wrp {
    background: #ffffff;
    border-radius: 60px;
    padding: 12px 10px 10px;
    display: inline-block;
    max-width: 100% !important;
    border: 2px solid #ededed;
    margin: 0 auto;
}

.audio-wrp i {
    color: #f44336;
    margin: 6px 14px;
    font-size: 40px;
}

.audio-wrp audio {
    float: left;
}

.wpcf7.js {
    text-align: center;
}

span.span-reading-time {
    padding-bottom: 10px;
}

.time-read-single {
    /* float: left; */
    padding: 10px;
    display: inline-block;
}

.single-head {
    display: inline-block;
    border-bottom: 1px solid #c3c3c3;
    width: 100%;
}

.single-head .kk-star-ratings {
    float: left;
    padding: 10px;
}

.time-read-single i {
    float: right;
    padding: 0 0 0 10px;
    color: #4CAF50;
}

span.small {
    font-size: 13px !important;
    font-weight: 500;
    line-height: 10px !important;
}

.background span {
    line-height: 44px !important;
}
section.slider-wrp {
    margin-top: -3rem;
}
.rp-grid {
    width: 200px;
    display: inline-block;
    margin: 2rem auto;
    padding: 0 8px;
    border-radius: 10px;
}

.rp-grid img {
   border-radius: 12px;
}

.text-holder {
    text-align: right;
    padding: 8px 0;
}

.text-holder h2 {
    position: relative;
    top: -116px;
    left: 20px;
    float: left;
    background: #eeeeee;
    /* width: 270px; */
    padding: 6px 20px;
    display: none;
}
.text-holder span {
    font-weight: 800;
    padding: 0 10px;
    font-size: 13px;
    display: inline-block;
    line-height: 38px;
    border-bottom: 1px solid #FFC107;
}

.logo-item {
    padding: 12px;
    margin: 24px 0 62px;
}

.option {
    display: inline-block;
    width: 110px;
    text-align: center;
    margin: 1rem auto;
}

.option lord-icon {
    display: block;
    margin: 0 auto;
}

.option span {
    height: 50px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    color: #646464;
}
nav.footer-nav {
    position: fixed;
    bottom: 0px;
    display: none;
    line-height: 38px;
    height: 64px;
}

nav.footer-nav a {
    padding: 6px 12px 20px;
    text-align: center;
    line-height: 22px;
    font-size: 15px;
}

nav.footer-nav svg {
    height: 20px;
    color: #656565;
    margin: 4px 0 6px;
    width: 100%;
}
nav.footer-nav li {
    width: 24.6%;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
}

nav.footer-nav ul {
    width: 100%;
    display: flex;
}

.address-box svg, .callbox svg {
    margin: 20px 10px  0;
    float: right;
}

.address-box p {display: inline-block;line-height: 50px;}

.callbox a {
    font-weight: 700;
    line-height: 78px;
    font-size: 15px;
}