/*
Theme Name: WOW Bike
Theme URI: https://www.amarlaww.shakedeal.co.il/
Author: Tiran Moyal
Author URI: https://www.amarlaww.shakedeal.co.il/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Bike Shop, Online Shopping, E-commerce
Text Domain: wowbike
*/

.default-area{
    padding: 50px 0;
}
.default-content {
    background-color: rgba(255,255,255,0.9);
    padding: 30px 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.default-content .my-title {
    text-align: left;
    margin-bottom: 20px;
}
.default-content .my-title:before {
    left: 0;
    transform: translateX(0);
}
.default-content .my-title p {
    margin-bottom: 0 !important;
}
.default-content p {
    margin-bottom: 20px;
    line-height: 26px;
}

.pagination li.current{
    border: none;
    background-color: #ff831e;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0;
    text-align: center;
    color: #fff;
}
.add-cart-btn form.cart{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.add-cart-btn button{
    display: inline-block;
    font-size: 18px;
    line-height: 45px;
    font-weight: 400;
    color: #ffffff;
    min-width: 140px;
    height: 45px;
    padding: 0 15px;
    background-color: #FF831E;
    border-radius: 0;
    border: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}
.add-cart-btn button:hover {
    position: relative;
    color: #FF831E !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.add-cart-btn .quantity{
    margin: 0 5px 0 5px;
}
.add-cart-btn .quantity input{
    height: 45px;
}
.align-left form.cart{
    justify-content: left;
}
.product-gallery{
    position: relative;
}
.flex-control-thumbs{
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 0 0;
    padding: 0;
}
.flex-control-thumbs li{
    list-style-type: none;
    margin: 0 5px 5px 0;
}
.flex-control-thumbs li img:hover{
    opacity: 1;
	cursor: pointer;
}
.flex-control-thumbs li img.flex-active{
    opacity: 1;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 0;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
    backface-visibility: hidden;
}
.woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    right: 9px;
    box-sizing: content-box;
}
.woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    right: 22px;
    transform: rotate(45deg);
    box-sizing: content-box;
}