/* 
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 */

.wc-block-cart__submit-container a {
    color: #fff;
    text-decoration: none;
}

body {
    font-family: 'Montserrat';
    background-color: #f4f4f4;
    color: #7F7F7F;
}
h1, h2, h3, h4, h5 {
    color: #000000;
}
.elementor-widget-woocommerce-product-content {
    font-family: 'Montserrat';
}
.woocommerce ul.products li.product .button {
    background-color: rgba(255, 255, 255, 0);
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background-color: rgba(255, 255, 255, 0);
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #000;
    min-height: 42px;
}
.gt_selector {
    background: #1b1b1b;
    border: 0;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    color: #d4b891;
    padding-left: 0;
}
.page-id-19552 .input-text {
    border: 0px;
    margin-top: 5px;
}
.woocommerce-form-register__submit, .woocommerce-form-register__submit:hover {
    background-color: rgba(255, 255, 255, 1);
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000;
    color: #000;
    text-transform: uppercase;
}
.woocommerce .woocommerce-breadcrumb {
    margin-top: 1em;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-row .mega-img_txt li:nth-child(2) .textwidget {
    position: absolute !important;
    width: 100% !important;
    bottom: 30px !important;
}
._scrmn {
    position: absolute;
    top: -220px;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
    margin-left: 10px;
    font-weight: 700;
    font-size: 16px;
}
._scrmn h3 {
    font-size: 17.5px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px 0;
}
body {
    overflow: hidden;
    overflow-y: scroll;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .related div.product span.price,
.woocommerce ul.products li.product .price  {
    color: #000;
}
.single-product .quantity.buttons_added .minus, .single-product .quantity.buttons_added .plus {
    padding: 7px 20px 8px;
    height: 48px !important;
    border: solid 1px #bdbdc3;
    font-size: 35px;
    line-height: 10px;
    font-weight: 300;
}
.quantity.buttons_added .input-text.qty.text {
    padding: 5px 5px 5px;
    height: 48px;
    width: 50px;
}
.quantity.buttons_added input[type=number] {
    -moz-appearance: textfield;
}
.quantity .input-text.qty {
    text-align: center;
    background-color: transparent;
    border: solid 1px #bdbdc3;
    border-radius: 0;
}
.single-product .quantity.buttons_added .plus {
    color: #d4b891;
    border-radius: 0 4px 4px 0;
}
.single-product .quantity.buttons_added input:hover {
    background-color: #fff;
}
.quantity.buttons_added .minus:hover, .quantity.buttons_added .plus:hover {
    background: #eee;
}
.oro-title {
    color: #D4B891;
    font-family: "Times New Roman", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2.4px;
}
.single-product .quantity.buttons_added .minus, .single-product .quantity.buttons_added .plus {
    padding: 7px 20px 8px;
    height: 48px !important;
    border: solid 1px #bdbdc3;
    font-size: 35px;
    line-height: 10px;
    font-weight: 300;
}
.single-product .quantity.buttons_added .minus {
    color: #bdbdc3;
    padding-top: 3px !important;
    border-radius: 4px 0 0 4px;
}
.quantity.buttons_added .plus {
    border-left: 0;
}
.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

@media screen and (min-width: 769px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
        margin-left: -15px !important;
        box-shadow: 0 5px 15px #ccc;
    }
}
@media screen and (max-width: 768px) {
   .archive .woo-archive-layout {
        display: block;
    }
}