/*!
Theme Name: Gokhale Mart
Theme URI: http://underscores.me/
Author: Vishal Mirashe
Author URI: https://www.pitchteq.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gokhale-mart
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: "Bilderberg";
    src: url("assets/fonts/Bilderberg.otf") format("opentype");
}

html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding:0;
    font-family: "Montserrat", sans-serif;
  	font-weight: 500;
	background: #ffe5be;
}
.topfixed {
    position: fixed !important;
    z-index: 999 !important;
    animation: smoothScroll 1s forwards;
    top: 0;
    width: 100%;
    background: #fff !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.container{
    width: 1240px;
}
/*.topnav-fixed{
    position: absolute;
    width: 100%;
    z-index: 1;
    top:0;
}
.topnav-fixed ul li a{
    color: #fff !important;
    padding: 10px 18px !important;
}
nav.topfixed.topnav-fixed .container-fluid{
    width: 1240px;
}
nav.topfixed.topnav-fixed ul li a{
    color: #5252c8 !important;
    padding: 10px 20px !important;
}*/
a:focus {
    outline: unset;
    outline-offset: unset;
}
.custom-breadcrumbs{
    font-size: 16px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: #999999;
    font-weight: 400;
}
.custom-breadcrumbs a{
	color: #606060;
}
.custom-breadcrumbs a:hover{
	color: #100f1f;
}
.elementor-widget-woocommerce-product-price p.price,.elementor-widget-woocommerce-product-price p.price bdi {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 2px;
	font-size: 24px !important;
}
.elementor-widget-woocommerce-product-price em{
	position: relative !important;
    top: -3px  !important;
    font-weight: 600  !important;
    font-size: 16px !important;
    font-style: normal !important;
}
/*--------------------------- Header ---------------------------*/
nav.gmart-navbar {
    margin: 0 auto;
    border: 0;
    border-radius: 0 0 20px 20px;
    padding: 10px 0;
    box-shadow: 0px 11.54px 30.78px -1.92px rgba(57, 25, 82, 0.1019607843);
}
nav.gmart-navbar.nofixed-navbar{
	position: unset;
	width: 100%;
	border-radius: 0;
    box-shadow: unset;
}
nav.gmart-navbar ul li a{
    color: #100f1f;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    border: 1px solid transparent;
}
nav.gmart-navbar ul li:hover a{
    background: unset;
    color:#7d2d2c;
    border-bottom: 1px solid #7d2d2c;
}
nav.gmart-navbar ul li a:focus{
    background: unset;
    outline:unset;
    outline-offset:unset;
}
nav.gmart-navbar ul li:last-child a{
    background: #7d2d2c;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #7d2d2c;
    transition: all 1s ease;
    padding: 15px 20px;
}
nav.gmart-navbar ul li:last-child:hover a{
    color: #7d2d2c;
    background-color: #c36949;
    border: 1px solid #c36949;
}
nav.gmart-navbar ul li.current-menu-item a {
    color: #7d2d2c;
}
nav.gmart-navbar.fixed-navbar ul li.current-menu-item a {
    color: #7d2d2c;
}
.nav .open>a:focus,.nav .open>a:hover,.nav .open>a{
    background: unset;
    border-color: unset;
}
/*--------------------------- Footer ---------------------------*/
.above-footer-sec {
    background: #c36949;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
.above-footer-sec .right-text{
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.gmart-footer{
    background: #7d2d2c;
    padding: 50px 0 25px 0;
}
.gmart-footer .footer-menu {
    display: block;
    margin-bottom: 50px;
}
.gmart-footer ul.nav {
	list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-fill-available;
    grid-gap: 50px;
}
.gmart-footer ul.nav li a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 0;
}
.gmart-footer ul.nav li a:hover{
    color: #ffe1b3;
    background: unset;
}
.gmart-footer .footer-contact-list{
    display: block;
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}
.gmart-footer .footer-contact-list a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}
.gmart-footer .footer-contact-list a:hover{
    color: #ffe1b3;
}
.gmart-footer .footer-contact-list a li {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
    margin: 30px 0 0 0;
}
/*--------------------------- Copyright ---------------------------*/
.gmart-footer .copyright-wrap {
    font-size: 16px;
    color:#fff;
    padding: 30px 0 0 0;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gmart-footer .copyright-wrap p{
	margin: 0;
}
.gmart-footer .copyright-wrap a{
    text-decoration: none;
    color: rgba(255,255,255,.8);
    font-weight: 600;  
}
.gmart-footer .copyright-wrap a:hover{
	color: #ffe1b3;
}
#upicon {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1;
    border-radius: 50%;
}
#upicon a {
    background: #6d3e0a;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
}
#upicon a:hover {
    background: #b97226;
}
#wpicon{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    border-radius: 50%;
    animation: pumpUp 1s infinite alternate;
}
@keyframes pumpUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
#wpicon a {
    background: #25D366;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
}
#wpicon a:hover {
    background: #075E54;
}
/*--------------------------- Elementor ---------------------------*/
.gmart-head-title h2,.gmart-about-vision-box .elementor-image-box-title{
    font-family: "Montserrat", sans-serif;
}
.gmart-about-ficon img {
    background: #7D2D2B;
    height: 80px;
    width: 80px;
    padding: 15px;
    border-radius: 50% !important;
    object-fit: contain;
}
.gmart-about-vm-wrap{
    position: relative;
    z-index: 1;
}
.gmart-about-vm-wrap:after {
    content: '';
    background: #fff3e1;
    height: 100%;
    width: 80%;
    left: 20%;
    z-index: -1;
    position: absolute;
}
.gmart-home-cat-box .elementor-widget-image a{
    background: #ffd899;
    height: 180px !important;
    width: 180px !important;
    border-radius: 50% !important;
}
.gmart-home-cat-box .elementor-widget-image a img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 30px;
}
.gmart-contact-form form .cf7-row {
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
}
.gmart-contact-form form .cf7-col {
    width: 50%;
}
.gmart-contact-form form .cf7-col-full {
    width: 100%;
}
.gmart-contact-form form .cf7-row input,.gmart-contact-form form .cf7-row textarea {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #999;
    font-size: 16px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-weight: 400;
}
.gmart-contact-form form .cf7-row input:focus-visible,
.gmart-contact-form form .cf7-row textarea:focus-visible {
    outline: unset;
}
.gmart-contact-form form .cf7-row input:focus,
.gmart-contact-form form .cf7-row textarea:focus {
    border-bottom: 1px solid #222;
}
.gmart-contact-form form .cf7-row input.wpcf7-submit{
    border: 1px solid #fec921;
    width: fit-content;
    float: right;
    padding: 20px 30px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    background: linear-gradient(#fec921, #fec921) no-repeat center;
    background-size: 100% 100%;
    color: #100f1f;
    transition:
        background-size 0.55s cubic-bezier(.4,0,.2,1),
        color 0.35s ease,
        border 0.35s ease,
        transform 0.35s ease;
}
.gmart-contact-form form .cf7-row input.wpcf7-submit:hover{
    background-size: 0% 0%;
    color: #100f1f;
    background-color: #fff;
    border: 1px solid #100f1f;
}
.gmart-wp-btn{
    background: #7d2d2c;
    text-decoration: none !important;
    display: none;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;
    font-size: 16px;
}
.gmart-wp-btn i{
    font-size: 24px;
}
/*--------------------------- Mobile Menu ---------------------------*/
.modal-open .modal {
    padding: 0 !important;
	background: #ffe2b3
}
.gmart-mobile-menu .modal-dialog{
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: unset !important;
}
.gmart-mobile-menu .modal-dialog .modal-content{
    border: unset;
    border-radius: 0;
    box-shadow: unset;
	background: unset;
}
.gmart-mobile-menu .modal-dialog .modal-content .modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
	background: #fff;
	border: unset;
}
.gmart-mobile-menu .modal-dialog .modal-content .modal-header img{
    height: 50px;
    object-fit: contain;
    width: auto;
}
.gmart-mobile-menu .modal-dialog .modal-content .modal-header .close{
    margin-left: auto;
    border: 1px solid #ccc;
    padding: 10px 15px;
    opacity: 1;
}
#leadModal .modal-dialog .modal-content .modal-header .close{
    margin-left: auto;
    background: #fec921;
    opacity: 1;
    color: #333;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-top: 0;
}
.gmart-mobile-menu .modal-dialog .modal-content .modal-body .navbar-nav {
    margin: 0;
    border: unset;
}
.gmart-mobile-menu .modal-dialog .modal-content .modal-body .navbar-nav li a {
    padding: 25px 10px;
    border-bottom: 1px solid #ddd;
    color: #7d2d2c;
    font-size: 20px;
    background: unset;
}
.elementor-grid p.stock {
    text-align: center;
    margin: 0;
    padding: 10px;
}
/*--------------------------- Responsive ---------------------------*/
@media (min-height: 900px) and (max-height: 1080px) and (min-width: 1601px) and (max-width: 1920px) {

}

@media (min-height: 900px) and (max-height: 1050px) and (min-width: 1600px) and (max-width: 1600px) {

}

@media (min-width: 1441px) and (max-width: 2560px){

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .container{
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .container{
        width: 100%;
    }
    .gmart-footer{
        padding: 30px 0 25px 0;
    }
    .gmart-footer .copyright-wrap{
        display: block;
    }
    .gmart-footer ul.nav{
        display: block;
    }
    .mobile-navbar{
        margin: 0 auto;
        padding: 15px 10px;
        box-shadow: 0px 11.54px 30.78px -1.92px rgba(57, 25, 82, 0.1019607843);
    }
    .mobile-navbar .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .mobile-navbar .logo {
        flex-shrink: 0;
    }
    .mobile-navbar .navbar-header .logo img{
        height: 40px;
        object-fit: contain;
        width: auto;
    }
    .mobile-navbar .navbar-header i {
        font-size: 22px;
        cursor: pointer;
        flex-shrink: 0;
        margin-left: auto;
    }
    .gmart-footer .copyright-wrap p{
        text-align: center;
    }
    .gmart-footer .copyright-wrap p.text-left{
        margin-bottom: 20px;
    }
    .gmart-footer ul.nav li a{
        text-align: center;
        padding: 10px 0;
        font-size: 16px;
    }
    .gmart-footer .footer-contact-list a li{
        margin: 20px 0 0 0;
    }
    .gmart-footer .footer-contact-list a{
        font-size: 16px;
    }
	.gmart-home-cat-box .elementor-widget-image a {
		height: 150px !important;
		width: 150px !important;
	}
	.above-footer-sec{
	    display: block !important;
	    text-align: center;
	}
	.above-footer-sec .right-text {
        justify-content: center;
        margin-top: 15px;
    }
}