html,
body,
#main,
.site_wrapper,
.sb-slidebar {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    overflow-x: hidden
}

html {
    font-size: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

input[type="submit"],
button[type="submit"],
.button {
    font-family: 'Roboto', sans-serif;
    font-weight: normal !important;
    letter-spacing: 0.4px;
    border-radius: 3px !important;
}

input[type="submit"] .content {
    width: 100%;
    float: left;
}

.menu_mobile,
.btn-open,
.overlay_menu {
    display: none;
}

body {
    min-height: 100%;
    height: auto;
    position: relative;
}

#main,
.site_wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #ffffff
}

#main:before,
#main:after,
.site_wrapper:before,
.site_wrapper:after {
    content: ' ';
    display: table
}

#main:before,
#main:after,
.site_wrapper:before,
.site_wrapper:after {
    clear: both
}

#logo img {
    max-height: 45px;
    transition: all 250ms;
    -webkit-transition: all 250ms;
}

.compact #logo img {
    max-height: 40px;
    margin-top: 0;
}

nav {
    display: block;
}

.site-content {
    float: left;
    width: 100%;
}

.page_title {
    float: left;
    width: 100%;
    padding: 70px 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    background: #eaeaea;
}

.page_title .pagenation {
    float: right;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    display: flex;
    color: #c4c4c4;
    margin: 17px 0px 0px 0px;
}

.page_title2 .pagenation span,
.page_title .pagenation a {
    color: #888;
    line-height: 28px;
    margin: 0;
    float: left;
}

.page_title .pagenation i {
    margin: 0 4px;
    float: left;
}

.page_title .pagenation span,
.page_title2 .pagenation a {
    color: #888;
    line-height: 20px;
    margin: 0;
}

.page_title .pagenation span {
    margin-right: 5px;
    margin-left: 5px;
}

.page_title h1 {
    float: left;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #191919;
    text-transform: capitalize;
    line-height: 50px;
}

#main-pages {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.row {
    margin-top: 0px;
}

.main-content>.post:last-child {
    margin-bottom: 0;
}

.single-post .post {
    margin-bottom: 50px;
}

.main-content .post {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.main-content .post .entry-thumbnail {
    float: left;
    width: 100%;
    padding-bottom: 36px;
}

.main-content .post .entry-content {
    float: left;
    width: 100%;
    position: relative;
}

.main-content .post .entry-content .title {
    float: left;
    width: 100%;
    margin: 0px 0 24px;
}

.main-content .post .entry-content .title h2 {
    margin-bottom: 0;
}

.single-post .post .title h2 {
    font-size: 24px;
    color: #282828;
}

.main-content .post .entry-content .title .post-meta {
    float: left;
    width: 100%;
    margin: 7px 0 0;
}

.single-post .post .post-meta {
    list-style-type: none;
    margin: 7px 0 0;
    padding: 0;
    border: none;
}

.main-content .post .entry-content .title .post-meta li {
    float: left;
    margin-right: 20px;
    font-weight: 400;
    color: #999;
    line-height: 26px;
    list-style: none;
    font-size: 14px;
    position: relative;
}

.main-content .post .entry-content .title .post-meta li:after {
    position: absolute;
    right: -12px;
    top: 50%;
    height: 10px;
    width: 1px;
    background: #ccc;
    content: "";
    transform: translateY(-50%);
}

.main-content .post .entry-content .title .post-meta li a {
    font-weight: 400;
    color: #47c1bf;
    text-transform: capitalize;
}

.main-content .post .entry-content .title h2 a {
    display: block;
    color: #191919;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}

.main-content .post .entry-content .title h2 a:hover {
    color: #47c1bf;
}

.main-content .post .entry-content .box-date span {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
}

.main-content .post .entry-content .box-date em {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    line-height: 28px;
    font-style: inherit;
}

#sidebar {
    float: left;
    width: 100%;
    position: relative;
    border-left: 1px solid #ededed;
    padding: 0 0 0 0.75em;
}

.king-sidebar {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

#sidebar .widget {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

#sidebar ul .children {
    padding-left: 15px;
}

#sidebar ul .children>li:first-child {
    padding-top: 9px !important;
}

#sidebar ul .children>li:last-child {
    padding-bottom: 0;
}

#sidebar .widget.widget_search form {
    float: left;
    width: 100%;
    position: relative;
}

#sidebar .widget .widgettitle {
    float: left;
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#sidebar .widget select {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}

.calendar_wrap table a {
    color: #191919;
}

.calendar_wrap table a:hover {
    text-decoration: underline;
}

.calendar_wrap table {
    border: 1px solid #eee;
    text-align: center;
}

.calendar_wrap table th {
    border-right: 1px solid #eee;
    color: #191919;
    font-weight: 700;
}

.calendar_wrap table td {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.calendar_wrap table caption {
    color: #191919;
    font-weight: bold;
}

#sidebar .widget.widget:last-child {
    margin-bottom: 8px;
}

.tagcloud a {
    float: left;
    color: #222;
    padding: 5px 10px;
    margin: 0px 5px 10px 5px;
    transition: all 0.3s ease;
    background: #eee;
    border-radius: 0;
    font-size: 14px!important;
}

.tagcloud a:first-child {
    margin-left: 0;
}

.tagcloud a:hover {
    color: #47c1bf;
}

#sider-bar li {
    list-style-type: none;
}

#sidebar li {
    list-style-type: none;
}

#sidebar .widget input[type="text"] {
    border: 1px solid #ddd;
    padding: 10px 20px;
    float: left;
    width: 100%;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

#sidebar .widget.widget_search form button {
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    display: none;
}

#sidebar .widget.widget_search form button:before {
    content: "\e090";
    position: absolute;
    font-family: "simple-line-icons";
    font-size: 20px;
    color: #47c1bf;
    right: 20px;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#sidebar .widget ul {
    float: left;
    width: 100%;
}

#sidebar .widget ul.sub-menu li a {
    font-style: normal;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 400;
    float: left;
    width: 100%;
    padding: 9px 0;
}

#sidebar .widget ul.sub-menu li a:hover {
    background: transparent;
}

#sidebar .widget ul.sub-menu {
    padding-left: 15px;
}

#sidebar .widget ul.sub-menu li {
    border-top: 1px solid #eee;
}

#sidebar .widget ul.sub-menu li:first-child {
    margin-top: 9px;
}

#sidebar .widget ul.sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#sidebar .widget ul li:first-child {
    padding-top: 0;
}

#sidebar .widget ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 9px 0;
}

#sidebar .widget ul li a {
    display: inline-block;
    font-weight: 400;
    color: #666;
}

#sidebar .widget li ul li a {
    float: none;
}

#sidebar .widget ul li a:hover {
    text-decoration: underline;
}

.post .post-tag {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.post .post-tag h4 {
    float: left;
    color: #191919;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    line-height: 24px;
    margin: 0 19px 0 0;
}

.post .post-tag a {
    float: left;
    font-size: 14px;
    text-transform: none;
    color: #666;
    position: relative;
    width: auto;
    margin: 0 14px 0 0;
    line-height: 24px;
}

.post .post-tag a:hover:before {
    width: 100%;
}

.post .post-tag a:hover {
    color: #47c1bf;
}

.post .post-tag a:before {
    background: #47c1bf;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
}

#comments {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    margin-top: 0px;
    float: left;
}

#comments h3#reply-title {
    display: inline-block;
    width: 100%;
}

#comments .comment-reply-title {
    float: left;
    width: 100%;
    font-size: 24px !important;
    font-weight: 500;
    margin-bottom: 30px;
    color: #282828;
}

#comments .comment-form {
    float: left;
    width: 100%;
}

#comments #commentform>p {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

#comments .logged-in-as {
    margin-bottom: 20px !important;
}

#comments .logged-in-as a {
    color: #47c1bf;
}

#comments .comment-form .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#comments #commentform input,
#comments #commentform textarea {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #777;
}

#comments .comment-form .form-group input,
#comments .comment-form .form-group textarea {
    padding: 0px 15px;
    line-height: 43px;
    height: 45px;
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    background: transparent;
    border-radius: 0;
    height: auto;
}

.comment-form-cookies-consent input {
    width: auto !important;
    margin-top: 8px !important;
    margin-right: 8px !important;
}

.comment-form-cookies-consent label {
    font-weight: 400;
    color: #777;
}

#comments #commentform>p {
    float: left;
    width: 100%;
    font-weight: normal;
    color: #191919;
}

#comments .comment-form .form-submit {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: auto !important;
}

#comments #commentform input[type="submit"] {
    width: auto;
    font-weight: 700;
}

#comments #commentform input,
#comments #commentform textarea {
    float: left;
    width: 100%;
}

#comments .comment-form .form-submit input[type='submit'] {
    float: left;
    width: auto;
    background: #47c1bf;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 7px 30px;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    color: #fff !important;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0;
}

#comments .comment-form .form-submit input[type='submit']:hover {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .15);
    outline: none;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

#comments .title-comment {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
    padding: 0;
    color: #282828;
}

.commentlist {
    float: left;
    width: 100%;
    margin-bottom: 50px !important;
    padding: 0;
    list-style: none;
}

.commentlist li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.blog-single-post .commentlist li {
    margin: 0;
}

.commentlist li .children {
    float: left;
    width: 100%;
    padding-left: 80px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block !important;
}

#comments .comment-block {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 20px 0 15px;
}

#comments .comment-block .avtar-author {
    float: left;
    margin-right: 15px;
}

#comments .comment-block .comment-content {
    overflow: hidden;
    padding-left: 35px;
}

#comments .comment-block .avtar-author img {
    border-radius: 50%;
}

#comments .comment-block .comment-content .comment-header {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0 13px;
}

#comments .comment-block .comment-content .comment-header h4 {
    font-size: 16px;
    text-transform: capitalize;
    color: #282828;
}

#comments .comment-block .comment-content p {
    float: left;
    width: 100%;
}

#comments .comment-block .comment-content .comment-header em {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
}

#comments .comment-block .comment-content .comment-header .comment-link {
    position: absolute;
    top: 0px;
    right: 0;
}

#comments .comment-block .comment-content .comment-header .comment-link a {
    margin-left: 5px;
    float: left;
    position: relative;
    background: #47c1bf;
    color: #fff;
    border-radius: 2px;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

#comments .comment-block .comment-content .comment-header .comment-link a:hover {
    text-decoration: underline;
}

#comments .comment-block .comment-content p {
    float: left;
    width: 100%;
}

.woocommerce-page .entry-content .box-date {
    display: none;
}

.woocommerce-page .entry-content .title ul.post-meta {
    display: none;
}


/* home page 1 */

.page-template-template-partspage-template-full-php .margin_top8 {
    margin-top: 120px;
}

.spacing-header2 {
    margin-top: 120px;
}

.shop_feature_section1 {
    padding: 80px 0;
}

.shop_feature_section3 {
    padding: 90px 0;
    text-align: center;
}

.shop_feature_section3 .kc_title {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.shop_feature_section3 p {
    color: rgba(255, 255, 255, 0.8);
    margin: 10px 0 25px;
}

.shop_feature_section2 .kc-title-wrap,
.shop_feature_section4 .kc-title-wrap,
.shop_feature_section5 .kc-title-wrap {
    text-align: center;
}

.entry-content h4 {
    float: none;
}

.entry-content h4,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 10px;
    line-height: 140%;
}

.title-shop {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #282828;
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}

.shop_feature_section2,
.shop_feature_section5 {
    padding: 0 0 60px;
}

.shop_feature_section4 {
    padding: 80px 0;
}

.entry-content ul {
    list-style-type: none;
}

.owl-carousel {
    display: none;
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.uni-post-1 .kc-post-header>a {
    float: left;
    width: 100%;
    text-align: left;
}

.uni-post-1 .meta-title {
    padding: 20px 25px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.uni-post-1 .kc-list-item-4 .post-meta {
    order: 2;
    margin: 0;
    text-align: left;
}

.uni-post-1 .kc-list-item-4 .post-meta a {
    font-size: 14px;
    font-weight: 500;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    text-transform: initial;
    font-style: italic;
}

.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a:hover {
    color: #fff;
    text-decoration: underline;
}

.uni-post-1 .kc-list-item-4 .kc-post-header .post-title-alt {
    order: 1;
    margin: 0;
}

.uni-post-1 .kc-list-item-4 .kc-post-header .post-title-alt a {
    text-align: left;
    display: block;
    color: #fff;
    font-size: 17px;
    text-align: left;
    text-transform: initial;
}

.feature_section16 {
    padding: 60px 0 90px;
}

.client-logo .client-logo-item {
    float: left;
    margin: 30px 0px 0;
    text-align: center;
}

.shop_feature_section7,
.shop_feature_section6 {
    padding: 80px 0 60px;
}


/* home 2 */

.owl-carousel {
    display: none;
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.home2_section1 {
    padding: 50px 0;
}

.home2_section1 .kc-wrap-columns {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 50px;
}

.kc_column:not(:last-child) .lumise_feature {
    border-right: 1px solid #e4e4e4;
}

.lumise_feature .content-icon i {
    font-size: 42px;
    line-height: 42px;
    color: #47c1bf;
}

.lumise_feature .box-right {
    padding-left: 15px;
}

.lumise_feature .content-title {
    margin-bottom: 3px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
}

.lumise_feature .content-desc {
    margin-bottom: 0;
}

.home2_section2 .title-shop {
    float: left;
    width: 100%;
    font-size: 2em;
    margin: 0 0 40px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.home2_section3 {
    padding-bottom: 50px;
}

.kingcomposer li.sale>p {
    display: contents;
}


/* About us */

.about2_feature_section1 {
    padding: 0px 0 30px;
}

.service-item {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.service-item i {
    float: left;
    padding-left: 40px;
    color: #999;
    font-size: 32px;
    text-align: left;
}

.service-item .title-style3 {
    padding-left: 40px;
    margin: 27px 0 17px;
}

.title-style3 {
    float: left;
    width: 100%;
    padding-left: 37px;
}

.service-item .title-style3 p {
    margin-bottom: 0px;
}

.title-style3 p {
    float: left;
    width: 100%;
    font-weight: 400;
    margin-bottom: 0;
    color: #999;
    font-family: 'playfair display';
    font-style: italic;
}

.entry-content h4 {
    float: none;
}

.about2_feature_section1 h4 {
    color: #282828;
}

.title-style3 h4 {
    float: left;
    width: 100%;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.service-item .kc_text_block p {
    padding-left: 40px;
    float: left;
    width: 100%;
}

.about2_feature_section1 h4 {
    color: #282828;
}

.service-item .title-style3 h4:before {
    background: #47c1bf;
    left: -40px;
}

.title-style3 h4:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #ccc;
    top: 8px;
    left: -37px;
}

.about2_feature_section2 {
    background: #f5f5f5;
    padding: 80px 0;
}

#main-pages .content-left {
    padding-right: 0px;
    float: right;
}

.about2_feature_section2 h4 {
    color: #282828;
    margin: 0 0 30px;
}

.about2_feature_section2 .kc_text_block {
    padding-right: 35px;
}

.btn-style3 {
    float: left;
    background: #344147;
    color: #282828;
    text-transform: uppercase;
    border: 2px solid #666;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 25px;
}

.btn-style3:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 5px;
    border: 3px solid transparent;
    border-bottom-color: #282828;
    border-left-color: #282828;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.kc_progress_bars.uni_progrcessbar {
    float: left;
    width: 100%;
}

.kc_progress_bars.uni_progrcessbar .progress-item {
    margin: 14px 0 15px 0;
}

.kc_progress_bars.uni_progrcessbar .progress-item span.label {
    color: #282828;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 0;
}

.kc_progress_bars.uni_progrcessbar .progress-item .value {
    position: absolute;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 38px;
    height: 25px;
    line-height: 25px;
    margin: auto;
    top: -15px;
    bottom: 0;
    right: 0;
    color: #47c1bf;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #ddd;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(50%, -100%);
    -moz-transform: translate(50%, -100%);
    -ms-transform: translate(50%, -100%);
    -o-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
}

.kc_progress_bars.uni_progrcessbar .progress-item .value {
    background: #344147;
    border-color: #344147;
    color: #fff !important;
}

.kc_progress_bars.uni_progrcessbar .progress-item .value:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(221, 221, 221, 0);
    border-top-color: #344147;
    border-width: 7px;
    margin-left: -7px;
}

.about2_feature_section3 {
    padding-bottom: 20px;
}

.title-style1 {
    float: left;
    width: 100%;
    font-size: 38px;
    padding: 80px 0;
    position: relative;
    font-weight: 700;
    color: #282828;
    text-align: center;
    text-transform: uppercase;
}

.title-style1 p {
    padding-top: 10px;
    text-transform: none;
}

figure {
    margin: 0;
}

.our-team-2 .content-image img {
    width: 100px;
    border-radius: 50%;
}

.our-team-2 .content-title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    margin: 22px 0 0;
}

.our-team-2 .content-subtitle {
    margin: 0 0 18px;
}

.our-team-2 .content-socials a {
    margin: 0 5px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 100%;
    color: #888;
    font-size: 12px;
}

.uni_calltoaction {
    background: transparent;
    padding: 70px 0 50px;
}

.uni_calltoaction .kc-cta-desc h2 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #fff;
}

.uni_calltoaction .kc-cta-text {
    color: rgba(255, 255, 255, 0.8);
}

.uni_calltoaction .kc-cta-button a {
    background: #fff;
    color: #47c1bf;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 40px;
    border: 2px solid transparent;
    border-width: 1px;
    position: relative;
}

.uni_calltoaction .kc-cta-button a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}


/* Contact Us */

.contact2_feature_section1 {
    padding-bottom: 100px;
}

.title-style1 {
    float: left;
    width: 100%;
    font-size: 38px;
    padding: 80px 0;
    position: relative;
    font-weight: 700;
    color: #282828;
    text-align: center;
    text-transform: uppercase;
}

.contact-info h3 {
    color: #282828;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.contact-info h3:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #47c1bf;
    left: 0;
    bottom: 0;
}

.contact-info p {
    margin: 0 0 4px;
}

.social-contact {
    margin-top: 20px;
}

.social-contact a {
    background: transparent;
    color: #999;
    padding: 0;
    margin: 0 10px 0 0;
}

.contact-form {
    float: left;
    width: 100%;
}

.contact-form .form-group.w2 {
    width: 48%;
    margin-right: 4%;
}

.contact-form .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form .form-group input {
    float: left;
    width: 100%;
    padding: 12px 20px;
    color: #282828;
    border: 1px solid #e1e1e1;
    font-family: inherit;
    font-size: inherit;
}

.contact-form .form-group textarea {
    border: 1px solid #e1e1e1;
    float: left;
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    color: #282828;
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
}

.contact-form .form-group.w2.last {
    margin-right: 0;
}

.contact-form .btn-submit {
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-form .btn-submit:hover input[type='submit'] {
    background: #282828;
    color: #fff;
    border-color: #282828;
}

.contact-form .btn-submit input[type='submit'] {
    float: left;
    width: auto;
    background: #47c1bf;
    border: 2px solid transparent;
    color: #fff;
    display: block;
    padding: 7px 40px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../images/loading.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

.map {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
}

.map {
    width: 100%;
    float: left;
}


/**footer*/

#footer {
    float: left;
    width: 100%;
    position: relative;
}

.footer_v1 {
    background: #363b3e;
    padding: 90px 0;
    color: rgba(255, 255, 255, 0.5);
}

.footer_v1 li {
    list-style-type: none;
}

.footer_v3 .logo-footer,
.footer_v1 .logo-footer {
    height: 48px;
    width: auto;
    display: inline-block;
    margin: 0 0 10px !important;
}

.footer .widget {
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 0.5);
    float: left;
    width: 100%;
}

.footer .widget li a:hover {
    color: #fff;
}

.footer .widget li {
    line-height: 32px;
    float: left;
    width: 100%;
}

.footer .widget select {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}

.footer .widget a {
    color: rgba(255, 255, 255, 0.5);
}

.footer .widget a:hover {
    text-decoration: underline;
}

.footer .calendar_wrap table caption,
.footer .calendar_wrap table th {
    color: #fff;
}

.footer .widget .sub-menu a {
    font-style: normal;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 400;
    float: left;
    width: 100%;
    padding: 0;
    line-height: 32px;
}

.footer .widget .sub-menu a:hover {
    background: transparent;
    color: #fff;
}

.footer .widget .sub-menu {
    padding-left: 14px;
}

.footer .widget.widget_search input {
    float: left;
    width: 100%;
    border-color: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    height: 40px;
    line-height: 38px;
}

.footer .widget.widget_search button {
    display: none;
}

ul.faddress {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.faddress li {
    padding: 0px;
    margin: 0px;
    line-height: 30px !important;
}

.faddress li>a {
    color: #fff;
}

.footer_logo img {
    max-width: 160px !important;
}

.footer_v1 .widgettitle {
    letter-spacing: 1px;
    margin-bottom: 18px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.copyright_info p {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.qlinks ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.qlinks li {
    padding: 3px 0px;
    margin: 0px;
}

.qlinks li a {
    color: #bbb;
    transition: all 0.3s ease;
}

.qlinks li a i,
.qlinks li a i {
    margin-right: 3px;
}

.product_list_widget {
    list-style: outside none none;
}

.widget.woocommerce .product_list_widget li {
    border: none;
}

.product_list_widget li {
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
    list-style: outside none none;
    margin: 0;
    width: 100%;
    display: inline-block;
}

ul.product_list_widget li a {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    display: block;
}

.product_list_widget li a img {
    float: left;
    width: 70px;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    margin-right: 18px;
    padding: 2px;
}

.product_list_widget .amount {
    color: #47c1bf;
}

.footer .tagcloud>a {
    float: left;
    color: #eee;
    padding: 5px 10px;
    margin: 0px 5px 10px 5px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0;
    font-size: 14px!important;
}

.footer .tagcloud>a:hover {
    background: #fff;
    color: #333;
}

.footer .link a {
    display: block;
    line-height: 30px;
}

.footer .link a:hover {
    color: #fff;
    text-decoration: underline;
}


/*copyRight*/

.copyright_info {
    float: left;
    padding: 30px 0px 25px 0px;
    margin: 0 0px 0px 0px;
    width: 100%;
    color: #6d6d6d;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background-color: #363b3e;
}

.copyright_info a {
    margin-top: 10px;
    color: #a8a8a8;
    text-align: right;
    transition: all 0.3s ease;
}

.copyright_info a:hover {
    color: #fff;
    text-decoration: underline;
}

div.footer_social_links {
    float: right;
    padding: 0px;
    text-align: right;
    margin: -5px 0px 0px 0px;
}

.footer_social_links a {
    display: inline-block;
    padding: 0px;
    margin: 0px 0px 0px 6px;
    background: transparent;
    cursor: pointer;
}

.footer_social_links a i:hover {
    color: #fff;
    background-color: #454545;
}

.footer_social_links a i {
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100%;
    line-height: 24px;
    font-size: 13px;
    vertical-align: middle;
    background-color: #212121;
    color: #727272;
    transition: all 0.3s ease;
}


/**404*/

.error-404 {
    float: left;
    width: 100%;
    padding-bottom: 100px;
    text-align: center;
    background-color: #f4f4f4;
}

.error-404 .desc {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.error-404 .button {
    padding: 12px 24px;
}

.error-404 .desc h1 {
    font-size: 120px;
    font-weight: 500;
}

.error-404 .desc span {
    float: left;
    width: 100%;
    font-size: 18px;
}

.error-404 .desc span em a {
    font-weight: 400;
    font-style: normal;
    color: #47c1bf;
    padding-left: 3px;
}

.error-404 .btn-style3 {
    float: none;
    display: inline-block;
}

.btn-style3 {
    float: left;
    background: #344147;
    color: #282828;
    text-transform: uppercase;
    border: 2px solid #666;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 25px;
}


/*form search*/

h3.widget-title {
    margin-bottom: 30px;
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    clear: both;
    width: 100%;
    text-transform: uppercase;
}

.post p {
    margin-bottom: 15px;
}

.search-posts-pages .main-content form {
    float: left;
    width: 250px;
    position: relative;
}

.search-posts-pages .main-content form input[type="text"] {
    border: 1px solid #ddd;
    padding: 14px 25px;
    float: left;
    width: 100%;
    font-style: italic;
    color: #666;
    height: auto;
}

.search-posts-pages .main-content form button {
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
}

.search-posts-pages .main-content form button:before {
    content: '\e6a4';
    position: absolute;
    font-family: "Stroke-Gap-Icons";
    font-size: 20px;
    color: #47c1bf;
    right: 20px;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.main-content article.no-results {
    padding-bottom: 45px;
}


/**Shop*/

.page_title2 {
    float: left;
    width: 100%;
    padding: 70px 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
    background: #f6f6f6;
}

.term-85 .page_title2 {background: url('/wp-content/uploads/2020/11/baner_footballka.jpg'); background-size: cover;
    height: 700px; border-top: 0px; }
.term-85 .page_title2 .pagenation {	display: none!important;}
.term-85 #breadcrumb .page-title {    padding-top: 17%!important;}

.woocommerce-page #breadcrumb .page-title {
    padding-top: 0;
}

.page_title2 h1 {
    float: left;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #282828;
    text-transform: uppercase;
    line-height: 50px;
}

.page_title2 .pagenation {
    float: right;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    display: flex;
    color: #c4c4c4;
    margin: 17px 0px 0px 0px;
}

.page_title2 .pagenation span,
.page_title2 .pagenation a {
    color: #888;
    line-height: 20px;
    margin: 0;
}

body .summary form .lumise-button.alt {
    padding: 12px 30px;
}

.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

.menu-primary-menu-container {
    float: left;
}

.woo-minicart {
    float: left;
    position: relative;
}

.woo-minicart i {
    padding: 27px 0px 32px 30px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: #161616;
    vertical-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-style: normal;
}

.compact .woo-minicart i {
    padding: 22px 0 22px 30px;
}

.woo-minicart:hover i {
    color: #47c1bf;
}

.minicart-content {
    position: absolute;
    top: 100%;
    display: none;
    min-width: 280px;
    padding: 25px 15px;
    margin: 2px 0 0;
    font-size: 13px;
    right: 0;
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    z-index: 1000;
    margin-top: 0;
}

.woo-minicart:hover .minicart-content {
    display: block;
    animation-duration: 0.5s;
    animation-name: fadeInFromNone;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fadeInFromNone;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-duration: 5s;
    -ms-animation-name: fadeInFromNoneIE;
    -ms-animation-fill-mode: forwards;
}

.woo-minicart ul li {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
    position: relative;
}

.woo-minicart li .remove {
    position: absolute;
    right: 0;
    top: 10px;
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    line-height: 18px !important;
    border: 1px solid #e4e4e4;
    text-align: center;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 18px;
}

.woo-minicart ul.woocommerce-mini-cart li a {
    float: none;
    width: auto;
}

.woo-minicart ul.woocommerce-mini-cart li a:hover {
    text-decoration: underline;
}

.woo-minicart ul.woocommerce-mini-cart li a img {
    padding: 0;
    border: 0;
}

.cart_quick_view .woocommerce-mini-cart__total {
    padding: 18px 18px;
    color: #222;
    font-size: 18px;
    text-transform: capitalize;
}

.cart_quick_view .woocommerce-mini-cart__total strong {
    font-weight: 600;
}

.cart_quick_view .woocommerce-mini-cart__buttons {
    padding: 0 18px;
}

.woocommerce-mini-cart__total {
    float: left;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    padding: 10px 0;
    margin: 10px 0 0;
}

.woocommerce-mini-cart__total .amount {
    color: #333;
    font-weight: 600;
}

.woocommerce-mini-cart__buttons {
    float: left;
    width: 100%;
    margin: 0;
}

.woocommerce-mini-cart__buttons .button {
    padding: 10px 25px;
    float: left;
    border-color: #47c1bf;
    border: none;
    text-transform: uppercase;
    background: #47c1bf;
    color: #fff;
    border-radius: 3px;
    line-height: 16px;
    text-shadow: none;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    font-size: 14px;
    padding: 10px 30px;
}

.woocommerce-mini-cart__buttons .button:hover {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .15);
}

.woocommerce-mini-cart__buttons .button:last-child {
    float: right;
}

.panel_quick_view .woocommerce-mini-cart__buttons .button:last-child {
    float: left;
    margin: 10px 0 0 0;
}

.cart_quick_view .woocommerce-mini-cart__empty-message {
    padding: 0 18px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

body .cart_quick_view .product_list_widget li a.remove {
    position: absolute;
    right: 18px;
    bottom: 7px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    padding: 0;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
}

body .cart_quick_view .product_list_widget li a.remove:hover {
    border-color: #47c1bf;
    background: #47c1bf;
    color: #fff;
}

.compact .cart-contents {
    top: 9px;
}

.cart-contents {
    position: absolute;
    top: 19px;
    left: 94%;
    background: #47c1bf;
    border-radius: 3px;
    width: auto;
    height: 18px;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    z-index: 999;
    transition: all 0.3s ease;
    padding: 0 3px;
}

.product-inner>a {
    float: left;
    width: 100%;
    position: relative;
}

.king-buttons {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    opacity: 0;
    z-index: 999;
}

ul.products li.product:hover .product-inner .king-buttons {
    opacity: 1;
    transform: scale(1);
}

body .woocommerce .products .product .lumise-list-button,
body.woocommerce .products .product .lumise-list-button {
    padding: 10px 20px;
    text-transform: uppercase;
    line-height: 16px;
    border-radius: 3px;
}

body .woocommerce .products .product .lumise-list-button:hover,
body.woocommerce .products .product .lumise-list-button:hover {
    box-shadow: none;
    text-decoration: underline;
    color: #fff;
}

.king-buttons>a.button {
    border-color: #47c1bf;
    border: none;
    text-transform: uppercase;
    background: #47c1bf;
    color: #fff;
    border-radius: 3px;
    line-height: 16px;
    text-shadow: none;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    font-size: 14px;
    padding: 12px 30px;
}

.king-buttons>a.button:hover {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .15);
}

.product-inner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all 0.3s ease 0s;
}

ul.products li.product:hover .product-inner .overlay {
    opacity: 1;
}

.king-buttons .added_to_cart.wc-forward {
    display: none;
}

.king-buttons .button.added:after {
    display: inline-block;
    line-height: 37px;
}


/*style format*/

.woocommerce-product-details__short-description ul {
    list-style-type: disc;
}

.woocommerce-product-details__short-description ol {
    list-style-type: decimal;
}

.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol {
    margin: 10px 0px 10px 25px;
    padding: 0px;
}

.woocommerce-product-details__short-description ul li {
    list-style: disc;
}

.woocommerce-product-details__short-description ul li>ul,
.woocommerce-product-details__short-description ol li>ol {
    margin-left: 15px;
    margin-bottom: 0px;
}

.woocommerce-product-details__short-description ol li {
    list-style: decimal;
}

.woocommerce-product-details__short-description address {
    font-style: italic;
    margin: 0px 0px 1.75rem;
}

.woocommerce-product-details__short-description li:last-child {
    margin-bottom: 0px;
}

.woocommerce-product-details__short-description li>ul {
    margin-left: 25px;
}

.woocommerce-product-details__short-description h1,
.woocommerce-product-details__short-description .h1 {
    font-size: 2.0625rem;
    line-height: 1.27273;
    margin-top: 1.69697rem;
    margin-bottom: 0.848485rem;
}

.woocommerce-product-details__short-description h2,
.woocommerce-product-details__short-description .h2 {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.woocommerce-product-details__short-description h3,
.woocommerce-product-details__short-description .h3 {
    font-size: 1.4375rem;
    line-height: 1.21739;
    margin-top: 2.43478rem;
    margin-bottom: 1.21739rem;
}

.woocommerce-product-details__short-description h4,
.woocommerce-product-details__short-description .h4 {
    font-size: 1.1875rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

.woocommerce-product-details__short-description h5,
.woocommerce-product-details__short-description .h5 {
    font-size: 1rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

.woocommerce-product-details__short-description h6,
.woocommerce-product-details__short-description .h6 {
    font-size: 0.83rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

.woocommerce-product-details__short-description li {
    margin-bottom: 0px;
    list-style: inherit;
}

.woocommerce-product-details__short-description li:last-child {
    margin-bottom: 0px;
}

.woocommerce-product-details__short-description code {
    background-color: rgb(209, 209, 209);
    padding: 0.125rem 0.25rem;
}

.woocommerce-product-details__short-description mark,
.woocommerce-product-details__short-description ins {
    background: rgb(0, 122, 204);
    color: rgb(255, 255, 255);
    padding: 0.125rem 0.25rem;
    text-decoration: none;
}

.woocommerce-product-details__short-description pre {
    border: 1px solid rgb(209, 209, 209);
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0px 0px 1.75rem;
    max-width: 100%;
    overflow: auto;
    padding: 1.75rem;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.woocommerce-product-details__short-description blockquote {
    font-size: inherit;
    text-align: unset;
    border-left: 4px solid rgb(68, 68, 68);
    margin: 0px 0px 1.47368em;
    padding: 0px 0px 0px 1.26316em;
}

.woocommerce-product-details__short-description blockquote p {
    font-size: 16px;
    font-style: italic;
}

.woocommerce-product-details__short-description a {
    color: rgb(34, 34, 34);
    text-decoration: underline !important;
}

.woocommerce-product-details__short-description a:hover {
    opacity: 0.7;
}

.woocommerce-product-details__short-description p {
    margin: 0px 0px 1.75em;
}

.woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0px;
}

.woocommerce-product-details__short-description img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-bottom: 24px;
}

.woocommerce-product-details__short-description table {
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 1rem;
    margin: 0px 0px 1.75rem;
    border-top: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
}

.woocommerce-product-details__short-description table th,
.woocommerce-product-details__short-description table td {
    padding: 0.4375rem;
    border-right: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    overflow: auto;
}

.woocommerce-product-details__short-description table th,
.woocommerce-product-details__short-description dl dt {
    font-weight: 700;
}

.woocommerce-product-details__short-description dl,
.woocommerce-product-details__short-description dl dd {
    margin: 0px 0px 1.75rem;
}

#tab-description ul {
    list-style-type: disc;
}

#tab-description ol {
    list-style-type: decimal;
}

#tab-description ul,
#tab-description ol {
    margin: 0px 0px 1.75rem 1.25rem;
    padding: 0px;
}

#tab-description ul li {
    list-style: disc;
}

#tab-description ul li>ul,
#tab-description ol li>ol {
    margin-left: 1.5rem;
    margin-bottom: 0px;
}

#tab-description ol li {
    list-style: decimal;
}

#tab-description address {
    font-style: italic;
    margin: 0px 0px 1.75rem;
}

#tab-description li:last-child {
    margin-bottom: 0px;
}

#tab-description li>ul {
    margin-left: 1.25em;
}

#tab-description h1,
#tab-description .h1 {
    font-size: 2.0625rem;
    line-height: 1.27273;
    margin-top: 1.69697rem;
    margin-bottom: 0.848485rem;
}

#tab-description h2,
#tab-description .h2 {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#tab-description h3,
#tab-description .h3 {
    font-size: 1.4375rem;
    line-height: 1.21739;
    margin-top: 2.43478rem;
    margin-bottom: 1.21739rem;
}

#tab-description h4,
#tab-description .h4 {
    font-size: 1.1875rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

#tab-description h5,
#tab-description .h5 {
    font-size: 1rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

#tab-description h6,
#tab-description .h6 {
    font-size: 0.83rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

#tab-description li {
    margin-bottom: 0px;
    list-style: inherit;
}

#tab-description li:last-child {
    margin-bottom: 0px;
}

#tab-description code {
    background-color: rgb(209, 209, 209);
    padding: 0.125rem 0.25rem;
}

#tab-description mark,
#tab-description ins {
    background: rgb(0, 122, 204);
    color: rgb(255, 255, 255);
    padding: 0.125rem 0.25rem;
    text-decoration: none;
}

#tab-description pre {
    border: 1px solid rgb(209, 209, 209);
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0px 0px 1.75rem;
    max-width: 100%;
    overflow: auto;
    padding: 1.75rem;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

#tab-description blockquote {
    font-size: inherit;
    text-align: unset;
    border-left: 4px solid rgb(68, 68, 68);
    margin: 0px 0px 1.47368em;
    padding: 0px 0px 0px 1.26316em;
}

#tab-description a {
    color: rgb(34, 34, 34);
    text-decoration: underline !important;
}

#tab-description a:hover {
    opacity: 0.7;
}

#tab-description p {
    margin: 0px 0px 1.75em;
}

#tab-description p:last-child {
    margin-bottom: 0px;
}

#tab-description img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-bottom: 24px;
}

#tab-description table {
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 1rem;
    margin: 0px 0px 1.75rem;
    border-top: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
}

#tab-description table th,
#tab-description table td {
    padding: 0.4375rem;
    border-right: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    overflow: auto;
}

#tab-description table th,
#tab-description dl dt {
    font-weight: 700;
}

#tab-description dl,
#tab-description dl dd {
    margin: 0px 0px 1.75rem;
}

.entry-content .desc ul {
    list-style-type: disc;
}

.entry-content .desc ol {
    list-style-type: decimal;
}

.entry-content .desc ul,
.entry-content .desc ol {
    margin: 0px 0px 1.75rem 1.25rem;
    padding: 0px;
}

.entry-content .desc ul li {
    list-style: disc;
}

.entry-content .desc ul li>ul,
.entry-content .desc ol li>ol {
    margin-left: 1.5rem;
    margin-bottom: 0px;
}

.entry-content .desc ol li {
    list-style: decimal;
}

.entry-content .desc address {
    font-style: italic;
    margin: 0px 0px 1.75rem;
}

.entry-content .desc li:last-child {
    margin-bottom: 0px;
}

.entry-content .desc li>ul {
    margin-left: 1.25em;
}

.entry-content .desc h1,
.entry-content .desc .h1 {
    font-size: 2.0625rem;
    line-height: 1.27273;
    margin-top: 1.69697rem;
    margin-bottom: 0.848485rem;
}

.entry-content .desc h2,
.entry-content .desc .h2 {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.entry-content .desc h3,
.entry-content .desc .h3 {
    font-size: 1.4375rem;
    line-height: 1.21739;
    margin-top: 2.43478rem;
    margin-bottom: 1.21739rem;
}

.entry-content .desc h4,
.entry-content .desc .h4 {
    font-size: 1.1875rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

.entry-content .desc h5,
.entry-content .desc .h5 {
    font-size: 1rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

.entry-content .desc h6,
.entry-content .desc .h6 {
    font-size: 0.83rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

.entry-content .desc li {
    margin-bottom: 0px;
    list-style: inherit;
}

.entry-content .desc li:last-child {
    margin-bottom: 0px;
}

.entry-content .desc code {
    background-color: rgb(209, 209, 209);
    padding: 0.125rem 0.25rem;
}

.entry-content .desc mark,
.entry-content .desc ins {
    background: rgb(0, 122, 204);
    color: rgb(255, 255, 255);
    padding: 0.125rem 0.25rem;
    text-decoration: none;
}

.entry-content .desc pre {
    border: 1px solid rgb(209, 209, 209);
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0px 0px 1.75rem;
    max-width: 100%;
    overflow: auto;
    padding: 1.75rem;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.entry-content .desc blockquote {
    font-size: inherit;
    text-align: unset;
    border-left: 4px solid rgb(68, 68, 68);
    margin: 0px 0px 1.47368em;
    padding: 0px 0px 0px 1.26316em;
}

.entry-content .desc a {
    color: rgb(34, 34, 34);
}

.entry-content .desc p {
    margin: 0px 0px 1.75em;
}

.entry-content .desc p:last-child {
    margin-bottom: 0px;
}

.entry-content .desc img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-bottom: 24px;
}

.entry-content .desc table {
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 1rem;
    margin: 0px 0px 1.75rem;
    border-top: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
}

.entry-content .desc table th,
.entry-content .desc table td {
    padding: 0.4375rem;
    border-right: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    overflow: auto;
}

.entry-content .desc table th,
.entry-content .desc dl dt {
    font-weight: 700;
}

.entry-content .desc dl,
.entry-content .desc dl dd {
    margin: 0px 0px 1.75rem;
}

.comment-content ul {
    list-style-type: disc;
}

.comment-content ol {
    list-style-type: decimal;
}

.comment-content ul,
.comment-content ol {
    margin: 0px 0px 1.75rem 1.25rem;
    padding: 0px;
}

.comment-content ul li {
    list-style: disc;
}

.comment-content ul li>ul,
.comment-content ol li>ol {
    margin-left: 1.5rem;
    margin-bottom: 0px;
}

.comment-content ol li {
    list-style: decimal;
}

.comment-content address {
    font-style: italic;
    margin: 0px 0px 1.75rem;
}

.comment-content li:last-child {
    margin-bottom: 0px;
}

.comment-content li>ul {
    margin-left: 1.25em;
}

.comment-content h1,
.comment-content .h1 {
    font-size: 2.0625rem;
    line-height: 1.27273;
    margin-top: 1.69697rem;
    margin-bottom: 0.848485rem;
}

.comment-content h2,
.comment-content .h2 {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.comment-content h3,
.comment-content .h3 {
    font-size: 1.4375rem;
    line-height: 1.21739;
    margin-top: 2.43478rem;
    margin-bottom: 1.21739rem;
}

.comment-content h4,
.comment-content .h4 {
    font-size: 1.1875rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

.comment-content h5,
.comment-content .h5 {
    font-size: 1rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

.comment-content h6,
.comment-content .h6 {
    font-size: 0.83rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

.comment-content li {
    margin-bottom: 0px;
    list-style: inherit;
}

.comment-content li:last-child {
    margin-bottom: 0px;
}

.comment-content code {
    background-color: rgb(209, 209, 209);
    padding: 0.125rem 0.25rem;
}

.comment-content mark,
.comment-content ins {
    background: rgb(0, 122, 204);
    color: rgb(255, 255, 255);
    padding: 0.125rem 0.25rem;
    text-decoration: none;
}

.comment-content pre {
    border: 1px solid rgb(209, 209, 209);
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0px 0px 1.75rem;
    max-width: 100%;
    overflow: auto;
    padding: 1.75rem;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.comment-content blockquote {
    font-size: inherit;
    text-align: unset;
    border-left: 4px solid rgb(68, 68, 68);
    margin: 0px 0px 1.47368em;
    padding: 0px 0px 0px 1.26316em;
    overflow: hidden;
    font-style: italic;
    font-size: 16px;
}

.comment-content a {
    color: rgb(34, 34, 34);
    text-decoration: underline !important;
}

.comment-content a:hover {
    opacity: 0.7;
}

.comment-content p {
    margin: 0px 0px 1.75em;
}

.comment-content p:last-child {
    margin-bottom: 0px;
}

.comment-content img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-bottom: 24px;
}

.comment-content table {
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 1rem;
    margin: 0px 0px 1.75rem;
    border-top: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
}

.comment-content table th,
.comment-content table td {
    padding: 0.4375rem;
    border-right: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    overflow: auto;
}

.comment-content table th,
.comment-content dl dt {
    font-weight: 700;
}

.comment-content dl,
.comment-content dl dd {
    margin: 0px 0px 1.75rem;
}


/*End*/

.woocommerce-page .button.lumise-customize-button {
    margin: 0px 0 0 4px;
    background: #FF5722;
    float: left;
}

.woocommerce-product-gallery__wrapper .owl-carousel {
    width: 100%;
    margin: 0;
    margin-top: 15px;
}

.woocommerce-product-gallery__wrapper .owl-dots {
    display: none;
}

.variations tr {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.variations select {
    line-height: 33px;
    height: 33px;
    margin-left: 6px;
    border-radius: none;
    border-radius: 0 !important;
}

.variations tr td label {
    color: #191919;
}

.reset_variations {
    color: #191919;
    margin-left: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #47c1bf;
}

.product_meta>span {
    font-weight: 700;
    color: #191919 !important;
}

.product_meta span a:hover {
    text-decoration: underline;
}

.product_meta>span>a {
    color: #777;
}

.product_meta>span>a:hover {
    color: #47c1bf;
}

.product_meta>span>* {
    font-weight: 400;
    color: #777 !important;
}

.product-quantity .quantity br {
    display: none;
}


/*Blog*/

.entry-header {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page-id-1499 .entry-header { display: block;}

.entry-header .cate_list {
    background: #47c1bf;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 15px;
}

.entry-header .cate_list a {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.entry-header .cate_list a:hover {
    text-decoration: underline;
}

.entry-header .title {
    width: 100%;
    text-align: center;
}

.entry-header .title h2 a {
    color: #191919;
}

.entry-header .title h2,
.entry-header .title h1,
.entry-header .title h2 a {
    margin-bottom: 10px;
    word-wrap: break-word;
    font-weight: 700;
    font-size: 32px !important;
    line-height: 1.2;
    margin-bottom: 10px;
}

.entry-header .title h2 a:hover {
    text-decoration: none;
    color: #47c1bf;
}

.entry-header .post_author {
    font-size: 14px;
    margin-bottom: 20px;
}

.entry-header .post_author img {
    width: 18px;
    border-radius: 50%;
    margin: 0 5px;
}

.entry-header .post_author a {
    color: #777;
}

.entry-header .post_author a:hover {
    color: #333;
}

.box-date {
    width: 55px;
    left: 20px;
    bottom: -90px;
    text-align: center;
    background: #fff;
    position: absolute;
    padding-top: 10px;
    color: #333;
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
}

.box-date span {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.box-date em {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.blog-list .cate_list {
    margin-top: 20px;
}

.blog-list.entry-header .title h2,
.blog-list.entry-header .title h2 a {
    font-size: 22px !important;
}

.blog-list .box-date {
    bottom: auto;
    top: -80px;
}

.archive-posts-pages .entry-content {
    text-align: center;
}

.continue-list a {
    margin: 20px 0 50px;
    display: inline-block;
    font-weight: 600;
    color: #47c1bf;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.continue-list a:hover {
    border-color: #47c1bf;
}

.quantity .qty {
    line-height: 40px;
    height: 40px;
    padding: 0 6px;
    min-width: 70px;
    border-radius: 0 !important;
}

.row {
    margin-top: 0;
}

.footer .widget:last-child {
    margin: 0;
}

.footer .widget .children {
    padding-left: 14px;
}

.footer .product_list_widget li {
    padding-top: 0;
}

.footer .product_list_widget li a {
    font-weight: 400;
}

.widget.woocommerce ul {
    float: left;
    width: 100%;
    margin-top: 0 !important;
}

.widget .children li:first-child {
    margin-top: 9px;
}

.widget .product_list_widget li {
    position: relative;
    padding-left: 80px !important;
    float: left;
    width: 100%;
}

.product_list_widget li a img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

#sidebar .widget .mini_cart_item {
    position: relative !important;
    padding-left: 80px !important;
}

#sidebar .widget .mini_cart_item a {
    width: 100%;
}

#sidebar .widget .mini_cart_item a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px !important;
    margin: 0 !important;
}

#sidebar .widget .mini_cart_item .remove {
    position: absolute;
    top: 25px;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
}

#sidebar .widget .mini_cart_item .remove:hover {
    text-decoration: none;
}

.copyright_info li {
    float: left;
    width: 100%;
    list-style: none;
}

.contact-form label {
    color: #191919;
}

.contact-form label span {
    color: red;
}

.contact-form input[type="submit"] {
    border-color: #47c1bf;
    border: none;
    text-transform: uppercase;
    background: #47c1bf;
    color: #fff !important;
    border-radius: 3px;
    line-height: 16px;
    text-shadow: none;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    font-size: 14px;
    padding: 12px 25px;
}

.contact-form input[type="submit"]:hover {
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .15);
}

.pagination {
    float: left;
    width: 100%;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul li>* {
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #777;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    margin: 0 4px;
}

.pagination ul li>span,
.pagination ul li>a:hover {
    color: #191919;
    background: #eee;
}

.panel.entry-content table p {
    margin: 0;
}

.panel.entry-content table tr th {
    color: #191919;
}

.summary table thead tr td {
    color: #191919;
    font-weight: 700;
}

.bulk_table {
    margin-top: 20px;
}

.bulk_table .wdp_pricing_table_caption {
    font-size: 18px;
    color: #191919;
    font-weight: 700;
}

.wdp_pricing_table {
    margin: 10px 0 0;
}

.bulk_table .wdp_pricing_table_footer {
    display: none;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper {
    float: left;
    margin-left: 10px;
}

.woo-variation-items-wrapper .reset_variations {
    float: left;
    line-height: 38px;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    background: #47c1bf;
    box-shadow: 0 0 0 2px #47c1bf;
    color: #fff;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item).selected:hover {
    background: transparent !important;
}

.product-gallery-theme-list .owl-stage {
    float: left;
    transform: none !important;
}

.single_add_to_cart_button.button {
    float: left;
}

.extra_content {
    float: left;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #ededed;
    padding: 0 0 0.5em 0;
}

.extra_content ul {
    list-style-type: disc;
}

.extra_content ol {
    list-style-type: decimal;
}

.extra_content ul,
.extra_content ol {
    margin: 0px 0px 15px 1.25rem;
    padding: 0px;
}

.extra_content ul li {
    list-style: disc;
}

.extra_content ul li>ul,
.extra_content ol li>ol {
    margin-left: 1.5rem;
    margin-bottom: 0px;
}

.extra_content ol li {
    list-style: decimal;
}

.extra_content address {
    font-style: italic;
    margin: 0px 0px 1.75rem;
}

.extra_content li:last-child {
    margin-bottom: 0px;
}

.extra_content li>ul {
    margin-left: 1.25em;
}

.extra_content h1,
.extra_content .h1 {
    font-size: 2.0625rem;
    line-height: 1.27273;
    margin-top: 1.69697rem;
    margin-bottom: 0.848485rem;
}

.extra_content h2,
.extra_content .h2 {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.extra_content h3,
.extra_content .h3 {
    font-size: 1.4375rem;
    line-height: 1.21739;
    margin-top: 2.43478rem;
    margin-bottom: 1.21739rem;
}

.extra_content h4,
.extra_content .h4 {
    font-size: 1.1875rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

.extra_content h5,
.extra_content .h5 {
    font-size: 1rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

.extra_content h6,
.extra_content .h6 {
    font-size: 0.83rem;
    line-height: 1.10526;
    margin-top: 2.94737rem;
    margin-bottom: 1.47368rem;
}

.extra_content li {
    margin-bottom: 0px;
    list-style: inherit;
}

.extra_content li:last-child {
    margin-bottom: 0px;
}

.extra_content code {
    background-color: rgb(209, 209, 209);
    padding: 0.125rem 0.25rem;
}

.extra_content mark,
.extra_content ins {
    background: rgb(0, 122, 204);
    color: rgb(255, 255, 255);
    padding: 0.125rem 0.25rem;
    text-decoration: none;
}

.extra_content pre {
    border: 1px solid rgb(209, 209, 209);
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0px 0px 1.75rem;
    max-width: 100%;
    overflow: auto;
    padding: 1.75rem;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

#main-pages.page-with-container {
    padding: 0;
}

.extra_content blockquote {
    font-size: inherit;
    text-align: unset;
    border-left: 4px solid rgb(68, 68, 68);
    margin: 0px 0px 1.47368em;
    padding: 0px 0px 0px 1.26316em;
}

.extra_content a {
    color: #777;
}

.extra_content a:hover {
    text-decoration: underline;
}

.extra_content p {
    margin: 0px 0px 15px;
}

.extra_content p:last-child {
    margin-bottom: 0px;
}

.extra_content img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-bottom: 24px;
}

.extra_content table {
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 1rem;
    margin: 0px 0px 1.75rem;
    border-top: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
}

.extra_content table th,
.extra_content table td {
    padding: 0.4375rem;
    border-right: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    overflow: auto;
}

.extra_content table th,
.extra_content dl dt {
    font-weight: 700;
}

.extra_content dl,
.extra_content dl dd {
    margin: 0px 0px 1.75rem;
}

.show_table_discount_price {
    margin-top: 25px;
    float: left;
    width: 100%;
}

.show_table_discount_price thead {
    color: #191919;
}

.woocommerce-page .button.lumise-customize-button

@-webkit-keyframes rainbow {
	0% {background: #ff8741;}
	50% {background: #ff0000}
	100% {background: #ff8741;}
}
 
@keyframes rainbow {
	0% {background: #ff8741;}
	50% {background: #ff001d}
	100% {background: #ff8741;}
} 
 
.woocommerce-page .button.lumise-customize-button {
	background: #ff8741;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	webkit-animation: rainbow 2s linear 2s infinite;
	animation: rainbow 2s linear 2s infinite;
}
 
@-webkit-keyframes rainbow1 {
	0% {background: #ff001d;}
	50% {background: #ff8741}
	100% {background: #ff001d;} 
} 
 
@keyframes rainbow1 {
	0% {background: #ff001d;}
	50% {background: #ff6a3b}
	100% {background: #ff001d;} 
} 
 

@media (max-width: 1440px) {
	.term-85 .page_title2 { height: 525px;}
	.term-85 #breadcrumb .page-title {    padding-top: 10%!important;}
}
@media (max-width: 1366px) {
	.term-85 .page_title2 { height: 492px;}
	.term-85 #breadcrumb .page-title {    padding-top: 9%!important;}
}
@media (max-width: 1280px) {
	.term-85 .page_title2 { height: 467px;}
		.term-85 #breadcrumb .page-title {    padding-top: 8%!important;}
}
@media (max-width: 1024px) {
	.term-85 .page_title2 { height: 370px;}
	.term-85 #breadcrumb .page-title {    padding-top: 6%!important;}
}
@media (max-width: 991px) {
.term-85 .page_title2 {  height: 359px;}
	.term-85 #breadcrumb .page-title {    padding-top: 6%!important;}
.page_title2 h1 {font-size: 32px;}
}

@media (max-width: 768px){
	.term-85 .page_title2 {   height: 280px;}
.term-85 #breadcrumb .page-title {    padding-top: 4%!important;}
}
@media (max-width: 600px) {
.term-85 .page_title2 {  height: 220px;}
	.term-85 #breadcrumb .page-title {    padding-top: 1%!important;}
.page_title2 h1 {font-size: 22px;}

}

@media (max-width: 425px) {
    .term-85 .page_title2 {  height: 150px;}
	.term-85 #breadcrumb .page-title { margin: -6% 0 0 0;  padding-top: 0%!important;}
    .page_title2 h1 {font-size: 16px;}
	.woocommerce-page .button.lumise-customize-button {		margin: 10px 0 0 0px;}
}

@media (max-width: 375px) {
     .term-85 .page_title2 {  height: 140px;}
	.term-85 #breadcrumb .page-title { margin: -9% 0 0 0;  padding-top: 0%!important;}

}
@media (max-width: 360px) {
     .term-85 .page_title2 {  height: 130px;}
	.term-85 #breadcrumb .page-title { margin: -10% 0 0 0;  padding-top: 0%!important;}

}





