/*
Theme Name: Claue Child
Theme URI: http://www.janstudio.net/claue
Author: JanStudio
Author URI: http://www.janstudio.net
Description: The best woocommerce theme for online fashion store, furniture store, handemade store, organic store, wordpress personal portfolio, personal blog.
Template: claue
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: claue
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.page-head h1 { font-size: 48px; }
.page-head { padding: 100px 0px; }

.footer__bot { background-color: #161616; }

.product_title { font-size: 38px; font-weight: 300; }

.primary-hover .vc_btn3:hover {
  background-color: #00a885 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.jas-canvas-menu .jas-action { display: none !important; }
.jas-canvas-menu #jas-mobile-menu li.menu-item:hover a, .jas-canvas-menu #jas-mobile-menu li.current-menu-item a { color: #00a885 !important; }

.jas-wc .page-head, #jas-content .page-head {
  background-image: url(/wp-content/uploads/2019/04/header_test_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
}

.badge { display: none; }

.single-product-thumbnail.left .p-nav, .single-product-thumbnail.right .p-nav { max-height: 355px; }

body .header__search input[type="text"] { color: #fff !important; }

input:not([type="submit"]):not([type="checkbox"]),
textarea,
select {
	border: 1px solid #ccc;
	font-size: 14px;
	outline: 0;
	padding: 0 15px;
	color: inherit !important;
	font-family: inherit;
	border-radius: 0;
	max-width: 100%;
}

.select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 1px solid #222;
  border-radius: 40px;
	outline: 0;
	padding: 0 15px;
	font-size: 14px;
	cursor: pointer;
}

.select-wrap { border: 0; }

.woocommerce-ordering { border: 0; border-radius: 0; }
.woocommerce-ordering select { border: 1px solid #222; border-radius: 40px; }

.jas-menu ul li:not(:last-child) { border-bottom: 1px solid #222; }

#jas-backtop span {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 35px;
    border-radius: 45px;
    background: #00a885;
    color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }

  .yith-wcwl-add-button { display: none !important; }

  #jas-backtop span i { color: #fff; }
  #jas-backtop:hover span i { color: rgba(255,255,255,0.6) !important; }
