/*
Theme Name: Chaypanna
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@font-face {
font-family: alex;
src: url(/wp-content/themes/flatsome-child/font/SVN-Gallery-Modern.otf);
font-weight: normal;
}


.title-alex h2 {
    font-family: 'alex';
    font-weight: 600;
	margin-bottom: 5px;
}

a.button.primary.lowercase span {
    color: #fae789;
}

a.button.primary.lowercase {
    border-radius: 5px;
    background: black;
}
.row-form-home {
    position: relative;
    background: black;
}
.row-form-home:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2024/06/gon-song-1.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    background-size: cover;
    z-index: 0;
    width: 100%;
    height: 30%;
    bottom: 0;
}
.form-home {
    padding: 30px;
}
.form-home .input-row {
    margin-bottom: 1em;
}
.form-home input.wpcf7-form-control {
    border-radius: 5px;
}

.sb-row {
    text-align: center;
}

span.wpcf7-spinner {display: none;}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 5px;
    background: black;
    color: #fae789;
}

.svg-bt {position: relative;margin-top: -30px;z-index: 9999;}

.svg-bt svg {height: 30px;width: 100%;fill: #fff;transform: rotate(180deg);}

.svg-bt-pg {position: relative;margin-bottom: -60px;z-index: 9999;}

.svg-bt-pg svg {height: 30px;width: 100%;fill: #fff;transform: rotate(180deg);}





/* .tabbed-content .products-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;  
} */
.tabbed-content .products-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 1fr 1fr 1fr;
}
.tabbed-content .products-wrapper .product {
    display: flex;
    width: 100%;
    border: 1px;
    background: white;
    border-radius: 10px;
    align-items: center;
    height: 120px;
}
.tabbed-content .products-wrapper .product .product-thumbnail {
    width: 30%;
    padding: 10px;
}
.tabbed-content .products-wrapper .product .product-thumbnail img {
    border-radius: 10px;
}
.info-product {
    flex: 1;
}
input.product-quantity {
    width: 45px;
    padding: 5px;
}
/* .pagination {
    width: calc(300% + 40px);
    text-align: center;
} */
.pagination {
    grid-column: 1 / -1;
    grid-row-start: -1;
    grid-row-end: -1;
    grid-row: -1;
    text-align: center;
}
a.page-link {
    color: white;
    padding: 10px;
}

a.page-link.current {
    background: #f9da46;
    border-radius: 5px;
}

.tab-menu .tab-panels .panel.active {
    min-height: 500px;
}

.tab-menu a span {
    color: #f9da46;
}

.tab-menu li.active a {
    background: #f9da46;
    border-radius: 10px;
}

.tab-menu li.active a span {
    color: white;
}
.loading-spinner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
     border: 3px solid transparent;
    border-radius: 50%;
    border-top-color: #f9da46;
	border-bottom-color: #f9da46;
    animation: spin 0.5s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
div#content {
    background: url(/wp-content/uploads/2024/06/Background-Website.png) no-repeat;
    background-size: cover;
}
.pagination {
    display: none !important;
}

.tabbed-content .products-wrapper .product button, input {
    margin-bottom: 0px;
}

.tabbed-content .products-wrapper .product input {
    margin-bottom: 0px;
}
a.added_to_cart:after {
    display: block;
    content: " →";
    padding: 0 1.2em;
    margin-right: 1em;
    background: #b8842e;
    max-width: 100%;
    min-height: 2.5em !important;
    height: auto;
    letter-spacing: .03em;
    line-height: 2.4em;
    font-size: .97em;
    color: white;
}

a.added_to_cart {
    display: inline-block;
    font-size: .97em;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase;
}

.group-htl {
    color: white;
}


ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a {
    font-size: 14px;
}

.group-htl .htl-hd {
    font-size: 14px;
}

.group-htl .htl-hd a {
    color: #e6c464;
    font-size: 22px;
}
/* ----------------------------------------- MEDIA SCREEN MOBILE ----------------------------------------- */
@media only screen and (max-width: 490px) {
	
	.tabbed-content .products-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
    .pagination {
        grid-column: 1;
        grid-row: auto;
        text-align: center;
    }
	
}
