@charset "UTF-8";
@import"https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,400italic,700,700italic";
@import"https://fonts.googleapis.com/css?family=Montserrat:700";
@import"../styles/reset.css";
@import"../fonts/font-awesome/css/font-awesome.min.css";
@import"../fonts/facile-sans/font.css";
@import"../plugin/bootstrap/css/bootstrap.min.css";
@import"../plugin/select2/css/select2.min.css";
@import"../plugin/rev/css/settings.min.css";
@import"../plugin/slick/slick.min.css";

blockquote .left {
    margin: 0 20px 0 0;
    text-align: right;
    float: left
}

blockquote .right {
    margin: 0 0 0 20px;
    text-align: left;
    float: right
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0
}

img {
    -webkit-backface-visibility: hidden
}

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

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}

.wp-caption img {
    border: none;
    padding: 0;
    margin: 0
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.clear {
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.after-clear:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden
}

.animation-all,
.animation-all * {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.alignleft {
    float: left;
    margin-right: 30px
}

.alignright {
    float: right;
    margin-left: 30px
}

.aligncenter {
    margin: 0 auto 24px;
    float: none;
    display: block
}

.hidden {
    display: none !important
}

.display-none {
    display: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.normal-text {
    font-weight: 400
}

.center-vh {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.center-v {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.center-h {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.rose-color {
    color: #ff4981
}

.blue-color {
    color: #41bedd
}

.yellow-color {
    color: #ffcd02
}

.magento-color {
    color: #418298
}

.margin-top--30 {
    margin-top: -30px
}

html.js__popup_active {
    overflow: hidden
}

#wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    top: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    background: #fff;
    z-index: 20;
    transition: transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    -ms-transition: -ms-transform .4s ease
}

@media(min-width:1025px) {
    #wrapper {
        top: 0 !important
    }
}

.row-inline-block {
    font-size: 0;
    text-align: left
}

.row-inline-block > * {
    display: inline-block;
    float: none
}

.row-inline-block.text-center > * {
    text-align: center
}

.row.with-over {
    position: relative
}

.row.with-over > * {
    position: relative;
    z-index: 20
}

@media(max-width:767px) and (min-width:480px) {
    .col-ip-1 {
        width: calc(100%/12)
    }

    .col-ip-2 {
        width: calc(100%/6)
    }

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

    .col-ip-4 {
        width: calc(100%/3)
    }

    .col-ip-5 {
        width: calc(500%/12)
    }

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

    .col-ip-7 {
        width: calc(700%/12)
    }

    .col-ip-8 {
        width: calc(200%/3)
    }

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

    .col-ip-10 {
        width: calc(500%/6)
    }

    .col-ip-11 {
        width: calc(1100%/12)
    }

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

a {
    outline: none;
    text-decoration: none !important
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none !important;
    outline: none
}

input,
button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.animation,
a,
button,
input {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.button-black {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    background: #333;
    border: none;
    outline: none;
    padding: 8px 16px;
    display: inline-block
}

@media(min-width:1025px) {
    .button-black:hover {
        background: #898c90
    }
}

.button-white-border-dark {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    border: 2px solid #333;
    text-transform: uppercase;
    background: #fff;
    color: #333;
    outline: none;
    padding: 6px 16px;
    display: inline-block
}

@media(min-width:1025px) {
    .button-white-border-dark:hover {
        border-color: #898c90;
        background: #898c90;
        color: #fff
    }
}

.button-transparent-border-dark {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    border: 2px solid #333;
    text-transform: uppercase;
    background: transparent;
    color: #333;
    outline: none;
    padding: 6px 16px;
    display: inline-block
}

@media(min-width:1025px) {
    .button-transparent-border-dark:hover {
        border-color: #898c90;
        background: #898c90;
        color: #fff
    }
}

.button-green {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    background: #37bc9b;
    border: none;
    outline: none;
    padding: 8px 16px;
    display: inline-block
}

@media(min-width:1025px) {
    .button-green:hover {
        background: #898c90
    }
}

.button-normal {
    min-width: 150px;
    text-align: center
}

.btn-create-account {
    width: 190px;
    font-weight: 600
}

.btn-place-order {
    width: 100%
}

.btn-ajax-loading {
    width: 100%;
    max-width: 580px;
    padding: 10px;
    text-align: center;
    border: 2px solid #c7c7cc;
    color: #c7c7cc;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    margin: 0 auto 30px;
    float: none
}

.btn-ajax-loading .fa {
    font-size: 14px;
    line-height: 24px;
    margin-right: 2px
}

.btn-ajax-loading.style--2 {
    background: #37bc9b;
    color: #fff;
    border-color: #37bc9b
}

@media(min-width:1025px) {
    .btn-ajax-loading:hover {
        border-color: #37bc9b;
        color: #37bc9b
    }

    .btn-ajax-loading.style--2:hover {
        border-color: #898c90;
        color: #fff;
        background-color: #898c90
    }
}

.contact-form {
    padding: 80px 0 80px 35px
}

@media(max-width:767px) {
    .contact-form {
        padding-left: 0;
        padding-top: 40px
    }
}

.contact-form-white {
    width: calc(100% - 75px);
    float: right;
    padding-top: 30px
}

@media(max-width:991px) {
    .contact-form-white {
        width: calc(100% - 30px)
    }
}

@media(max-width:767px) {
    .contact-form-white {
        width: 100%;
        padding-top: 0
    }
}

.form-contact-row {
    margin-bottom: 20px
}

.input-text-common {
    border: 1px solid #bbb;
    width: 100%;
    height: 40px;
    display: block;
    padding: 7px 9px;
    outline: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    font-size: 14px;
    line-height: 24px;
    color: #333
}

.input-text-common::-webkit-input-placeholder {
    color: #bbb
}

.input-text-common:-moz-placeholder {
    color: #bbb
}

.input-text-common::-moz-placeholder {
    color: #bbb
}

.input-text-common:-ms-input-placeholder {
    color: #bbb
}

.input-text-common:focus {
    border-color: #333
}

textarea.input-text-common {
    height: 120px
}

.input-contact-text {
    width: 100%;
    height: 40px;
    display: block;
    padding: 8px 10px;
    outline: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    border: none
}

.input-contact-text::-webkit-input-placeholder {
    color: #bbb
}

.input-contact-text:-moz-placeholder {
    color: #bbb
}

.input-contact-text::-moz-placeholder {
    color: #bbb
}

.input-contact-text:-ms-input-placeholder {
    color: #bbb
}

textarea.input-contact-text {
    height: 150px
}

.form-control-row {
    padding-top: 7px;
    margin-bottom: 13px
}

.form-control-row.last {
    padding-top: 17px
}

.select-common {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 24px
}

.select-common .select2-container {
    width: 100%;
    height: 40px;
    min-width: 100%
}

.select-common .select2-selection {
    border: 1px solid #bbb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 40px
}

.select-common .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 24px;
    padding: 7px 9px
}

.select-common .select2-selection .select2-selection__placeholder {
    color: #bbb
}

.select-common .select2-selection .select2-selection__arrow {
    width: 27px;
    height: 100%;
    text-align: center
}

.select-common .select2-selection .select2-selection__arrow:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 38px
}

.select-common .select2-selection .select2-selection__arrow b {
    display: none
}

.tick-box-list {
    padding-top: 6px;
    margin-bottom: 35px;
    font-size: 0
}

.tick-box-list > * {
    margin-top: 15px;
    margin-left: 50px
}

.tick-box-list > *:first-child {
    margin-left: 0
}

.radio-box-common {
    display: inline-block;
    position: relative;
    padding-left: 24px
}

.radio-box-common .input-radio {
    display: none
}

.radio-box-common .lbl {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333
}

.radio-box-common .lbl:before {
    content: "";
    width: 13px;
    height: 13px;
    border: 2px solid #c7c7cc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 10
}

.radio-box-common .lbl:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #37bc9b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.radio-box-common .input-radio:checked + .lbl:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}



.form-row-link {
    padding: 8px 0
}

.form-row-link:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.form-row-link a {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #898c90
}

@media(min-width:1025px) {
    .form-row-link a:hover {
        color: #37bc9b
    }
}

.form-row-link .back-link {
    padding-left: 23px;
    float: left;
    position: relative
}

.form-row-link .back-link:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../images/icon-arrow-left.png) 0 0 no-repeat;
    background-color: #898c90;
    width: 14px;
    height: 14px
}

@media(min-width:1025px) {
    .form-row-link .back-link:hover:before {
        background-color: #37bc9b
    }
}

.join-form .form-controls {
    position: relative
}

.join-form .inp-email {
    width: 100%;
    height: 34px;
    outline: none;
    padding: 7px 60px 7px 10px;
    font-size: 11px;
    line-height: 20px;
    color: #333;
    font-family: Open Sans, sans-serif;
    border: none
}

.join-form .inp-email::-webkit-input-placeholder {
    color: #a3a2a2
}

.join-form .inp-email:-moz-placeholder {
    color: #a3a2a2
}

.join-form .inp-email::-moz-placeholder {
    color: #a3a2a2
}

.join-form .inp-email:-ms-input-placeholder {
    color: #a3a2a2
}

.join-form .inp-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 34px;
    background: #37bc9b;
    color: #fff;
    font-size: 13px;
    outline: none;
    border: none
}

@media(min-width:1025px) {
    .join-form .inp-submit:hover {
        background: #898c90
    }
}

.join-form i {
    font-size: 12px;
    line-height: 24px;
    display: block
}

.subscribe-form {
    padding-top: 19px;
    padding-bottom: 76px;
    color: #fff
}

.subscribe-form .section-title {
    color: #fff;
    margin-bottom: 13px
}

.subscribe-form .section-title:before {
    background-color: #fff
}

.subscribe-form p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px
}

.subscribe-form .inp-controls {
    position: relative;
    width: 100%;
    max-width: 460px;
    padding-right: 140px
}

.subscribe-form .inp-email {
    background: #fff;
    border: none;
    width: 100%;
    height: 40px;
    padding: 8px 13px;
    font-size: 13px;
    line-height: 24px;
    color: #333;
    font-family: Open Sans, sans-serif;
    outline: none
}

.subscribe-form .inp-email::-webkit-input-placeholder {
    color: #898c90
}

.subscribe-form .inp-email:-moz-placeholder {
    color: #898c90
}

.subscribe-form .inp-email::-moz-placeholder {
    color: #898c90
}

.subscribe-form .inp-email:-ms-input-placeholder {
    color: #898c90
}

.subscribe-form .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 40px;
    font-size: 13px;
    line-height: 24px;
    padding: 8px 13px;
    text-align: center;
    font-family: Open Sans, sans-serif;
    background: #898c90;
    border: none;
    outline: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

@media(min-width:1025px) {
    .subscribe-form .btn-submit:hover {
        background: #37bc9b
    }
}

.subscribe-form .btn-submit .fa {
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px
}

@media(max-width:369px) {
    .subscribe-form .inp-controls {
        padding-right: 0
    }

    .subscribe-form .btn-submit {
        position: relative;
        width: 100%
    }
}

.form-row-input {
    margin-bottom: 24px
}

.form-row-input label {
    font-size: 13px;
    line-height: 23px;
    margin: 0 0 2px;
    display: block;
    color: #333
}

.form-row-input .required {
    color: red;
    font-size: 12px
}

@media(min-width:1025px) {
    .main-menu-wrap .menumobile-close-btn {
        display: none
    }

    .main-menu-wrap .menu {
        margin: 0;
        font-size: 0;
        line-height: 0
    }

    .main-menu-wrap .menu > li {
        display: inline-block;
        position: relative;
        margin-left: 38px
    }

    .main-menu-wrap .menu > li.simple-menu:first-child {
        margin-left: 0
    }

    .main-menu-wrap .menu > li.simple-menu:first-child > .sub-menu {
        left: 0;
        right: auto
    }

    .main-menu-wrap .menu > li:hover > a,
    .main-menu-wrap .menu > li.current-menu-item > a {
        border-bottom-color: #000;
        color: #f2ffa8
    }

    .main-menu-wrap .menu > li.menu-item-has-children > a {
        padding-right: 17px;
        position: relative
    }

    .main-menu-wrap .menu > li.menu-item-has-children > a:before {
        content: "\f107";
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
        width: 12px;
        height: 12px;
        background: #dbddde;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 1px
    }

    .main-menu-wrap .menu > li > a {
        display: block;
        font-size: 13px;
        line-height: 26px;
        padding: 12px 0 10px;
        color: #000;
        text-transform: uppercase;
        border-bottom: 2px solid transparent
    }

    .main-menu-wrap .menu > li.simple-menu {
        position: relative
    }

    .main-menu-wrap .menu > li.simple-menu > .sub-menu {
        position: absolute;
        top: 100%;
        left: auto;
        right: 0;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        -o-transform: translate(0, 20px);
        -ms-transform: translate(0, 20px)
    }

    .main-menu-wrap .menu > li.simple-menu > .sub-menu .sub-menu {
        position: absolute;
        top: 0;
        left: 100%
    }

    .main-menu-wrap .menu > li.simple-menu > .sub-menu.js__sub_menu_left {
        right: auto;
        left: 0
    }

    .main-menu-wrap .menu > li.simple-menu > .sub-menu.js__sub_menu_left .sub-menu {
        transform: translate(-20px, 0);
        -webkit-transform: translate(-20px, 0);
        -moz-transform: translate(-20px, 0);
        -o-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0)
    }

    .main-menu-wrap .menu > li.simple-menu .sub-menu {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        min-width: 270px;
        padding: 23px 27px 9px;
        border: 1px solid #f2f2f2;
        -webkit-box-shadow: -1px 2px 9px 0 rgba(0, 0, 0, .15);
        -moz-box-shadow: -1px 2px 9px 0 rgba(0, 0, 0, .15);
        box-shadow: -1px 2px 9px 0 rgba(0, 0, 0, .15);
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }

    .main-menu-wrap .menu > li.simple-menu .sub-menu .sub-menu {
        transform: translate(20px, 0);
        -webkit-transform: translate(20px, 0);
        -moz-transform: translate(20px, 0);
        -o-transform: translate(20px, 0);
        -ms-transform: translate(20px, 0)
    }

    .main-menu-wrap .menu > li.simple-menu .sub-menu > li {
        position: relative
    }

    .main-menu-wrap .menu > li.simple-menu .sub-menu a {
        font-weight: 400
    }

    .main-menu-wrap .menu li:hover > .sub-menu {
        transform: translate(0, 0) !important;
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: visible
    }

    .main-menu-wrap .menu li li:hover > a {
        color: #37bc9b
    }

    .main-menu-wrap .menu .mega-menu-wrap {
        position: initial
    }

    .main-menu-wrap .menu .mega-menu-wrap .mega-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 99;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        -webkit-box-shadow: -1px 2px 9px 0 rgba(0, 0, 0, .15);
        -moz-box-shadow: -1px 2px 9px 0 rgba(0, 0, 0, .15);
        box-shadow: -1px 2px 9px 0 rgba(0, 0, 0, .15);
        padding: 44px 29px 30px;
        transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
        -moz-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
        -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
        -o-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
        -ms-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -o-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        visibility: hidden
    }

    .main-menu-wrap .menu .mega-menu-wrap .mega-menu .title {
        position: relative;
        color: #333;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        padding-bottom: 10px;
        margin: 0 0 23px;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }

    .main-menu-wrap .menu .mega-menu-wrap .mega-menu .title:after {
        content: "";
        display: block;
        width: 35px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }

    .main-menu-wrap .menu .mega-menu-wrap .mega-menu .title a {
        color: #333
    }

    .main-menu-wrap .menu .mega-menu-wrap .mega-menu .title:hover {
        color: #37bc9b
    }

    .main-menu-wrap .menu .mega-menu-wrap .mega-menu .title:hover:after {
        background: #37bc9b
    }

    .main-menu-wrap .menu .mega-menu-wrap .mega-menu .title:hover a {
        color: #37bc9b
    }

    .main-menu-wrap .menu .mega-menu-wrap .mega-menu .adv a {
        margin: 8px 0 12px;
        display: block
    }

    .main-menu-wrap .menu .mega-menu-wrap .mega-menu .adv .button-adv {
        width: 100%;
        height: 70px;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        background: #37bc9b;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        padding: 18px 15px
    }

    .main-menu-wrap .menu .mega-menu-wrap .mega-menu .adv .button-adv:hover {
        background: #ffcd02
    }

    .main-menu-wrap .menu .mega-menu-wrap:hover > .mega-menu {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -o-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: visible;
        transition: all .6s ease;
        -moz-transition: all .6s ease;
        -o-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -webkit-transition: all .6s ease
    }

    .main-menu-wrap .menu .sub-menu {
        margin: 0
    }

    .main-menu-wrap .menu .sub-menu li {
        padding-bottom: 5px
    }

    .main-menu-wrap .menu .sub-menu a {
        font-size: 13px;
        line-height: 26px;
        font-weight: 400;
        color: #898c90;
        position: relative;
        padding-left: 0px;
        display: inline-block
    }

    .main-menu-wrap .menu .sub-menu a:before {
        font-family: FA;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        position: absolute;
        top: 0;
        left: 0
    }

    .menumobile-navbar-wrapper {
        display: none
    }

    .mobile-sticky {
        display: none
    }
}

@media(min-width:1025px) and (max-width:1199px) {
    .main-menu-wrap .menu > li {
        margin-left: 15px
    }
}

@media(min-width:1025px) {
    .main-menu-wrap .menu .sub-menu a:hover {
        color: #37bc9b
    }
}

.mobile-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 80;
    padding: 10px;
    background: #fff;
    transform: translate(0, -120%);
    -webkit-transform: translate(0, -120%);
    -moz-transform: translate(0, -120%);
    -o-transform: translate(0, -120%);
    -ms-transform: translate(0, -120%);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1)
}

.mobile-sticky .container {
    position: relative;
    height: 100%
}

.mobile-sticky .left-side {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobile-sticky .right-side {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobile-sticky .logo img {
    max-height: 35px;
    width: auto
}

@media(max-width:349px) {
    .mobile-sticky .logo img {
        max-width: 200px
    }
}

@media(max-width:309px) {
    .mobile-sticky .logo img {
        max-width: 150px
    }
}

.mobile-sticky.js__active {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0)
}

.menumobile-toggle {
    border: none;
    background: none;
    width: 44px;
    height: 44px;
    outline: none;
    position: relative
}

.menumobile-toggle .icon-bar {
    width: 32px;
    height: 4px;
    display: block;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 6px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.menumobile-toggle .icon-bar:nth-child(1) {
    transform: translate(0, -8px);
    -webkit-transform: translate(0, -8px);
    -moz-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px)
}

.menumobile-toggle .icon-bar:nth-child(3) {
    transform: translate(0, 8px);
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px)
}

@media(min-width:1025px) {
    .menumobile-toggle {
        display: none
    }
}

@media(max-width:1024px) {
    html.js__menu_active {
        overflow: hidden;
        height: 100%
    }

    html.js__menu_active .mobile-sticky {
        transform: translate(-380px, -120%);
        -webkit-transform: translate(-380px, -120%);
        -moz-transform: translate(-380px, -120%);
        -o-transform: translate(-380px, -120%);
        -ms-transform: translate(-380px, -120%)
    }

    html.js__menu_active .mobile-sticky.js__active {
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transform: translate(-380px, 0);
        -webkit-transform: translate(-380px, 0);
        -moz-transform: translate(-380px, 0);
        -o-transform: translate(-380px, 0);
        -ms-transform: translate(-380px, 0)
    }

    html.js__menu_active #wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        bottom: 0;
        transform: translate(-380px, 0);
        -webkit-transform: translate(-380px, 0);
        -moz-transform: translate(-380px, 0);
        -o-transform: translate(-380px, 0);
        -ms-transform: translate(-380px, 0)
    }

    html.js__menu_active .menumobile-toggle .icon-bar:nth-child(1) {
        transform: translate(0, 0) rotate(45deg) !important
    }

    html.js__menu_active .menumobile-toggle .icon-bar:nth-child(2) {
        transform: translate(0, 0) rotate(45deg) !important
    }

    html.js__menu_active .menumobile-toggle .icon-bar:nth-child(3) {
        transform: translate(0, 0) rotate(-45deg) !important
    }

    .menu-navbar-wrapper {
        margin: 0;
        height: 0;
        width: 100%;
        min-height: 0;
        padding: 0;
        border: none;
        position: initial
    }

    .main-menu-wrap {
        display: none
    }

    .menumobile-navbar {
        right: 0;
        top: 0;
        position: fixed;
        width: 380px;
        height: 100%;
        background: #222;
        z-index: 10;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        overflow: auto
    }

    .menumobile-navbar #menu-mobile {
        padding: 0
    }

    .menumobile-navbar #menu-mobile .arrow {
        display: none
    }

    .menumobile-navbar #menu-mobile ul li {
        display: block;
        margin: 0
    }

    .menumobile-navbar #menu-mobile ul li a {
        color: #fff;
        text-align: left;
        display: block;
        margin: 0;
        text-decoration: none
    }

    .menumobile-navbar #menu-mobile .menu {
        line-height: 18px
    }

    .menumobile-navbar #menu-mobile .menu li {
        display: block;
        padding: 0;
        width: 100%
    }

    .menumobile-navbar #menu-mobile .menu > li {
        display: block;
        margin: 0;
        position: relative;
        border-bottom: 1px solid #3b3b3b
    }

    .menumobile-navbar #menu-mobile .menu > li > a {
        font-size: 14px;
        padding: 8px 25px 8px 15px;
        color: #fff;
        text-align: left;
        display: block;
        margin: 0;
        text-decoration: none
    }

    .menumobile-navbar #menu-mobile .menu > li > .sub-menu {
        background: #313131;
        padding: 10px 15px
    }

    .menumobile-navbar #menu-mobile .menu > li > .sub-menu a {
        display: block;
        font-size: 14px;
        padding: 8px 10px;
        color: #fff;
        text-align: left;
        margin: 0;
        text-decoration: none
    }

    .menumobile-navbar #menu-mobile .menu > li > .sub-menu .sub-menu {
        padding-left: 20px
    }

    .menumobile-navbar #menu-mobile .menu > li > .sub-menu li {
        border-bottom: 1px dashed #777
    }

    .menumobile-navbar #menu-mobile .menu > li > .sub-menu li:last-child {
        border-bottom: none
    }

    .menumobile-navbar #menu-mobile .menu > li .sub-menu {
        display: none
    }

    .menumobile-navbar #menu-mobile .menu > li.js__menu_active > a,
    .menumobile-navbar #menu-mobile .menu > li .js__menu_active > a {
        color: #ffcb05;
        background: #3b3b3b
    }

    .menumobile-navbar #menu-mobile .menu .menu-item-has-children {
        position: relative
    }

    .menumobile-navbar #menu-mobile .menu .menu-item-has-children > a {
        padding-right: 25px
    }

    .menumobile-navbar #menu-mobile .menu .menu-item-has-children > a + .drop-down-icon:after {
        content: '\f103';
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        top: 0;
        line-height: 36px;
        width: 36px;
        text-align: center;
        z-index: 99;
        color: #fff
    }

    .menumobile-navbar #menu-mobile .menu .menu-item-has-children .drop-down-icon.js__active:after {
        content: '\f102'
    }

    .menumobile-navbar .menumobile-close-btn {
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        cursor: pointer;
        padding: 4px 0;
        background: #323232
    }

    .menumobile-navbar .menumobile-close-btn .fa {
        line-height: 26px
    }

    .menumobile-navbar .menumobile-close-btn .fa:before {
        display: block;
        position: relative;
        top: -2px
    }
}

@media(max-width:499px) {
    html.js__menu_active .mobile-sticky {
        transform: translate(-240px, -120%);
        -webkit-transform: translate(-240px, -120%);
        -moz-transform: translate(-240px, -120%);
        -o-transform: translate(-240px, -120%);
        -ms-transform: translate(-240px, -120%)
    }

    html.js__menu_active .mobile-sticky.js__active {
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transform: translate(-240px, 0);
        -webkit-transform: translate(-240px, 0);
        -moz-transform: translate(-240px, 0);
        -o-transform: translate(-240px, 0);
        -ms-transform: translate(-240px, 0)
    }

    html.js__menu_active #wrapper {
        transform: translate(-240px, 0);
        -webkit-transform: translate(-240px, 0);
        -moz-transform: translate(-240px, 0);
        -o-transform: translate(-240px, 0);
        -ms-transform: translate(-240px, 0)
    }

    .menumobile-navbar {
        width: 240px
    }
}

.sec-pad{
    padding: 50px 0;
}

.intro-text h2{
        text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.15);
    font-size: 3em;
    font-weight: 400;
    color: #333;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.intro-text h4{
        text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.15);
    font-size: 2em;
    font-weight: 400;
    color: #333;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.intro-text p{
        font-size: 16px;
    color: #131212;
    line-height: 1.9em;
    letter-spacing: 1px;
    font-family: 'Josefin Sans', sans-serif;
}

.feature-box{
        text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1.732px 60px 0px;
    position: relative;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 30px;
        min-height: 329px;
}

.number {
    color: rgb(245, 245, 245);
    -webkit-text-fill-color: rgb(255, 255, 255);
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 12px;
    -webkit-text-stroke: 1px rgb(253, 75, 56);
}
.services-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
        font-weight: 400;
    color: #333;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 10px;
    text-transform: capitalize;

}
.services-content p{
        font-size: 16px;
    color: #131212;
    line-height: 1.9em;
    letter-spacing: 1px;
    font-family: 'Josefin Sans', sans-serif;
}
.infra_box {
    margin-bottom: 30px;
}
.infra_box  h4{
        text-align: center;
    padding: 20px 0px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #333;
}

.header {
    position: relative;
    z-index: 20;
background: #fff;
}

.header.with-border {
    border-bottom: 1px solid #e6e6e6
}

.header.with-border .middle.middle-ver-2 {
    margin: 0
}

.header .container {
    position: relative;
    perspective: 800px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%
}

.header .top {
    padding: 1px 0 1px;
    font-size: 11px;
    line-height: 24px;
    border-bottom: 1px solid #ecf0f1;
    z-index: 30;
    position: relative;
    background: #00a539;
    color: #fff
}

.header .top .left-side {
    float: left
}

.header .top .right-side {
    float: right
}

.header .top .drop-down-wrap {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    color: #8e8e93
}

.header .top .drop-down-wrap .fa {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 24px;
    width: 17px;
    text-align: right
}

.header .top .drop-down-wrap .drop-down-current {
    position: relative;
    cursor: pointer
}

.header .top .drop-down-wrap .drop-down-current a {
    display: block;
    position: relative;
    padding-right: 17px;
    color: #8e8e93
}

.header .top .drop-down-wrap .drop-down-current a img {
    position: absolute;
    top: 6px;
    left: 0
}

.header .top .drop-down-wrap .drop-down-list {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 7px;
    z-index: 30;
    min-width: 102px;
    border: 1px solid #ecf0f1;
    border-top: 2px solid #37bc9b;
    transform: translate(-50%, 15px);
    -webkit-transform: translate(-50%, 15px);
    -moz-transform: translate(-50%, 15px);
    -o-transform: translate(-50%, 15px);
    -ms-transform: translate(-50%, 15px);
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.header .top .drop-down-wrap .drop-down-list:before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 100%;
    left: 0
}

.header .top .drop-down-wrap .drop-down-list li {
    position: relative;
    display: block;
    border-top: 1px solid #ecf0f1
}

.header .top .drop-down-wrap .drop-down-list li span {
    display: inline-block
}

.header .top .drop-down-wrap .drop-down-list li:first-child {
    border-top: none
}

.header .top .drop-down-wrap .drop-down-list a {
    display: block;
    padding: 5px 10px;
    background: #fff;
    color: #34383d;
    white-space: nowrap
}

@media(min-width:1025px) {
    .header .top .drop-down-wrap .drop-down-list a:hover {
        background: #f7f9f9
    }

    .header .top .drop-down-wrap .drop-down-list a:hover {
        color: #37bc9b
    }

    .header .top .drop-down-wrap:hover .drop-down-list {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        visibility: visible
    }
}

@media(max-width:1024px) {
    .header .top .drop-down-wrap.js__active .drop-down-list {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        visibility: visible
    }
}

.header .top .drop-down-language .drop-down-current a {
    padding-left: 24px
}

.header .top .drop-down-language .drop-down-list a {
    padding-left: 37px
}

.header .top .drop-down-language .drop-down-list a img {
    position: absolute;
    top: 11px;
    left: 10px
}

.header .top .menu {
    font-size: 0;
    line-height: 0;
    margin-bottom: 0
}

.header .top .menu a {
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    display: inline-block
}

@media(min-width:1025px) {
    .header .top .menu a:hover {
        color: #333
    }
}

.header .top .menu li {
    display: inline-block
}

.header .top .menu li:before {
    content: "|";
    font-size: 12px;
    line-height: 24px;
    color: #dbddde;
    display: inline-block;
    padding: 0 12px
}

.header .top .menu li:first-child:before {
    display: none
}

.header .top .menu ul {
    display: none
}

.header .top.dark-style {
    background: #333
}

.header .top.dark-style .drop-down-wrap .drop-down-current a {
    color: #bdbdbf
}

.header .top.dark-style .drop-down-wrap .fa {
    color: #4b4d4e
}

.header .top.dark-style .menu li:before {
    color: #595959
}

.header .top.dark-style .menu a {
    color: #bdbdbf
}

@media(min-width:1025px) {
    .header .top.dark-style .menu a:hover {
        color: #fff
    }
}

@media(max-width:599px) {
    .header .top .left-side {
        width: 100%;
        text-align: center
    }

    .header .top .right-side {
        width: 100%;
        text-align: center
    }

    .header .top .drop-down-wrap {
        margin: 0 8px
    }
}

.header .middle {
    position: relative;
    padding: 22px 185px 22px 290px;
    margin-top: 10px
}

.header .middle .logo {
    position: absolute;
    left: 0;
    height: 35px
}

@media(min-width:992px) {
    .header .middle .logo {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media(max-width:991px) {
    .header .middle .logo {
        top: 22px
    }
}

.header .middle .logo img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 90px;
    width: auto
}

@media(max-width:399px) {
    .header .middle .logo {
        max-width: 180px
    }
}

.header .middle .search-form {
    background-color: #fff;
    position: relative;
    padding: 6px 41px 6px 136px;
    border: 2px solid #dbddde
}

.header .middle .search-form .select-category {
    position: absolute;
    top: 6px;
    left: 0;
    width: 136px;
    height: 37px
}

.header .middle .search-form .select-category .select2-container--default .select2-selection--single {
    border: none;
    height: 37px;
    background: none
}

.header .middle .search-form .select-category .select2-container--default .select2-selection__rendered {
    line-height: 29px;
    color: #8e8e93;
    padding-right: 36px;
    padding-left: 14px
}

.header .middle .search-form .select-category .select2-container--default .select2-selection__arrow {
    width: 36px;
    text-align: center
}

.header .middle .search-form .select-category .select2-container--default .select2-selection__arrow:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 26px;
    color: #dbddde
}

.header .middle .search-form .select-category .select2-container--default .select2-selection__arrow b {
    display: none
}

.header .middle .search-form .select-category .select2-container {
    min-width: 100%
}

.header .middle .search-form .inp-search {
    width: 100%;
    height: 29px;
    padding-left: 17px;
    padding-right: 17px;
    outline: none;
    border: none;
    border-left: 1px solid #dbddde;
    color: #34383d
}

.header .middle .search-form .inp-search::-webkit-input-placeholder {
    color: #898c90
}

.header .middle .search-form .inp-search:-moz-placeholder {
    color: #898c90
}

.header .middle .search-form .inp-search::-moz-placeholder {
    color: #898c90
}

.header .middle .search-form .inp-search:-ms-input-placeholder {
    color: #898c90
}

@media(max-width:479px) {
    .header .middle .search-form {
        padding: 43px 6px 6px
    }

    .header .middle .search-form .select-category {
        width: calc(100% - 12px)
    }

    .header .middle .search-form .select-category .select2-container {
        min-width: 100%;
        border-bottom: 1px solid #dbddde
    }

    .header .middle .search-form .inp-search {
        border-left: none;
        height: 29px;
        margin-top: 6px;
        margin-bottom: 6px
    }

    .header .middle .search-form .inp-submit {
        position: relative;
        top: 0;
        right: 0;
        width: 100%
    }
}

.header .middle .inp-submit {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 35px;
    height: 35px;
    background: #435d38;
    outline: none;
    cursor: pointer;
    border: none;
    color: #fff
}

@media(min-width:1025px) {
    .header .middle .inp-submit:hover {
        background: #898c90
    }
}

.header .middle .inp-submit .fa {
    font-size: 18px;
    line-height: 35px
}

.header .middle .right-side {
    position: absolute;
    top: 24px;
    right: 0;
    text-align: right;
    font-size: 0;
    line-height: 0
}

.header .middle .right-side > li {
    display: inline-block;
    position: relative
}

.header .middle .right-side > li > a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    font-size: 18px;
    line-height: 36px;
    border: 2px solid #dbddde;
    text-align: center;
    color: #898c90
}

.header .middle .right-side > li > a .num {
    position: absolute;
    top: -13px;
    right: -9px;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    background: #ffcd02;
    color: #fff;
    font-family: Open Sans, sans-serif;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

@media(min-width:1025px) {
    .header .middle .right-side > li > a:hover {
        color: #fff;
        background: #898c90;
        border-color: #898c90
    }
}

.header .middle .right-side > li.js__active > a {
    color: #fff;
    background: #898c90;
    border-color: #898c90
}

.header .middle .right-side > li.js__active .cart-list-container {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

.header .middle .right-side .cart-list-container {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 30px;
    width: 340px;
    background: #fff;
    text-align: left;
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-box-shadow: -1px 2px 9px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: -1px 2px 9px 0 rgba(0, 0, 0, .15);
    box-shadow: -1px 2px 9px 0 rgba(0, 0, 0, .15);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.header .middle .right-side .cart-list-container .cart-list-content {
    border: 1px solid #f2f2f2;
    border-bottom: none;
    padding: 2px 20px
}

.header .middle .right-side .cart-list-container .cart-list li {
    position: relative;
    padding: 25px 30px 30px 90px;
    min-height: 125px;
    border-bottom: 1px solid #ecf0f1
}

.header .middle .right-side .cart-list-container .cart-list li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.header .middle .right-side .cart-list-container .cart-list .thumb {
    position: absolute;
    top: 30px;
    left: 10px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

@media(min-width:1025px) {
    .header .middle .right-side .cart-list-container .cart-list .thumb:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -moz-opacity: .7;
        -khtml-opacity: .7;
        opacity: .7
    }
}

.header .middle .right-side .cart-list-container .cart-list .title {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px
}

@media(min-width:1025px) {
    .header .middle .right-side .cart-list-container .cart-list .title:hover {
        color: #37bc9b
    }
}

.header .middle .right-side .cart-list-container .cart-list .quantity {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #898c90;
    display: block
}

.header .middle .right-side .cart-list-container .cart-list .quantity .amount {
    font-size: 16px;
    line-height: 18px;
    color: #37bc9b
}

.header .middle .right-side .cart-list-container .cart-list .mini-cart-remove {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 24px;
    color: #bbb;
    text-align: center;
    width: 30px
}

@media(min-width:1025px) {
    .header .middle .right-side .cart-list-container .cart-list .mini-cart-remove:hover {
        color: #37bc9b
    }
}

.header .middle .right-side .cart-list-container .cart-list .mini-cart-remove .fs {
    line-height: 24px
}

@media(max-width:479px) {
    .header .middle .right-side .cart-list-container {
        width: 240px
    }

    .header .middle .right-side .cart-list-container .cart-list-content {
        padding: 2px 12px
    }
}

.header .middle .right-side .cart-list-subtotal {
    padding: 22px 10px;
    font-size: 18px;
    line-height: 28px;
    color: #333
}

.header .middle .right-side .cart-list-subtotal:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.header .middle .right-side .cart-list-subtotal strong {
    font-weight: 600
}

.header .middle .right-side .cart-list-bottom {
    padding: 5px 20px;
    background: #37bc9b;
    font-size: 14px;
    line-height: 24px;
    display: block
}

@media(min-width:1025px) {
    .header .middle .right-side .cart-list-bottom:hover {
        background: #333
    }
}

.header .middle .right-side .cart-list-bottom:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.header .middle .right-side .cart-list-bottom span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 5px 10px
}

.header .middle .right-side .cart-list-bottom .fa {
    font-size: 14px;
    line-height: 24px
}

.header .middle .right-side .menumobile-toggle {
    border: 2px solid #dbddde;
    margin-left: 8px;
    width: 40px;
    height: 40px;
    padding: 0
}

.header .middle .right-side .menumobile-toggle .icon-bar {
    width: 24px;
    height: 3px;
    top: 18px
}

.header .middle .right-side .menumobile-toggle .icon-bar:nth-child(1) {
    transform: translate(0, -6px);
    -webkit-transform: translate(0, -6px);
    -moz-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px)
}

.header .middle .right-side .menumobile-toggle .icon-bar:nth-child(3) {
    transform: translate(0, 6px);
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    -o-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px)
}

.header .middle .right-side .search-toggle {
    border: 2px solid #dbddde;
    position: relative;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    width: 40px;
    height: 40px
}

.header .middle .right-side .search-toggle a {
    border: none;
    width: 36px;
    height: 36px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30
}

.header .middle .right-side .search-toggle .search-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    background: #fff;
    z-index: 20;
    color: #898c90
}

.header .middle .right-side .search-toggle .search-container .inp-search {
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    padding: 0 0 0 14px;
    color: #898c90;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: none;
    border: none;
    outline: none
}

.header .middle .right-side .search-toggle .search-container .inp-search::-webkit-input-placeholder {
    color: #898c90
}

.header .middle .right-side .search-toggle .search-container .inp-search:-moz-placeholder {
    color: #898c90
}

.header .middle .right-side .search-toggle .search-container .inp-search::-moz-placeholder {
    color: #898c90
}

.header .middle .right-side .search-toggle .search-container .inp-search:-ms-input-placeholder {
    color: #898c90
}

.header .middle .right-side .search-toggle .search-container .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    border: none;
    background: none;
    padding: 0;
    outline: none
}

.header .middle .right-side .search-toggle .search-container .btn-submit .fa {
    line-height: 36px
}

.header .middle .right-side .search-toggle.js__active {
    width: 780px;
    border-color: #898c90
}

@media(max-width:1199px) {
    .header .middle .right-side .search-toggle.js__active {
        width: 635px
    }
}

@media(max-width:1024px) {
    .header .middle .right-side .search-toggle.js__active {
        width: 570px
    }
}

@media(max-width:991px) {
    .header .middle .right-side .search-toggle.js__active {
        width: 340px
    }
}

@media(max-width:767px) {
    .header .middle .right-side .search-toggle.js__active {
        width: 220px
    }
}

@media(max-width:399px) {
    .header .middle .right-side .search-toggle.js__active {
        width: 100%
    }
}

.header .middle .right-side .search-toggle.js__active a {
    z-index: 10;
    background: #fff;
    color: #898c90
}

.header .middle .right-side .search-toggle.js__active .search-container .inp-search {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

@media(min-width:1025px) {
    .header .middle .right-side .search-toggle:hover {
        border-color: #898c90
    }
}

.header .middle.middle-ver-2 {
    padding-left: 260px;
    padding-right: 140px;
    margin-bottom: 10px
}

.header .middle.middle-ver-2 .main-menu-wrap .menu .mega-menu-wrap .mega-menu {
    margin-top: 10px
}

.header .middle.middle-ver-2 .main-menu-wrap .menu .mega-menu-wrap .mega-menu:before {
    content: "";
    position: absolute;
    top: -33px;
    left: 0;
    width: 100%;
    height: 33px
}

@media(max-width:1199px) {
    .header .middle.middle-ver-2 {
        padding-left: 210px
    }
}

@media(max-width:1024px) {
    .header .middle.middle-ver-2 {
        padding-top: 80px
    }

    .header .middle.middle-ver-2 .logo,
    .header .middle.middle-ver-2 .right-side {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media(max-width:991px) {
    .header .middle {
        padding: 100px 0 22px
    }
}

@media(max-width:599px) {
    .header .middle.middle-ver-2 {
        padding-top: 120px;
        padding-left: 0;
        padding-right: 0
    }

    .header .middle.middle-ver-2 .logo {
        top: 21px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .header .middle.middle-ver-2 .right-side {
        top: 80px;
        text-align: center;
        width: 100%;
        left: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0)
    }

    .header .middle.middle-ver-2 .right-side li {
        text-align: left
    }

    .header .middle.middle-ver-2 .right-side .cart-list-container {
        margin-right: -120px
    }
}

@media(max-width:399px) {
    .header .middle.middle-ver-2 .right-side {
        padding-right: 48px;
        padding-left: 96px
    }

    .header .middle.middle-ver-2 .right-side .user-wrap {
        position: absolute;
        top: 0;
        left: 40px
    }

    .header .middle.middle-ver-2 .right-side .cart-list-wrap {
        position: absolute;
        top: 0;
        left: -8px
    }

    .header .middle.middle-ver-2 .right-side .cart-list-container {
        right: auto;
        left: 0;
        margin-right: 0
    }

    .header .middle.middle-ver-2 .right-side .search-toggle {
        float: right
    }

    .header .middle.middle-ver-2 .right-side .menumobile-toggle-wrap {
        position: absolute;
        right: 0;
        top: 0
    }
}

.header .bottom:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.header .bottom .left-side {
    float: left
}

.header .bottom .right-side {
    float: right;
    padding: 12px 0;
    font-size: 16px;
    line-height: 26px;
    color: #37bc9b
}

.header .bottom .right-side a {
    color: #e74c3c
}

@media(min-width:1025px) {
    .header .bottom .right-side a:hover {
        color: #ffcd02
    }
}

@media(max-width:1024px) {
    .header .bottom .left-side {
        float: right
    }

    .header .bottom .right-side {
        float: left
    }
}

.top-wrapper .header {
    border-bottom: 1px solid rgba(244, 244, 244, .2)
}

.top-wrapper .header .middle {
    margin: 0
}

.top-wrapper .header .middle.middle-ver-2 .main-menu-wrap .menu .mega-menu-wrap .mega-menu {
    margin-top: 0
}

.top-wrapper .header .middle .right-side .search-toggle {
    border-color: rgba(219, 221, 222, .3)
}

@media(min-width:1025px) {
    .top-wrapper .header .middle .right-side .search-toggle:hover {
        border-color: #fff
    }
}

.top-wrapper .header .middle .right-side .search-toggle a {
    background: none;
    color: #fff
}

.top-wrapper .header .middle .right-side .search-toggle .search-container {
    background: none
}

.top-wrapper .header .middle .right-side .search-toggle .btn-submit {
    color: #fff;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.top-wrapper .header .middle .right-side .search-toggle.js__active {
    background: #fff;
    border-color: #fff
}

.top-wrapper .header .middle .right-side .search-toggle.js__active .btn-submit {
    color: #333
}

.top-wrapper .header .middle .right-side > li > a {
    color: #fff;
    border-color: rgba(219, 221, 222, .3)
}

@media(min-width:1025px) {
    .top-wrapper .header .middle .right-side > li > a:hover {
        color: #333;
        border-color: #fff;
        background-color: #fff
    }
}

.top-wrapper .header .middle .right-side > li.js__active > a {
    color: #333;
    border-color: #fff;
    background-color: #fff
}

.top-wrapper .header .middle .right-side .menumobile-toggle {
    border-color: rgba(219, 221, 222, .3)
}

.top-wrapper .header .middle .right-side .menumobile-toggle .icon-bar {
    background: #fff
}

@media(min-width:1025px) {
    .top-wrapper .header .middle {
        padding-bottom: 0;
        padding-top: 0
    }
}

.top-wrapper .main-menu-wrap .menu > li > a {
    color: #fff;
    padding-bottom: 32px;
    padding-top: 32px
}

.top-wrapper .main-menu-wrap .menu > li.current-menu-item > a,
.top-wrapper .main-menu-wrap .menu > li:hover > a {
    color: #fff;
    border-bottom-color: #fff
}

.top-wrapper .main-menu-wrap .menu > li.menu-item-has-children > a:before {
    background-color: rgba(255, 255, 255, .3)
}

.top-wrapper .rev_slider_wrapper .tparrows {
    width: 60px;
    height: 60px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, .2)
}

.top-wrapper .rev_slider_wrapper .tparrows:before {
    background: none
}

.top-wrapper .rev_slider_wrapper .tparrows:after {
    content: "\f177";
    font-family: FA;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    background: none
}

.top-wrapper .rev_slider_wrapper .tparrows.tp-rightarrow:after {
    content: "\f178";
    background: none
}

@media(max-width:1199px) {
    .top-wrapper .rev_slider_wrapper .tparrows {
        width: 30px;
        height: 30px
    }
}

@media(min-width:1025px) {
    .top-wrapper .rev_slider_wrapper .tparrows:hover {
        border-color: #fff
    }
}

@media(max-width:1024px) {
    .top-wrapper .rev_slider_wrapper .tparrows:before {
        border-color: #fff
    }
}

/*contact*/
.adress-info span {
    color: #46484c;
    font-size: 2em;
    vertical-align: middle;
}

.adress-info h6 {
        font-size: 22px;
    font-weight: 500;
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
        font-family: 'Josefin Sans', sans-serif;
}

.adress-info a, .adress-info p {
    color: #000000;
    letter-spacing: 1px;
    line-height: 1.9em;
    margin: 0;
        font-family: 'Josefin Sans', sans-serif;
}
.adress-info 
h4{
       font-family: 'Josefin Sans', sans-serif;  
       color: #000000;
}


.contact_text{
    margin-bottom: 30px;
}
.team_contact{
     margin-top: 20px; 
}
/* .contact{
    border-bottom: 1px solid #b1a419;
} */
.contact ul{
    margin-bottom: 35px;
}

.contact-form label {
    font-weight: 700;
    letter-spacing: 1px;
    color: #4e4d4d;
    font-size: 1em;
    margin-bottom: 6px;
   
}

.contact-form button.btn {
    background: #fc4242;
    padding: .9em 6em;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    opacity: 0.7;
    border: none;
    border-radius: 5px;
}

.contact-form {
    padding: 80px 0 0;
}

.contact-form .form-control {
    padding: 14px 15px;
    color: #000;
    border: 1px solid #d0cccc;
    font-size: 15px;
    letter-spacing: 1px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group {
    margin-bottom: 30px;
}
.widget img{
    margin-bottom: 20px;
}

.map{
        padding-top: 50px;
}
/*end*/

.footer {
    background: #1f1e1c;
    color: #fff
}

.footer .top {
    padding: 73px 0 50px
}

.footer .bottom {
    padding: 7px 0;
    background: #040404
}

.footer .title {

    line-height: 26px;
    font-weight: 100;
    margin-bottom: 22px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 27px;
}

.footer .widget {
    padding-bottom: 20px
}

.footer .widget_nav_menu li,
.footer .widget_pages li,
.footer .widget_meta li,
.footer .widget_categories li,
.footer .widget_archive li {
    margin-bottom: 8px;
    padding: 0;
    border-top: none
}

.footer .widget_nav_menu a,
.footer .widget_pages a,
.footer .widget_meta a,
.footer .widget_categories a,
.footer .widget_archive a {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    color: #fff
}

@media(min-width:1025px) {

    .footer .widget_nav_menu a:hover,
    .footer .widget_pages a:hover,
    .footer .widget_meta a:hover,
    .footer .widget_categories a:hover,
    .footer .widget_archive a:hover {
        color: #37bc9b
    }
}

.footer p {
        line-height: 20px;
    margin-bottom: 13px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 19px;
 
}

.footer .contact-list li {
    font-size: 13px;
    line-height: 22px;
    position: relative;
    padding: 11px 10px 10px 27px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;

}

.footer .contact-list li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    -moz-opacity: .15;
    -khtml-opacity: .15;
    opacity: .15
}

.footer .contact-list .fa {
    font-size: 15px;
    line-height: 25px;
    position: absolute;
    left: 0;
    /* top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #37bc9b */
}

.footer .contact-list a {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;

}
.footer .contact-list a span {
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;

}

@media(min-width:1025px) {
    .footer .contact-list a:hover {
        color: #37bc9b
    }
}

.footer .join-form {
    padding-top: 2px;
    margin-bottom: 23px
}

.footer .social-list {
    font-size: 0;
    margin: 0 -4px
}

.footer .social-list li {
    width: calc(100%/6);
    padding: 0 4px 10px;
    display: inline-block;
    text-align: center
}

.footer .social-list a {
    display: inline-block;
    max-width: 37px;
    width: 100%;
    height: 33px;
    font-size: 16px;
    line-height: 33px;
    color: #fff;
    background: #425970
}

@media(min-width:1025px) {
    .footer .social-list a:hover {
        color: #425970;
        background: #fff
    }
}

@media(max-width:767px) {
    .footer .social-list li {
        width: 45px
    }
}

.footer .copyright {
    text-align: left;
    font-size: 13px;
    line-height: 22px
}

@media(max-width:767px) {
    .footer .copyright {
        text-align: center
    }
}

.footer .copyright .fa {
    font-size: 13px;
    line-height: 22px
}

.footer .copyright a {
    color: #f30000
}

@media(min-width:1025px) {
    .footer .copyright a:hover {
        text-decoration: underline !important
    }
}

.footer .payment-list {
    font-size: 0;
    text-align: right
}

@media(max-width:767px) {
    .footer .payment-list {
        text-align: center;
        padding-top: 10px
    }
}

.footer .payment-list li {
    display: inline-block;
    margin-left: 4px
}

.footer .payment-list li:first-child {
    margin-left: 0
}

.menu li{
list-style: circle;

}
.section-white-title {
    text-align: center;
    float: none;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 70px
}

.section-white-title:before {
    content: "";
    width: 35px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff
}

.single-title-border-bottom {
    color: #333;
    font-size: 24px;
    line-height: 34px;
    position: relative;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    margin-bottom: 20px
}

.single-title-border-bottom:before {
    content: "";
    width: 37px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0
}

.title-box-center {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    margin-bottom: 50px;
    display: block;
    position: relative
}

.title-box-center span {
    display: inline-block;
    padding: 6px 43px;
    position: relative;
    z-index: 20;
    background: #fff
}

.title-box-center span:before {
    content: "";
    border: 2px solid #dbddde;
    position: absolute;
    top: 0;
    left: 26px;
    bottom: 0;
    right: 26px
}

.title-box-center:before {
    content: "";
    background: #dbddde;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-large-title {
    padding: 45px 0;
    color: #fff;
    background: #f2f2f2
}

.page-large-title .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 700;
        font-family: 'Poiret One', cursive;
    letter-spacing: 5px;
}

.page-large-title .woocommerce-breadcrumb span {
    color: #fff;
    padding: 0 8px
}

.page-large-title .woocommerce-breadcrumb a {
    color: #eee;
    padding: 0 8px
}

@media(min-width:1025px) {
    .page-large-title .woocommerce-breadcrumb a:hover {
        color: #37bc9b
    }
}

.page-large-title .woocommerce-breadcrumb a:first-child {
    padding-left: 0
}

.light-effect {
    position: relative;
    overflow: hidden;
    display: block
}

.light-effect:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transform: skew(45deg);
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -o-transform: skew(45deg);
    -ms-transform: skew(45deg)
}

.light-effect:hover:after {
    left: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.dark-effect {
    display: inline-block;
    position: relative;
    background: #333
}

.dark-effect img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.dark-effect-2 {
    background-color: #fff
}

@media(min-width:1025px) {
    .dark-effect:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        -moz-opacity: .2;
        -khtml-opacity: .2;
        opacity: .2
    }

    .dark-effect-2:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        -moz-opacity: .7;
        -khtml-opacity: .7;
        opacity: .7
    }
}

.section-common {
    padding-top: 50px
}

.section-title {
    color: #333;
    font-size: 24px;
    line-height: 34px;
    position: relative;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    margin-bottom: 50px
}

.section-title:before {
    content: "";
    width: 37px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: 0
}

.section-title.small-spacing {
    margin-bottom: 23px
}

.section-title.center {
    width: 100%;
    text-align: center
}

.section-title.center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-adv .item-adv {
    display: block;
    margin: 30px auto 0;
    float: none
}

.section-adv-large .item-adv-large {
    margin-bottom: 22px
}

.section-isotope-product.tab-product-wrap .tab-controls {
    float: right;
    padding-top: 8px;
    margin-bottom: 35px
}

.section-services {
    text-align: center
}

.section-services .item-service {
    margin-top: 30px;
    text-align: left
}

.section-blog {
    text-align: center
}

.section-blog .section-title {
    padding-top: 21px
}

.section-map {
    background: #f2f2f2;
    position: relative
}

.section-last {
    padding-bottom: 50px
}

.section-logos {
    text-align: center
}

.section-images-full {
    font-size: 0
}

.section-images-full li {
    max-width: 20%;
    display: inline-block
}

@media(max-width:991px) {
    .section-images-full li {
        max-width: 100%
    }
}

.testimonial {
    text-align: center
}

.section-testimonials {
    color: #fff
}

.section-testimonials .testimonials-wrap {
    padding-top: 72px;
    background: #333;
    padding-bottom: 122px
}

.section-testimonials .testimonials-wrap > .background {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    -moz-opacity: .25;
    -khtml-opacity: .25;
    opacity: .25
}

.section-testimonials .slides {
    width: calc(100% - 165px);
    float: left
}

.section-testimonials .slides .slick-dots {
    position: absolute;
    top: 100%;
    left: 165px;
    right: 0;
    text-align: center;
    margin-top: 50px;
    font-size: 0
}

.section-testimonials .slides .slick-dots li {
    display: inline-block;
    margin: 0 5px 10px
}

.section-testimonials .slides .slick-dots button {
    width: 12px;
    height: 12px;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    border: none;
    outline: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.section-testimonials .slides .slick-dots .slick-active button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

@media(max-width:991px) {
    .section-testimonials .slides {
        width: calc(100% - 100px)
    }

    .section-testimonials .slides .slick-dots {
        left: 100px
    }
}

.section-testimonials .slides-thumb {
    float: right;
    width: 75px
}

.section-testimonials .slides-thumb a {
    display: block;
    background: #333;
    position: relative;
    overflow: hidden
}

.section-testimonials .slides-thumb a:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 10;
    border: 1px solid #fff;
    width: 81px;
    height: 81px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1)
}

.section-testimonials .slides-thumb a img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    -moz-opacity: .45;
    -khtml-opacity: .45;
    opacity: .45;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.section-testimonials .slides-thumb .slick-slide {
    padding-bottom: 20px;
    border: none
}

@media(min-width:1025px) {
    .section-testimonials .slides-thumb .slick-slide:hover a:before {
        transform: scale(.85, .85);
        -webkit-transform: scale(.85, .85);
        -moz-transform: scale(.85, .85);
        -o-transform: scale(.85, .85);
        -ms-transform: scale(.85, .85)
    }

    .section-testimonials .slides-thumb .slick-slide:hover a img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

.section-testimonials .slides-thumb .slick-current a:before {
    transform: scale(.85, .85);
    -webkit-transform: scale(.85, .85);
    -moz-transform: scale(.85, .85);
    -o-transform: scale(.85, .85);
    -ms-transform: scale(.85, .85)
}

.section-testimonials .slides-thumb .slick-current a img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.section-testimonials .slides-thumb .slick-arrow {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 0;
    background: none;
    border: none;
    outline: none;
    width: 50%
}

.section-testimonials .slides-thumb .slick-arrow:before {
    content: "\f177";
    font-family: FA;
    font-size: 16px;
    line-height: 18px;
    color: #c7c7cc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.section-testimonials .slides-thumb .slick-arrow.slick-next {
    right: 0;
    left: auto
}

.section-testimonials .slides-thumb .slick-arrow.slick-next:before {
    content: "\f178"
}

@media(min-width:1025px) {
    .section-testimonials .slides-thumb .slick-arrow:hover:before {
        color: #fff
    }
}

@media(max-width:659px) {
    .section-testimonials .slides {
        width: 100%
    }

    .section-testimonials .slides .content {
        padding-top: 0
    }

    .section-testimonials .slides .slick-dots {
        left: 0
    }

    .section-testimonials .slides-thumb {
        display: none
    }
}

@media(max-width:991px) {
    .section-featured-product .product-grid {
        margin-top: 20px
    }

    .section-featured-product .tab-product-wrap .tab-controls {
        margin-bottom: 0
    }

    .section-isotope-product.tab-product-wrap .tab-controls {
        width: 100%;
        text-align: left
    }
}

.item-adv {
    position: relative;
    color: #898c90;
    max-width: 370px;
    min-height: 162px;
    display: block;
    margin: 0 auto;
    float: none
}

.item-adv:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.item-adv:before {
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #ecf0f1;
    position: absolute;
    top: 0;
    left: 0
}

.item-adv .thumb {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10
}

.item-adv .content {
    width: 100%;
    max-width: 280px;
    padding: 30px 15px;
    float: right;
    text-align: center;
    position: relative;
    z-index: 10
}

.item-adv .title {
    margin: 0;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 27px;
    line-height: 30px
}

.item-adv p {
    font-size: 14px;
    line-height: 17px;
    color: #898c90;
    margin-bottom: 22px
}

.item-adv .btn-common {
    font-family: Montserrat, sans-serif;
    color: #aaaaad;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 15px;
    border: 2px solid #333;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    display: inline-block
}

.item-adv .btn-common.btn-border-rose {
    border-color: #ff4981
}

.item-adv .btn-common.btn-border-magento {
    border-color: #418298
}

.item-adv .btn-common.btn-border-yellow {
    border-color: #ffcd02
}

.item-adv .btn-common.btn-border-blue {
    border-color: #41bedd
}

@media(min-width:1025px) {
    .item-adv .btn-border-rose:hover {
        background: #ff4981;
        color: #fff
    }

    .item-adv .btn-border-magento:hover {
        background: #418298;
        color: #fff
    }

    .item-adv .btn-border-yellow:hover {
        background: #ffcd02;
        color: #fff
    }

    .item-adv .btn-border-blue:hover {
        background: #41bedd;
        color: #fff
    }
}

@media(max-width:1199px) and (min-width:992px) {
    .item-adv .content {
        max-width: 220px
    }

    .item-adv .title {
        font-size: 20px
    }

    .item-adv p {
        font-size: 11px;
        margin-bottom: 15px
    }

    .item-adv .btn-common {
        font-size: 12px;
        line-height: 22px;
        padding: 1px 8px
    }
}

@media(max-width:359px) {
    .item-adv .content {
        max-width: 220px
    }

    .item-adv .title {
        font-size: 20px
    }

    .item-adv p {
        font-size: 11px;
        margin-bottom: 15px
    }

    .item-adv .btn-common {
        font-size: 12px;
        line-height: 22px;
        padding: 1px 8px
    }
}

.item-adv-large {
    background: #f2f2f2;
    width: 100%;
    height: 350px;
    color: #333;
    position: relative;
    display: block;
    overflow: hidden
}

.item-adv-large:hover {
    color: #333
}

.item-adv-large .thumb {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: 5px
}

.item-adv-large .content {
    position: absolute;
    top: 85px;
    left: 50%;
    margin-left: 40px
}

.item-adv-large .title-border-bottom {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative
}

.item-adv-large .title-border-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: #37bc9b
}

.item-adv-large .title {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700
}

.item-adv-large .desc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 4px
}

.item-adv-large .text {
    margin-bottom: 22px;
    padding-right: 15px
}

.item-adv-large .btn-common {
    display: inline-block;
    min-width: 108px;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 8px;
    border: 2px solid #333;
    text-align: center;
    font-family: Montserrat, sans-serif;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

@media(min-width:1025px) {
    .item-adv-large .btn-common:hover {
        background: #333;
        color: #fff
    }
}

@media(max-width:1199px) {
    .item-adv-large .content {
        margin-left: 10px
    }
}

@media(max-width:479px) {
    .item-adv-large .thumb {
        display: none
    }

    .item-adv-large .content {
        left: 0;
        margin-left: 0;
        text-align: center;
        width: 100%
    }

    .item-adv-large .title-border-bottom:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .item-adv-large .text {
        padding-right: 0
    }
}

.adv-main-content {
    margin-bottom: 50px
}

.item-contact {
    display: inline-block;
    text-align: center;
    margin-bottom: 23px
}

.item-contact .item-icon {
    min-height: 40px;
    margin-bottom: 22px
}

.item-contact p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0
}

.item-contact a {
    color: #333
}

@media(min-width:1025px) {
    .item-contact a:hover {
        color: #37bc9b
    }
}

.contact-info {
    padding-top: 9px
}

.contact-info .title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #37bc9b;
    margin-bottom: 5px
}

.contact-info p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 16px
}

.contact-info a {
    color: #333
}

@media(min-width:1025px) {
    .contact-info a:hover {
        color: #37bc9b
    }
}

.contact-info .time {
    display: inline-block;
    width: 80px
}

.item-images {
    margin-top: -30px
}

.item-images .item-image {
    margin-top: 30px
}

.item-images-grids {
    position: relative;
    margin: 0 -15px -30px
}

.item-images-grid {
    display: block;
    margin-bottom: 30px;
    padding: 0 15px;
    float: left
}

.item-logo {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 165px;
    height: 85px;
    border: 1px solid #e3e3e3;
    margin-bottom: 31px
}

.item-logo:focus {
    outline: none
}

.item-logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    display: inline-block
}

@media(min-width:1025px) {
    .item-logo:hover {
        border-color: #37bc9b
    }
}

.quotes-wrap {
    position: relative;
    background: #000;
    padding: 85px 0
}

.quotes-wrap .background {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-attachment: fixed
}

.quotes-wrap .container {
    position: relative;
    z-index: 20
}

.quotes-wrap .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
    width: 100%;
    margin-top: 54px
}

.quotes-wrap .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.quotes-wrap .slick-dots button {
    display: block;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    cursor: pointer;
    border: none;
    outline: none
}

.quotes-wrap .slick-dots .slick-active button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.quotes-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    background: none;
    outline: none;
    border: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.quotes-wrap .slick-arrow:before {
    content: "\f053";
    font-family: FA;
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

.quotes-wrap .slick-arrow.slick-next {
    right: -25px
}

.quotes-wrap .slick-arrow.slick-next:before {
    content: "\f054"
}

.quotes-wrap .slick-arrow.slick-prev {
    left: -25px
}

@media(min-width:1025px) {
    .quotes-wrap .slick-arrow:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

@media(max-width:1024px) {
    .quotes-wrap .slick-arrow {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

.quotes-wrap .slick-slider {
    width: 100%;
    max-width: 970px;
    display: block;
    margin: 0 auto;
    float: none
}

@media(max-width:429px) {
    .quotes-wrap .item-quote {
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }

    .quotes-wrap .item-quote .thumb {
        position: relative;
        display: block;
        margin: 0 auto 10px;
        float: none
    }

    .quotes-wrap .item-quote .star-rating {
        display: block;
        margin: 0 auto 10px;
        float: none
    }
}

.item-quote {
    max-width: 940px;
    position: relative;
    padding-left: 110px;
    color: #fff;
    padding-bottom: 10px
}

.item-quote .thumb {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid rgba(255, 255, 255, .1)
}

.item-quote .star-rating {
    background: none;
    margin-bottom: 2px
}

.item-quote .star-rating span:before {
    background: none
}

.item-quote p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 4px
}

.item-quote .author {
    font-size: 14px;
    line-height: 22px
}

.item-quote .author .from {
    font-size: 15px;
    color: #d2d2d2;
    font-style: italic
}

.item-quote .author .location {
    font-size: 15px;
    font-style: italic
}

.item-quote.item-dark {
    text-align: left;
    min-height: 115px
}

.item-quote.item-dark .star-rating {
    display: inline-block
}

.item-quote.item-dark .author {
    display: inline-block;
    line-height: 24px;
    margin-right: 12px
}

.item-recent-post {
    padding-top: 19px;
    display: block;
    padding-bottom: 1px
}

.item-recent-post:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.item-recent-post .thumb {
    float: left;
    margin-right: 10px;
    background: #4a4a4a
}

.item-recent-post .thumb img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

@media(min-width:1025px) {
    .item-recent-post .thumb:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
        -moz-opacity: .65;
        -khtml-opacity: .65;
        opacity: .65
    }
}

.item-recent-post .title {
    color: #333;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 5px
}

@media(min-width:1025px) {
    .item-recent-post .title:hover {
        color: #37bc9b
    }
}

.item-recent-post .post-date {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #bbb
}

.item-service {
    display: inline-block;
    width: 100%;
    max-width: 360px;
    padding: 26px 15px 26px 120px;
    position: relative;
    border: 1px solid #e3e3e3
}

.item-service.with-number > * {
    z-index: 10
}

.item-service.with-number:before {
    content: attr(data-number);
    color: #898c90;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 120px;
    font-size: 100px;
    line-height: 100px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
    -moz-opacity: .12;
    -khtml-opacity: .12;
    opacity: .12;
    font-weight: 700
}

.item-service .title {
    position: relative;
    color: #37bc9b;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 700
}

.item-service p {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    color: #898c90;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.item-service .thumb {
    width: 120px;
    font-size: 67px;
    line-height: 77px;
    position: absolute;
    left: 0;
    text-align: center;
    color: #d7d7d7;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

@media(min-width:1025px) {
    .item-service:hover {
        border-color: #37bc9b
    }

    .item-service:hover .thumb {
        color: #37bc9b
    }

    .item-service:hover p {
        color: #37bc9b
    }
}

@media(max-width:1024px) {
    .item-service .thumb {
        color: #37bc9b
    }
}

.item-service-2 {
    color: #fff !important;
    text-align: center;
    padding: 31px 15px 33px;
    background: #333;
    margin-bottom: 30px
}

.item-service-2 .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
    font-weight: 600;
    text-transform: uppercase
}

.item-service-2 .desc {
    font-size: 14px;
    line-height: 24px
}

.item-service-2.red-style {
    background-color: #e74c3c
}

.item-service-2.green-style {
    background-color: #37bc9b
}

.item-service-2.yellow-style {
    background-color: #ffcd02
}

.item-square-social-list {
    font-size: 0
}

.item-square-social-list li {
    margin-left: 10px;
    display: inline-block;
    padding-top: 16px
}

.item-square-social-list li:first-child {
    margin-left: 0
}

.item-square-social-list li a {
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #fff !important;
    background: #bbb;
    width: 24px;
    height: 24px;
    text-align: center
}

@media(min-width:1025px) {
    .item-square-social-list li a:hover {
        background: #333
    }
}

.star-rating {
    font-size: 0;
    line-height: 0;
    display: block;
    position: relative;
    width: 75px;
    background: #fff
}

.star-rating:before {
    content: "f005";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 27px;
    display: block;
    letter-spacing: 1px;
    color: #dbddde
}

.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    overflow: hidden
}

.star-rating span:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 27px;
    display: block;
    letter-spacing: 1px;
    color: #ffcd02;
    width: 75px;
    background: #fff
}

.fixed-wrapper {
    position: relative
}

.fixed-wrapper > * {
    position: relative;
    z-index: 10
}

.fixed-wrapper > .header {
    z-index: 20
}

.fixed-wrapper > .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-attachment: fixed
}

.fixed-wrapper.left > .background {
    background-position: left center;
    background-attachment: initial
}

.background-over-right {
    z-index: 10 !important;
    position: absolute !important;
    right: 0;
    top: 0;
    height: 100%
}

.background-over-right:before {
    width: 10000px;
    height: 100%;
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

.item-testimonial:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.item-testimonial .thumb {
    float: left;
    margin-right: 30px;
    max-width: 210px
}

.item-testimonial .content {
    float: left;
    max-width: calc(100% - 240px);
    padding-top: 33px
}

.item-testimonial .title {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600
}

.item-testimonial .author {
    font-size: 13px;
    line-height: 15px;
    font-style: italic;
    color: #d2d2d2
}

.item-testimonial a {
    color: #fff
}

.item-testimonial .description {
    margin-top: 17px;
    position: relative;
    padding-top: 25px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px
}

.item-testimonial .description:before {
    content: "";
    width: 35px;
    height: 2px;
    background: #37bc9b;
    position: absolute;
    top: 0;
    left: 0
}

.item-testimonial .star-rating {
    background: none
}

.item-testimonial .star-rating span:before {
    background: none
}

@media(max-width:499px) {
    .item-testimonial .thumb {
        display: block;
        margin: 0 auto 30px;
        float: none
    }

    .item-testimonial .content {
        float: none;
        width: 100%;
        max-width: 100%
    }
}

.item-why-choose-us {
    padding-left: 69px;
    position: relative;
    margin-bottom: 39px
}

.item-why-choose-us .thumb {
    width: 49px;
    height: 49px;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 0;
    border: 2px solid #dbddde
}

.item-why-choose-us .thumb .item {
    position: absolute;
    font-size: 26px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #37bc9b
}

.item-why-choose-us .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 7px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase
}

.item-why-choose-us p {
    font-size: 14px;
    line-height: 20px;
    color: #8e8e93;
    font-weight: 600
}

.why-choose-us {
    padding-right: 455px;
    position: relative
}

.why-choose-us .item-why-choose-us {
    padding-right: 50px
}

.why-choose-us .images-right {
    background-color: #37bc9b;
    position: absolute;
    top: 7px;
    right: 0;
    width: 398px;
    height: 286px
}

.why-choose-us .images-right img {
    max-width: 1000px;
    position: absolute;
    bottom: 0;
    right: 0
}

@media(max-width:1199px) {
    .why-choose-us {
        padding-right: 0
    }

    .why-choose-us .images-right {
        display: none
    }

    .why-choose-us .item-why-choose-us {
        padding-right: 0
    }
}

.products-grid > * {
    text-align: center
}

.product-grid {
    max-width: 400px;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0 0 8px 0 rgba(161, 161, 161, 0.5);
}

.product-grid .thumb {
    position: relative;
    overflow: hidden;
        border: 1px #e5e5e5 solid;
    text-align: center;
}
.widget_categories ul li img{
        border: 5px solid #f5f5f5;
    /* transform: rotate(-2deg); */
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08), 0 5px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 6px;
}

.widget_categories ul li span{
        font-size: 17px;
    font-family: 'Poiret One', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    color: #333;
    padding: 10px 5px;
}

.widget_categories ul li{
    border-bottom: 1px solid #c7ccc5;
    margin-bottom: 10px;
}
@media(min-width:1025px) {

    .product-grid .thumb:hover .controls,
    .product-grid .thumb:hover .add_to_cart_button {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0)
    }

    .product-grid .thumb:hover .timer-view {
        transform: translate(0, -32px);
        -webkit-transform: translate(0, -32px);
        -moz-transform: translate(0, -32px);
        -o-transform: translate(0, -32px);
        -ms-transform: translate(0, -32px)
    }
}

@media(min-width:1025px) and (max-width:1199px) {
    .product-grid .thumb:hover .timer-view {
        transform: translate(0, -54px);
        -webkit-transform: translate(0, -54px);
        -moz-transform: translate(0, -54px);
        -o-transform: translate(0, -54px);
        -ms-transform: translate(0, -54px)
    }
}

.product-grid .attribute-list {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px
}

.product-grid .attribute-list li {
    margin-bottom: 6px
}

.product-grid .attribute-list span {
    display: block;
    min-width: 54px;
    font-size: 12px;
    line-height: 22px;
    padding: 1px 5px;
    border: 2px solid #898c90;
    color: #898c90;
    text-transform: uppercase;
    font-weight: 700
}

.product-grid .attribute-list .label-red {
    color: #e74c3c;
    border-color: #e74c3c
}

.product-grid .attribute-list .label-yellow {
    color: #ffcd02;
    border-color: #ffcd02
}

.product-grid .attribute-list .label-blue {
    color: #41bedd;
    border-color: #41bedd
}

.product-grid .attribute-list .label-coral {
    color: #f6bb42;
    border-color: #f6bb42
}

.product-grid .controls {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-size: 0;
    background: #435d38;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.product-grid .controls li {
    display: inline-block;
    margin: 0 10px
}

.product-grid .controls a {
    display: block;
    font-size: 10px;
    line-height: 22px;
    position: relative;
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
    color: #fff
}



@media(min-width:1025px) {
    .product-grid .controls a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

.product-grid .controls .fa {
    font-size: 12px;
    line-height: 22px;
    margin-right: 7px
}

.product-grid .add_to_cart_button {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 15px;
    border: 2px solid #37bc9b;
    color: #37bc9b;
    width: 36px;
    height: 36px;
    font-size: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0)
}

.product-grid .add_to_cart_button:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    ;
    font-size: 16px;
    line-height: 32px
}

@media(min-width:1025px) {
    .product-grid .add_to_cart_button:hover {
        color: #fff;
        background: #37bc9b
    }
}

.product-grid .content {
    display: block;
    padding-bottom: 24px;
    position: relative
}

.product-grid .title {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0 0;
    font-weight: 600;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    color: #37bc9b
}

@media(min-width:1025px) {
    .product-grid .title:hover {
        color: #333
    }
}

.product-grid .category {
    font-size: 10px;
    line-height: 13px;
    font-weight: 600;
    border-bottom: 2px solid #c7c7cc;
    display: inline-block;
    color: #c7c7cc;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

@media(min-width:1025px) {
    .product-grid .category:hover {
        color: #37bc9b;
        border-bottom-color: #37bc9b
    }
}

.product-grid .price {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #e74c3c;
    display: block;
    padding-top: 2px
}

.product-grid .price span {
    padding: 0 2px
}

.product-grid .price ins {
    text-decoration: none
}

.product-grid .price del {
    font-weight: 300;
    color: #898c90
}

.product-grid .star-rating {
    position: absolute;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.product-grid .star-rating:before,
.product-grid .star-rating span:before {
    line-height: 17px
}

.product-grid .timer-view {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7px 7px 2px;
    background: rgba(255, 255, 255, .85);
    width: 100%;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.product-grid .timer-view .box {
    display: inline-block;
    margin-left: 13px
}

.product-grid .timer-view .timer-day {
    margin-left: 0
}

.product-grid .timer-view .date-title {
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #2b2b2b;
    display: block
}

.product-grid .timer-view .timer-number {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    color: #fff;
    background: #2b2b2b;
    display: block
}

.product-grid .remove-item-wishlist {
    position: absolute;
    right: -14px;
    top: -14px;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    border: 4px solid #fff;
    background: #333;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 20
}

.product-grid.wishlist-type .thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #333;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0
}

@media(min-width:1025px) {
    .product-grid:hover .remove-item-wishlist {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

    .product-grid:hover .thumb:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        -moz-opacity: .2;
        -khtml-opacity: .2;
        opacity: .2
    }

    .product-grid .remove-item-wishlist:hover {
        background: #e74c3c
    }
}

.product-list {
    display: block;
    margin-bottom: 50px
}

.product-list:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.product-list .thumb {
    position: relative;
    overflow: hidden;
    max-width: 270px;
    float: left;
    text-align: center
}

@media(min-width:1025px) {

    .product-list .thumb:hover .controls,
    .product-list .thumb:hover .add_to_cart_button {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0)
    }

    .product-list .thumb:hover .timer-view {
        transform: translate(0, -32px);
        -webkit-transform: translate(0, -32px);
        -moz-transform: translate(0, -32px);
        -o-transform: translate(0, -32px);
        -ms-transform: translate(0, -32px)
    }
}

@media(min-width:1025px) and (max-width:1199px) {
    .product-list .thumb:hover .timer-view {
        transform: translate(0, -54px);
        -webkit-transform: translate(0, -54px);
        -moz-transform: translate(0, -54px);
        -o-transform: translate(0, -54px);
        -ms-transform: translate(0, -54px)
    }
}

.product-list .attribute-list {
    margin: 0;
    position: absolute;
    top: 10px;
    left: 10px
}

.product-list .attribute-list li {
    margin-bottom: 6px
}

.product-list .attribute-list span {
    display: block;
    min-width: 54px;
    font-size: 12px;
    line-height: 22px;
    padding: 1px 5px;
    border: 2px solid #898c90;
    color: #898c90;
    text-transform: uppercase;
    font-weight: 700
}

.product-list .attribute-list .label-red {
    color: #e74c3c;
    border-color: #e74c3c
}

.product-list .attribute-list .label-yellow {
    color: #ffcd02;
    border-color: #ffcd02
}

.product-list .attribute-list .label-blue {
    color: #41bedd;
    border-color: #41bedd
}

.product-list .attribute-list .label-coral {
    color: #f6bb42;
    border-color: #f6bb42
}

.product-list .controls {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-size: 0;
    background: rgba(0, 0, 0, .8);
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.product-list .controls li {
    display: inline-block;
    margin: 0 10px
}

.product-list .controls a {
    display: block;
    font-size: 10px;
    line-height: 22px;
    position: relative;
    z-index: 10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
    color: #fff
}

@media(min-width:1025px) {
    .product-list .controls a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

.product-list .controls .fa {
    font-size: 12px;
    line-height: 22px;
    margin-right: 7px
}

.product-list .content {
    display: block;
    float: right;
    width: calc(100% - 300px)
}

.product-list .desc {
    padding-top: 23px;
    border-top: 1px solid #eeedee;
    margin-bottom: 43px;
    color: #898c90
}

.product-list .title {
    font-size: 18px;
    line-height: 28px;
    margin: 22px 0 0;
    font-weight: 600;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    color: #333
}

.product-list .title a {
    color: #333
}

@media(min-width:1025px) {
    .product-list .title a:hover {
        color: #37bc9b
    }
}

.product-list .post-meta {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 23px
}

.product-list .post-meta a {
    color: #333;
    padding: 0 7px
}

@media(min-width:1025px) {
    .product-list .post-meta a:hover {
        color: #37bc9b
    }
}

.product-list .post-meta a:first-of-type {
    padding-left: 0
}

.product-list .price {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #e74c3c;
    display: block;
    margin-bottom: 7px
}

.product-list .price span {
    padding: 0 2px
}

.product-list .price ins {
    text-decoration: none
}

.product-list .price del {
    font-weight: 300;
    color: #898c90
}

.product-list .star-rating {
    display: inline-block;
    margin-top: 4px;
    margin-right: 3px
}

.product-list .star-rating:before,
.product-list .star-rating span:before {
    line-height: 17px
}

.product-list .timer-view {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7px 7px 2px;
    background: rgba(255, 255, 255, .85);
    width: 100%;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.product-list .timer-view .box {
    display: inline-block;
    margin-left: 13px
}

.product-list .timer-view .timer-day {
    margin-left: 0
}

.product-list .timer-view .date-title {
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #2b2b2b;
    display: block
}

.product-list .timer-view .timer-number {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    color: #fff;
    background: #2b2b2b;
    display: block
}

.product-list .add_to_cart_button {
    width: 160px;
    height: 40px;
    font-size: 16px;
    line-height: 26px;
    padding: 7px;
    text-align: center;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block
}

@media(min-width:1025px) {
    .product-list .add_to_cart_button:hover {
        background: #37bc9b
    }
}

@media(max-width:699px) {
    .product-list .thumb {
        display: block;
        margin: 0 auto;
        float: none
    }

    .product-list .content {
        width: 100%
    }
}

.product-detail .images {
    position: relative;
    padding-left: 92px;
    margin-bottom: 20px
}

.product-detail .woocommerce-main-image {
    display: block;
    background: #eeedee;
    text-align: center;
    position: relative
}

.product-detail .woocommerce-main-image:before {
    content: '\f065';
    font-family: 'FontAwesome';
    width: 35px;
    height: 35px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #898c90;
    color: #898c90;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    z-index: 20;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

@media(min-width:1025px) {
    .product-detail .woocommerce-main-image:hover:before {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        background: #898c90;
        color: #fff
    }
}

.product-detail .thumbnails {
    width: 76px;
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: 0
}

.product-detail .thumbnails .zoom {
    display: block;
    height: 25%;
    padding: 10px 0;
    position: relative
}

.product-detail .thumbnails .zoom:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    bottom: 10px;
    background: #eeedee;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    z-index: 10
}

.product-detail .thumbnails .zoom.js__active img {
    z-index: 20
}

.product-detail .thumbnails img {
    max-height: 100%;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    background: #eeedee
}

.product-single .images {
    padding-left: 120px
}

.product-single .thumbnails {
    width: 100px
}

.product-single .thumbnails .zoom {
    padding: 15px 0;
    overflow: hidden
}

.product-single .thumbnails img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: calc(100% - 30px);
    background: #eeedee
}

@media(max-width:559px) {
    .product-detail .images {
        padding-left: 0
    }

    .product-detail .thumbnails {
        width: 100%;
        position: relative;
        top: 0
    }

    .product-detail .thumbnails:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        clear: both;
        overflow: hidden
    }

    .product-detail .thumbnails .zoom {
        height: auto;
        float: left;
        margin-right: 20px
    }

    .product-detail .thumbnails img {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        position: relative;
        top: 0;
        left: 0
    }
}


/*about*/

.main-img img{
        border: 11px solid #f5f5f5;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08), 0 5px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
}

.about-text h4{
        color: #f0546a;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    padding-bottom: 15px;
}

.about-text h2{
        text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.15);
    font-size: 3em;
    font-weight: 400;
    color: #333;
    font-family: 'Josefin Sans', sans-serif;
        margin-bottom: 10px;
}

.about-text p{
    
    font-size: 16px;
    color:#131212;
    line-height: 1.9em;
    letter-spacing: 1px;
     font-family: 'Josefin Sans', sans-serif;
}
.title img{
        border-bottom: 5px solid #53bf25;
}

.title h4{
        text-align: center;
    padding: 20px 0px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #333;
}
/*end*/
.summary {
    padding-bottom: 17px
}

.summary.summary-single {
    padding-bottom: 0
}

.summary .product_title {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    font-weight: 600;
    margin-bottom: 3px
}

.summary .summary-top {
    margin-bottom: 16px
}

.summary .summary-top .star-rating {
    display: inline-block;
    margin-right: 5px
}

.summary .summary-top a {
    color: #898c90;
    font-size: 14px;
    line-height: 24px
}

@media(min-width:1025px) {
    .summary .summary-top a:hover {
        color: #37bc9b
    }
}

.summary .summary-top > span {
    padding: 0 5px;
    font-size: 14px;
    line-height: 24px
}

.summary .summary-bottom {
    margin-top: 15px;
    border-top: 1px solid #eeedee;
    padding-top: 24px
}

.summary .summary-bottom .text-list {
    font-size: 14px;
    line-height: 24px;
    color: #898c90;
    margin-top: 15px
}

.summary .summary-bottom .text-list:first-child {
    margin-top: 0
}

.summary .summary-bottom .text-list strong {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    font-size: 16px
}

.summary .summary-bottom .text-list a {
    color: #898c90
}

@media(min-width:1025px) {
    .summary .summary-bottom .text-list a:hover {
        color: #37bc9b
    }
}

.summary .summary-bottom .text-list .split {
    padding: 0 8px
}

.summary .price {
    color: #f44336;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px
}

.summary .product_meta {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px
}

.summary .product_meta span {
    display: inline-block;
    color: #898c90;
    position: absolute;
    top: 0;
    left: 0
}

.summary .product_meta li {
    position: relative;
    padding-left: 120px;
    color: #333;
    min-height: 24px
}

.summary .description {
    padding: 20px 0 14px;
    color: #898c90;
    font-size: 14px;
    line-height: 24px;
    border-top: 1px solid #eeedee;
    border-bottom: 1px solid #eeedee;
    margin-bottom: 30px
}

.summary .description p {
    margin-bottom: 10px
}

.summary .variants {
    font-size: 0;
    padding-bottom: 20px
}

.summary .variants li {
    position: relative;
    padding-left: 50px;
    min-height: 32px;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 20px
}

.summary .variants li .text {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    max-width: 48px
}

.summary .variants li:last-child {
    margin-right: 0
}

.summary .variants .lbl-variant {
    height: 32px;
    min-width: 32px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px
}

.summary .variants .lbl-variant .lbl-radio {
    display: none
}

.summary .variants .variant-size .lbl-variant {
    text-align: center
}

.summary .variants .variant-size .lbl-variant .lbl-text {
    display: block;
    border: 2px solid #dbddde;
    color: #898c90;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.summary .variants .variant-size .lbl-variant .lbl-radio:checked + .lbl-text {
    color: #fff;
    background: #37bc9b;
    border-color: #37bc9b
}

.summary .variants .variant-color .lbl-variant .lbl-text {
    display: block;
    width: 32px;
    height: 32px;
    position: relative
}

.summary .variants .variant-color .lbl-variant .lbl-text:after {
    content: "";
    width: 32px;
    height: 32px;
    border: 2px solid #dbddde;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.summary .variants .variant-color .lbl-variant .lbl-text:before {
    content: "";
    width: 28px;
    height: 28px;
    border: 5px solid #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    background: transparent
}

.summary .variants .variant-color .lbl-variant .lbl-radio:checked + .lbl-text:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.summary .quantity {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #bbb
}

.summary .quantity input[type=number] {
    width: 90px;
    height: 38px;
    outline: none;
    text-align: center;
    border: none;
    color: #333;
    font-size: 16px;
    font-weight: 600
}

.summary .quantity button {
    position: absolute;
    right: -1px;
    width: 20px;
    height: 21px;
    outline: none;
    cursor: pointer;
    font-size: 10px;
    border: 1px solid #bbb;
    padding: 0
}

.summary .quantity button.fa-plus {
    top: -1px;
    color: #333;
    background: #f1f1f1
}

.summary .quantity button.fa-minus {
    bottom: -1px;
    color: #bbb;
    background: #fff
}

.summary .single_add_to_cart_button {
    font-size: 14px;
    line-height: 24px;
    background: #333;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    padding: 8px;
    outline: none;
    border: none;
    margin-bottom: 15px
}

@media(min-width:1025px) {
    .summary .single_add_to_cart_button:hover {
        background: #37bc9b
    }
}

.woocommerce-tabs .tabs {
    font-size: 0
}

.woocommerce-tabs .tabs li {
    display: inline-block;
    margin-right: 50px
}

.woocommerce-tabs .tabs li:last-child {
    margin-right: 0
}

@media(max-width:599px) {
    .woocommerce-tabs .tabs li {
        display: block
    }
}

.woocommerce-tabs .tabs a {
    padding: 8px 0;
    display: block;
    font-size: 15px;
    line-height: 32px;
    position: relative;
    font-weight: 700;
    color: #898c90;
    text-transform: uppercase
}

@media(min-width:1025px) {
    .woocommerce-tabs .tabs a:hover {
        color: #37bc9b
    }
}

.woocommerce-tabs .tabs a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #898c90;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.woocommerce-tabs .tabs a.js__active:before {
    width: 100%;
    background-color: #37bc9b
}

.woocommerce-tabs .panel {
    padding: 30px 0 15px;
    display: none
}

.woocommerce-tabs .panel.js__active {
    display: block
}

.tab-product-wrap .tab-controls {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px
}

.tab-product-wrap .tab-controls li {
    display: inline-block;
    margin-right: 17px;
    padding-bottom: 15px
}

.tab-product-wrap .tab-controls a {
    font-size: 14px;
    line-height: 24px;
    padding: 3px 10px;
    display: block;
    text-transform: uppercase;
    color: #c7c7cc;
    border: 2px solid #dbddde;
    font-weight: 600
}

@media(min-width:1025px) {
    .tab-product-wrap .tab-controls a:hover {
        color: #37bc9b;
        border-color: #37bc9b
    }
}

.tab-product-wrap .tab-controls a.js__active {
    color: #37bc9b;
    border-color: #37bc9b
}

@media(max-width:479px) {
    .tab-product-wrap .tab-controls a {
        font-size: 12px;
        padding: 3px 5px
    }

    .tab-product-wrap .tab-controls li {
        margin-right: 10px
    }

    .tab-product-wrap .tab-controls li:last-child {
        margin-right: 0
    }
}

.tab-product-wrap .tab-contents {
    position: relative
}

.tab-product-wrap .tab-contents .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -999;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    max-width: 100%
}

.tab-product-wrap .tab-contents .tab-content.js__active {
    position: relative;
    z-index: 10;
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.related-article {
    border-bottom: 1px solid #f2f2f2
}

.item-blog-grid {
    display: inline-block;
    max-width: 370px;
    padding-bottom: 24px;
    outline: none
}

.item-blog-grid:focus {
    outline: none
}

.item-blog-grid .thumb {
    display: block;
    background: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center
}

.item-blog-grid .thumb img {
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    display: block;
    margin: 0 auto;
    float: none
}

.item-blog-grid .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #69696c;
    margin-bottom: 5px
}

.item-blog-grid .post-meta {
    font-size: 0
}

.item-blog-grid .post-meta li {
    display: inline-block;
    padding: 0 18px;
    color: #bbb;
    font-size: 12px;
    line-height: 22px
}

.item-blog-grid .post-meta li .fa {
    margin-right: 8px;
    line-height: 22px
}

.item-blog-grid .desc {
    font-size: 14px;
    line-height: 24px;
    color: #898c90;
    margin-bottom: 7px
}

.item-blog-grid .readmore {
    font-size: 13px;
    line-height: 23px;
    font-weight: 700;
    color: #333;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

@media(min-width:1025px) {
    .item-blog-grid .readmore:hover {
        color: #37bc9b
    }
}

.item-blog-grid .readmore .fa {
    font-size: 16px;
    line-height: 23px;
    margin-left: 8px
}

.item-blog-grid.full-info .title {
    color: #333
}

.item-blog-grid.full-info .post-meta {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 12px;
    color: #bbb;
    border-bottom: 1px solid #ececee;
    margin-bottom: 13px
}

.item-blog-grid.large {
    max-width: 570px
}

.item-blog-grid.single-blog {
    padding-bottom: 40px
}

.item-blog-grid.single-blog .title {
    font-weight: 700
}

@media(min-width:480px) {
    .item-blog-grid.single-blog {
        overflow: hidden;
        max-width: 100%
    }

    .item-blog-grid.single-blog .thumb img {
        max-width: 350px
    }
}

@media(min-width:1025px) {
    .item-blog-grid:hover .thumb img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -moz-opacity: .7;
        -khtml-opacity: .7;
        opacity: .7;
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1)
    }

    .item-blog-grid.hover-all-block .thumb {
        background: #333;
        position: relative
    }

    .item-blog-grid.hover-all-block .thumb:before {
        content: "";
        width: 51px;
        height: 51px;
        background: url(../images/icon-plus.png) 0 0 no-repeat;
        transform: scale(.5, .5);
        -webkit-transform: scale(.5, .5);
        -moz-transform: scale(.5, .5);
        -o-transform: scale(.5, .5);
        -ms-transform: scale(.5, .5);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -26px;
        margin-left: -26px;
        z-index: 10
    }

    .item-blog-grid.hover-all-block .title {
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }

    .item-blog-grid.hover-all-block:hover .thumb:before {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

    .item-blog-grid.hover-all-block:hover .thumb img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55.00000000000001)";
        -moz-opacity: .55;
        -khtml-opacity: .55;
        opacity: .55;
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1)
    }

    .item-blog-grid.hover-all-block:hover .title {
        color: #37bc9b
    }
}

.item-blog-list {
    display: block;
    padding-bottom: 50px;
    margin: 0 -15px
}

.item-blog-list:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.item-blog-list .thumb {
    display: block;
    background: #fff;
    overflow: hidden;
    width: 50%;
    float: left;
    padding: 0 15px
}

.item-blog-list .content {
    float: right;
    padding: 0 15px;
    width: 50%;
    padding-top: 23px
}

.item-blog-list .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-bottom: 2px
}

.item-blog-list .title a {
    color: #333
}

@media(min-width:1025px) {
    .item-blog-list .title a:hover {
        color: #37bc9b
    }
}

.item-blog-list .post-meta {
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 8px;
    color: #bbb;
    border-bottom: 1px solid #ececee;
    margin-bottom: 13px
}

.item-blog-list .desc {
    font-size: 14px;
    line-height: 24px;
    color: #898c90;
    margin-bottom: 7px
}

.item-blog-list .readmore {
    font-size: 13px;
    line-height: 23px;
    font-weight: 700;
    color: #333;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

@media(min-width:1025px) {
    .item-blog-list .readmore:hover {
        color: #37bc9b
    }
}

.item-blog-list .readmore .fa {
    font-size: 16px;
    line-height: 23px;
    margin-left: 8px
}

@media(max-width:619px) {
    .item-blog-list .thumb {
        width: 100%;
        text-align: center
    }

    .item-blog-list .content {
        width: 100%
    }
}

.blog-list li:nth-child(even) .item-blog-list .thumb {
    float: right
}

.blog-list li:nth-child(even) .item-blog-list .content {
    float: left
}

.blog-detail .main-image {
    margin-bottom: 21px
}

.blog-detail .top {
    padding-bottom: 24px;
    border-bottom: 1px solid #ececee;
    margin-bottom: 23px
}

.blog-detail .top .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px
}

.blog-detail .top .post-meta {
    font-size: 12px;
    line-height: 22px;
    color: #bbb
}

.blog-detail .top .post-meta a {
    color: #bbb
}

@media(min-width:1025px) {
    .blog-detail .top .post-meta a:hover {
        color: #69696c
    }
}

.blog-detail .top .post-meta .split {
    padding: 0 6px
}

.blog-detail .bottom {
    margin-top: 24px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ececee
}

.blog-detail .author-info {
    background: #f2f2f2;
    padding: 23px 32px;
    font-size: 18px;
    line-height: 28px;
    color: #898c90;
    margin-bottom: 45px
}

.blog-detail .author-info:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.blog-detail .author-info .name {
    color: #37bc9b;
    font-weight: 700
}

@media(min-width:1025px) {
    .blog-detail .author-info .name:hover {
        color: #898c90
    }
}

.blog-detail .author-info .split {
    padding: 0 5px
}

.blog-detail .author-info p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding-top: 9px
}

.blog-detail .author-info .thumb {
    float: left;
    margin-right: 23px;
    margin-top: 7px
}

@media(max-width:479px) {
    .blog-detail .author-info {
        text-align: center
    }

    .blog-detail .author-info .thumb {
        display: block;
        margin: 7px auto 15px;
        float: none
    }

    .blog-detail .author-info p {
        text-align: left
    }
}

.blog-detail .simple-list {
    color: #898c90;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px
}

.blog-detail .simple-list .lbl {
    font-size: 16px;
    line-height: 24px;
    color: #333
}

.blog-detail .simple-list a {
    color: #898c90
}

@media(min-width:1025px) {
    .blog-detail .simple-list a:hover {
        color: #37bc9b
    }
}

@media(max-width:991px) {
    .blog-detail .simple-list {
        text-align: left
    }
}

.comment-list .comment-body {
    padding-left: 130px;
    position: relative;
    padding-bottom: 23px;
    border-bottom: 1px solid #ececee;
    margin-bottom: 30px
}

.comment-list .comment-body:before {
    content: "";
    width: 2px;
    position: absolute;
    top: 0;
    left: 100px;
    bottom: 30px;
    background: #f2f2f2
}

.comment-list .comment-body .avatar {
    position: absolute;
    top: 0;
    left: 0
}

.comment-list .comment-body .comment-author a {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #37bc9b;
    font-weight: 600
}

@media(min-width:1025px) {
    .comment-list .comment-body .comment-author a:hover {
        color: #898c90
    }
}

.comment-list .comment-body .comment-metadata {
    font-size: 14px;
    line-height: 24px
}

.comment-list .comment-body .comment-metadata a {
    color: #898c90
}

@media(min-width:1025px) {
    .comment-list .comment-body .comment-metadata a:hover {
        color: #37bc9b
    }
}

.comment-list .comment-body .comment-metadata a .date {
    color: #333
}

.comment-list .comment-body .comment-metadata a .split {
    padding: 0 4px
}

.comment-list .comment-body .comment-reply-link {
    font-size: 14px;
    line-height: 24px;
    padding: 4px;
    background: #37bc9b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px
}

@media(min-width:1025px) {
    .comment-list .comment-body .comment-reply-link:hover {
        background: #898c90
    }
}

@media(max-width:479px) {
    .comment-list .comment-body {
        padding-left: 0;
        padding-top: 105px
    }

    .comment-list .comment-body:before {
        display: none
    }

    .comment-list .comment-body .avatar {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .comment-list .comment-body .comment-reply-link {
        position: relative;
        display: block;
        margin-top: 10px
    }
}

.comment-list > .comment {
    position: relative
}

.comment-list > .comment .comment {
    margin-left: 130px
}

@media(max-width:767px) {
    .comment-list > .comment .comment {
        margin-left: 20px
    }
}

@media(max-width:479px) {
    .comment-list > .comment .comment {
        margin-left: 0
    }
}

.comment-list > .comment:last-child:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 10
}

#respond {
    padding-top: 72px;
    border-top: 1px solid #ececee;
    margin-top: 50px
}

.comment-respond .controls {
    display: block
}

.comment-respond .lbl {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 24px
}

.comment-respond .required {
    font-size: 14px;
    color: #e74c3c
}

.comment-respond .inp-text {
    width: 100%;
    height: 40px;
    border: 1px solid #bbb;
    font-size: 14px;
    line-height: 24px;
    padding: 7px 14px;
    outline: none;
    margin-bottom: 23px;
    color: #37bc9b;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.comment-respond .inp-text::-webkit-input-placeholder {
    color: #bbb
}

.comment-respond .inp-text:-moz-placeholder {
    color: #bbb
}

.comment-respond .inp-text::-moz-placeholder {
    color: #bbb
}

.comment-respond .inp-text:-ms-input-placeholder {
    color: #bbb
}

.comment-respond .inp-text:focus {
    border-color: #37bc9b
}

.comment-respond .inp-textarea {
    height: 150px
}

.comment-respond .inp-submit {
    width: 150px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #37bc9b;
    border: none;
    outline: none
}

@media(min-width:1025px) {
    .comment-respond .inp-submit:hover {
        background: #898c90
    }
}

.text-content {
    font-size: 14px;
    line-height: 24px;
    color: #898c90
}

.text-content a {
    color: #37bc9b
}

@media(min-width:1025px) {
    .text-content a:hover {
        color: #333
    }
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6,
.text-content .h1,
.text-content .h2,
.text-content .h3,
.text-content .h4,
.text-content .h5,
.text-content .h6 {
    margin-bottom: 24px;
    color: #333;
    font-weight: 700
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content .h1,
.text-content .h2,
.text-content .h3 {
    margin-top: 20px
}

.text-content h4,
.text-content h5,
.text-content h6,
.text-content .h4,
.text-content .h5,
.text-content .h6 {
    margin-top: 10px
}

.text-content h1,
.text-content .h1 {
    font-size: 36px;
    line-height: 46px
}

.text-content h2,
.text-content .h2 {
    font-size: 30px;
    line-height: 40px
}

.text-content h3,
.text-content .h3 {
    font-size: 24px;
    line-height: 34px
}

.text-content h4,
.text-content .h4 {
    font-size: 18px;
    line-height: 28px
}

.text-content h5,
.text-content .h5 {
    font-size: 14px;
    line-height: 24px
}

.text-content h6,
.text-content .h6 {
    font-size: 10px;
    line-height: 20px
}

.text-content p {
    margin-bottom: 24px
}

.text-content > * {
    max-width: 100%
}

.text-content > *:last-child {
    margin-bottom: 0
}

.text-content ul {
    margin-left: 30px;
    margin-bottom: 24px
}

.text-content ul li {
    padding-left: 20px;
    position: relative;
    color: #333
}

.text-content ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #37bc9b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.text-content ul ul,
.text-content ul ol {
    margin-bottom: 0
}

.text-content ol {
    margin-left: 30px;
    margin-bottom: 24px;
    list-style: decimal inside;
    color: #333
}

.text-content ol ul,
.text-content ol ol {
    margin-bottom: 0
}

.text-content blockquote {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    padding: 28px 30px 26px 85px;
    border-left: 4px solid #37bc9b;
    background: url(../images/icon-quote.png) 63px 24px no-repeat
}

.text-content blockquote:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.text-content blockquote p {
    margin-bottom: 0
}

.text-content blockquote .author {
    float: right;
    margin-right: 45px;
    color: #898c90
}

@media(max-width:479px) {
    .text-content blockquote {
        padding: 25px 15px;
        background: none
    }

    .text-content blockquote .author {
        margin-right: 0
    }
}

.text-content figcaption {
    padding: 5px;
    font-style: italic;
    color: #333
}

.text-content table {
    border: 1px solid #dbddde;
    margin-bottom: 24px
}

.text-content table th,
.text-content table td {
    padding: 5px 10px;
    border: 1px solid #dbddde
}

.text-content table thead {
    background: #f2f2f2;
    color: #333
}

.text-content dl {
    margin-bottom: 24px
}

.text-content dd,
.text-content dt {
    line-height: 24px
}

.text-content dd {
    margin-bottom: 10px
}

.text-content dt {
    color: #333
}

.text-content address {
    font-style: italic;
    line-height: 24px;
    margin-bottom: 24px
}

.text-content del,
.text-content strike {
    color: #e74c3c
}

.shop-filter {
    padding-bottom: 30px
}

.shop-filter:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.shop-filter > * {
    margin-bottom: 20px
}

.shop-ordering {
    float: left
}

.shop-ordering .lbl-select {
    float: left;
    font-size: 13px;
    line-height: 25px;
    padding: 5px 0;
    color: #898c90;
    margin-right: 13px
}

.shop-ordering .select2-container {
    float: left;
    max-width: 170px;
    min-width: 170px
}

.shop-ordering .select2-container .select2-selection {
    min-width: 100%;
    height: 35px;
    border: 1px solid #bbb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f9f9f9
}

.shop-ordering .select2-container .select2-selection__rendered {
    font-size: 13px;
    line-height: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #333
}

.shop-ordering .select2-container .select2-selection__arrow {
    width: 35px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 1px;
    text-align: center
}

.shop-ordering .select2-container .select2-selection__arrow > * {
    display: none
}

.shop-ordering .select2-container .select2-selection__arrow:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 33px
}

.shop-type {
    float: right
}

.shop-type li {
    float: left;
    margin-left: 12px
}

.shop-type li:first-child {
    margin-left: 0
}

.shop-type li a {
    width: 35px;
    height: 35px;
    background: #f2f2f2;
    position: relative;
    overflow: hidden;
    display: block
}

.shop-type li a img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.shop-type li a.active {
    background-color: #000
}

.shop-type li a.active img {
    top: -35px
}

.woocommerce-result-count {
    float: left;
    font-size: 13px;
    line-height: 25px;
    padding: 5px 0;
    margin-left: 80px;
    color: #898c90
}

@media(max-width:1199px) {
    .woocommerce-result-count {
        margin-left: 35px
    }
}

@media(max-width:722px) {
    .shop-ordering {
        width: 100%
    }

    .woocommerce-result-count {
        margin-left: 0;
        width: 100%
    }

    .shop-type {
        width: 100%
    }
}

.woocommerce-checkout-review-order {
    padding-top: 7px
}

.woocommerce-checkout-review-order-table {
    border: 2px solid #c7c7cc;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    border: 1px solid #eee
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot th {
    width: 100px;
    padding-right: 20px;
    text-align: right
}

.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table tfoot td {
    padding-left: 25px
}

.woocommerce-checkout-review-order-table thead {
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    line-height: 26px
}

.woocommerce-checkout-review-order-table thead th {
    padding-top: 8px;
    padding-bottom: 8px
}

.woocommerce-checkout-review-order-table tbody .product-name {
    color: #898c90
}

.woocommerce-checkout-review-order-table tbody .product-total {
    color: #333
}

.woocommerce-checkout-review-order-table tbody th,
.woocommerce-checkout-review-order-table tbody td {
    padding-top: 9px;
    padding-bottom: 9px
}

.woocommerce-checkout-review-order-table tfoot {
    color: #333
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    padding-top: 9px;
    padding-bottom: 9px
}

.woocommerce-checkout-review-order-table tfoot th {
    font-size: 16px;
    line-height: 24px
}

.woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce-checkout-review-order-table tfoot .order-total th {
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
    background: #f2f2f2
}

.woocommerce-checkout-payment {
    border: 2px solid #c7c7cc;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 23px 20px 14px 50px;
    margin-bottom: 10px
}

.woocommerce-checkout-payment li {
    padding-bottom: 14px;
    position: relative
}

.woocommerce-checkout-payment li input[type=radio] {
    display: none
}

.woocommerce-checkout-payment li input[type=radio]:checked + label + .payment_box {
    display: block
}

.woocommerce-checkout-payment li input[type=radio]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.woocommerce-checkout-payment li input[type="radio"]:checked + label[for="payment_method_paypal"] {
    margin-bottom: 0
}

.woocommerce-checkout-payment li input[type="radio"]:checked + label[for="payment_method_paypal"] + .payment_box {
    margin-bottom: 66px
}

.woocommerce-checkout-payment li label {
    color: #333;
    cursor: pointer;
    font-weight: 600;
    display: inline-block
}

.woocommerce-checkout-payment li label:before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    top: 6px;
    left: -31px;
    border: 2px solid #c7c7cc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.woocommerce-checkout-payment li label:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #37bc9b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: -28px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.woocommerce-checkout-payment li label[for=payment_method_paypal] {
    margin-bottom: 66px
}

.woocommerce-checkout-payment li label[for=payment_method_paypal] img {
    position: absolute;
    left: -31px;
    bottom: 14px;
    max-width: 200px
}

.woocommerce-checkout-payment li label[for=payment_method_paypal] .about_paypal {
    position: absolute;
    left: 185px;
    bottom: 23px;
    color: #333;
    font-weight: 400;
    width: 110px
}

@media(min-width:1025px) {
    .woocommerce-checkout-payment li label[for=payment_method_paypal] .about_paypal:hover {
        color: #898c90
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .woocommerce-checkout-payment li label[for=payment_method_paypal] img {
        max-width: 135px
    }

    .woocommerce-checkout-payment li label[for=payment_method_paypal] .about_paypal {
        left: 115px;
        bottom: 15px
    }
}

@media(max-width:399px) {
    .woocommerce-checkout-payment li label[for=payment_method_paypal] img {
        max-width: 135px
    }

    .woocommerce-checkout-payment li label[for=payment_method_paypal] .about_paypal {
        left: 115px;
        bottom: 15px
    }
}

.woocommerce-checkout-payment .payment_box {
    display: none;
    padding: 12px 17px;
    background: #f2f2f2;
    margin-top: 15px;
    position: relative
}

.woocommerce-checkout-payment .payment_box:before {
    content: "";
    width: 20px;
    height: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f2f2f2;
    position: absolute;
    top: -10px;
    left: 20px
}

.woocommerce-checkout-payment .payment_box p {
    color: #898c90;
    font-size: 14px;
    line-height: 26px
}

.shop-cart-table {
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.shop-cart-table th,
.shop-cart-table td {
    border: 1px solid #bbb;
    padding: 28px 5px;
    vertical-align: middle
}

.shop-cart-table thead th {
    background: #f1f1f1;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    text-align: center;
    padding: 12px 5px
}

.shop-cart-table tbody .product-thumbnail {
    border-right: none;
    padding-left: 30px;
    width: 125px
}

.shop-cart-table tbody .product-name {
    border-left: none;
    padding-left: 10px;
    text-align: left
}

.shop-cart-table tbody .product-name .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px
}

@media(min-width:1025px) {
    .shop-cart-table tbody .product-name .title:hover {
        color: #898c90
    }
}

.shop-cart-table tbody .product-name p {
    color: #898c90;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px
}

.shop-cart-table tbody .product-name .variation {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.shop-cart-table tbody .product-name .variation dt {
    display: inline-block;
    color: #898c90;
    font-weight: 400
}

.shop-cart-table tbody .product-name .variation dd {
    display: inline-block;
    color: #333;
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px
}

.shop-cart-table tbody .product-name .variation p {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin: 0;
    font-weight: 600
}

.shop-cart-table tbody .product-name-wrap {
    display: inline-block;
    max-width: 210px
}

.shop-cart-table tbody .product-price,
.shop-cart-table tbody .product-subtotal {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: 600
}

.shop-cart-table tbody .remove {
    width: 20px;
    height: 24px;
    background: url(../images/icon-trash.png) 0 0 no-repeat;
    display: block;
    margin: 0 auto;
    float: none
}

@media(min-width:1025px) {
    .shop-cart-table tbody .remove:hover {
        background-image: url(../images/icon-trash-red.png)
    }
}

.shop-cart-table .quantity {
    display: inline-block;
    position: relative;
    border: 1px solid #bbb
}

.shop-cart-table .quantity input[type=number] {
    width: 90px;
    height: 38px;
    outline: none;
    text-align: center;
    border: none;
    color: #333;
    font-size: 16px;
    font-weight: 600
}

.shop-cart-table .quantity button {
    position: absolute;
    right: -1px;
    width: 20px;
    height: 21px;
    outline: none;
    cursor: pointer;
    font-size: 10px;
    border: 1px solid #bbb;
    padding: 0
}

.shop-cart-table .quantity button.fa-plus {
    top: -1px;
    color: #333;
    background: #f1f1f1
}

.shop-cart-table .quantity button.fa-minus {
    bottom: -1px;
    color: #bbb;
    background: #fff
}

@media(max-width:991px) {
    .shop-cart-table tbody .product-thumbnail {
        padding-left: 10px
    }

    .shop-cart-table .quantity input[type=number] {
        width: 55px;
        text-align: left;
        padding-left: 5px
    }
}

@media(max-width:699px) {

    .shop-cart-table th,
    .shop-cart-table td {
        border: none;
        display: block;
        padding: 0;
        text-align: left;
        width: calc(100% - 105px);
        float: right
    }

    .shop-cart-table thead {
        display: none
    }

    .shop-cart-table .cart_item {
        display: block;
        border: 1px solid #bbb;
        margin-top: 30px;
        padding: 28px 45px 28px 15px;
        position: relative
    }

    .shop-cart-table .cart_item:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        clear: both;
        overflow: hidden
    }

    .shop-cart-table .cart_item:first-child {
        margin-top: 0
    }

    .shop-cart-table tbody .product-thumbnail {
        width: 105px;
        padding-left: 0;
        margin-bottom: 15px;
        float: left
    }

    .shop-cart-table tbody .product-name {
        margin-bottom: 10px;
        padding-left: 0
    }

    .shop-cart-table tbody .product-name-wrap {
        max-width: 100%
    }

    .shop-cart-table tbody .remove {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .shop-cart-table .quantity input[type=number] {
        width: 60px;
        text-align: left;
        padding-left: 15px
    }

    .shop-cart-table *[data-title] {
        padding-bottom: 10px
    }

    .shop-cart-table *[data-title]:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        color: #37bc9b;
        display: inline-block;
        width: 80px
    }
}

@media(max-width:399px) {

    .shop-cart-table th,
    .shop-cart-table td {
        width: 100%
    }
}

.middle-cart > div {
    padding-top: 20px
}

.middle-cart .right-side {
    padding-top: 0
}

.middle-cart .right-side a {
    margin-left: 10px;
    text-align: center;
    margin-top: 20px
}

.middle-cart .right-side .btn-process-to-checkout {
    width: 205px
}

.middle-cart .right-side .btn-white-border-dark {
    width: 135px
}

@media(max-width:1199px) {
    .middle-cart .coupon {
        width: 450px
    }
}

@media(max-width:991px) {
    .middle-cart > div {
        width: 100% !important
    }

    .middle-cart .right-side a {
        margin-right: 10px;
        margin-left: 0
    }
}

.coupon {
    position: relative;
    padding-right: 160px;
    width: 585px;
    max-width: 100%
}

.coupon .btn-coupon {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px
}

@media(max-width:399px) {
    .coupon {
        padding-right: 0
    }

    .coupon .btn-coupon {
        position: relative;
        width: 100%
    }
}

.shop-cart-total {
    border: 2px solid #c7c7cc;
    padding: 0 28px;
    margin-top: 7px;
    margin-bottom: 30px
}

.shop-cart-total .shop-cart-total-table {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-transform: uppercase
}

.shop-cart-total .shop-cart-total-table th,
.shop-cart-total .shop-cart-total-table td {
    border-top: 1px solid #eee;
    font-weight: 600;
    padding: 14px 0
}

.shop-cart-total .shop-cart-total-table td {
    text-align: right
}

.shop-cart-total .shop-cart-total-table tr:first-child > * {
    border-top: none
}

.shop-cart-total .shop-cart-total-table .cart-grand-total th,
.shop-cart-total .shop-cart-total-table .cart-grand-total td {
    font-weight: 700
}

.shop-cart-total .shop-cart-total-table .cart-grand-total td {
    color: #37bc9b;
    font-size: 16px
}

.wishlist-control .btn-add-all-to-cart {
    width: 170px;
    margin-right: 10px;
    margin-bottom: 30px
}

.wishlist-control .btn-clear-list {
    width: 125px;
    margin-bottom: 30px
}

.sidebar{
    background: #f4f4f4;
    padding: 30px !important;
    border-radius: 6px;
}

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

.sidebar .widget .section-title {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 11px;
    letter-spacing: 3px;
    font-family: 'Poiret One', cursive;
}



.sidebar .widget .section-title:before {
    background-color: #37bc9b
}

.widget_search {
    padding-bottom: 20px
}

.widget_search .searchform {
    position: relative
}

.widget_search .inp-search {
    border: 2px solid #dbddde;
    padding: 6px 36px 6px 12px;
    outline: none;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    color: #333;
    font-size: 13px;
    line-height: 24px;
    width: 100%
}

.widget_search .inp-search::-webkit-input-placeholder {
    color: #898c90
}

.widget_search .inp-search:-moz-placeholder {
    color: #898c90
}

.widget_search .inp-search::-moz-placeholder {
    color: #898c90
}

.widget_search .inp-search:-ms-input-placeholder {
    color: #898c90
}

.widget_search .inp-search:focus {
    border-color: #37bc9b
}

.widget_search .btn-search {
    font-size: 0;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 26px;
    height: 26px;
    background: url(../images/icon-arrow-right.png) 0 0 no-repeat;
    background-position: center center;
    border: none
}

@media(min-width:1025px) {
    .widget_search .btn-search:hover {
        background-image: url(../images/icon-arrow-right-hover.png);
        background-color: #37bc9b
    }
}

.widget_instagram {
    font-size: 0
}

.widget_instagram ul {
    margin-left: -11px;
    padding-top: 19px;
    padding-bottom: 9px
}

.widget_instagram li {
    padding-left: 11px;
    display: inline-block;
    margin-bottom: 11px;
    max-width: 33.33%
}

.widget_instagram a {
    display: block;
    background: #4a4a4a
}

@media(min-width:1025px) {
    .widget_instagram a img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease
    }

    .widget_instagram a:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
        -moz-opacity: .65;
        -khtml-opacity: .65;
        opacity: .65
    }
}

.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li,
/*.widget_categories ul li,*/
.widget_archive ul li {
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #898c90;
    padding: 14px 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    border-top: 1px solid rgba(51, 51, 51, .1)
}

.widget_nav_menu ul li:after,
.widget_pages ul li:after,
.widget_meta ul li:after,
.widget_categories ul li:after,
.widget_archive ul li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden
}

.widget_nav_menu ul li:first-child,
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_categories ul li:first-child,
.widget_archive ul li:first-child {
    border-top: none
}

@media(min-width:1025px) {

    .widget_nav_menu ul li:hover,
    .widget_pages ul li:hover,
    .widget_meta ul li:hover,
    .widget_categories ul li:hover,
    .widget_archive ul li:hover {
        color: #37bc9b
    }

    .widget_nav_menu ul li:hover a,
    .widget_pages ul li:hover a,
    .widget_meta ul li:hover a,
    .widget_categories ul li:hover a,
    .widget_archive ul li:hover a {
        color: #37bc9b
    }
}

.widget_nav_menu a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a {
    float: left;
    color: #333
}

.widget-price-filter .filter-submit {
    width: 100px;
    height: 35px;
    background: #37bc9b;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    outline: none;
    font-family: Open Sans, sans-serif;
    margin-top: 23px
}

@media(min-width:1025px) {
    .widget-price-filter .filter-submit:hover {
        background: #898c90
    }
}

.widget_recent_post ul {
    padding-bottom: 20px
}

.color-option {
    padding-top: 19px
}

.color-option .lbl-radio {
    display: none
}

.color-option .lbl-variant {
    height: 32px;
    min-width: 32px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px
}

.color-option .lbl-variant .lbl-text {
    display: block;
    width: 32px;
    height: 32px;
    position: relative
}

.color-option .lbl-variant .lbl-text:after {
    content: "";
    width: 32px;
    height: 32px;
    border: 2px solid #dbddde;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.color-option .lbl-variant .lbl-text:before {
    content: "";
    width: 28px;
    height: 28px;
    border: 5px solid #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    background: transparent
}

.color-option .lbl-variant .lbl-radio:checked + .lbl-text:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.size-option {
    padding-top: 19px;
    padding-bottom: 18px
}

.size-option .lbl-variant {
    text-align: center;
    height: 32px;
    min-width: 32px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px
}

.size-option .lbl-variant .lbl-text {
    display: block;
    border: 2px solid #dbddde;
    color: #898c90;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.size-option .lbl-variant .lbl-radio {
    display: none
}

.size-option .lbl-variant .lbl-radio:checked + .lbl-text {
    color: #fff;
    background: #37bc9b;
    border-color: #37bc9b
}

html.js__popup_opening {
    overflow: hidden
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    overflow: auto;
    text-align: center
}

.popup .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #333;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75;
    width: 100%;
    height: 100%
}

.popup .popup-body {
    position: relative;
    display: inline-block;
    text-align: left;
    z-index: 20;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 100%
}

.popup.js__active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible
}

.popup .single-title-border-bottom {
    margin-bottom: 45px
}

.popup .popup-close-btn {
    border: 3px solid #fff;
    text-align: center;
    position: absolute;
    top: -13px;
    right: 3px;
    width: 38px;
    height: 38px;
    background: #333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.popup .popup-close-btn .fa {
    font-size: 20px;
    line-height: 28px;
    color: #fff
}

@media(min-width:1025px) {
    .popup .popup-close-btn:hover {
        background: #e74c3c
    }
}

.popup .popup-inside {
    background: #fff;
    padding: 40px 50px
}

.popup.popup-images .popup-inside {
    margin: 0 15px;
    padding: 15px
}

@media(max-width:379px) {

    .rev_slider_wrapper,
    .forcefullwidth_wrapper_tp_banner {
        display: none !important
    }
}

.rev_slider_wrapper {
    margin: 0 autopx;
    background-color: transparent;
    padding: 0;
    z-index: 10;
    position: relative
}

.rev_slider_wrapper > .rev_slider {
    display: none
}

.rev_slider_wrapper .shop-deal {
    white-space: nowrap;
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    color: #37bc9b;
    font-family: Montserrat, sans-serif
}

.rev_slider_wrapper .shop-deal-2 {
    white-space: nowrap;
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
    color: #fff;
    font-family: Montserrat, sans-serif
}

.rev_slider_wrapper .title-border-bottom {
    padding-bottom: 5px
}

.rev_slider_wrapper .title-border-bottom:after {
    content: "";
    width: 37px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c7c7cc
}

.rev_slider_wrapper .title-border-bottom-2 {
    padding-bottom: 5px
}

.rev_slider_wrapper .title-border-bottom-2:after {
    content: "";
    width: 37px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff
}

@media(max-width:479px) {

    .rev_slider_wrapper .title-border-bottom:after,
    .rev_slider_wrapper .title-border-bottom-2:after {
        width: 15px;
        height: 1px
    }
}

.rev_slider_wrapper .big-sale-title {
    white-space: nowrap;
    font-size: 58px;
    line-height: 68px;
    font-weight: 900;
    color: #4a4a4a;
    font-family: Montserrat, sans-serif
}

.rev_slider_wrapper .big-sale-title-red {
    white-space: nowrap;
    font-size: 58px;
    line-height: 68px;
    font-weight: 900;
    color: #e74c3c;
    font-family: Montserrat, sans-serif
}

.rev_slider_wrapper .p-text {
    white-space: nowrap;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #4a4a4a;
    font-family: Open Sans, sans-serif
}

.rev_slider_wrapper .p-text-white {
    white-space: nowrap;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    font-family: Open Sans, sans-serif
}

.rev_slider_wrapper .btn-check-it-out {
    white-space: nowrap;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
    font-family: Montserrat, sans-serif;
    background-color: rgba(55, 188, 155, .75);
    padding: 12px 35px;
    border-color: #000;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer
}

.rev_slider_wrapper .big-sale-title-2 {
    white-space: nowrap;
    font-size: 58px;
    line-height: 68px;
    font-weight: 900;
    color: #fff;
    font-family: Montserrat, sans-serif
}

.rev_slider_wrapper .p-text-2 {
    white-space: nowrap;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
    font-family: Open Sans, sans-serif
}

.rev_slider_wrapper .btn-check-it-out-2 {
    white-space: nowrap;
    font-size: 18px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    font-family: Montserrat, sans-serif;
    background-color: transparent;
    padding: 12px 35px;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer
}

.rev_slider_wrapper .tp-bannertimer {
    visibility: hidden !important
}

.rev_slider_wrapper .tparrows {
    width: 45px;
    height: 120px;
    position: absolute;
    transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    -moz-transform: translate(0, -50%) !important;
    -o-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    margin-left: 15px;
    background: none !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.rev_slider_wrapper .tparrows:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.rev_slider_wrapper .tparrows:after {
    content: "";
    width: 18px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/slides/arrow-left.png) 0 0 no-repeat
}

.rev_slider_wrapper .tparrows.tp-rightarrow {
    transform: translate(-100%, -50%) !important;
    -webkit-transform: translate(-100%, -50%) !important;
    -moz-transform: translate(-100%, -50%) !important;
    -o-transform: translate(-100%, -50%) !important;
    -ms-transform: translate(-100%, -50%) !important;
    margin-left: -15px
}

.rev_slider_wrapper .tparrows.tp-rightarrow:after {
    background: url(../images/slides/arrow-right.png) 0 0 no-repeat
}

@media(min-width:1025px) {
    .rev_slider_wrapper .tparrows:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

@media(max-width:1024px) {
    .rev_slider_wrapper .tparrows:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

@media(min-width:480px) {
    .rev_slider_wrapper.rev_no_pag .tp-bullets {
        display: none
    }
}

.slick-wrap {
    margin: 0 -15px
}

.slick-wrap .slick-track .slick-slide {
    padding: 0 15px
}

.slick-middle-arrow .slick-arrow {
    width: 40px;
    height: 35px;
    background: none;
    border: 2px solid #dbddde;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 175px;
    left: -10px;
    margin-top: -18px;
    z-index: 20
}

.slick-middle-arrow .slick-arrow:before {
    content: "\f177";
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 31px;
    color: #dbddde;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.slick-middle-arrow .slick-arrow.slick-next {
    right: -10px;
    left: auto
}

.slick-middle-arrow .slick-arrow.slick-next:before {
    content: "\f178"
}

@media(min-width:1025px) {
    .slick-middle-arrow .slick-arrow:hover {
        border-color: #333
    }

    .slick-middle-arrow .slick-arrow:hover:before {
        color: #333
    }
}

.slick-top-arrow .slick-arrow {
    position: absolute;
    top: -85px;
    right: 65px;
    left: auto;
    margin-top: 0;
    font-size: 0;
    display: block;
    width: 40px;
    height: 35px;
    text-align: center;
    border: 2px solid #dbddde;
    background: none;
    outline: none
}

.slick-top-arrow .slick-arrow:before {
    font-size: 12px;
    line-height: 33px;
    content: "\f053";
    font-family: FA;
    color: #bbb;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.slick-top-arrow .slick-arrow:hover {
    background: #37bc9b;
    border-color: #37bc9b
}

.slick-top-arrow .slick-arrow:hover:before {
    color: #fff
}

.slick-top-arrow .slick-arrow li {
    display: inline-block;
    margin-left: 9px
}

.slick-top-arrow .slick-arrow.slick-next {
    right: 15px
}

.slick-top-arrow .slick-arrow.slick-next:before {
    content: "\f054"
}

.slick-middle-arrow .slick-dots,
.slick-top-arrow .slick-dots {
    font-size: 0;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-align: center
}

.slick-middle-arrow .slick-dots li,
.slick-top-arrow .slick-dots li {
    display: inline-block;
    margin: 0 1px 10px
}

.slick-middle-arrow .slick-dots button,
.slick-top-arrow .slick-dots button {
    display: block;
    background: #dbddde;
    width: 42px;
    height: 5px;
    cursor: pointer;
    outline: none;
    border: none
}

@media(min-width:1025px) {

    .slick-middle-arrow .slick-dots button:hover,
    .slick-top-arrow .slick-dots button:hover {
        background: #bbb
    }
}

.slick-middle-arrow .slick-dots .slick-active button,
.slick-top-arrow .slick-dots .slick-active button {
    background: #bbb
}

.slick-arrow-long .slick-arrow:before {
    content: "\f177";
    font-size: 18px;
    color: #c7c7cc
}

.slick-arrow-long .slick-arrow.slick-next:before {
    content: "\f178"
}

.filter-slider {
    width: 100%;
    height: 77px;
    position: relative;
    padding: 41px 0 23px;
    overflow: hidden;
    color: #333
}

.filter-slider:before {
    content: "";
    position: absolute;
    top: 45px;
    left: 5px;
    right: 5px;
    background: #bbb;
    z-index: 10;
    height: 4px
}

.filter-slider:after {
    content: "";
    position: absolute;
    right: 0;
    top: 45px;
    background: #fff;
    z-index: 60;
    width: 5px;
    height: 4px
}

.filter-slider .noUi-base {
    position: absolute;
    top: 0;
    left: 13px;
    right: 5px;
    z-index: 20;
    height: 77px
}

.filter-slider .noUi-base .noUi-origin {
    position: absolute;
    top: 41px;
    width: 100%
}

.filter-slider .noUi-base .noUi-origin:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 4px
}

.filter-slider .noUi-base .noUi-connect {
    z-index: 20
}

.filter-slider .noUi-base .noUi-connect:before {
    background: #37bc9b
}

.filter-slider .noUi-base .noUi-background {
    z-index: 30
}

.filter-slider .noUi-base .noUi-background:before {
    background: #bbb
}

.filter-slider .noUi-base .noUi-handle {
    width: 13px;
    height: 13px;
    background: #37bc9b;
    margin-left: -13px;
    position: relative;
    z-index: 40
}

.filter-slider .noUi-base .noUi-handle span {
    position: absolute;
    top: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.map-absolute {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10
}

@media(max-width:767px) {
    .map-absolute {
        width: 100% !important;
        height: 200px;
        position: relative !important
    }
}

.map-full {
    width: 100%;
    height: 650px
}

@media(max-width:991px) {
    .map-full {
        height: 400px
    }
}

@media(max-width:767px) {
    .map-full {
        height: 300px;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-top: 15px
    }
}

.style-dark .header .top .drop-down-wrap .drop-down-current a {
    color: #333
}

.style-dark .header .top .drop-down-wrap .drop-down-list {
    border-top-color: #333
}

.style-dark .header .top .drop-down-wrap .drop-down-list li {
    border-top-color: #ecf0f1
}

.style-dark .header .top .drop-down-wrap .drop-down-list a {
    background-color: #fff;
    color: #34383d
}

@media(min-width:1025px) {
    .style-dark .header .top .drop-down-wrap .drop-down-list a:hover {
        background-color: #f7f9f9
    }
}

@media(min-width:1025px) {
    .style-dark .header .top .drop-down-wrap .drop-down-list a:hover {
        color: #ff5a00
    }
}

.style-dark .header .top .menu a {
    color: #333
}

@media(min-width:1025px) {
    .style-dark .header .top .menu a:hover {
        color: #ff5a00
    }
}

.style-dark .header .top .menu li:before {
    color: #d7d7d7
}

.style-dark .header .middle .search-form {
    border-color: #dbddde
}

.style-dark .header .middle .search-form .select-category .select2-container--default .select2-selection__rendered {
    color: #8e8e93
}

.style-dark .header .middle .search-form .select-category .select2-container--default .select2-selection__arrow:before {
    color: #dbddde
}

.style-dark .header .middle .search-form .inp-search {
    border-left-color: #dbddde;
    color: #34383d
}

.style-dark .header .middle .search-form .inp-search::-webkit-input-placeholder {
    color: #898c90
}

.style-dark .header .middle .search-form .inp-search:-moz-placeholder {
    color: #898c90
}

.style-dark .header .middle .search-form .inp-search::-moz-placeholder {
    color: #898c90
}

.style-dark .header .middle .search-form .inp-search:-ms-input-placeholder {
    color: #898c90
}

@media(max-width:479px) {
    .style-dark .header .middle .search-form .select-category .select2-container {
        border-bottom-color: #dbddde
    }
}

.style-dark .header .middle .inp-submit {
    background-color: #37bc9b;
    color: #fff
}

@media(min-width:1025px) {
    .style-dark .header .middle .inp-submit:hover {
        background-color: #898c90
    }
}

.style-dark .header .middle .right-side > li > a {
    border-color: #333;
    color: #333
}

.style-dark .header .middle .right-side > li > a .num {
    background-color: #ff5a00;
    color: #fff
}

@media(min-width:1025px) {
    .style-dark .header .middle .right-side > li > a:hover {
        color: #fff;
        background-color: #333;
        border-color: #333
    }
}

.style-dark .header .middle .right-side > li.js__active > a {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.style-dark .header .middle .right-side .cart-list-container {
    background: #fff
}

.style-dark .header .middle .right-side .cart-list-container .cart-list-content {
    border-color: #f2f2f2
}

.style-dark .header .middle .right-side .cart-list-container .cart-list li {
    border-bottom-color: #ecf0f1
}

.style-dark .header .middle .right-side .cart-list-container .cart-list .title {
    color: #333
}

@media(min-width:1025px) {
    .style-dark .header .middle .right-side .cart-list-container .cart-list .title:hover {
        color: #37bc9b
    }
}

.style-dark .header .middle .right-side .cart-list-container .cart-list .quantity {
    color: #898c90
}

.style-dark .header .middle .right-side .cart-list-container .cart-list .quantity .amount {
    color: #37bc9b
}

.style-dark .header .middle .right-side .cart-list-container .cart-list .mini-cart-remove {
    color: #bbb
}

@media(min-width:1025px) {
    .style-dark .header .middle .right-side .cart-list-container .cart-list .mini-cart-remove:hover {
        color: #37bc9b
    }
}

.style-dark .header .middle .right-side .cart-list-subtotal {
    color: #333
}

.style-dark .header .middle .right-side .cart-list-bottom {
    background-color: #37bc9b
}

.style-dark .header .middle .right-side .cart-list-bottom a {
    color: #fff;
    background-color: transparent
}

@media(min-width:1025px) {
    .style-dark .header .middle .right-side .cart-list-bottom a:hover {
        background-color: #333
    }
}

.style-dark .header .middle .right-side .menumobile-toggle {
    border-color: #333
}

.style-dark .header .middle .right-side .search-toggle {
    border-color: #333
}

.style-dark .header .middle .right-side .search-toggle .search-container {
    color: #333
}

.style-dark .header .middle .right-side .search-toggle .search-container .inp-search {
    color: #333
}

.style-dark .header .middle .right-side .search-toggle .search-container .inp-search::-webkit-input-placeholder {
    color: #333
}

.style-dark .header .middle .right-side .search-toggle .search-container .inp-search:-moz-placeholder {
    color: #333
}

.style-dark .header .middle .right-side .search-toggle .search-container .inp-search::-moz-placeholder {
    color: #333
}

.style-dark .header .middle .right-side .search-toggle .search-container .inp-search:-ms-input-placeholder {
    color: #333
}

.style-dark .header .middle .right-side .search-toggle.js__active {
    border-color: #333
}

.style-dark .header .middle .right-side .search-toggle.js__active a {
    color: #333;
    background-color: #fff
}

@media(min-width:1025px) {
    .style-dark .header .middle .right-side .search-toggle:hover {
        border-color: #333
    }
}

.style-dark .header .bottom .right-side {
    color: #333
}

.style-dark .header .bottom .right-side a {
    color: #ff5a00
}

@media(min-width:1025px) {
    .style-dark .header .bottom .right-side a:hover {
        color: #333
    }
}

.style-dark .footer {
    background-color: #333;
    color: #fff
}

.style-dark .footer .bottom {
    background: #3d3d3d
}

.style-dark .footer .menu a {
    color: #fff
}

@media(min-width:1025px) {
    .style-dark .footer .menu a:hover {
        color: #ff5a00
    }
}

.style-dark .footer .contact-list li:before {
    background-color: #fff
}

.style-dark .footer .contact-list .fa {
    color: #fff
}

.style-dark .footer .contact-list a {
    color: #fff
}

@media(min-width:1025px) {
    .style-dark .footer .contact-list a:hover {
        color: #ff5a00
    }
}

.style-dark .footer .social-list a {
    color: #fff;
    background-color: #3d3d3d
}

@media(min-width:1025px) {
    .style-dark .footer .social-list a:hover {
        color: #3d3d3d;
        background-color: #fff
    }
}

.style-dark .footer .copyright {
    color: #bbb
}

.style-dark .footer .copyright a {
    color: #fff
}

.style-dark .join-form .inp-email {
    color: #333
}

.style-dark .join-form .inp-email::-webkit-input-placeholder {
    color: #a3a2a2
}

.style-dark .join-form .inp-email:-moz-placeholder {
    color: #a3a2a2
}

.style-dark .join-form .inp-email::-moz-placeholder {
    color: #a3a2a2
}

.style-dark .join-form .inp-email:-ms-input-placeholder {
    color: #a3a2a2
}

.style-dark .join-form .inp-submit {
    background: #3d3d3d;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}

@media(min-width:1025px) {
    .style-dark .join-form .inp-submit:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

.style-dark .menumobile-toggle .icon-bar {
    background: #333
}

@media(min-width:1025px) {

    .style-dark .main-menu-wrap .menu > li:hover > a,
    .style-dark .main-menu-wrap .menu > li.current-menu-item > a {
        border-bottom-color: #333;
        color: #333
    }

    .style-dark .main-menu-wrap .menu > li.menu-item-has-children > a:before {
        color: #fff;
        background-color: #bbb
    }

    .style-dark .main-menu-wrap .menu > li > a {
        color: #333
    }

    .style-dark .main-menu-wrap .menu > li.simple-menu .sub-menu {
        background-color: #fff;
        border-color: #f2f2f2
    }

    .style-dark .main-menu-wrap .menu li li:hover > a {
        color: #ff5a00
    }

    .style-dark .main-menu-wrap .menu .mega-menu-wrap .mega-menu {
        background-color: #fff
    }

    .style-dark .main-menu-wrap .menu .mega-menu-wrap .mega-menu .title {
        color: #333
    }

    .style-dark .main-menu-wrap .menu .mega-menu-wrap .mega-menu .title:after {
        background-color: #333
    }

    .style-dark .main-menu-wrap .menu .mega-menu-wrap .mega-menu .title a {
        color: #333
    }

    .style-dark .main-menu-wrap .menu .mega-menu-wrap .mega-menu .title:hover {
        color: #ff5a00
    }

    .style-dark .main-menu-wrap .menu .mega-menu-wrap .mega-menu .title:hover:after {
        background-color: #ff5a00
    }

    .style-dark .main-menu-wrap .menu .mega-menu-wrap .mega-menu .title:hover a {
        color: #ff5a00
    }

    .style-dark .main-menu-wrap .menu .mega-menu-wrap .mega-menu .adv .button-adv {
        background-color: #333;
        color: #fff
    }

    .style-dark .main-menu-wrap .menu .mega-menu-wrap .mega-menu .adv .button-adv:hover {
        background-color: #ff5a00
    }

    .style-dark .main-menu-wrap .menu .sub-menu a {
        color: #333
    }
}

@media(min-width:1025px) and (min-width:1025px) {
    .style-dark .main-menu-wrap .menu .sub-menu a:hover {
        color: #ff5a00
    }
}

.style-dark .section-title {
    color: #333
}

.style-dark .section-title:before {
    background: #333
}

.style-dark .product-grid .attribute-list span {
    border-color: #898c90;
    color: #898c90
}

.style-dark .product-grid .controls a {
    color: #fff
}

.style-dark .product-grid .add_to_cart_button {
    border-color: #37bc9b;
    color: #37bc9b
}

@media(min-width:1025px) {
    .style-dark .product-grid .add_to_cart_button:hover {
        color: #fff;
        background-color: #37bc9b
    }
}

.style-dark .product-grid .title {
    color: #333
}

@media(min-width:1025px) {
    .style-dark .product-grid .title:hover {
        color: #ff5a00
    }
}

.style-dark .product-grid .category {
    border-bottom-color: #c7c7cc;
    color: #c7c7cc
}

@media(min-width:1025px) {
    .style-dark .product-grid .category:hover {
        color: #37bc9b;
        border-bottom-color: #37bc9b
    }
}

.style-dark .product-grid .price {
    color: #e74c3c
}

.style-dark .product-grid .price del {
    color: #898c90
}

.style-dark .product-detail .woocommerce-main-image:before {
    border-color: #898c90;
    color: #898c90
}

@media(min-width:1025px) {
    .style-dark .product-detail .woocommerce-main-image:hover:before {
        background: #898c90;
        color: #fff
    }
}

.style-dark .summary .product_title {
    color: #333
}

.style-dark .summary .summary-top a {
    color: #898c90
}

@media(min-width:1025px) {
    .style-dark .summary .summary-top a:hover {
        color: #37bc9b
    }
}

.style-dark .summary .price {
    color: #37bc9b
}

.style-dark .summary .product_meta span {
    color: #898c90
}

.style-dark .summary .product_meta li {
    color: #333
}

.style-dark .summary .description {
    color: #898c90
}

.style-dark .summary .variants li .text {
    color: #333
}

.style-dark .summary .variants .variant-size .lbl-variant .lbl-text {
    border-color: #dbddde;
    color: #898c90
}

.style-dark .summary .variants .variant-size .lbl-variant .lbl-radio:checked + .lbl-text {
    background: #37bc9b;
    border-color: #37bc9b
}

.style-dark .summary .variants .variant-color .lbl-variant .lbl-text:after {
    border-color: #dbddde
}

.style-dark .summary .variants .variant-color .lbl-variant .lbl-text:before {
    border-color: #fff
}

.style-dark .summary .quantity {
    border-color: #bbb
}

.style-dark .summary .quantity input[type=number] {
    color: #333
}

.style-dark .summary .quantity button {
    border-color: #bbb
}

.style-dark .summary .quantity button.fa-plus {
    color: #333;
    background-color: #f1f1f1
}

.style-dark .summary .quantity button.fa-minus {
    color: #bbb;
    background-color: #fff
}

.style-dark .summary .single_add_to_cart_button {
    background-color: #333;
    color: #fff
}

@media(min-width:1025px) {
    .style-dark .summary .single_add_to_cart_button:hover {
        background-color: #37bc9b
    }
}

.style-dark .tab-product-wrap .tab-controls a {
    color: #c7c7cc;
    border-color: #c7c7cc
}

@media(min-width:1025px) {
    .style-dark .tab-product-wrap .tab-controls a:hover {
        color: #333;
        border-color: #333
    }
}

.style-dark .tab-product-wrap .tab-controls a.js__active {
    color: #333;
    border-color: #333
}

.style-dark .item-blog-grid .thumb {
    background-color: #fff
}

.style-dark .item-blog-grid .title {
    color: #333
}

.style-dark .item-blog-grid .post-meta li {
    color: #bbb
}

.style-dark .item-adv {
    color: #333
}

.style-dark .item-adv:before {
    border-color: #ecf0f1
}

.style-dark .item-adv p {
    color: #333
}

.style-dark .item-adv .btn-common {
    color: #333;
    border-color: #333
}

@media(min-width:1025px) {
    .style-dark .item-adv .btn-common:hover {
        color: #fff;
        background: #333
    }
}

.style-dark .item-adv-large {
    background-color: #f2f2f2;
    color: #333
}

.style-dark .item-adv-large:hover {
    color: #333
}

.style-dark .item-adv-large .title-border-bottom:before {
    background: #37bc9b
}

.style-dark .item-adv-large .btn-common {
    border-color: #333
}

@media(min-width:1025px) {
    .style-dark .item-adv-large .btn-common:hover {
        background-color: #333;
        color: #fff
    }
}

.style-dark .item-service {
    border-color: #e3e3e3
}

.style-dark .item-service .title {
    color: #333
}

.style-dark .item-service p {
    color: #333
}

.style-dark .item-service .thumb {
    color: #333
}

@media(min-width:1025px) {
    .style-dark .item-service:hover {
        border-color: #333
    }

    .style-dark .item-service:hover .thumb {
        color: #333
    }

    .style-dark .item-service:hover p {
        color: #333
    }
}

@media(max-width:1024px) {
    .style-dark .item-service .thumb {
        color: #333
    }
}

.style-dark .quotes-wrap {
    background: #f1f1f1
}

.style-dark .quotes-wrap .background {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    -moz-opacity: .05;
    -khtml-opacity: .05;
    opacity: .05
}

.style-dark .quotes-wrap .slick-dots button {
    background-color: #898c90
}

.style-dark .item-quote {
    color: #4a4a4a
}

.style-dark .item-quote .author .from {
    color: #898c90
}

.style-dark .item-quote .thumb {
    border-color: rgba(0, 0, 0, .05)
}

.style-dark .item-logo {
    border-color: #e3e3e3
}

@media(min-width:1025px) {
    .style-dark .item-logo:hover {
        border-color: #898c90
    }
}

.style-dark .btn-ajax-loading {
    border-color: #333;
    color: #333;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

@media(min-width:1025px) {
    .style-dark .btn-ajax-loading:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }
}

.style-dark .popup .popup-overlay {
    background-color: #333
}

.style-dark .popup .popup-close-btn {
    border-color: #fff;
    background-color: #333
}

.style-dark .popup .popup-close-btn .fa {
    color: #fff
}

@media(min-width:1025px) {
    .style-dark .popup .popup-close-btn:hover {
        background-color: #e74c3c
    }
}

.style-dark .popup .popup-inside {
    background-color: #fff
}

.style-dark .slick-middle-arrow .slick-arrow {
    border-color: #dbddde
}

.style-dark .slick-middle-arrow .slick-arrow:before {
    color: #dbddde
}

@media(min-width:1025px) {
    .style-dark .slick-middle-arrow .slick-arrow:hover {
        border-color: #37bc9b
    }

    .style-dark .slick-middle-arrow .slick-arrow:hover:before {
        color: #37bc9b
    }
}

.style-dark .slick-top-arrow .slick-arrow {
    border-color: #bbb
}

.style-dark .slick-top-arrow .slick-arrow:before {
    color: #bbb
}

.style-dark .slick-top-arrow .slick-arrow:hover {
    background: #fff;
    border-color: #333
}

.style-dark .slick-top-arrow .slick-arrow:hover:before {
    color: #333
}

.style-dark .slick-middle-arrow .slick-dots button,
.style-dark .slick-top-arrow .slick-dots button {
    background-color: #dbddde
}

@media(min-width:1025px) {

    .style-dark .slick-middle-arrow .slick-dots button:hover,
    .style-dark .slick-top-arrow .slick-dots button:hover {
        background-color: #bbb
    }
}

.style-dark .slick-middle-arrow .slick-dots .slick-active button,
.style-dark .slick-top-arrow .slick-dots .slick-active button {
    background-color: #bbb
}

.style-dark .slick-arrow-long .slick-arrow:before {
    color: #bbb
}

.section-404 {
    padding: 150px 0 250px
}

.btn-group-404 {
    padding: 0 0 60px;
    font-size: 0
}

.btn-group-404 a {
    margin: 0 10px 20px
}

.desc-404 {
    margin: 0 0 24px;
    color: #898c90;
    font-size: 16px;
    line-height: 24px
}

.desc-404 a {
    color: #333
}

.desc-404 a:hover {
    color: #ff4981
}

.form-search-404 {
    display: inline-block;
    position: relative;
    max-width: 530px;
    width: 100%
}

.form-search-404 .button-submit {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    height: 35px;
    width: 35px;
    background: #37bc9b;
    border: none;
    color: #fff;
    font-size: 18px
}

.form-search-404 .button-submit:hover {
    background: #333
}

.form-search-404 .button-submit i {
    line-height: 33px
}

.form-search-404 .input-search {
    width: 100%;
    height: 45px;
    padding: 0 41px 0 8px;
    background: transparent;
    border: 2px solid #333;
    color: #333;
    font-size: 14px;
    outline: none
}

.form-search-404 .input-search:focus {
    border-color: #37bc9b
}

.form-search-404 .input-search::-webkit-input-placeholder {
    color: #898c90
}

.form-search-404 .input-search:-moz-placeholder {
    color: #898c90
}

.form-search-404 .input-search::-moz-placeholder {
    color: #898c90
}

.form-search-404 .input-search:-ms-input-placeholder {
    color: #898c90
}

.large-title-404 {
    margin: 0;
    font-size: 250px;
    line-height: 260px;
    color: #333;
    font-weight: 400
}

.sub-title-404 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700
}

@media(max-width:767px) {
    .section-404 {
        padding: 50px 0 150px
    }

    .btn-group-404 {
        padding-bottom: 30px
    }

    .desc-404 {
        font-size: 14px
    }

    .large-title-404 {
        font-size: 150px;
        line-height: 160px
    }

    .sub-title-404 {
        font-size: 25px;
        line-height: 35px
    }
}

@media(max-width:359px) {
    .large-title-404 {
        font-size: 90px;
        line-height: 100px
    }
}

.width150 {
    width: 150px
}

.width300 {
    width: 300px
}

.width580 {
    width: 580px
}

.width1200 {
    width: 1200px
}

.line-through {
    text-decoration: line-through
}