/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

body a {
  text-decoration: none !important;
}

body ul li {
  list-style: none !important;
}

div#banner-img01 {
    position: absolute;
    top: 0px;
    right: -8%;
}

div#banner-img02 img {
    width: 372px !important;
    height: 372px !important;
    border-radius: 100% !important;
    border: 40px solid #10101B !important;
    margin-left: 36px;
    position: relative;
    top: 70px;
    z-index: 9;
}

section#banner-sec {
    position: relative;
}

section#banner-sec::after {
    content: 'Patriot Coffee';
    color: rgb(255 255 255 / 5%);
    position: absolute;
    right: 25px;
    font-family: 'Oswald';
    font-size: 205px;
    bottom: 0;
    line-height: 136px;
    font-weight: 600;
    text-transform: uppercase;
}

div#banner-img01 img {
    width: 494px !important;
    height: 494px;
    object-fit: cover;
    box-shadow: 0px 4px 47px 54px rgb(167 39 47 / 05%);
    border-radius: 1000px;
    position: relative;
    top: -20px;
}

.woocommerce #review_form #respond .form-submit input {
  padding: 14px 28px !important;
  border-radius: 0 !important;
  background: #A7272F !important;
  color: #fff !important;
}

.woocommerce div.product.elementor ul.tabs li a {
  border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0 !important;
  background: #fefefe !important;
  padding: 2px 28px !important;
  color: #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #A7272F !important;
  color: #fff !important;
}

.jkit-gallery .gallery-items .gallery-item-wrap .grid-item .thumbnail-wrap img {
    transform: scale(1.1);
}

.gallery-items {
    margin-bottom: -18px !important;
}

.jkit-category a {
    pointer-events: none !important;
}