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



/*----------------- # Typography -----------------*/
@font-face {
    font-family: "Aktiv Grotesk";
    src: url('/wp-content/themes/hello-theme-child-master/assets/fonts/AktivGrotesk-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
:root {
    --e-global-color-primary: #222222;
    --e-global-color-text: #808080;
    --e-global-color-accent: #15654c;
    --e-global-color-white: #ffffff;
}
body {
    font-family: "Aktiv Grotesk", sans-serif;
}
.d-none {
    display: none;
}
.d-block {
    display: block;
}
.bg-white {
    background: var(--e-global-color-white) !important;
}
.home .header-section .menu-item a.text-green {
    color: #15654c !important;
}
.home .header-section .jet-search__popup-trigger.icon-green {
    color: #15654c !important;
}
.filter-none {
    filter: none !important;
}
/* Breadcrumb */
.breadcrumb-list ul {
    padding: 0;
}
.breadcrumb-list ul li {
    display: inline-block;
    list-style: none;
    text-transform: capitalize;
    color: var(--e-global-color-text);
    margin: 0 3px;
}
.breadcrumb-list ul li:first-child {
    margin-left: 0;
}
.breadcrumb-list ul li:last-child {
    margin-right: 0;
}
.breadcrumb-list ul li a {
    font-size: 12px;
}
.breadcrumb-list ul li:first-child a{
    color: #333333;
}
.breadcrumb-list ul li:first-child a:hover {
    color: var(--e-global-color-accent);
}
/* Product Listing */
.product-outer .product-list-outer .product-list {
    list-style: none;
    display: inline-block;
    width: 20%;
    text-align: center;
}
/* Product Page Categories */
.category-menu {
    color: #666;
    display: flex;
    flex-flow: wrap;
    margin: 0 -0.5rem 2rem;
    padding: 0;
}
.category-menu li {
    list-style: none;
    width: 23%;
    margin: 0 1% 1rem;
}
.category-menu>li>.item-cat {
    background: #F5F5F5;
    display: flex;
    color: #666;
    font-weight: bold;
    font-size: 1rem;
    height: 60px;
    position: relative;
    padding: 0;
    margin: 0 0 1rem;
    line-height: 1.5;
    justify-content: start;
    align-items: center;
}
.category-menu>li>.item-cat h6 { 
    margin: 0 0 0 10px;
}
.category-menu>li>.sub-menu {
    padding: 0;
}
.category-menu>li>.sub-menu>li {
    width: 100%;
    margin: 0;
}
.category-menu>li>.sub-menu>li> a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0;
    font-size: 14px;
    line-height: 26px;
    color: #333;
}
.category-menu>li>.sub-menu>li> a:hover {
    color: var(--e-global-color-accent);
}
.category-menu>li>.sub-menu>li> a:hover::after {
    margin-right: 0;
}
.category-menu>li>.sub-menu>li> a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.25rem;
    transition: all 0.2s ease;
    color: #333;
}
/* Single Prodcut Page Designer */
.designer-info {
    border-top: 1px solid #B3B3B3;
}
.designer-info .ptitle {
    margin: 20px 0 0px 0;
    font-size: 18px;
    font-weight: bold;
}
.designer-info .ptitle h3 {
    width: 175px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 21px;
    font-weight: 700;
}
.designer-info .ptitle span.creator {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0px;
}
.designer-info .d-detail {
    display: none;
    font-size: 0;
    margin-top: 35px;
}
.designer-info .d-photo {
    width: 150px;
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
}
.designer-info .d-photo img {
    width: 100%;
    height: inherit;
    filter: grayscale(1);
}
.designer-info .d-cont {
    width: 585px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.designer-info .d-toggle {
    width: 760px;
    height: 57px;
    background: url('../hello-theme-child-master/assets/img/d-btn.png') 0 19px no-repeat;
    cursor: pointer;
}
.designer-info .d-active {
    width: 760px;
    height: 65px;
    background: url('../hello-theme-child-master/assets/img/d-btn.png') 0 -48px no-repeat;
}
.designer-info .d-toggle span {
    padding: 37px 0 0 178px;
    display: block;
    font-size: 14px;
}
/* Single Product Gallery */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger, .woocommerce div.product div.images .flex-control-thumbs {
    display: none;
}
#zoom {
    width: 100% !important;
    height: 100%;
    transform-origin: 0px 0px;
    transform: scale(1) translate(0px, 0px) !important;
    cursor: grab;
}
#zoom img {
    width: 100%;
    height: auto;
}
.product-gallery {
    padding: 0;
}
.product-gallery li {
    margin: 0 15px 15px 0;
    width: 65px;
    height: 68px;
    display: inline-block;
    position: relative;
    border: 1px solid #E6E6E6;
    cursor: pointer;
}
.product-gallery li.active {
    border-bottom: 3px solid #D8242F;
}
.product-gallery li img {
    width: 64px;
    height: 64px;
}
/* Single Product Fabric */
.p-jushumenu > div img {
    border: 1px solid #EEE;
}
.p-jushumenu > div span {
    text-align: center;
    display: block;
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
}
.variations-items .jet-listing-dynamic-repeater {
	width: 680px;
}
.variations-items .jet-listing-dynamic-repeater__items {
	display:block;
}
.variations-items .jet-listing-dynamic-repeater__item {
	width: 76px;
    vertical-align: top;
    letter-spacing: normal;
    display: inline-block;
    margin: 0 20px 20px 0;
    cursor: pointer;
    position: relative;
}
/* .variations-items .jet-listing-dynamic-repeater__item .p-jushumenu {
    position: relative;
}
.variations-items .jet-listing-dynamic-repeater__item .p-jushumenu:hover:before{
    content: '';
    position: absolute;
    left: 30px;
    bottom: 19px;
    z-index: 1000;
    position: absolute;
    background: url('../hello-theme-child-master/assets/img/arrow.png') top center no-repeat;
    width: 16px;
    height: 10px;
} */
/* Image popup in single product page */
.popup-container {
    display: none;
    position: absolute;
    background-color: var(--e-global-color-white);
    padding: 4px;
    z-index: 9999;
    width: 248px;
    height: 279px;
    box-shadow: 3px 3px 6px -1px rgba(136, 136, 136, 0.6);
    border: 1px solid #CACCC9;
    top: 85px !important;
    left: -85px !important;
}
.popup-container .popup-text {
    margin: 0;
    font-size: 10px;
    line-height: 5px;
}
/* Designer Related Products */
.designer-related-products {
    padding: 0;
}
.designer-related-products li {
    display: inline-block;
    width: 150px;
    height: 173px;
    margin: 0 20px 38px 20px;
    padding: 0;
    list-style: none;
    float: left;
}
.designer-related-products li p {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}
.designer-related-products a {
    color: #333333;
    display: block;
}
/* Footer Contact */
.sidefloating {
    display: flex;
    flex-direction: column;
    background: #FFF;
    width: 107px;
    padding: 0 0.5rem;
    position: fixed;
    bottom: 80px;
    right: 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.15);
    opacity: 0.9;
    transition: all 0.3s ease-in;
    z-index: 2;
    text-align: center;
}
.sidefloating:hover {
    right: 1rem;
    opacity: 1;
}
.sidefloating a {
    color: #15654c !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 5px 0;
    border-top: solid 1px #5d8271;
    font-size: 13px;
	line-height:20px;
}
.sidefloating a:first-child {
    border-top: none;
}
.sidefloating a img {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 0;
}
/* Hide empty series data on single product page */
.series-template .hidden-item {
    display: none;
}
/* Mega Menu */
.mega-menu-outer .category-menu>li>.sub-menu>li> a {
    color: #15654c;
}
.mega-menu-outer .category-menu>li>.sub-menu>li> a::after {
    color: #15654c;
}
/* Searach Result Template */
.searchresult {
    padding-bottom: 15px;
    border-bottom: 1px solid #B3B3B3;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.searchresult .kwarea {
    float: left;
}
.searchresult .kwarea span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    font-size: 16px;
}
.searchresult .kwarea span.kw {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #CCC;
}
.searchresult .numberarea {
    float: right;
}
.searchresult .numberarea span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    font-size: 16px;
}
.searchresult .numberarea span.hitnumber {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #CCC;
}
.searchresult-products {
    float: left;
    width: 100%;
}
.searchresult-products li {
    float: left;
    height: 180px;
}
/* Single Product related section */
.product-related-outer .owl-item span{ 
    display:block; 
    padding: 6px 10px 0 10px;
    min-height:32px; 
    overflow:hidden;
    text-align: center !important;
    font-size: 12px;
    margin-right: 0 !important;
    line-height: 15px; 
    margin-left: 0;
}
.product-related-outer .carousel .owl-item div{
    margin:0 auto;
}
.product-related-outer .owl-carousel {
    padding-left: 40px;
    position: relative;
}
.product-related-outer .carousel .owl-item span{ 
    text-align:center !important; 
    font-size:12px; 
    margin-right:18px !important;
}
.related-title{
    margin-bottom: 10px; 
    font-weight:500;
    font-size:14px;
}
.related-title a{
    float:right; 
    padding:0;
    margin:0px 0 0 0px; 
    font-weight: normal;
}
.related-title a:link,.related-title a:visited{
    color:#666 !important;
}
.related-title a:hover{
    color: #D8242F !important;
}
.product-related-outer .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.product-related-outer .owl-carousel .owl-nav button.owl-prev {
    top: 40px;
    left: 0;
    position: absolute;
    color: #808080;
}
.product-related-outer .owl-carousel .owl-nav button.owl-prev span, .product-related-outer .owl-carousel .owl-nav button.owl-next span { 
    font-size: 80px;
    margin: 0;
}
.product-related-outer .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40px;
    right: -40px;
    color: #808080;
}
.product-related-outer .owl-carousel .owl-nav button.owl-prev:hover, .product-related-outer .owl-carousel .owl-nav button.owl-next:hover {
    background: transparent;
    color: #808080;
}
.product-related-outer .owl-carousel .owl-nav button.owl-prev:focus, .product-related-outer .owl-carousel .owl-nav button.owl-next:focus {
    outline: none;
}
.product-related-outer .owl-carousel .owl-nav .disabled {
    opacity: 0;
    cursor: default;
}
.ss2-hidden {
    display: none !important;
}
/* Our Work Related Item */
.our-work-related-item .owl-carousel {
    padding: 0 50px !important;
}
.our-work-related-item .owl-carousel .owl-nav button.owl-prev {
    left: 10px !important;
}
.our-work-related-item .owl-carousel .owl-nav button.owl-next {
    right: 10px !important;
}
.our-work-related-item .owl-carousel .owl-item img {
    height: 140px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.our-work-related-item .owl-carousel .owl-item .related-post {
    overflow: hidden;
}
.our-work-related-item .owl-carousel .owl-item .related-post:hover img {
    transform: scale(1.1);
}
/* Request Sample Form */
.request-sample-form .select-caret-down-wrapper {
    display: none;
} 
.request-sample-form .elementor-field-label {
    font-size: 16px;
    margin-bottom: 13px;
    color: var(--e-global-color-white);
} 
.request-sample-form .elementor-form-fields-wrapper {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2);
}
.request-sample-form .elementor-field-group {
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
    margin-bottom: 27px;
}
.request-sample-form .elementor-field-group .elementor-field-textual {
    font-size: 16px;
    background: var(--e-global-color-white);
    border-color: var(--e-global-color-white);
    color: var(--e-global-color-primary);
    border-radius: 0;
}
.request-sample-form .swatch-btn {
    font-size: 15px;
    color: yellow;
    background: transparent;
    padding: 0;
    border-radius: 0;
    min-height: auto !important;
}
.request-sample-form .swatch-btn:hover {
    color: var(--e-global-color-white);
}
.request-sample-form .swatch-btn .elementor-button-content-wrapper {
    gap: 2px;
    align-items: center;
}
.request-sample-form .swatch-btn .elementor-button-icon {
    font-size: 8px;
}
.request-sample-form h6 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
    color: var(--e-global-color-white);
    margin-bottom: 8px;
}
.request-sample-form h5{
    font-weight: 600;
    color: var(--e-global-color-white);
    font-size: 18px;
}
.request-sample-form textarea {
    height: 70px;
}
.request-sample-form .elementor-mark-required .elementor-field-label:after {
    color: var(--e-global-color-white);
}
.request-sample-form .submit-btn-outer {
    margin: 0;
}
.request-sample-form .submit-btn {
    padding: 14px 118px;
    border-radius: 0;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-white);
    min-height: 40px !important;
}
.request-sample-form .submit-btn:hover {
    background: var(--e-global-color-white);
    color: var(--e-global-color-primary);
}
.request-sample-form .elementor-table {
    margin: 0;
}
.request-sample-form .elementor-table td {
    background: #0C4535 !important;
    color: white;
    font-size: 16px;
    border: 1px solid var(--e-global-color-accent) !important;
    vertical-align: middle !important;
    padding: 11px 21px !important;
}
.request-sample-form .elementor-table td:first-child , .request-sample-form .elementor-table td:last-child {
    text-align: center !important;
}
.request-sample-form .elementor-table .swatch-remove {
    padding: 0;
    border: none;
    color: var(--e-global-color-white);
    background-color: transparent;
}
/* Request Data Form */
.request-data-form .checkbox-content {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 13px;
}
.request-data-form .checkbox-content input {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 0;
    margin-right: 4px;
}
.request-data-form .checkbox-content label {
    margin: 0;
}
.request-data-form .checkbox-outer {
    display: inline-flex;
    align-items: center;
}
.request-data-form .submit-btn {
    padding: 16px 58px;
}
.request-data-form .elementor-table {
    width: 100%;
}
.request-data-form .elementor-table td:first-child {
    text-align: left !important;
}
@media only screen and (max-width: 1199px) {
    .designer-related-products li {
        margin: 0 18px 38px 18px;
    }
    .product-related-outer .owl-carousel {
        padding-right: 40px;
    }
    .product-related-outer .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
}
@media only screen and (max-width: 1024px) {
    .designer-info .d-toggle, .designer-info .d-active {
        width: 100%;
    }
    .designer-info .d-cont {
        width: 75%;
    }
    .designer-info .d-detail {
        margin-top: 20px;
    }
	.variations-items .jet-listing-dynamic-repeater {
		width: 100%;
	}
    .variations-items .jet-listing-dynamic-repeater__item .p-jushumenu:hover:before{
        display: none;
    }
    .popup-container {
        display: none !important;
    }
    .designer-related-products li {
        margin: 0 24px 25px 0;
    }
    .designer-related-products {
        margin-top: -20px;
    }
    .sidefloating {
        width: 104px;
    }
    .sidefloating a {
        height: 100px;
    }
    .searchresult {
        margin-bottom: 40px;
    }
    .product-related-outer .owl-carousel .owl-nav button.owl-prev span, .product-related-outer .owl-carousel .owl-nav button.owl-next span { 
        font-size: 60px;
    }
    .category-description p{
        width: 100%;
    }
    .category-description .elementor-shortcode{
        width: auto;
    }
    .single-series .designer-info .ptitle{
        position: relative;
        margin: 30px 0;
    }
    .our-work-related-item .owl-carousel .owl-item img {
        height: 120px;
    }
    .our-work-related-item .owl-carousel .owl-nav button.owl-prev, .our-work-related-item .owl-carousel .owl-nav button.owl-next {
        top: 25px;
    }
    .header-section .jet-nav-wrap.m-layout-tablet .jet-nav__mobile-trigger {
        padding-left: 1px;
    }
    .request-sample-form .submit-btn {
        padding: 16px 35px;
    }
}

@media only screen and (max-width: 767px) {
    .category-menu li {
        width: 48%;
    }
    .designer-info .d-cont {
        width: 67%;
    }
    .designer-related-products {
        margin-top: -30px;
    }
    .sidefloating {
        width: 104px;
    }
    .sidefloating a {
        height: 100px;
    }
    .searchresult .kwarea, .searchresult .numberarea {
        float: none;
    }
    .searchresult .kwarea span, .searchresult .numberarea span {
        font-size: 14px;
    }
    .searchresult .kwarea span.kw, .searchresult .numberarea span.hitnumber {
        margin-left: 15px;
        padding-left: 15px;
    }
    .product-related-outer .owl-carousel {
        padding: 0 20px;
    }
    .product-related-outer .owl-carousel .owl-nav button.owl-prev {
        top: 30px;
        left: -10px;
    }
    .product-related-outer .owl-carousel .owl-nav button.owl-next {
        right: -10px;
        top: 30px;
    }
    .single-product .product-info, .single-product .tearsheet-outer{
        width: 50%;
    }
    .our-work-related-item .owl-carousel .owl-item img {
        height: 100px;
    }
    .our-work-related-item .owl-carousel .owl-nav button.owl-prev, .our-work-related-item .owl-carousel .owl-nav button.owl-next {
        top: 15px;
    }
    .header-section .jet-nav-wrap.m-layout-tablet .jet-nav__mobile-trigger {
        padding-top: 2px;
    }
    .request-sample-form .elementor-field-label {
        font-size: 14px;
    }
    .request-sample-form .elementor-field-group .elementor-field-textual {
        font-size: 14px;
    }
    .request-sample-form .swatch-btn {
        font-size: 14px;
    }
    .request-sample-form h6 {
        font-size: 16px;
    }
    .request-sample-form .submit-btn {
        font-size: 14px;
        padding: 15px 25px;
    }
    .request-sample-form .elementor-table td {
        font-size: 14px;
        padding: 10px 20px !important;
    }
    .request-sample-form .elementor-table-outer {
        overflow-x: scroll;
        padding: 0;
        margin: 0 13px 27px;
    }
    .request-sample-form .elementor-table .swatch-remove {
        font-size: 12px;
    }
    .request-data-form .checkbox-content {
        padding-top: 0;
    }
    .request-data-form .checkbox-content input {
        width: 18px;
        height: 18px;
    }
    .request-data-form .elementor-table {
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    .category-menu {
        margin: 0 0rem 2rem;
    }
    .category-menu li {
        width: 100%;
    }
    .designer-info .ptitle h3 {
        width: 100%;
        margin-bottom: 5px;
    }
    .designer-info .d-cont {
        width: 100%;
    }
    .designer-info .d-toggle {
        background-position: 70% 19px;
    }
    .designer-info .d-active {
        background-position: 70% -40px;
    } 
    .designer-info .d-toggle span {
        padding: 37px 0 0 0;
    }
	.variations-items .jet-listing-dynamic-repeater__item {
    	width: 60px;
	}
    .designer-related-products li {
        margin: 0 10px 20px 0;
    }
}

@media only screen and (max-width: 500px) {
    .designer-info .d-toggle {
        background-position: 60% 19px;
    }
    .designer-info .d-active {
        background-position: 60% -40px;
    } 
}

@media only screen and (max-width: 440px) {
    .designer-info .d-toggle {
        background-position: 50% 19px;
    }
    .designer-info .d-active {
        background-position: 50% -40px;
    }
    .single-product .product-info, .single-product .tearsheet-outer{
        width: 100%;
    }
    .single-product .tearsheet-outer .jet-listing-dynamic-field{
        justify-content: flex-start !important;
    }
    .single-product .tearsheet-outer .jet-listing-dynamic-field a{
        margin: 10px 0 0px 0;
    }
}

.product-gallery li[rel="video"]::before {
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    background: rgba(255, 0, 0, 0.7);
    position: absolute;
    top: 17px;
    left: 17px;
    border-radius: 4em;
    transition: 0.15s all ease-out;
}

.product-gallery li[rel="video"]::after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 25px;
    left: 21px;
    transform: rotateX(45deg) rotateY(0deg) rotateZ(45deg);
    border-top: solid 8px #FFF;
    border-left: solid 8px transparent;
    border-right: solid 8px #FFF;
    border-bottom: solid 8px transparent;
}

.jet-search__form #search-clear, input[type="search" i]::-webkit-search-cancel-button {
    display: none;
}

.gm-style-iw-chr{
    display: none;
}
.gm-style-iw{
    padding: 0 !important;
}
.gm-style-iw-d{
    overflow: unset !important;
    padding: 0;
}
.dealer-info-window{
    width: 220px;
    height: 220px;
    text-align: center;
    padding: 10px;
}
.dealer-info-window img{
    height: 112px;
    width: 200px;
    object-fit: contain;
}
.dealer-info-content{
    text-align: left;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
}
.dealer-info-content span{
    display: block;
    margin-bottom: 6px;
}
.gm-style .gm-style-iw-tc::after {
    background: #0e4634;
}
.map-result-box .heading-outer{
    cursor: pointer;
}
.dealer-info-content span.iw-website{
    text-decoration: underline;
    word-break:break-all;
    color: #ffffff;
    font-size: 12px;
}