/*
Theme Name: Canvasshop Child
Author: templatetrip
Description: Themes & Templates For All Platforms
Template: canvasshop
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: canvasshop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

canvasshop is based on Templatetrip https://www.templatetrip.com/, (C) 2012-2020 Automattic, Inc.
templatetrip is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.wc-block-attribute-filter .wc-block-attribute-filter-list,
.widget_canvasshop_widget_product_tag {
    max-height: 225px;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    -webkit-scrollbar-width: thin;
    -moz-scrollbar-width: thin;
    -o-scrollbar-width: thin;
    -ms-scrollbar-width: thin;
	padding: 0 10px 0 0;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin: 0 0 20px;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

div[data-id="2cb63d9e"] a.elementor-button,  div[data-id="5120124c"] a.elementor-button {
	display: none;
}

input[type="text"], input[type="email"], textarea {
	border: 1px solid #e5e5e5;
}

.faqs-accordion p a {
    border-bottom: 1px solid #aa7f60;
    font-weight: 500;
    background: transparent;
    color: #aa7f60;
}

.faqs-accordion p a:hover {
	border-bottom: 1px solid #666666;
	color: #666666;
	font-weight: 500;
}

form.cart .quantity {
	display: none;
}

.single-product .product .entry-summary .cart-wrap {
	padding: 0 0 15px 0;
}

@media (max-width: 767px) {
    .single-product .product .entry-summary .cart-wrap {
        padding: 0 0 10px 0;
    }
}

#wbp-westernbid-form ul.order_details.select_pay_method li input {
	margin-right: 4px;
	vertical-align: middle;
}

#wbp-westernbid-form ul.order_details button.pay {
	width: 45%;
	font-size: 17px;
    font-weight: 500;
    line-height: 18px;
	height: 50px;
	justify-content: center;
    display: flex;
    align-items: center;
	animation: shake-animation 4.72s ease infinite;
	font-family: var(--primary-font);
}

.footer-top-content .mc4wp-form-1 {
    width: 100%;
    position: relative;
}