/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
ul#mypanel {
    padding: 0px;
    list-style: none;
    display: flex;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 1rem;
    font-size: 16px;
    position: sticky;
    top: 0px;
    background-color: #f7f7f7;
    padding-top: 1rem;
    z-index: 1;
    border-radius: 10px;
	justify-content: center;
	    margin-bottom: 20px;
}
ul#mypanel li {
    padding: 5px 15px;
    cursor: pointer;
}
ul#mypanel li a:hover
 {
    color: #ff6633;
}

ul#mypanel li a {
    white-space: pre;
    color: #000;
    font-weight: 500;
}
.products.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
}
li.nav-item.active a {
    color: #AF454E;
    font-weight: 600;
}
.options {
    display: flex;
    margin-left: auto;
    gap: 15px;
    justify-content: end;
}
.input-box {
    max-width: 367px;
    width: 100%;
}
.options label {
    display: block;
    white-space: pre;
    color:#ff6633;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    padding-bottom: 4px;
}
.options select {
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    background-color: #f7f7f7;
}
.search-box {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    display: block;
    z-index: 1;
    top: 12px;
}
.search-box i {
    position: absolute;
    left: 10px;
    top: 50%;
    color: #ff6633;
    transform: translateY(-50%);
    font-size: 16px;
}
a.select-btn.btn {
    cursor: pointer;
}
#filter {
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    width: 100%;
    height: 35px;
    padding-left: 30px;
    font-size: 16px;
}
.tab-pane {
    position: relative; 	
    display: none;
}
.tab-pane.active {
    display: block;
    opacity: 9;
}
img#product_img {
    border-radius: 20px;
}
.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
h2.main-title {
    text-align: left;
    color: #ff6633;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.product-box {
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    border-bottom: 1px dotted #AF454E;
    margin-left: auto;
    position: relative;
    gap: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.product-box .title_box {
    width: 50%;
}
.product-title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 4px !important;
    font-family: 'Poppins';
}
p.product-description {
    margin-bottom: 0px;
}
p.price {
    font-size: 15px;
    font-weight: 500;
    color: #ff6633;
    text-align: right;
    width: 30%;
    margin-bottom: 0px;
}
.product-box .btn {
    background-color: #ff6633;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 20px;
    border-radius: 10px;
    min-width: unset;
}

.row {
    display: flex;
    width: 100%;
}
.col-md-7 {
    width: 60%;
    padding: 15px;
}

.col-md-5 {
    width: 40%;
    padding: 15px;
}
.variable-box {
    display: none;
    position: absolute;
    background-color: #f7f7f7;
    height: 92%;
    width: 100%;
    border-radius: 8px;
    justify-content: space-around;
    align-items: center;
}
.variable-box.visible {
    display: flex;
}
span.closed {
    position: absolute;
    right: 18px;
    font-size: 25px;
    color: #d0142c;
    cursor: pointer;
}
.variable-box .variable-item {
    font-size: 15px;
    margin-right: 15px;
    color: #ff6633;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}
a.variable-item:hover {
    color: #000;
}
a.variable-item span {
    display: block;
    font-weight: 300;
}
img#product_img_Pickup_Specials {
    border-radius: 20px;
}
@media only screen and (max-width: 600px) {
.row {
    flex-direction: column;
}
	.products.section {
    padding-left: 15px;
    padding-right: 15px;
}
	.col-12 {
    width: 100%;
    padding: 0px;
}
}