/*------------------------------------------------------------------
[Table of contents]

1. WordPress Core
2. Articles
3. Buddypress
4. Woocommerce

-------------------------------------------------------------------*/
/* 1. WordPress Core */
.pager {
    padding-top: 20px;
    padding: 20px 0;
    margin-bottom: 60px;
}

.post .entry-content li {
    list-style: inherit !important;
}

.pager li {
    display: inline;
    list-style: none;
}

.pager .previous>a, .pager .previous>span {
    float: left;
}

.pager .next>a, .pager .next>span {
    float: right;
}

.pager li>a, .pager li>span {
    transition: all 0.3s;
    display: inline-block;
    padding: 7px 12px 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0px;
    text-transform: uppercase;
    background: #373737;
}

.pager li>a i.icon-long-arrow-right {
    margin-left: 15px;
}

.pager li>a i.icon-long-arrow-left {
    margin-right: 15px;
}

.pager li>a:hover {
    color: #FFF;
    background: #222;
}

.relative {
    position: relative !important;
}

.bypostauthor {
    position: relative;
}

.gallery-caption {
    position: relative;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 1.2em 1em;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky_text {
    background: #857F79;
    */ padding: 10px;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0 10px;
}

.sticky p, .sticky a {
    /* color: #FFF; */
    font-size: 16px;
}

.margin_30 {
    margin: 30px 0 0px;
    background: #ddd;
}

.more-link {
    color: #428BCA;
}

article ol,
article ul {
    padding: 0 20px;
}

.page article .article-img {
    margin-bottom: 40px;
}

.nav-links span.current {
    border: 2px solid #333 !important;
}

.nav-links a.page-numbers, .nav-links span.current {
    border: 2px solid #DDD;
    padding: 5px 10px;
    display: inline-block;
}

.dgx-donate-form-section h2 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 20px;
}

.dgx-donate-form-section .aftertext {
    margin-left: 0;
}

.CausesTitle {
    margin: 0px 0 10px;
}

h1, h2, h3, h4, h5, h6 {
    word-spacing: 0px;
}

.tribe-events-day-time-slot img {
    margin-bottom: 30px;
    max-width: 100%
}

.tribe-events-day .tribe-events-day-time-slot h5 {
    margin-top: 0
}

footer.footer-top {
    padding: 15px 0 30px;
}

.copyright {
    margin: 0;
}

.social-icons li {
    float: right;
    list-style: none;
}

.social-icons a {
    /* opacity:0.5; */
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
}

.subscribe-form li {
    list-style: none;
    margin-bottom: 0px;
}

.tribe-events-list h2.tribe-events-page-title {
    margin-bottom: 30px;
}

.event-single-title {
    font-size: 20px;
}

input[type=radio], input[type=checkbox] {
    margin: -2px 5px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.attachment-causes {
    max-width: 100%
}

#widget-area {
    margin-bottom: 60px;
}

#widget-area .widget img {
    max-width: 100%;
}

#widget-area .widget:last-child {
    padding-bottom: 0px !important;
}

#widget-area #searchform {
    position: relative;
    max-height: 50px;
    /* width: 95.5%; */
}

#widget-area .menu {
    opacity: 1 !important;
}

#widget-area #searchform input#searchsubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(249, 241, 230, 0);
    border: 0;
    color: #7B7B7B;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 0;
    height: 41px;
    padding: 0 15px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
}

#widget-area #searchform input[type="text"] {
    width: 100%;
    /* -webkit-box-sizing: content-box; */
    font-size: 14px;
    font-weight: 100;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #FFF;
    background-clip: padding-box;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 40px;
    padding: 0 20px;
}

label.screen-reader-text {
    display: none;
}

span.comment-author-link {}

.widget ul li {
    list-style: none
}

.widget table thead th, table tbody td, table tr td {
    display: table-cell;
    padding: 8px;
    vertical-align: top;
    text-align: left;
    border-top: 1px solid #E5E5E5;
}

.widget table thead tr th {
    font-size: 14px;
    font-weight: normal;
}

.widget table tr td, table tbody tr td {
    color: #333;
}

.widget #calendar_wrap caption {
    text-align: left;
    font-size: 14px;
    padding: 0 0 20px;
}

.widget select {
    width: 202px;
    padding: 10px;
    margin: 0 0 15px;
}

.widget {
    margin-bottom: 40px;
    position: relative;
}

footer li.widget {
    list-style: none;
}

footer #newsletter {
    margin-top: 15px;
}

footer .widget {
    margin-bottom: 0px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.woo-sidebar .widget {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.woo-sidebar .widget ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#widget-area .widget ul li {
    font-size: 14px;
    padding: 8px 0;
}

.widget ul li a {
    text-transform: capitalize;
    color: #000;
}

.widget.widget_rss ul li a {
    text-transform: capitalize;
    color: #000;
    border-bottom: 1px solid;
}

footer .widget ul li a {
    color: #CCC0C0;
}

#primary.eventsPage {
    padding: 60px 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: -webkit-box;
}

#primary {
    padding: 40px 0 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

#primary iframe {
    max-width: 100%
}

section.page {
    padding: 0;
}

.post-meta-first {
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
}

.post-meta-second {}

.post-meta-second span i, .post-meta-first span i {
    margin: 0 6px 0 6px;
    padding-right: 3px;
    font-size: 14px;
    vertical-align: inherit;
}

.post-meta-second span:first-child i, .post-meta-first span:first-child i {
    margin-left: 0
}

.entry-title {
    /* font-size: 24px; */
    margin: 0;
    margin-bottom: 10px
}

.entry-title {
    color: #000000;
}

.eventsItem {
    margin-bottom: 30px;
}

.eventTitle {
    text-transform: capitalize;
    margin: 0px 0;
    padding: 20px;
    background: #eee;
}

.entry-title a, .hs-line-first {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.entry-title a {
    padding: 0;
    color: #000000;
    font-size: 21px;
}

.article-img, .blog-bg {
    margin-bottom: 30px;
}

article img {
    max-width: 100%;
    height: auto !important;
}

.posts article:last-child {
    border: none !important;
    margin-bottom: 80px;
}

.navigation h2 {
    display: none;
}

.tags-links {
    border-right: 2px solid #ddd;
    padding: 0px 10px 0 0px;
    display: inline-block;
    margin: 0px 10px 0px 0;
}

p.category {
    padding: 0px 10px 0 0px;
    display: inline-block;
    margin: 0px 10px 0px 0;
}

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

code {
    white-space: normal;
}

.single-post article {
    margin-bottom: 14px;
}

.containerx {
    padding: 20px 0px;
    background: #fff;
}

.containerx .children {
    margin-bottom: 70px;
}

.comments ul {
    margin: 0;
    padding: 0;
}

.comments ul li {
    list-style: none;
    margin-bottom: 40px;
}

.comments ul li span {
    float: left;
    margin-right: 30px;
}

.comments ul li .who-comment {
    margin-left: 100px;
    border: 1px solid #EEE;
    padding: 15px;
}

.text-bold, .comment-reply-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
}

.comment-form textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.comment-form .submit {
    border: none;
    margin: 15px 0;
    display: inline-block;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    padding: 12px 18px;
}

.breadcrumbs {
    margin-top: 20px;
    /* text-transform: uppercase; */
    font-size: 13px;
}

.right .breadcrumbs {
    text-align: right;
}

.breadcrumbs.left {
    text-align: left;
}

.breadcrumbs a {
    /* text-transform: uppercase; */
}

span.bredcrumb-separator {
    margin: 0 5px;
}

.content-container {
    position: relative;
    margin-bottom: 0px;
}

.content-container footer span {
    position: absolute;
    top: -60px;
    left: 0px;
    background: #2EB267;
    padding: 5px 10px;
    color: #FFF;
}

.content-container footer span a {
    color: #FFF;
}

.align-center.edit-buttons {
    text-align: center;
    position: relative;
}

.align-center.edit-buttons span a {
    color: #FFF;
}

.align-center.edit-buttons span {
    text-align: center;
    position: absolute;
    top: 0px;
    background: #2EB267;
    color: #FFF;
    padding: 5px 10px;
}

.video-responsive {
    width: 100%;
}

.video-responsive iframe {
    width: 100%;
}

.pager .next>a i {
    margin-top: -4px;
    vertical-align: middle;
    margin-left: 8px;
}

.pager .previous>a i {
    margin-top: -4px;
    vertical-align: middle;
    margin-right: 8px;
}

.navbar-header .logo {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    line-height: 60px;
}

.wpcf7-response-output.wpcf7-validation-errors {
    display: inline-block !important;
    margin: 15px !important;
    width: 95% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.wpcf7 br {
    display: none !important;
}

.strong {
    font-weight: 600;
}

#share-buttons {
    margin: 30px 0;
}

#share-buttons i {
    font-size: 12px;
    background-color: #333;
    color: #FFFFFF;
    padding: 8px;
    border-radius: 3px;
    min-width: 30px;
    text-align: center;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 20px !important;
}

.entry-content h1 {
    font-size: 36px;
}

.entry-content h2 {
    font-size: 30px;
}

.entry-content h3 {
    font-size: 24px;
}

.entry-content h4 {
    font-size: 18px;
}

.entry-content h5 {
    font-size: 14px;
}

.entry-content h6 {
    font-size: 12px;
}

.navbar-custom .navbar-brand img {
    max-width: 125px;
    width: 100%;
    max-height: 50px;
}

.navbar-header .navbar-brand {
    display: table;
}

.post-password-form input[type=password] {
    width: auto;
    margin: 15px;
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #CCC;
    border-radius: 5px 5px 5px 5px;
    font-family: sans-serif;
    font-size: 13px;
    padding: 6px;
    vertical-align: middle;
}

.post-password-form input[type=submit] {
    transition: all 0.3s;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    /* background: #FF5F5F; */
}

.gallery-content ul {
    padding: 0;
}

.gallery-content ul li {
    list-style: none;
}

/*  2.  Articles   */
article.hentry,
.widget,
.author-bio,
#respond,
#comments,
.intro-box-inner,
.comments-disabled {}

article.page {
    background: inherit !important;
}

.col-md-12 article.hentry {
    margin-bottom: 40px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    max-width: 980px;
    border-bottom: 1px solid #ddd;
}

#respond {
    /* margin-bottom: 100px; */
}

.format-standard .article-img {
    margin-bottom: 20px;
}

article.hentry .hentry-box {
    /* word-wrap: break-word; */
    /* padding: 5px; */
}

article.hentry.format-aside .hentry-box {
    background: #eee;
}

article.hentry .entry-wrap {
    padding: 43px 35px 35px 35px;
}

.sticky {
    background-color: #eee;
    padding: 20px 20px 5px;
}

.blog article.hentry .entry-wrap {
    margin-top: -1px;
}

.post-thumb {
    position: relative;
}

.post-container .entry-content p {
    margin: 15px 0;
}

.format-standard .post-thumb,
.format-status .post-thumb,
.format-gallery .post-thumb,
.format-quote .post-thumb,
.format-link .post-thumb,
.format-image .post-thumb,
.format-chat .post-thumb {
    overflow: hidden;
    margin-bottom: 30px;
}

.post-thumb img {
    width: 100%;
    height: inherit;
    display: block;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.format-aside p {
    margin: 0;
}

.format-gallery .post-thumb .flexslider {
    margin: 0;
}

.format-video .media-element {
    padding: 0px;
}

.format-chat .chat-transcript {
    color: #908f8f;
}

.format-chat .chat-transcript p {
    padding: 7px 10px;
    margin: 4px 0;
}

.format-chat .chat-transcript p:nth-child(even) {
    background: #f5f5f5;
}

.format-gallery .gallery-content {
    /* margin-right: -10px; */
    /* margin-bottom: -5px; */
}

.format-gallery .gallery-content li {
    /* width: 25%; */
    /* height: inherit; */
    /* float: left; */
}

.format-gallery .gallery-content li img {
    /* padding: 0 5px 5px 0; */
}

.entry-title {
    margin-bottom: 2px;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    /* letter-spacing: 0.5px; */
}

.entry-title a:hover {
    color: #F37A5C;
}

.page-title {
    margin-bottom: 30px;
}

.entry-meta {
    margin: -8px 0 0 0;
    font-size: 14px;
    padding: 0 0 20px 0;
    text-transform: capitalize;
}

.entry-meta li, .blog-meta ul li {
    display: inline-block;
    padding: 2px 6px;
    position: relative;
    background-clip: padding-box;
}

.entry-meta li:first-child, .blog-meta li:first-child {
    padding-left: 0;
}

.accent {
    border-bottom: 1px solid #fe544a;
    width: 50px;
    margin-bottom: 40px;
    margin-top: -1px;
}

.entry-meta, .entry-meta a {}

.entry-meta a:hover {
    color: #202222;
}

.entry-meta .post-icon {
    position: relative;
    top: -2px;
}

.entry-meta>span {
    margin-right: 11px;
}

.entry-meta span:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-right: 10px;
}

.entry-meta .published:before {
    content: '\f133';
}

.format-standard .entry-meta .format:before {
    content: '\f0f6';
}

.format-gallery .entry-meta .format:before {
    content: '\f03e';
}

.format-image .entry-meta .format:before {
    content: '\f083';
}

.format-link .entry-meta .format:before {
    content: '\f0c1';
}

.format-chat .entry-meta .format:before {
    content: '\f0e6';
}

.format-quote .entry-meta .format:before {
    content: '\f10d';
}

.format-video .entry-meta .format:before {
    content: '\f03d';
}

.format-audio .entry-meta .format:before {
    content: '\f001';
}

.format-aside .entry-meta .format:before {
    content: '\f016';
}

.entry-meta .comment-count:before {
    content: '\f0e5';
}

.entry-meta .edit:before {
    content: '\f044';
    position: relative;
    top: 1px;
}

.entry-content {
    /* padding: 0; */
    /* display: inline-block; */
    /* width: 100%; */
}

.entry-content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.divider {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0 40px;
}

.entry-content a {
    /* color: #F37A5C; */
}

.read-more {
    margin: 0 !important;
}

.more-link {
    margin: 0 !important;
    color: #fff !important;
}

/* Link / Quote Post Format ------------- */
.format-quote .entry-media,
.format-status .entry-media,
.format-link .entry-media {
    padding: 30px;
    background-repeat: repeat;
    background-position: center center;
}

.ql_wrapper {
    float: left;
    width: 100%;
    height: auto;
}

.ql_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.ql_textwrap {
    position: relative;
    z-index: 2;
}

.format-status .entry-media h3 {
    margin: 0;
}

.format-quote .entry-media h3,
.format-link .entry-media h3,
.entry-media h3 a {
    font-size: 16px;
    /* font-weight: bold; */
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
}

.format-quote .entry-media p,
.format-link .entry-media p a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ql_textwrap h3 span[class*='icon-'] {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    margin-right: 5px;
}

/* Entry Status - Twitter */
.hentry .entry-status-twitter .twitter-tweet-rendered {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    border: none !important;
    box-shadow: none !important;
}

.format-status .entry-media h3 {
    margin: -17px 0 0;
}

/* 4. woocommerce */
.section.product-single .product-album .images img, .shopsingle .product-thumbnail img {
    max-width: 100%;
    height: auto;
}

.woocommerce-ordering select {
    width: auto;
    padding: 10px;
    border: 1px solid #eee;
    font-size: 14px;
}

.shopsingle .product-thumbnail img, .related .product img {
    margin-bottom: 20px;
}

.shopsingle .product {
    position: relative;
}

.product .ribbon {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #FF5F5F;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}

.shopsingle .product a, .related .product a {
    color: #333;
}

.shopsingle .product a del, .related .product a del {
    color: #F00;
}

.shopsingle .product a ins, .related .product a ins {
    text-decoration: none;
}

.product-info h4, .quantity.buttons_added, .product-info .single_add_to_cart_button, .section.product-single .product-album .images img {
    margin: 0 0 20px;
}

.product-album ul.unstyled li, .tabs li {
    list-style: none;
    float: left;
}

.product-album ul.unstyled li {
    float: left;
    width: 31.1%;
}

.product-album ul.unstyled {
    width: 103%;
}

.product-album ul.unstyled, .tabs {
    padding: 0;
    display: inline-block;
    width: 102%;
}

.product-info .input-text.qty {
    width: 40px;
    border: 1px solid #FF5F5F;
    background: #FF5F5F;
    color: #fff;
    text-align: center;
    padding: 6px;
}

.product-info .plus, .product-info .minus {
    background: #333;
    border: 1px solid #333;
    color: #FFF;
    padding: 0px 10px;
}

.shopsingle .btn-primary {
    color: #FFF;
    background-color: #333;
    border-color: #333;
    border-radius: 0px;
}

.shopsingle .btn-primary i {
    margin-right: 10px;
}

.woocommerce-page .edit-link {
    display: none
}

/*
	| ----------------------------------------------------------------------------------------------
	| Product list
	| ----------------------------------------------------------------------------------------------
	*/
.products-container .product {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.products-container .product:hover {}

/*
		| ----------------------------------------------------------------------------------------------
		| Product thumbnail
		| ----------------------------------------------------------------------------------------------
		*/
.products-container .product .product-link {}

.products-container .product .product-link .product-thumbnail img {
    transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.products-container .product .product-link:hover .product-thumbnail img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.products-container .product .product-thumbnail {
    position: relative;
}

.products-container .product .product-thumbnail.loading {
    background: #fafafa url('../img/loading.gif') no-repeat center center;
}

.products-container.portrait .product .product-thumbnail {
    /* min-height: 200px; */
    /* max-height: 290px; */
}

.products-container.landscape .product .product-thumbnail {
    min-height: 100px;
    max-height: 205px;
}

.product-thumbnail>.caption {
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.products-container .product:hover .product-thumbnail>.caption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-thumbnail>.caption.bottom-left {}

.product-thumbnail>.caption.top-right {
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
}

/*
		| ----------------------------------------------------------------------------------------------
		| Product info
		| ----------------------------------------------------------------------------------------------
		*/
.products-container .product .product-info {
    margin: 10px 0px 10px 0px;
    position: relative;
}

/*.featured .product .product-info {
			margin: 15px 0 0 0;
		}
		.featured .product-info > .title {
			text-align: center;
			text-transform: uppercase;
			font-size: 13px;
			font-weight: 600;
			margin: 0 0 5px 0;
		} */
.offer .product-info .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
}

.offer .product-info .details {
    font-size: 11px;
    font-weight: 300;
}

.offer .product-info .by {
    float: right;
    margin-top: 10px;
}

.offer .product-info .by>a {
    color: #FF5F5F;
}

.offer .product-info .by>a:hover {
    text-decoration: underline;
}

.offer .product-info>.add-to-cart {
    color: #FF5F5F;
    font-size: 24px;
}

.offer .product-info>.add-to-cart:hover {
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.offer .product-thumbnail>.caption {}

/*
		| ----------------------------------------------------------------------------------------------
		| Product ribbon
		| ----------------------------------------------------------------------------------------------
		*/
.products-container .product .ribbon {
    position: absolute;
    top: 10px;
    right: -35px;
    -webkit-transform: rotate(45deg);
    width: 150px;
    height: 34px;
    text-align: center;
    z-index: 1;
}

.products-container .product .ribbon.new {
    background-position: 0 0;
}

.products-container .product .ribbon.hot {
    background-position: -78px 0;
}

.products-container .product .ribbon.special {
    background-position: -156px 0;
}

/*
| ----------------------------------------------------------------------------------------------
| c. FOOTER SECTION
| ----------------------------------------------------------------------------------------------
*/
.footer-widgets {
    padding: 40px 0;
}

.footer-widgets.main {
    background-color: #3f3e3e;
    color: #9d9d9d;
}

.footer-widgets.alt {
    background-color: #fafafa;
    color: #7e7e7e;
}

.sub-footer {
    background-color: #474747;
    color: #9d9d9d;
    padding: 15px 0;
}

.footer-widgets .widget {
    position: relative;
}

.footer-widgets.main .widget-title {
    color: #fff;
    border-bottom: 0;
    padding: 0;
}

.widget .widget-title:first-child {
    margin-top: 0
}

.widget .widget-title {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    /* letter-spacing: 0.7px; */
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

/* text widget */
.widget-text p {
    font-size: 12px;
    font-weight: 400;
}

/* facebook widget */
.fb-like-box {
    min-height: 200px;
}

/* subscription */
.frm-subscribtion {
    margin: 15px 0;
}

.subscribe-input {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    border: 0;
    border-radius: 4px;
    padding: 8px 10px;
    float: left;
    margin-right: 10px;
}

.subscribe-title {
    color: #f6f6f6;
    margin-bottom: 15px;
    display: block;
}

.frm-subscribtion .btn {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px 15px 9px 15px;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

.credit-cards {
    padding: 0;
    margin: 0;
    list-style: none;
}

.credit-cards>li {
    display: inline-block;
}

/* footer links list */
.widget-linklist ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-linklist ul>li {
    margin-bottom: 5px;
}

.widget-linklist ul>li>a {
    position: relative;
}

.widget-linklist ul>li>a:hover {
    left: 5px;
}

/* twitter feed */
.twitterfeed ul {
    padding: 0;
    margin: 0 0 0 42px;
    list-style: none;
}

.twitterfeed .tweet_list>li {
    margin-top: 20px;
    position: relative;
}

.twitterfeed .tweet_list>li:first-child {
    margin-top: 0;
}

.twitterfeed .tweet_list>li:before {
    font-size: 27px;
    position: absolute;
    left: -42px;
    top: 2px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e001";
}

.twitterfeed .tweet_list>li:hover:before,
.twitterfeed .tweet_text a {
    color: #FF5F5F;
}

.twitterfeed .tweet_text a:hover {
    text-decoration: underline;
}

.twitterfeed .tweet_list .tweet_time {
    display: block;
    margin-top: 10px;
    font-style: italic;
}

/*
| ----------------------------------------------------------------------------------------------
| d. INNER PAGES
| ----------------------------------------------------------------------------------------------
| - Display mode
| - Range slider
| - Product grid & Product List
| - Product single page
| - Checkout
| - Shopping Cart
| - Contact us
| ----------------------------------------------------------------------------------------------
*/
.inner-action-bar {
    background: #fafafa;
    padding: 30px 0;
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
}

.lte8 .inner-action-bar {
    border-bottom: 1px solid #e9e9e9;
}

/*
	| ----------------------------------------------------------------------------------------------
	| Display mode
	| ----------------------------------------------------------------------------------------------
	*/
.display-mode ul>li {
    float: left;
    margin-left: 16px;
}

.display-mode ul>li>a {
    color: #9d9d9d;
}

.display-mode ul>li>a:hover {
    color: #FF5F5F;
}

.display-mode ul>li span {
    margin-right: 5px;
}

.display-mode ul>.active span {
    color: #FF5F5F;
}

/*
	| ----------------------------------------------------------------------------------------------
	| Range slider
	| ----------------------------------------------------------------------------------------------
	*/
.range-slider,
.range-slider>a {
    cursor: pointer;
}

.range-slider-container {
    width: 85%;
    margin: 0 auto;
}

.range-slider-value {
    position: relative;
    height: 40px;
    margin-top: 10px;
}

.range-slider-value>span {
    float: left;
    position: absolute;
    top: 10px;
    left: 0;
    margin-left: -15px;
    color: #fff;
    padding: 5px 10px;
    background: #FF5F5F;
    border-radius: 2px;
    font-size: 11px;
    visibility: hidden;
}

.range-slider-value>span:before {
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #FF5F5F transparent;
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -4px;
}

/*
	| ----------------------------------------------------------------------------------------------
	| Product grid & Product List
	| ----------------------------------------------------------------------------------------------
	*/
#product-area .mix {
    float: none;
    opacity: 0;
    filter: alpha(opacity=0);
    /* display: none; */
    margin-right: -3px;
}

.product-list .mix {
    width: 100%;
}

.products-container.product-grid .product-info .description {
    display: none;
}

.products-container.product-list .product-info .details,
.products-container.product-list .product-info>.add-to-cart {
    display: none;
}

.product-list .product-info .title {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-info .description .prices {
    font-size: 12px;
    font-weight: 600;
    margin: 25px 0;
    line-height: 1;
}

.product-info .description .prices>.off-price {
    color: #FF5F5F;
}

.product-info .description .prices>.orginal-price {
    color: #ccc;
}

.product-info .description .text {
    margin-bottom: 25px;
}

.product-info .description .links {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    clear: none;
}

.product-info .description .links>li {
    float: left;
    margin-left: 20px;
    line-height: 40px;
}

.product-info .description .add-to-cart {
    float: left;
}

.product-info .description .add-to-cart>.btn {
    border-radius: 3px;
    padding: 7px 16px;
    margin-right: 10px;
}

.product-info .description .add-to-cart>.btn>i {
    line-height: 26px;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #fff;
}

.product-info .description .add-to-cart>.btn>span {
    font-size: 11px;
    font-weight: bold;
}

/*
	| ----------------------------------------------------------------------------------------------
	| Product details single page
	| ----------------------------------------------------------------------------------------------
	*/
.product-single {
    margin-bottom: 30px;
    border-right: 1px solid #eaeaea;
    position: relative;
    padding: 0 10px 0 0;
}

.product-single .product-album>a {
    display: block;
    min-height: 250px;
    background: #fafafa;
}

.product-single .product-album>ul {
    text-align: center;
    margin: 7px 0;
}

.product-single .product-album>ul>li {
    display: inline-block;
    margin-right: 2px;
}

.product-single .product-album>ul>li:first-child {
    margin-left: 2px;
}

.product-single .product-album>ul>li>a {
    width: 80px;
    height: 80px;
    display: block;
    overflow: hidden;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: #fafafa;
    overflow: hidden;
}

.product-single .product-info .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 25px;
    line-height: 14px;
}

.product-single .product-info .description .prices {
    font-size: 14px;
    margin: 15px 0;
}

.product-single .product-info .qty input {
    font-size: 11px;
    font-weight: 300;
    color: #6b6b6b;
    border: 1px solid #eaeaea;
    width: 30px;
    text-align: center;
    margin-left: 10px;
    border-radius: 1px;
}

/*
	| ----------------------------------------------------------------------------------------------
	| Checkout
	| ----------------------------------------------------------------------------------------------
	*/
.accordion-inner .title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    color: inherit;
    border: 0;
}

.checkout .form-login,
.checkout .form-account {
    margin: 30px 0;
}

.checkout .btn {
    min-width: 100px;
}

.paymethod label {
    font-weight: 600;
}

/*
	| ----------------------------------------------------------------------------------------------
	| Cart
	| ----------------------------------------------------------------------------------------------
	*/
.my-cart {
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 3px 3px 0 0;
}

.my-cart thead {
    background: #f8f8f8;
}

.my-cart thead th {
    text-transform: uppercase;
    text-align: center;
    padding: 13px 10px;
    font-weight: 600;
}

.my-cart tbody {
    border-top: 1px solid #eaeaea;
}

.my-cart tbody td {
    padding: 20px 10px;
    text-align: center;
}

/** Table headings */
.my-cart .product-thumbnail {
    width: 15%;
}

.my-cart .product-name {
    width: 35%;
}

.my-cart .product-qty {
    width: 25%;
}

.my-cart .product-price {
    width: 15%;
}

.my-cart .product-action {
    width: 10%;
}

/** Product thumbnail */
.my-cart .img-placeholder {
    padding: 2px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    width: 70px;
    min-height: 70px;
    margin: 0 auto;
}

.my-cart .img-placeholder>a {
    background: #e1e1e1;
    display: block;
    height: 100%;
}

/** Product quantity */
.my-cart .qty-btngroup {
    margin: 0 auto;
    display: table;
}

.qty-btngroup button,
.qty-btngroup input[type="text"] {
    width: 30px;
    height: 30px;
    float: left;
    color: #7e7e7e;
}

.qty-btngroup button {
    border: 0;
    background: #eaeaea;
}

.qty-btngroup button:hover {
    color: #fff;
    background: #FF5F5F;
}

.qty-btngroup input[type="text"] {
    border: 1px solid #eaeaea;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    text-align: center;
    font-size: 11px;
}

.qty-btngroup .plus {
    border-radius: 0 2px 2px 0;
}

.qty-btngroup .minus {
    border-radius: 2px 0 0 2px;
}

/** Product price */
.my-cart td>.price {
    color: #FF5F5F;
    font-weight: 600;
    font-size: 13px;
}

/** Remove product icon */
.my-cart .remove-item {
    visibility: hidden;
    opacity: 0;
    font-size: 1.5em;
}

.my-cart tbody tr:hover .remove-item {
    opacity: 1;
    visibility: visible;
}

/** Shop cart summary */
.shop-summary td,
.shop-summary th {
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
}

.shop-summary th {
    text-align: right;
    text-transform: uppercase;
}

.shop-summary td {
    padding-left: 60px;
}

.shop-summary .total td,
.shop-summary .total th {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.shop-summary .total td {
    color: #FF5F5F;
}

/*
	| ----------------------------------------------------------------------------------------------
	| Contact us
	| ----------------------------------------------------------------------------------------------
	*/
#contact-map {
    height: 345px;
    background: #efefef;
}

.contact textarea {
    height: 170px;
}

.contact .btn {
    font-size: 12px;
    border-radius: 1px;
    margin-top: 20px;
}

.woocommerce pre {
    display: inline-block;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    white-space: normal;
    margin: 0;
    border: none;
    padding: initial;
    background-color: transparent;
}

/*
	| ----------------------------------------------------------------------------------------------
	| Header Cart
	| ----------------------------------------------------------------------------------------------
	*/
.product_list_widget {
    padding: 0;
    list-style: none;
}

.widget_shopping_cart_content {
    padding: 6px 20px;
}

.widget_shopping_cart_content ul li {
    padding: 6px 0;
}

.cart-items .widget_shopping_cart_content .cart_list .quantity {
    color: #FF5F5F;
    font-weight: bold;
    margin-top: 10px;
    position: absolute;
}

.cart-items .widget_shopping_cart_content .cart_list a {
    position: relative;
    top: 3px;
    color: #7e7e7e;
    display: block;
}

.widget_shopping_cart_content .cart_list img {
    float: left;
    width: 50px;
    height: 60px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background: #fff;
    padding: 2px;
    margin-right: 20px;
}

.product_list_widget li {
    width: 100%;
    float: left;
    padding: 6px 0;
    border: 0 !important;
}

.widget_shopping_cart_content .button {
    background: #FF5F5F;
    filter: none;
    color: #fff;
    border: 0;
    padding: 11px 12px;
    font-weight: bold;
    min-width: 100px;
}

.widget_shopping_cart_content .empty {
    padding: 6px 40px;
}

.woocommerce-ordering {
    margin-top: 0px;
    margin-bottom: 10px;
}

.widget_shopping_cart_content .cart_list img {
    float: left;
    width: 50px;
    height: 60px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background: #fff;
    padding: 2px;
    margin-right: 20px;
}

/*
	| ----------------------------------------------------------------------------------------------
	| Woocommerce Widget
	| ----------------------------------------------------------------------------------------------
	*/
.category-list {
    margin-top: 40px;
}

.category-list .section-title {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}

.category-list .product_list_widget img {
    float: left;
    width: 50px;
    height: 60px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background: #fff;
    padding: 2px;
    margin-right: 20px;
}

.category-list .product_list_widget a {
    position: relative;
    top: 3px;
    color: #7e7e7e;
    display: block;
}

.category-list .product_list_widget span {
    color: #FF5F5F;
    font-weight: bold;
}

.category-list .search-box {
    padding: 0
}

.category-list .product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price_slider_wrapper {
    width: 94%;
}

.ui-slider .ui-slider-handle {
    left: 0%;
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: #FF5F5F;
    outline: 0;
    top: -3px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    height: 8px;
    background: #f5f5f5 !important;
    border: 1px solid #eaeaea;
}

.ui-slider-horizontal {
    height: 8px;
}

.woocommerce .ui-widget-content {
    background: #505050;
    margin-bottom: 20px;
}

.price_slider_wrapper {
    position: relative;
}

.price_slider_amount .button {
    float: left;
    background-color: #FF5F5F;
    color: white;
}

.price_slider_amount .button:hover {
    float: left;
    background-color: black;
    color: white;
}

.price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
    text-align: right;
}

/*
	| ----------------------------------------------------------------------------------------------
	| Woocommerce Pagination
	| ----------------------------------------------------------------------------------------------
	*/
.page-numbers {
    margin: 0 0 10px 0;
    border-radius: 0;
}

.page-numbers>li {
    display: inline-block;
    margin-left: 8px;
}

.page-numbers>li:first-child {
    margin-left: 0;
}

.page-numbers>li>a {
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f1f1f1', GradientType=0);
    border-radius: 1px;
    border: 1px solid #eaeaea;
    width: 30px;
    height: 30px;
    padding: 7px 10px;
    line-height: 24px;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
}

.page-numbers>li:first-child>a,
.page-numbers>li:last-child>a {
    border-radius: 1px;
}

.page-numbers>.active>a {
    color: #7e7e7e;
    cursor: default;
}

.page-numbers>.active>a,
.page-numbers>li>a:hover {
    border-bottom-color: #FF5F5F;
}

.page-numbers>li>a:hover {
    background: transparent;
}

.page-numbers .current {
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f1f1f1', GradientType=0);
    border-radius: 1px;
    border: 1px solid #eaeaea;
    width: 30px;
    height: 30px;
    padding: 7px 10px;
    line-height: 24px;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
}

.page-numbers .current {
    border-bottom-color: #FF5F5F;
}

.onsale {
    position: absolute;
    color: #fff;
    min-height: 17px !important;
    background-color: #05b3cb !important;
    border-radius: 0 !important;
    padding: 0px 10px !important;
    font-size: 12px !important;
    font-weight: bold;
    /* margin-right: -50px; */
    text-align: center;
    text-transform: uppercase;
    margin-top: -1px;
    margin-left: -8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

input.minus {
    border: 0;
    background: #FF5F5F;
    color: white;
    width: 30px;
    height: 33px;
}

input.plus {
    border: 0;
    background: #FF5F5F;
    width: 30px;
    height: 33px;
    color: #FFFFFF;
}

input.qty {
    line-height: 31px;
    text-align: center;
}

.btn.btn-primary.btn-iconed>i {
    color: #fff;
    line-height: 26px;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #fff;
}

.product-info .cart>.btn {
    margin-top: 20px;
    border-radius: 3px;
    padding: 7px 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-info .text {
    margin-top: 5px;
}

.product-album .unstyled li {
    margin-right: 6px;
    margin-top: 6px;
    float: left;
}

.woocommerce-tabs .tabs li {
    display: inline-block;
}

.woocommerce-tabs .tabs {
    padding: 0;
}

.woocommerce-tabs .tabs .active a {
    /* background-color: #7F7F7F; */
    /* border: 1px solid #7f7f7f; */
}

/* ==========================================================================
 *                Cart
   ========================================================================== */
.woocommerce table.cart a.remove, .woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page table.cart a.remove {
    display: block;
    font-size: 1.5em;
    text-align: center;
    line-height: 1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
}

.shop_table.cart {
    margin-bottom: 40px;
    margin-top: 1px;
}

.shop_table.cart td:not(.product-name), .shop_table.cart th:not(.product-name) {
    text-align: center;
}

.shop_table.cart .product-name {
    padding: 20px;
}

.woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
    text-align: left;
    margin-bottom: 5px;
}

.woocommerce table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
    display: none;
}

.woocommerce table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
}

table.cart td.actions input {}

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
    width: auto;
    min-width: 200px;
    display: inline-block;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    margin-bottom: 0px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    float: left;
    width: 100%;
    margin-right: 2%;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button i, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button i {
    position: relative;
    top: 4px;
}

td, th {
    padding: 10px;
    border: 1px solid #e5e5e5;
    text-align: left;
}

table {
    width: 100%;
}

.woocommerce-cart .woocommerce-message {
    background: #fff;
    padding: 20px;
    border: 1px solid #e0e0e0;
    margin-bottom: 21px;
    position: relative;
}

.woocommerce thead {
    background: #f8f8f8;
}

.enotype-icon-arrow-down2:before {
    content: "\e6c2";
    font-family: 'icomoon';
}

.main-title {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.main-title h4 {
    font-weight: bold;
}

.shipping_calculator .button {
    filter: none;
    color: #FFF;
    border: 0;
    padding: 11px 12px;
    font-weight: bold;
    min-width: 100px;
    padding: 8px 15px 9px 15px;
    display: inline-block;
    background-color: #FF5F5F;
}

.product-quantity .buttons_added input.minus {
    border: 0;
    background: #FF5F5F;
    color: white;
    width: 30px;
    height: 30px;
}

.product-quantity .buttons_added input.plus {
    border: 0;
    background: #FF5F5F;
    width: 30px;
    height: 30px;
    color: #FFFFFF;
}

.product-quantity .buttons_added input.qty {
    border: 1px solid #FF5F5F;
    color: #333;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    text-align: center;
    font-size: 11px;
    width: 35px;
    line-height: 26px;
    text-align: center;
}

.cart_item .product-thumbnail img {
    padding: 2px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    width: 50px;
    height: 60px;
    margin: 0 auto;
}

.woocommerce .woocommerce-message {
    margin-top: 40px;
    border: 1px solid #eaeaea;
    color: #000000;
    line-height: 37px;
}

.return-to-shop .button {
    background: #FF5F5F;
    filter: none;
    color: #fff;
    border: 0;
    padding: 11px 12px;
    font-weight: bold;
    min-width: 100px;
    margin-bottom: 20px;
}

.cart-empty {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #eaeaea;
    color: #FF5F5F;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 10px 10px;
}

/* ==========================================================================
 *               Checkout
   ========================================================================== */
.woocommerce-info {
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 21px;
    position: relative;
    margin-top: 20px;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    zoom: 1;
    width: 100%;
}

.woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before {
    content: " ";
    display: table;
}

.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
    clear: both;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}

.woocommerce form .form-row label.inline, .woocommerce-page form .form-row label.inline {
    display: inline;
}

.woocommerce-billing-fields input[type="text"], .woocommerce-billing-fields input[type="password"], .login input[type="password"], .login input[type="text"],
.woocommerce-shipping-fields input, .checkout_coupon input, .coupon input[type="checkbox"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea {
    height: auto;
}

.woocommerce-billing-fields .create-account label {
    display: inline-block !important;
}

.woocommerce-shipping-fields input[type="checkbox"] {
    width: auto;
}

.woocommerce-account .woocommerce input[type="text"],
.woocommerce-account .woocommerce input[type="password"],
.woocommerce-account .woocommerce input[type="email"] {
    max-width: 260px;
    font-size: inherit;
    border: 1px solid #eee;
    font-family: inherit;
    width: 100%;
    min-height: 30px;
    padding: 10px 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    outline: none;
}

.woocommerce-shipping-fields .checkbox {
    display: inline-block;
    min-height: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: -1px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
}

.payment_methods {
    list-style: none;
    padding: 0;
}

.woocommerce-shipping-fields textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.woocommerce .woocommerce-info a {
    color: #FF5F5F;
}

.woocommerce-billing-fields h3 {
    font-size: 15px;
    font-weight: 600;
}

table {
    margin-bottom: 20px;
}

.woocommerce .form-row label {
    display: block;
}

.form-row .button {
    background: #FF5F5F;
    filter: none;
    color: #fff;
    border: 0;
    padding: 11px 12px;
    font-weight: bold;
    min-width: 100px;
    margin-bottom: 20px;
}

.woocommerce-billing-fields input[type="text"]:focus, .woocommerce-shipping-fields input[type="text"]:focus {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-color: #ccc;
}

/* ==========================================================================
 *                My Account
   ========================================================================== */
.entry-content .woocommerce h2 {
    font-size: 18px;
}

#payment ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#payment label {
    margin-left: 4px;
}

#payment .payment_box {
    padding-left: 21px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 48%;
}

/* ==========================================================================
 *   Widgets
   ========================================================================== */
.widget .product_list_widget img {
    float: left;
    width: 50px;
    height: 60px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background: #fff;
    padding: 2px;
    margin-right: 20px;
}

.widget .product_list_widget a {
    position: relative;
    top: 3px;
    color: #7e7e7e;
    display: block;
}

.widget .product_list_widget span {
    color: #FF5F5F;
    font-weight: bold;
}

.widget .search-box {
    padding: 0;
}

/* ==========================================================================
 *  Variable Products
   ========================================================================== */
.variations .value {
    border: none;
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-family: 'FontAwesome';
    padding-top: 16px;
}

.star-rating {
    display: block;
    overflow: hidden;
    position: relative;
    height: 24px;
    font-size: 15px;
    width: 71px;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FF5F5F;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 16px;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
}

.product-info .price {
    float: right;
}

p.stars a.star-1 {
    border-right: 1px solid #EAEAEA;
}

p.stars a.star-2 {
    border-right: 1px solid #EAEAEA;
}

p.stars a.star-3 {
    border-right: 1px solid #EAEAEA;
}

p.stars a.star-4 {
    border-right: 1px solid #EAEAEA;
}

p.stars a.star-1:after, .woocommerce-page p.stars a.star-1:after {
    content: "\f006";
    font-family: 'FontAwesome';
    color: #FF5F5F;
}

p.stars a.star-2:after, .woocommerce-page p.stars a.star-2:after {
    content: "\f006\f006";
    font-family: 'FontAwesome';
    color: #FF5F5F;
}

p.stars a.star-3:after, .woocommerce-page p.stars a.star-3:after {
    content: "\f006\f006\f006";
    font-family: 'FontAwesome';
    color: #FF5F5F;
}

p.stars a.star-4:after, .woocommerce-page p.stars a.star-4:after {
    content: "\f006\f006\f006\f006";
    font-family: 'FontAwesome';
    color: #FF5F5F;
}

p.stars a.star-5:after, .woocommerce-page p.stars a.star-5:after {
    content: "\f006\f006\f006\f006\f006";
    font-family: 'FontAwesome';
    color: #FF5F5F;
}

p.stars a, .woocommerce-page p.stars a {
    /* display: inline-block; */
    /* font-weight: 700; */
    /* margin-right: 1em; */
    /* text-indent: -9999px; */
    /* position: relative; */
    /* font-family: 'FontAwesome'; */
}

p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after, .woocommerce-page p.stars a.star-1:after, .woocommerce-page p.stars a.star-2:after, .woocommerce-page p.stars a.star-3:after, .woocommerce-page p.stars a.star-4:after, .woocommerce-page p.stars a.star-5:after {
    /* font-family: 'FontAwesome'; */
    /* text-indent: 0; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    /* opacity:1; */
}

p.stars a.star-1, .woocommerce-page p.stars a.star-1 {
    /* width: 2em; */
}

p.stars a.star-2, .woocommerce-page p.stars a.star-2 {
    /* width: 3em; */
}

p.stars a.star-3, .woocommerce-page p.stars a.star-3 {
    /* width: 4em; */
}

p.stars a.star-4, .woocommerce-page p.stars a.star-4 {
    /* width: 5em; */
}

p.stars a.star-5, .woocommerce-page p.stars a.star-5 {
    /* width: 6em; */
}

.p.stars a.star-1.active:after, p.stars a.star-1:hover:after, p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
    content: "\f005";
    color: #FF5F5F;
}

.p.stars a.star-2.active:after, p.stars a.star-2:hover:after, p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
    content: "\f005\f005";
    color: #FF5F5F;
}

.p.stars a.star-3.active:after, p.stars a.star-3:hover:after, p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
    content: "\f005\f005\f005";
    color: #FF5F5F;
}

.p.stars a.star-4.active:after, p.stars a.star-4:hover:after, p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
    content: "\f005\f005\f005\f005";
    color: #FF5F5F;
}

.p.stars a.star-5.active:after, p.stars a.star-5:hover:after, p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
    content: "\f005\f005\f005\f005\f005";
    color: #FF5F5F;
}

.woocommerce-product-rating {
    padding-bottom: 10px;
    overflow: hidden;
}

.woocommerce-product-rating h4 {
    float: left;
    font-size: 14px;
    margin-right: 5px;
}

.comment .woo-comment img {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.commentlist {
    padding: 0;
    border-bottom: 1px solid rgba(163, 163, 163, 0.24);
}

.comment-wrap {
    overflow: hidden;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 10px;
}

.comment-respond .comment-form-comment label {
    display: block;
}

.comment-form .form-submit input[type="submit"],
.error404 #searchsubmit {
    font-family: 'Dosis', Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34, 34, 34, 0.9);
    border: 2px solid transparent;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.comment-form textarea, .comment-form input {
    color: #777;
    position: relative;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0px;
    background: #ffffff;
    background-clip: padding-box;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    color: #fff;
    transition: all 0.3s;
    border: 1px solid #ddd;
}

.comment-form input {
    border: 1px solid;
}

.comment-form label {
    display: block;
}

.price_slider_wrapper {
    width: 94%;
}

.ui-slider .ui-slider-handle {
    left: 0%;
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: #53504C;
    outline: 0;
    top: -3px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    height: 8px;
    background: #f5f5f5 !important;
    border: 1px solid #eaeaea;
}

.ui-slider-horizontal {
    height: 8px;
}

.woocommerce .ui-widget-content {
    background: #505050;
    margin-bottom: 20px;
}

.price_slider_wrapper {
    position: relative;
}

.category-list {
    margin-bottom: 15px;
    position: relative;
    float: left;
    width: 100%;
}

.comment-form-author, .comment-form-email {
    width: 48%;
    float: left;
}

.comment-form-email {
    margin-left: 4%;
}

.tagcloud a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 2px 8px;
    border: 1px solid #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    background: #333333;
    color: #fff;
    font-size: 12px !important;
}

#widget-area .widget_text {
    min-height: 20px;
    padding: 19px;
    background-color: #F5F5F5;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.added_to_cart {
    font-size: 12px;
    margin-left: 34px;
    margin-top: -23px;
}

.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {}

.main_tabs .panel, .related.products {
    margin-bottom: 50px;
}

.shipping_calculator select, .shipping_calculator input {
    border: 1px solid #eee;
    font-size: 14px;
    text-transform: inherit;
}

input[type="text"], input[type="email"], select {
    font-size: 14px;
    font-family: inherit;
    width: 100%;
    min-height: 30px;
    padding: 10px 10px;
    text-transform: inherit;
    border: 1px solid #DDD;
    margin-bottom: 20px;
    outline: none;
}

.woocommerce .button {
    font-size: 12px;
    background: #FF5F5F;
    line-height: 21px;
    border: 0;
    padding: 11px 10px 10px;
    color: #2C2C2A;
}

.uppercase {
    text-transform: uppercase;
}

.shopping-cart {
    margin-top: 35px;
    text-align: right;
}

.right .breadcrumbs {
    text-align: center;
}

.breadcrumbs.left {
    text-align: center;
}

.non-frontpage {
    height: 57vh;
    width: 100%;
}

.menu-sub {
    z-index: 99;
}

.logo-img {
    padding: 10px;
    height: 120px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 11px 2em;
    border-radius: 0px !important;
    background-color: #333;
    color: #fff;
    font-size: 15px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

.wpcf7-not-valid {
    border-color: #f00 !important;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    display: none;
}

div.wpcf7-validation-errors {
    border: 2px solid #f70000;
    background: #f70000;
    color: #fff;
}

.service-item {
    height: auto;
}

#nt-preloader {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.loader01 {
    width: 56px;
    height: 56px;
    border: 8px solid #14b6f2;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    margin: -28px auto 0;
}

.loader01::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #14b6f2;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 33px;
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader02 {
    width: 56px;
    height: 56px;
    border: 8px solid rgba(20, 182, 242, 0.25);
    border-top-color: #14b6f2;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    margin: -28px auto 0;
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader03 {
    width: 56px;
    height: 56px;
    border: 8px solid transparent;
    border-top-color: #14b6f2;
    border-bottom-color: #14b6f2;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    margin: -28px auto 0;
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader04 {
    width: 56px;
    height: 56px;
    border: 2px solid rgba(20, 182, 242, 0.5);
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s ease-in-out infinite;
    top: 50%;
    margin: -28px auto 0;
}

.loader04::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #14b6f2;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader05 {
    width: 56px;
    height: 56px;
    border: 4px solid #14b6f2;
    border-radius: 50%;
    position: relative;
    animation: loader-scale 1s ease-out infinite;
    top: 50%;
    margin: -28px auto 0;
}

@keyframes loader-scale {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.loader06 {
    width: 56px;
    height: 56px;
    border: 4px solid transparent;
    border-radius: 50%;
    position: relative;
    top: 50%;
    margin: -28px auto 0;
}

.loader06::before {
    content: '';
    border: 4px solid rgba(20, 182, 242, 0.5);
    border-radius: 50%;
    width: 67.2px;
    height: 67.2px;
    position: absolute;
    top: -9.6px;
    left: -9.6px;
    animation: loader-scale 1s ease-out infinite;
    animation-delay: 1s;
    opacity: 0;
}

.loader06::after {
    content: '';
    border: 4px solid #14b6f2;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -4px;
    left: -4px;
    animation: loader-scale 1s ease-out infinite;
    animation-delay: 0.5s;
}

@keyframes loader-scale {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.loader07 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    animation: loader-circles 1s linear infinite;
    top: 50%;
    margin: -8px auto 0;
}

@keyframes loader-circles {
    0% {
        box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.05), 19px -19px 0 0 rgba(20, 182, 242, 0.1), 27px 0 0 0 rgba(20, 182, 242, 0.2), 19px 19px 0 0 rgba(20, 182, 242, 0.3), 0 27px 0 0 rgba(20, 182, 242, 0.4), -19px 19px 0 0 rgba(20, 182, 242, 0.6), -27px 0 0 0 rgba(20, 182, 242, 0.8), -19px -19px 0 0 #14b6f2;
    }

    12.5% {
        box-shadow: 0 -27px 0 0 #14b6f2, 19px -19px 0 0 rgba(20, 182, 242, 0.05), 27px 0 0 0 rgba(20, 182, 242, 0.1), 19px 19px 0 0 rgba(20, 182, 242, 0.2), 0 27px 0 0 rgba(20, 182, 242, 0.3), -19px 19px 0 0 rgba(20, 182, 242, 0.4), -27px 0 0 0 rgba(20, 182, 242, 0.6), -19px -19px 0 0 rgba(20, 182, 242, 0.8);
    }

    25% {
        box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.8), 19px -19px 0 0 #14b6f2, 27px 0 0 0 rgba(20, 182, 242, 0.05), 19px 19px 0 0 rgba(20, 182, 242, 0.1), 0 27px 0 0 rgba(20, 182, 242, 0.2), -19px 19px 0 0 rgba(20, 182, 242, 0.3), -27px 0 0 0 rgba(20, 182, 242, 0.4), -19px -19px 0 0 rgba(20, 182, 242, 0.6);
    }

    37.5% {
        box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.6), 19px -19px 0 0 rgba(20, 182, 242, 0.8), 27px 0 0 0 #14b6f2, 19px 19px 0 0 rgba(20, 182, 242, 0.05), 0 27px 0 0 rgba(20, 182, 242, 0.1), -19px 19px 0 0 rgba(20, 182, 242, 0.2), -27px 0 0 0 rgba(20, 182, 242, 0.3), -19px -19px 0 0 rgba(20, 182, 242, 0.4);
    }

    50% {
        box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.4), 19px -19px 0 0 rgba(20, 182, 242, 0.6), 27px 0 0 0 rgba(20, 182, 242, 0.8), 19px 19px 0 0 #14b6f2, 0 27px 0 0 rgba(20, 182, 242, 0.05), -19px 19px 0 0 rgba(20, 182, 242, 0.1), -27px 0 0 0 rgba(20, 182, 242, 0.2), -19px -19px 0 0 rgba(20, 182, 242, 0.3);
    }

    62.5% {
        box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.3), 19px -19px 0 0 rgba(20, 182, 242, 0.4), 27px 0 0 0 rgba(20, 182, 242, 0.6), 19px 19px 0 0 rgba(20, 182, 242, 0.8), 0 27px 0 0 #14b6f2, -19px 19px 0 0 rgba(20, 182, 242, 0.05), -27px 0 0 0 rgba(20, 182, 242, 0.1), -19px -19px 0 0 rgba(20, 182, 242, 0.2);
    }

    75% {
        box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.2), 19px -19px 0 0 rgba(20, 182, 242, 0.3), 27px 0 0 0 rgba(20, 182, 242, 0.4), 19px 19px 0 0 rgba(20, 182, 242, 0.6), 0 27px 0 0 rgba(20, 182, 242, 0.8), -19px 19px 0 0 #14b6f2, -27px 0 0 0 rgba(20, 182, 242, 0.05), -19px -19px 0 0 rgba(20, 182, 242, 0.1);
    }

    87.5% {
        box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.1), 19px -19px 0 0 rgba(20, 182, 242, 0.2), 27px 0 0 0 rgba(20, 182, 242, 0.3), 19px 19px 0 0 rgba(20, 182, 242, 0.4), 0 27px 0 0 rgba(20, 182, 242, 0.6), -19px 19px 0 0 rgba(20, 182, 242, 0.8), -27px 0 0 0 #14b6f2, -19px -19px 0 0 rgba(20, 182, 242, 0.05);
    }

    100% {
        box-shadow: 0 -27px 0 0 rgba(20, 182, 242, 0.05), 19px -19px 0 0 rgba(20, 182, 242, 0.1), 27px 0 0 0 rgba(20, 182, 242, 0.2), 19px 19px 0 0 rgba(20, 182, 242, 0.3), 0 27px 0 0 rgba(20, 182, 242, 0.4), -19px 19px 0 0 rgba(20, 182, 242, 0.6), -27px 0 0 0 rgba(20, 182, 242, 0.8), -19px -19px 0 0 #14b6f2;
    }
}

.loader08 {
    width: 20px;
    height: 20px;
    position: relative;
    animation: loader08 1s ease infinite;
    top: 50%;
    margin: -46px auto 0;
}

@keyframes loader08 {
    0%, 100% {
        box-shadow: -13px 20px 0 #14b6f2, 13px 20px 0 rgba(20, 182, 242, 0.2), 13px 46px 0 rgba(20, 182, 242, 0.2), -13px 46px 0 rgba(20, 182, 242, 0.2);
    }

    25% {
        box-shadow: -13px 20px 0 rgba(20, 182, 242, 0.2), 13px 20px 0 #14b6f2, 13px 46px 0 rgba(20, 182, 242, 0.2), -13px 46px 0 rgba(20, 182, 242, 0.2);
    }

    50% {
        box-shadow: -13px 20px 0 rgba(20, 182, 242, 0.2), 13px 20px 0 rgba(20, 182, 242, 0.2), 13px 46px 0 #14b6f2, -13px 46px 0 rgba(20, 182, 242, 0.2);
    }

    75% {
        box-shadow: -13px 20px 0 rgba(20, 182, 242, 0.2), 13px 20px 0 rgba(20, 182, 242, 0.2), 13px 46px 0 rgba(20, 182, 242, 0.2), -13px 46px 0 #14b6f2;
    }
}

.loader09 {
    width: 10px;
    height: 48px;
    background: #14b6f2;
    position: relative;
    animation: loader09 1s ease-in-out infinite;
    animation-delay: 0.4s;
    top: 50%;
    margin: -28px auto 0;
}

.loader09::after, .loader09::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 48px;
    background: #14b6f2;
    animation: loader09 1s ease-in-out infinite;
}

.loader09::before {
    right: 18px;
    animation-delay: 0.2s;
}

.loader09::after {
    left: 18px;
    animation-delay: 0.6s;
}

@keyframes loader09 {
    0%, 100% {
        box-shadow: 0 0 0 #14b6f2, 0 0 0 #14b6f2;
    }

    50% {
        box-shadow: 0 -8px 0 #14b6f2, 0 8px 0 #14b6f2;
    }
}

.loader10 {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    animation: loader10 0.9s ease alternate infinite;
    animation-delay: 0.36s;
    top: 50%;
    margin: -42px auto 0;
}

.loader10::after, .loader10::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    animation: loader10 0.9s ease alternate infinite;
}

.loader10::before {
    left: -40px;
    animation-delay: 0.18s;
}

.loader10::after {
    right: -40px;
    animation-delay: 0.54s;
}

@keyframes loader10 {
    0% {
        box-shadow: 0 28px 0 -28px #14b6f2;
    }

    100% {
        box-shadow: 0 28px 0 #14b6f2;
    }
}

.loader11 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 40px 0 #14b6f2;
    position: relative;
    animation: loader11 0.8s ease-in-out alternate infinite;
    animation-delay: 0.32s;
    top: 50%;
    margin: -50px auto 0;
}

.loader11::after, .loader11::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 40px 0 #14b6f2;
    animation: loader11 0.8s ease-in-out alternate infinite;
}

.loader11::before {
    left: -30px;
    animation-delay: 0.48s;
}

.loader11::after {
    right: -30px;
    animation-delay: 0.16s;
}

@keyframes loader11 {
    0% {
        box-shadow: 0 40px 0 #14b6f2;
    }

    100% {
        box-shadow: 0 20px 0 #14b6f2;
    }
}

.loader12 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    animation: loader12 1s linear alternate infinite;
    top: 50%;
    margin: -50px auto 0;
}

@keyframes loader12 {
    0% {
        box-shadow: -60px 40px 0 2px #14b6f2, -30px 40px 0 0 rgba(20, 182, 242, 0.2), 0 40px 0 0 rgba(20, 182, 242, 0.2), 30px 40px 0 0 rgba(20, 182, 242, 0.2), 60px 40px 0 0 rgba(20, 182, 242, 0.2);
    }

    25% {
        box-shadow: -60px 40px 0 0 rgba(20, 182, 242, 0.2), -30px 40px 0 2px #14b6f2, 0 40px 0 0 rgba(20, 182, 242, 0.2), 30px 40px 0 0 rgba(20, 182, 242, 0.2), 60px 40px 0 0 rgba(20, 182, 242, 0.2);
    }

    50% {
        box-shadow: -60px 40px 0 0 rgba(20, 182, 242, 0.2), -30px 40px 0 0 rgba(20, 182, 242, 0.2), 0 40px 0 2px #14b6f2, 30px 40px 0 0 rgba(20, 182, 242, 0.2), 60px 40px 0 0 rgba(20, 182, 242, 0.2);
    }

    75% {
        box-shadow: -60px 40px 0 0 rgba(20, 182, 242, 0.2), -30px 40px 0 0 rgba(20, 182, 242, 0.2), 0 40px 0 0 rgba(20, 182, 242, 0.2), 30px 40px 0 2px #14b6f2, 60px 40px 0 0 rgba(20, 182, 242, 0.2);
    }

    100% {
        box-shadow: -60px 40px 0 0 rgba(20, 182, 242, 0.2), -30px 40px 0 0 rgba(20, 182, 242, 0.2), 0 40px 0 0 rgba(20, 182, 242, 0.2), 30px 40px 0 0 rgba(20, 182, 242, 0.2), 60px 40px 0 2px #14b6f2;
    }
}

.nt-header-top.nt-header-top-fixed {
    position: fixed;
    width: 100%;
}

.entry-content:after {
    clear: both;
    display: block;
    position: relative;
    content: "";
}

dt {
    margin-bottom: 5px;
}

dd {
    margin-bottom: 20px;
}

/* gutenberg */
.wp-block-button {
    color: #fff;
    margin-bottom: 20px;
}

.wp-block-cover {
    color: #fff;
}

blockquote.has-text-color {
    border: 0;
}

.post-page-numbers {
    padding-left: 5px;
}

.entry-content .is-style-outline .wp-block-button__link {
    background-color: #32373c;
    border: none;
}

.who-comment ul li, .who-comment ol li {
    margin-bottom: 0px;
}

.social-links a:before {
    border-radius: 2px;
}

span.woocommerce-Price-amount.amount {
    color: #323232;
    font-weight: 700;
    text-decoration: none;
}

.woocommerce ul.products li.product .price {
    color: #323232;
}

.woocommerce ul.products li.product .price del {
    color: #323232;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    color: #04b3cb;
}

button.single_add_to_cart_button.button.alt {
    background-color: #000000;
    color: #fff;
}

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

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    color: #fff !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #323232;
}

span.select2-selection.select2-selection--single {
    border: 1px solid #d9d9d9;
    min-height: 35px;
}

/* Gutenberg updates */
.wp-block-cover p.wp-block-cover-text {
    color: #fff;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-gallery.nt-theme-content-list {
    padding: 0px !important;
    margin: 0 0 30px !important;
}

.wp-block-gallery.alignleft.columns-2.is-cropped.nt-theme-content-list {
    margin-right: 15px !important;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 30px 0 32px 45px;
    padding: 0 1em;
}

.wp-block-archives.wp-block-archives-dropdown .nice-select {
    float: none;
    max-width: 250px;
}

.wp-block-columns.alignwide.has-3-columns blockquote {
    margin: 0 auto !important;
}

.wp-block-archives.wp-block-archives-list,
.wp-block-archives.wp-block-archives-dropdown,
.wp-block-categories.wp-block-categories-list,
.wp-block-latest-comments.has-avatars.has-dates.has-excerpts,
.wp-block-latest-comments,
.wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-posts.is-grid {
    margin-bottom: 30px !important;
}

.wp-block-media-text {
    margin-bottom: 30px;
}

.nt-theme-content .wp-block-archives.wp-block-archives-dropdown .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 5px 5px 0 !important;
}

.wp-block-embed {
    margin-bottom: 2em;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
    margin-bottom: 20px;
}

ul.wp-block-categories.wp-block-categories-list li,
ul.wp-block-archives.wp-block-archives-list li {
    margin-bottom: 10px;
}

.wp-block-gallery {
    padding: 0 !important;
    margin: 0 5px 20px 0px;
}

.wp-block-latest-comments {
    padding: 0;
}

.wp-block-image {
    margin-bottom: 2em;
}

.wp-block-cover {
    margin: 0 25px 25px 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0;
}
.testimonial-slider-control{
    background-color: inherit;
}
.team-item .social-links a:before{
    border-radius: 50%;
}
.mfp-excerpt {
    position: absolute;
    margin-top: 0px;
    max-width: 480px;
}
.mfp-excerpt p {
    color: #fff;
}
a.scroll-to-top {
    position: fixed;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
a.scroll-to-top.btn-show {
    opacity: 1;
}
.wpcf7 .ajax-loader {
    position: absolute;
}
#wpadminbar {
    z-index: 999999;
}
.light .comment-form .form-submit input[type="submit"],
.error404 #searchsubmit {
    color: #000;
    background: transparent;
}
.light .comment-form .form-submit:hover input[type="submit"] {
    color: #fff;
}
.table-cell span.woocommerce-Price-amount.amount {
    color: #ffffff;
}
