/*
Theme Name: Giga Store PRO
Theme URI: http://themes4wp.com/theme/giga-store-pro/
Author: Themes4WP
Author URI: http://themes4wp.com/
Description: Giga Store PRO is an elegant WooCommerce theme for WordPress. Theme is fully responsive. So the layout will adapt to different screen sizes which will make your website be compatible with any device such as smart phones, tablets or desktop computers. Giga Store is easy to Customize, Search Engine ( SEO ) Friendly WordPress Theme using Twitter Bootstrap 3, Font Awesome icons. Theme includes unlimited color options, social links, custom background, off canvas menu, left or/and right sidebars with 4 size options, awesome slider, section carousel, testimonials carousel, blog section and much more. Theme is translation ready. 
Version: 1.7.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Tags:  custom-colors, one-column, two-columns, right-sidebar, left-sidebar, right-sidebar, full-width-template, custom-background, custom-menu, featured-images, theme-options, translation-ready
Text Domain: giga-store
*/
/* The bootstrap.css file is auto-enqueued in functions.php */
/* WordPress Core */

.gallery-caption {
    font-weight: bold;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 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;
}
img.alignnone {
    max-width: 96%;
    height: auto;
    width: auto;
}
.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: 8px 4px 5px;
    color: #3A3A3A;
}
/* Recommended CSS from WP for defined content width support */

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}
/* Bootstrap Text Center */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

/* Comments */

.comment-form-comment #comment {
    width: 100%;
}
.commentlist li {
    list-style: none;
}
.comment-author,
.comment-edit-link {
    font-weight: bold;
    padding-right: 100px;
}
.comment-meta.commentmetadata {
    padding-right: 100px;
}
.comment-body {
    margin-top: 10px;
    margin-bottom: 10px;
}
.comment-respond code {
    white-space: pre-wrap;
}
.well {
    background-color: rgba(245, 245, 245, 0.2);
}
/* Post Thumbnail */

.attachment-post-thumbnail {
    float: left;
    margin: 0px 10px;
}
/* Calendar Widget */
#wp-calendar {
    width: 100%;
}

/* Search Form Widget */

form#searchform, 
form.woocommerce-product-search {
    position: relative;
}
input#s,
.woocommerce-product-search .search-field {
    width: 100%;
    padding: 5px;
}
#searchform #searchsubmit,
.woocommerce-product-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 !important;
    bottom: 0;
    line-height: 15px;
}
aside {
    margin-top: 20px;
}
.widget {
    margin-bottom: 15px;
    border: 1px solid #dbdbdb;
}
/* Tables */
/* Post text Wrap Fixes */

.post {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.clear {
    clear: both;
}
a {
    color: #00C2FF;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #0068C2;
}
/* Theme CSS */

html,
body {
    overflow-x: hidden;
}
.rsrc-header {
    margin-top: 30px;
    margin-bottom: 10px;
}
#site-header a {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
}
#site-header h1 {
    margin: 0;
}
.rsrc-container {
    color: #222222;
    padding-right: 0;
    padding-left: 0;
}
.rsrc-content {
    position: relative;
    margin: 0 auto;
}
.rsrc-main {
    padding: 10px 0;
    position: relative;
}
.rsrc-footer-menu {
    background-color: #222;
}
.rsrc-author-credits {
    padding: 20px;
}
.rsrc-footer {
    background-color: #111;
    border-top: 1px solid rgba(121, 121, 121, 0.25);
}
/* Navigation */

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}
.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #00C2FF;
}
.mobile-title a {
    line-height: 50px !important;
    padding: 0;
    margin: 0;
    display: block;
}
@media (min-width: 768px) {
    #site-navigation .navbar-nav > li > a {
        padding: 8px;
        font-size: 11px;
    }
    #main-navigation .navbar-nav > li > a,
    #main-navigation .dropdown-menu > li > a {
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
    }
    #site-navigation.navbar {
        min-height: 35px;
    }
    .current-menu-item {
        background-color: #00B0FF;
    }
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }
    .menu-center .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar-collapse.menu-center {
        text-align: center;
    }
}
.rsrc-top-menu {
    background-color: #00B0FF;
    line-height: 1.1;
}
.header-section {
    background-color: #009EE6;
}
.main-menu-section,
.main-menu-section ul.nav li:hover > ul.dropdown-menu {
    background-color: #0081BA;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.rsrc-top-menu .navbar-inverse {
    background-color: #00B0FF;
}
.navbar-text.visible-xs {
    max-width: 75%;
    float: left;
    margin: 0;
    line-height: 50px;
}
.navbar-text a, .mobile-title a {
    color: #ffffff;
}
.navbar-text img {
    max-height: 50px;
    width: auto;
}
.navbar-text h1 {
    margin: 0;
    line-height: 50px;
}
.navbar-toggle {
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin-right: 0;
}
.navbar-toggle .icon-bar {
    background-color: rgba(0, 0, 0, 0.3);;
}
.header-login.navbar-right {
    line-height: 36px;
}
/* Fix nav on hover */

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }
    .navbar-right {
        margin-right: 0;
    }
}

/* Menu opened in responsive */

@media only screen and (max-width: 767px) {
    .dropdown-menu {
        position: static;
        display: block;
        float: none;
        padding: 10px 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        padding: 3px 30px;
    }
    .dropdown-submenu>.dropdown-menu {
        padding-left: 10px;
    }
    .rsrc-header-img img {
        max-height: 50px;
        line-height: 50px;
    }
    .header-cart {
        margin-top: 10px !important;
    }
    .header-line-search {
        margin-bottom: 5px !important;
    }
    .header-right.col-sm-9 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .site-header-cart {
        right: -100% !important;
    }
}
.dropdown-submenu ul li li a:after {
    display: none;
}
.sticky {} 
.bypostauthor {} 
img {
    max-width: 100%;
    height: auto;
}
.no-gutter {
    padding-left: 0;
    padding-right: 0;
}
.featured-thumbnail {
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.featured-thumbnail img {
    width: 100%;
}
.featured-thumbnail::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.featured-thumbnail:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.featured-thumbnail img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.featured-thumbnail:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
h1.site-title,
h2.site-title {
    font-size: 36px;
    margin: 0;
}
h1.site-title a,
h2.site-title a {
    color: #fff;
}
/* Text meant only for screen readers */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 10px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* 5col fix */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* Navigation */

.pager li>a,
.pager li>span,
.pager li>a:hover,
.pager li>a:focus {
    display: inline-block !important;
    padding: 2px 5px !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.post-navigation {
    clear: both;
    margin: 15px 0;
    overflow: hidden;
}
.post-navigation div {
    display: block;
    position: relative;
    font-size: 14px;
    color: #999;
}
.post-previous {
    float: left;
    padding-left: 30px;
    text-align: left;
}
.post-next {
    float: right;
    text-align: right;
    padding-right: 30px;
}
.post-navigation div span {
    display: block;
    font-size: 90%;
    color: #999;
}
.post-navigation div a:after {
    position: absolute;
    font-size: 45px;
    line-height: 40px;
    font-weight: bold;
    top: 0;
}
.post-previous a:after {
    content: '\00ab';
    left: 0;
}
.post-next a:after {
    content: '\00bb';
    right: 0;
}
/* Single Author */

.postauthor-content img {
    float: left;
    margin-right: 10px;
}
.postauthor-container {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.postauthor-title {
    border-bottom: 1px solid #dbdbdb;
}
/* Related posts */

.related-posts ul {
    padding: 15px;
}
.related-posts li {
    list-style-type: none;
    position: relative;
    padding: 0;
}
/* Social Links and infobox*/

.social-links {
    text-align: center;
    display: inline-block;
}
.social-links ul {
    padding: 0;
}
.social-links ul li {
    display: inline;
}
.social-links i.fa {
    padding: 9px 5px;
    text-align: center;
    transition: background-color 0.2s ease-out 0s;
    font-size: 16px;
    float: right;
    color: #fff;
}
.social-links i.fa-twitter:hover {
    color: #1BB2E9;
}
.social-links i.fa-facebook:hover {
    color: #3B5A9B;
}
.social-links i.fa-youtube:hover {
    color: #ED3F41;
}
.social-links i.fa-vimeo-square:hover {
    color: #44BBFF;
}
.social-links i.fa-skype:hover {
    color: #009CEF;
}
.social-links i.fa-linkedin:hover {
    color: #007BB6;
}
.social-links i.fa-google-plus:hover {
    color: #DC4937;
}
.social-links i.fa-github:hover {
    color: #4183C4;
}
.social-links i.fa-flickr:hover {
    color: #0062DD;
}
.social-links i.fa-dribbble:hover {
    color: #E24D87;
}
.social-links i.fa-instagram:hover {
    color: #3F729B;
}
.social-links i.fa-pinterest-p:hover {
    color: #D5282E;
}
.social-links i.fa-stumbleupon:hover {
    color: #EC4823;
}
.social-links i.fa-tumblr:hover {
    color: #455469;
}
.social-links i.fa-wordpress:hover {
    color: #21759B;
}
.social-links i.fa-codepen:hover {
    color: #CCCCCC;
}
.social-links i.fa-digg:hover {
    color: #14589E;
}
.social-links i.fa-reddit:hover {
    color: #FF4500;
}
.social-links i.fa-vimeo:hover {
    color: #17B3E8;
}
@media only screen and (max-width: 767px) {
    .top-section, .header-login {
        text-align: center;
    }
    a.login-link {
        text-align: center;
        border-right: none !important;
    }
}
a.login-link {
    line-height: 33px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid;
    color: #ffffff;
}
/* Content */
.entry-content {
    margin-top: 10px;
}
article.article-content {
    margin: 10px 0;
}
.home-header .page-header a,
.page-header {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #222222;
    margin: 15px 0 5px 0;
    border-bottom: 0;
    font-size: 20px;
}
.home-header {
    position: relative;
}
.single-meta-date {
    text-align: center;
    float: left;
    margin-right: 15px;
}
.single-meta-date .day {
    padding: 10px 15px;
    background-color: #eee;
    font-weight: bold;
    font-size: 120%;
    color: #222222;
    display: block;
}
.single-meta-date .month {
    padding: 4px;
    background-color: #13C5F5;
    color: #ffffff;
    display: block;
}
.post-meta {
    font-size: 75%;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    opacity: 0.75;
    text-transform: uppercase;
}
.post-meta span,
.posted-on {
    margin-right: 5px;
}
.post-meta .cat-meta:after {
    content: ',';
    margin-right: 3px;
}
.post-meta .cat-meta:last-child:after {
    content: '';
}
/* Pagination */
.navigation.pagination {
    width: 100%;
    text-align: center;
    background-color: #13C5F5;
    border-radius: 0;
    padding: 25px;
    margin: 0;
}
.nav-links {
    display: inline-block;
}
.nav-links a, .nav-links span {
    position: relative;
    float: left;
    padding: 7px 12px;
    line-height: 1.5;
    text-decoration: none;
    background-color: #ffffff;
    color: #000;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.nav-links span.current {
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
}
@media only screen and (max-width: 991px) {
    article.article-content:nth-of-type(2n+1) {
        clear: left;
    }
}
@media only screen and (min-width: 992px) {
    article.article-content.col-md-4:nth-of-type(3n+1),
    article.article-content.col-md-3:nth-of-type(4n+1),
    article.article-content.col-md-15:nth-of-type(5n+1),
    article.article-content.col-md-2:nth-of-type(6n+1) {
        clear: left;
    }
}
/* Featured home */

.hover-style .home-header .page-header a, .hover-style .page-header {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.hover-style {
    display: inline-block;
    padding: 0;
    min-height: 170px;
}
.related-posts .entry-summary {
    color: #fff;
    padding: 10px;
}
.hover-style {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hover-style .home-header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    background-color: rgba(0, 0, 0, 0.40);
    border-left: 10px solid #00C2FF;
}
.hover-style:hover .home-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover-style .page-header {
    margin-left: -10px;
    padding: 20px;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.40);
    border-left: 10px solid #00C2FF;
    -webkit-transform: translateY( -webkit-calc(-100% - 20px));
    transform: translateY( calc(-100% - 20px));
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.hover-style:hover .page-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* breadcrumbs */

#breadcrumbs {
    padding: 30px 25px;
    text-transform: uppercase;
    font-weight: bold;
    background-image: url('img/bread-shadow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
#breadcrumbs .fa {
    margin-right: 5px;
}
/* Widget */

h3.widget-title {
    font-size: 16px;
    color: #222222;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    border-bottom: 2px solid rgba(127, 127, 127, 0.2);
    padding-bottom: 5px;
    word-wrap: break-word;
}
.widget ul {
    padding-left: 15px;
}
/* Post Content */

.rsrc-main .rsrc-post-content {
    padding: 15px;
}
.rsrc-main .woocommerce {
    padding: 15px 0;
}
.single-thumbnail {
    text-align: center;
}
.single-thumbnail img {
    width: 100%;
    max-height: 400px;
}
/* Back to top */

#back-top {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 999;
}
#back-top a {
    width: 40px;
    display: block;
    text-align: center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.7;
}
#back-top a:hover {
    opacity: 1;
}
#back-top span {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #00C2FF;
}
#back-top span:before {
    font-family: 'FontAwesome';
    content: "\f106";
    line-height: 40px;
    font-size: 25px;
    color: #fff;
}
/* Commentform */

form#commentform p input {
    width: 100%;
}
.comment-body {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #bdbdbd;
    padding: 15px 15px 40px 15px;
    position: relative;
    
}
.comment-inner {
    margin-top: 25px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 15px;
    position: relative;
}
.comment-inner:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
    content: '';
    position: absolute;
    top: -12px;
}
.comment a.comment-reply-link {
    float: right;
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 0 !important;
}
.comment-author.vcard img {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    width: 46px;
}
/* Widgets */

.widget_nav_menu li {
    width: 100%;
    background-color: transparent;
    padding-bottom: 5px;
}
.widget_nav_menu li:before {
    margin-right: 5px;
    margin-left: -15px;
}
.widget li.menu-item-has-children .sub-menu {
    margin-top: 5px;
}
.widget {
    padding: 15px;
    word-wrap: break-word;
}
/* Footer Widgets */
#content-footer-section .widget {
    border: none;
}
/* Footer Nav */
#footer-navigation .dropdown .caret{
    border: none;
}
/* Tags */

.post-tags {
    clear: both;
}
.tagcloud a {
    font-size: 15px !important;
    padding: 5px;
    border: 1px solid;
    line-height: 40px;
}

/* mm menu */
.mm-listview .fa:before {
    display: inline-block;
    float: left;
    padding: 10px 0 10px 10px;
}
/* Sections */

section {
    position: relative;
}
.section {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}
section .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.border-bottom-arrow {
    width: 100%;
    height: 0;
    padding-left: 50%;
    padding-bottom: 30px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: -30px;
}
.border-bottom-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left:-400px;
    border-left: 400px solid transparent;
    border-right: 400px solid transparent;
    border-top: 30px solid #fff;
}
.border-bottom-left,
.border-bottom-right {
    border-style: solid;
    z-index: 2;
    position: relative;
}
.border-bottom-left {
    border-width: 40px 2880px 0 0;
    border-top-color: transparent;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    margin-bottom: -40px;
}
.border-bottom-right {
    border-width: 0 2880px 40px 0;
    border-top-color: transparent !important;
    border-right-color: transparent;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    margin-bottom: -40px;
}
section:last-child .border-bottom-right,
section:last-child .border-bottom-left,
section:last-child .border-bottom-arrow {
    display: none;
}
/* Sections Content */

.container-heading {
    margin-bottom: 35px;
    text-transform: uppercase;
}
.section h4 {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    margin: 0;
}
.section .sub-title {
    font-size: 20px;
    line-height: 30px;
    position: relative;
}
.sub-title:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: -1;
}
.sub-title span {
    padding: 0 15px;
}

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    padding: 5px;
    max-width: 100%;
    border: 0px;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #000000;
    border-radius: 2px;
}
/* Buttons styling */

.btn-default,
input[type="submit"],
button,
a.comment-reply-link {
    border: 1px solid #00C2FF;
    color: #00C2FF;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: none;
    padding: 8px 20px;
    border-radius: 0;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn,
.btn-default:active,
.btn-default.active,
input[type="submit"]:hover,
button:hover,
a.comment-reply-link:hover {
    color: #0068C2;
    border-color: #0068C2;
    background-color: transparent;
    box-shadow: none;
}

/* WooCommerce styling */
input, select, textarea {
    color: #000;
    padding: 6px;
    max-width: 100%;
}
.header-right {
    padding-right: 0;
}
.header-cart {
    position: relative;
    margin-top: 35px;
    text-transform: uppercase;
    color: #ffffff;
}
.header-cart a{
    color: #ffffff;
}
.header-cart p{
    margin: 0;
    padding: 0;
}
.header-cart-block {
    display: inline-block;
    padding-right: 0;
    margin-bottom: 0;
}
.header-cart-inner {
    display: inline-block;
    position: relative;
    min-width: 40px;
}
.site-header-cart {
    position: absolute;
    top: 100%;
    padding: 5px;
    border: 1px solid #CECECE;
    display: none;
    opacity: 0;
    z-index: 999999;
    min-width: 350px;
    right: 0;
    background-color: #009EE6;
    color: rgba(255, 255, 255, 0.8);
}
.header-cart-inner:hover .site-header-cart {
    display: block;
    opacity: 1;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 60px;
    float: left;
    margin-left: 0;
    margin-right: 5px;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    float: left;
    border: none;
    padding: 0 15px 0 0;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 15px 0;
}
.widget_shopping_cart_content .buttons {
    text-align: center;
}
/* Header cart layout 2 */
.header-cart .cart-layout-two i.fa-shopping-cart {
    position: relative;
    font-size: 22px;
    margin-right: 5px;
    line-height: 30px;
    vertical-align: middle;
    float: left;
    padding: 5px 0;
}
.header-cart .cart-layout-two span.amount-number {
    vertical-align: middle;
    float: left;
    line-height: 30px;
    display: inline-block;
    font-size: 22px;
    margin-right: 0;
    padding: 5px;
}
.header-cart .cart-layout-two .count {
}
.header-cart .cart-layout-two .amount-title {
    vertical-align: middle;
    float: left;
    line-height: 30px;
    display: inline-block;
    font-size: 11px;
    padding-right: 5px;
}
.header-cart .cart-layout-two .amount-cart {
    vertical-align: middle;
    float: left;
    line-height: 30px;
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
    text-align: center;
}
.header-cart .cart-layout-two .woocommerce a.button {
    text-align: center;
    margin-bottom: 10px;
    word-wrap: break-word;
}
.top-wishlist.cart-layout-two {
    display: inline-block;
    padding: 0px 5px;
    position: relative;
    float: right;
    color: #ffffff;
}
.top-wishlist.cart-layout-two .fa {
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    position: relative; 
}
.top-wishlist.cart-layout-two .count {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 12px;
    float: none;
    letter-spacing: 0;
}
/* Header cart layout 1 */
.head-cart-icon i.fa-shopping-cart {
    position: relative;
    font-size: 40px;
    padding: 10px 5px;
    height: 40px;
    line-height: 25px;
    color: #ffffff;
}
.head-cart-icon {
    display: inline-block;
    position: relative;
}
.header-cart .cart-layout-one .count {
    position: absolute;
    font-size: 12px;
    right: -5px;
    border-radius: 50%;
    padding: 2px 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    top: -2px;
    line-height: 16px;
    z-index: 20;
}
.header-cart .cart-layout-one .amount-title {
    right: 0;
    top: 6px;
    font-size: 12px;
    font-weight: bold;
    opacity: 0.8;
    display: inline-block;
    position: absolute;
    color: #ffffff;
    max-width: 85px;
    word-wrap: break-word;
    line-height: 12px;
}
.header-cart .cart-layout-one .amount-cart {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    padding: 0;
    min-width: 90px;
    padding-top: 25px;
    float: right;
    line-height: 16px;
}
.header-cart .cart-layout-one .woocommerce a.button {
    width: 49%;
    text-align: center;
    margin-bottom: 10px;
}
.top-wishlist.cart-layout-one {
    display: inline-block;
    margin-left: 5px;
    padding: 0px 10px;
}
.top-wishlist.cart-layout-one a{
    display: inline-block;
    position: relative;
}
.cart-layout-one.top-wishlist .fa {
    font-size: 30px;
    color: #ffffff;
    line-height: 35px;
    padding-left: 10px;
    position: relative; 
}
.top-wishlist.cart-layout-one .count {
    right: -10px;
    top: -8px;
}


.header-line-search {
    margin-bottom: 25px;
    z-index: 15;
    padding: 10px 0 0 0;
}
/* Squared search form */
.header-search-form.squared {
    position: relative;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: inline-block;
    width: 100%;
    padding-right: 43px;
}
.header-search-form.squared select {
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    cursor: pointer;
    line-height: 20px;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    border-top: none;
    border-bottom: none;
    background: rgba(0, 0, 0, 0.18);
}
.header-search-form.squared input {
    padding: 5px 10px;
    height: 40px;
    color: #ffffff;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.18);
}
.header-search-form.squared button {
    position: absolute;
    right: 0;
    font-size: 20px;
    padding: 5px 12px;
    border: 0;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
    top: 0;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 0!important;
}
/* Rounded search form */
.header-search-form.rounded {
    position: relative;
    padding: 0;
    border: none;
    display: inline-block;
    width: 100%;
    padding-right: 43px;
}
.header-search-form.rounded select {
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    cursor: pointer;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-top: none;
    border-bottom: none;
}
.header-search-form.rounded input {
    padding: 8px 15px;
    height: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    box-shadow: none;
    border: none;
}
.header-search-form.rounded button {
    position: absolute;
    right: 0;
    font-size: 20px;
    padding: 7px 12px;
    background-color: rgba(0, 0, 0, 0.3);
    border: 0;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
    top: 0;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
/* Yith search form */
.header-search-form.yith_ajax {
    padding-right: 0;
}
form#yith-ajaxsearchform {
    position: relative;
}
form#yith-ajaxsearchform input.yith-s {
    width: 100%;
    border-radius: 0;
}
input#yith-searchsubmit:hover {
    color: #fff;
    background-color: initial;
}
input#yith-searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.autocomplete-suggestions {
    color: #000;
}
.top-infobox {
    margin: 5px;
    min-height: 15px;
    line-height: 15px;
    color: #ffffff;
}
.top-infobox.rounded {
    margin-left: 20px;
}
.top-infobox i {
    opacity: 0.8;
    margin-right: 5px;
    font-size: 120%;
}
/* Vertical Tabs */
.wc-tab h2 {
    margin-top: 5px;
}
.woo-tabs-section {
    border: none;
    padding: 0 0 10px 0;
}
.woo-tabs-section>li {
    float: none;
    margin-bottom: 2px;
    font-weight: bold;
    text-transform: uppercase;
}
.woo-tabs-section>li.active>a,
.woo-tabs-section>li.active>a:hover,
.woo-tabs-section>li.active>a:focus {
    border: none;
    background-color: transparent;
}
#woo_tabs_section .section .woo-tabs-section>li.active>a {
    color: #FFFFFF;
}
.woo-tabs-section>li>a,
.woo-tabs-section>li>a:hover,
.woo-tabs-section>li>a:focus {
    border: none;
    background-color: transparent;
    padding-right: 25px;
}
.woo-tabs-section>li.active:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 100%;
    display: inline-block;
    background: #00C2FF;
    -webkit-transform: skew(-18deg);
    -moz-transform: skew(-18deg);
    -o-transform: skew(-18deg);
    transform: skew(-18deg);
    z-index: -1;
}
.nav.woo-tabs-section > li > a:hover {
    background-color: transparent;
}
.woo-tabs-section.tabs-top>li {
    float: left;
    margin-bottom: 15px;
    padding-right: 15px;
}
.woocommerce div.product form.cart .variations th {
    color: inherit;
}
/* Testimonial section */
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: 100%;
    bottom: 0px;
    margin-right: -19px;
    margin-top: -130px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    border-color: #00C2FF;
    opacity: 1;
    overflow: hidden;
}
#quote-carousel .carousel-inner {
    min-height: 260px;
}
.item blockquote {
    border-left: none;
    margin: 0;
    padding-bottom: 130px;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
.item small {
    color: inherit;
    opacity: 0.8;
}

/* Banner section */
.banner-section {
    background-color: black;
    margin: 0;
    color: #ffffff;
}
.banner-bg {
    padding: 0;
}
.banner-inner {
    padding: 35px;
}
a.custom-button {
    padding: 10px 20px;
    border: 1px solid;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: #A0A0A0;
}
/* Brands Section */
.brands-title {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
}
#flex-carousel-brands-carousel p {
    margin-top: 15px;
}

/* WooCommerce Buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    padding: 8px 16px;
    border: 1px solid;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-radius: 0;
    background-color: transparent;
    color: #222222;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: transparent;
    opacity: 0.8;
    color: #222222;
}
.woocommerce ul.products li.product .button {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #00C2FF;
}

/* WooCommerce Products */
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 16px;
    word-wrap: break-word;
}
.woocommerce ul.products li.product .star-rating, .woocommerce .star-rating span {
    color: #00C2FF;
}
.woocommerce .products .star-rating {
    margin: 0 auto;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    padding: 5px;

}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: inherit;
    font-size: 18px;
}
.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del {
    font-size: 80%;
    display: inline-block;
}
.woocommerce span.onsale {
    top: 0;
    left: 0;
    border-radius: 0; 
    background-color: #00C2FF;
}
.woocommerce ul.products li.product .onsale {
    margin: 0;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    display: inline-block;
    padding: 8px 12px;
    line-height: inherit;
    background-color: #00C2FF;
    color: #ffffff;
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations label {
    margin-bottom: 0;
}
.woocommerce-variation-price {
    margin-bottom: 10px;
}
.woocommerce .quantity .qty {
    height: 32px;
    margin-right: 10px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid rgba(138, 138, 138, 0.4);
    border-bottom: 1px solid rgba(138, 138, 138, 0.4);
}
.woocommerce .product_meta {
    margin-top: 10px;
    clear: both;
}
.woocommerce .product_meta .sku_wrapper, .woocommerce .product_meta .posted_in, .woocommerce .product_meta .tagged_as {
    display: block;
    font-weight: bold;
    padding: 5px 0 2px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    border-bottom-color: transparent;
    padding: 0 20px 0 10px;
    color: #FFFFFF;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    border: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #00C2FF;
    -webkit-transform: skew(-18deg);
    -moz-transform: skew(-18deg);
    -o-transform: skew(-18deg);
    transform: skew(-18deg);
    z-index: -1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    border: 0;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: transparent;
}
#add_payment_method #payment, .woocommerce-checkout #payment {
    background: transparent;
    background: rgba(148, 148, 148, 0.2);
}
.woocommerce a.added_to_cart {
    display: block;
    padding: 5px;
}
/* WooCommerce categories */
#flex-carousel-woo-cat-carousel ul.products {
    margin-left: 0;
    padding-left: 0;
}
.woo-categories-section.woocommerce ul.products li.first {
    clear: none;
}
li.product-category.product {
    text-align: center;
    border: 1px solid #dbdbdb;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    padding: 5px;
    position: relative;
}
li.product-category.product h3,
.woocommerce ul.products li.product h2.woocommerce-loop-category__title {
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px 0 10px 0;
    font-weight: bold;
    word-wrap: break-word;
}
li.product-category.product .count {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    padding-top: 50%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
li.product-category.product:hover .count {
    opacity: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 1em;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
/* WooCommerce my account css */
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}
li.woocommerce-MyAccount-navigation-link {
    padding: 10px 15px;
    border-bottom: 1px solid;
}
li.woocommerce-MyAccount-navigation-link:hover {
    background-color: rgba(169, 169, 169, 0.20);
}
li.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #00C2FF;
    color: #ffffff;
}
li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #ffffff;
}
.woocommerce-MyAccount-navigation-link:before {
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.woocommerce-MyAccount-navigation-link--dashboard:before {
    content: "\f108";  
}
.woocommerce-MyAccount-navigation-link--orders:before {
    content: "\f115";  
}
.woocommerce-MyAccount-navigation-link--edit-address:before {
    content: "\f041";  
}
.woocommerce-MyAccount-navigation-link--payment-methods:before {
    content: "\f09d";  
}
.woocommerce-MyAccount-navigation-link--edit-account:before {
    content: "\f044";  
}
.woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: "\f08b";  
}
.woocommerce-MyAccount-navigation-link--downloads:before {
    content: "\f019";  
}

/* WooCommerce second image on hover */
.product-has-gallery {
    position: relative;
}
.product-has-gallery .onsale, .woocommerce ul.products li.product:hover .add-to-wishlist-custom {
    z-index: 999;
}

.product-has-gallery .secondary-image {
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    padding: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.woocommerce ul.products li.product:hover .secondary-image {
    opacity: 1;
}

a.add_to_wishlist:before {
    font-family: 'FontAwesome';
    content: "\f004";
    color: #00C2FF;
}
a.add_to_wishlist, .yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 8px;
    font-weight: 700;
    border-radius: 0 !important;
    left: auto;
    color: #00C2FF;
    background-color: transparent;
    border: 1px solid #00C2FF;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.yith-wcwl-add-button, .yith-wcwl-wishlistexistsbrowse, .yith-wcwl-wishlistaddedbrowse {
    margin-bottom: 10px;
}
.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
    margin-left: 10px;
    margin-right: 15px;
}
.add-to-wishlist-custom img.ajax-loading {
    margin-left: 5px;
    margin-top: 5px;
    visibility: hidden;
    left: 0;
    height: 16px;
    width: 16px;
    position: absolute;
}
.add-to-wishlist-custom {
    position: absolute;
    top: 30%;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.woocommerce ul.products li.product:hover .add-to-wishlist-custom {
    left: 50%;
    opacity: 1;
    margin-left: -40px;
}
.add-to-wishlist-custom .yith-wcwl-wishlistaddedbrowse.show, .add-to-wishlist-custom .yith-wcwl-wishlistexistsbrowse.show {
    text-indent: -9999px;
    line-height: 32px;
    width: 32px;
    height: 32px;
}
.add-to-wishlist-custom .yith-wcwl-wishlistaddedbrowse.show:before, .add-to-wishlist-custom .yith-wcwl-wishlistexistsbrowse.show:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #00C2FF;
    text-indent: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #00C2FF;
}
.summary.entry-summary .clear {
    clear: inherit;
}
.single-product .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    float: left;
}
a.compare.button {
    color: #00C2FF;
}
.yith-woocompare-widget a.compare {
    background-color: inherit;
}
.woocommerce ul.products li.product a.compare.button {
    text-indent: -99999px;
    position: absolute;
    top: 30%;
    right: 0;
    opacity: 0;
    margin: 0 !important;
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.woocommerce ul.products li.product:hover a.compare.button {
    right: 50%;
    margin-right: -40px !important; 
    opacity: 1;
}
.woocommerce ul.products li.product a.compare.button:before {
    font-family: 'FontAwesome';
    content: "\f074";
    color: #00C2FF;
    text-indent: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.woocommerce ul.products li.product a.compare.button.added:before {
    content: "\f00c";
}
a.compare.button:before {
    font-family: 'FontAwesome';
    content: "\f074";
    color: #00C2FF;
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a.button.yith-wcqv-button {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.woocommerce ul.products li.product:hover a.button.yith-wcqv-button {
    opacity: 1;
    top: 45%;
}
a.button.yith-wcqv-button:before {
    font-family: 'FontAwesome';
    content: "\f06e";
    margin-right: 5px;
}

/* Quick view */

#yith-quick-view-modal .yith-wcqv-main {
    background: #ffffff;
    color: #292929;
}

/* Contact section */

#map-canvas {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
    padding: 0;
    color: #000;
}
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="number"],
.wpcf7-form-control-wrap input[type="password"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="url"],
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form input[type="submit"],
.wpcf7-form-control-wrap textarea,
.wpcf7 label {
    width: 100%;
}
.wpcf7-form {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}
.underline {
    clear: both;
    display: block;
    border-bottom: 1px solid rgba(127, 127, 127, 0.38);
    margin-bottom: 6px;
    padding-bottom: 3px;
}
.underline i {
    margin-right: 5px;
}
.about-us {
    margin-bottom: 15px;
}

/* Background Image Section */

#bg_image_section {
    min-height: 150px;
    padding: 120px 0;
    background-position: center;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
#bg_image_section .section {
    padding: 0;
}
.bg-image-section {
    padding: 30px 15px
}
.bg-section-title {
    font-size: 55px;
    font-weight: bold;
    line-height: 66px;
    margin-bottom: 25px;
}
.bg-section-desc {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 28px;
}
.bg-section-button a {
    color: #FFFFFF;
    padding: 10px 15px;
    border: 2px solid;
    margin: 10px 15px;
    display: inline-block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

/* Newsletter section */

.widget_wysija_cont .wysija-submit {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.wysija-paragraph, 
input.wysija-submit.wysija-submit-field {
    display: inline-block;
    width: 100%;
}
.wysija-paragraph input, .wysija-paragraph textarea {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.newsletter-form-section {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Blog section */

.all-posts-button {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid rgba(102, 102, 102, 0.38);
}

@media screen and (max-width: 600px) {
    .admin-bar #wpadminbar {
        position: fixed;
    }
}
@media screen and (max-width: 782px) {
    .admin-bar .main-menu-section.stick {
        top: 46px !important;
    }
    html.mm-opening {
        margin-top: 0 !important;
    }
}