/*Header*/

a.dz-cart {
    position: relative;
    margin-right: 21px;
}
a.dz-cart i {
    color: #191d28;
    font-size: 17px;
}
a.dz-cart span{
    position: absolute;
    width: 19px;
    height: 19px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 20px;
    border-radius: 100px;
    color: #efb80e;
    border: solid 1px hsl(45.33deg 88.93% 49.61% / 38%);
    top: -4px;
    right: -13px;
}


section.logo-sec {
    padding: 0 0px;
    height: 100vh;
    display: flex;
    align-items: center;
}
.login-left-col{
	padding: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(137deg, #577bfd78 0.04%, #ff9a15 99.96%);
    height: 100vh;
}
.login-left h2 {
    margin: 3rem 0 3rem;
    font-size: 40px;
    text-align: center;
}
.login-left h2 span {
    display: block;
    font-weight: 400;
    font-size: 24px;
}
.login-left img {
    width: 52%;
    margin: auto;
    display: table;
    filter: drop-shadow(4px 3px 8px rgb(122 72 12 / 42%));
}
/* .login-left {
    background: #D9D9D9;
    height: 94vh;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
} */
.login-rt-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-rt-col img.shape {
	display:none;
}
#login-form, #register-form {
    border: solid 1px #D1D5DB;
    padding: 2rem 2.5rem;
    border-radius: 24px;
    text-align: center;
}
#login-form h3, #register-form h3 {
    color: #222139;
    font-size: 26px;
    letter-spacing: -0.4px;
    line-height: 30px;
    text-transform: capitalize;
}
form#login-form .form-control, #register-form .form-control {
    border: solid 1px #D1D5DB;
    border-radius: 12px;
    padding: 11px 15px;
    background: #F5F6FA;
    font-size: 15px;
    color: #161824;
    font-family: "Figtree", sans-serif;
}
button#send-login-otp, button#send-otp-btn {
    background: linear-gradient(270.04deg, #265AB8 0.04%, #26368B 99.96%);
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.login-right p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
form#login-form,  form#register-form{
    margin: 1rem 0 0;
}
input::placeholder {
    color: #4B5563 !important;
    font-size: 15px;
}
.signupLink {
    color: #161824;
    font-family: "Figtree", sans-serif;
}
.signupLink a {
    color: #26398f;
}
.login-right img {
    width: 125px;
    margin: auto;
    display: table;
}
.form-area{
    margin: 2rem 0 1rem;
}


/*Wocommerce*/

.woocommerce ul.products li.product {
    border: solid 1px #F4F4F4;
    padding: 0.5rem;
    border-radius: 9px;
    margin: 7px 5px;
    width: calc(100% / 5 - 14px);
    display: inline-block;
    float: none;
    vertical-align: top;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    letter-spacing: -0.1px;
    color: #353458;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 23px;
    padding: 0;
}
.woocommerce ul.products li.product .onsale {
    top: 8px;
    right: 8px;
    left: auto;
    margin: 0;
    background: #efb80e;
    width: 40px;
    height: 30px;
    min-width: unset;
    min-height: unset;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
}
.woocommerce ul.products li.product a img {
    border-radius: 10px;
}
.woocommerce ul.products li.product a {
    text-align: center;
}
.woocommerce ul.products li.product .button {
    background: #efb80e;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 9px 10px;
    margin: auto;
    display: table;
}
.woocommerce ul.products li.product .price {
    margin: 0.65em 0 0.80em;
}
.woocommerce ul.products li.product .price del {
    color: #353458;
}
.woocommerce ul.products li.product .price ins {
    font-weight: 600;
    color: #353458;
    text-decoration: none;
}
.woocommerce div.product p.stock {
    font-size: .92em;
    margin-bottom: 5px;
    color: #ee7727;
}

/*Product Details*/

.woocommerce div.product .product_title {
    color: #161824;
    font-size: 30px;
}
span.woocommerce-Price-amount.amount {
    color: #ee7727;
    font-weight: 700;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    text-decoration: none !important;
}
del span.woocommerce-Price-amount.amount {
    margin-right: 4px;
    font-weight: 400;
}
.prd-title ins {
    text-decoration: none;
}
a.page-numbers {
    border: solid 1px hsl(0deg 0.95% 79.41% / 34%) !important;
    color: #222139 !important;
    font-size: 15px !important;
    border-radius: 4px;
    font-weight: 500 !important;
    padding: 5px 13px;
    background: #fffdfa;
}
a.page-numbers:hover{
    background:#ee7727;
	color:#fff;
}
span.page-numbers.current {
    font-size: 15px !important;
    padding: 4px 13px !important;
    background:#ee7727;
    color: #fff !important;
	border-radius: 4px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}
button.single_add_to_cart_button {
    background: #ee7727 !important;
    font-weight: 400 !important;
    padding: 12px !important;
    font-size: 14px !important;
}
.pincode-check-wrap {
    display: flex;
    margin: 10px 0 30px;
    align-items: center;
}
.pincode-check-wrap label {
    line-height: 20px;
}
.product_meta a {
    color: #ee7727;
}
.woocommerce .quantity .qty {
    width: 2.631em;
    text-align: center;
    height: 100%;
    padding: 6.3px;
    border-radius: 5px !important;
    border: solid 1px gray !important;
}
form.variations_form.cart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin: 0rem 0 1.5rem!important;
    padding-bottom: 3rem;
    border-bottom: dashed 1px gray;
}
form.variations_form.cart p.stock {
    font-size: .92em;
    margin-bottom: 5px;
    color: #161e43;
    margin: 0;
    padding-left: 11px;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
}
.single_variation_wrap {
    width: 40%;
    display: flex;
    justify-content: right;
}
.woocommerce-variation.single_variation {
    position: absolute;
    bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0em;
    width: 60%;
}
.woocommerce div.product form.cart .variations .value {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
select#pa_pieces {
    padding: 6px 8px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background-color: #f8f9fa;
    height: 45px;
    font-size: 15px;
    margin-right: 0;
}
input#product_pincode {
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background-color: #f8f9fa;
	height:45px;
}
a.reset_variations {
    background: red;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border-radius: 6px;
}
button#check_pincode_btn {
    background: #161e42;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 11px 15px;
    border: none;
    border-radius: 6px;
    height: 45px;
}
button#check_pincode_btn:hover{
    background: #ee7727;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    padding-left: 7rem;
}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    padding: 3rem 7rem 3rem 1rem;
}
.woocommerce-product-gallery .flex-viewport {
    padding: 0rem;
    border: solid 1px #dad7ff;
    background: #f6f7ff;
}
.woocommerce div.product div.images img {
    max-height: 450px;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.woocommerce-product-details__short-description p {
    font-size: 14px;
    letter-spacing: 0.2px;
}
p.comment-form-comment textarea {
    border-radius: 8px;
    border: solid 1px hsl(0deg 0% 50.2% / 49%) !important;
    margin: 0.6rem 0 0;
}
form#commentform input[type="submit"] {
    background: #e89f14 !important;
    font-weight: 400 !important;
    padding: 14px 26px !important;
    font-size: 14px !important;
    color: #fff !important;
    margin: 0;
}
h2.woocommerce-Reviews-title {
    font-size: 28px;
    margin-bottom: 3px;
}
p.woocommerce-noreviews {
    font-size: 14px;
    margin-bottom: 1.5rem;
}
.woocommerce-product-gallery ol li img {
    height: auto !important;
    max-height: unset !important;
}
.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    gap: 3px;
	margin-top: 0.8rem !important;
}

/*Cart Page*/

.dz-cart-total-sec {
    position: sticky;
    top: 113px;
    background: #e8e7f0;
    border: solid 1px #e1e7f7;
    padding: 1.2rem;
    border-radius: 12px;
}
.dz-cart-total-sec tbody{
    background: #ffffff;
}
tr.cart-subtotal {
    background: #161824!important;
}
tr.cart-subtotal th{
    color: #fff!important;
}
ul#shipping_method li {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px !important;
}
p.woocommerce-shipping-destination {
    font-weight: 400;
    font-size: 14px;
    margin: 15px 0 0;
    padding-top: 11px;
    border-top: dashed 1px hsl(0deg 0% 50.2% / 42%);
}
p.woocommerce-shipping-destination strong{
    font-weight: 400;
    color: #161824;
}
tr.cart-subtotal td span{
    color: #fff!important;
	font-weight:400!important;
}
tr.woocommerce-cart-form__cart-item.cart_item img {
    background: #f3f0fe;
    padding: 5px;
    border: solid 1px #cccccc;
    width: 65px;
    border-radius: 15px;
}
.woocommerce-cart-form__contents tr:nth-child(even) {
    background: #f8faff;
}
td.product-remove a {
    margin: auto !important;
    font-weight: 400 !important;
    font-size: 21px !important;
    background: #ffffff;
    border: solid 1px #e6e6e6 !important;
    padding: 12px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
tr.woocommerce-cart-form__cart-item.cart_item .product-name a {
    color: #161824;
    font-weight: 500;
}
table.woocommerce-cart-form__contents thead{
    background: #ece9f6a3;
}
table.woocommerce-cart-form__contents th {
    color: #161824;
    font-weight: 600 !important;
    padding: 14px 10px !important;
}
table.woocommerce-cart-form__contents span.woocommerce-Price-amount.amount {
    font-weight: 500;
}
input#coupon_code {
    padding: 9px;
    width: 140px;
    text-align: center;
    border: solid 1px hsl(0deg 0% 50.2% / 66%) !important;
    border-radius: 6px;
}
.coupon button {
    background: #e89f14 !important;
    font-weight: 400 !important;
    color: #fff !important;
    padding: 14.4px !important;
    font-size: 15px !important;
    text-transform: capitalize;
}
table.woocommerce-cart-form__contents .coupon {
    display: flex;
    align-items: center;
    gap: 6px;
}
table.woocommerce-cart-form__contents button[name="update_cart"] {
    background-color: #161824 !important;
    font-weight: 400 !important;
    color: #fff !important;
    padding: 14.4px !important;
    font-size: 15px !important;
    text-transform: capitalize;
    opacity: 1 !important;
}
a.checkout-button {
    background: #e89f14 !important;
    font-weight: 500 !important;
    color: #fff !important;
    padding: 14.4px !important;
    font-size: 16px !important;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    font-family: "Figtree", sans-serif;
}
table.shop_table.shop_table_responsive tr.cart-subtotal {
    background: #ece9f6a3;
}
table.shop_table.shop_table_responsive th {
    color: #222139;
    font-weight: 600 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}
.cart_totals h2{
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 0.9rem;
    border-left: solid 4px #e89f14;
    padding-left: 5px;
    color: #222139;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    font-family: "Figtree", sans-serif;
    color: #222139;
}
form.woocommerce-shipping-calculator a {
    color: #9b6909;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: -0.3px;
    font-size: 14px;
}
.woocommerce table.shop_table {
    margin: 0 -1px 12px 0;
}

/*Checkout*/

.checkout-right {
    background: #e8e7f0;
    border: solid 1px #e1e7f7;
    padding: 1.2rem;
    border-radius: 12px;
}
table.shop_table.woocommerce-checkout-review-order-table thead tr th:last-child,
table.shop_table.woocommerce-checkout-review-order-table tbody tr td:last-child{
/*     text-align: right; */
/* 	    padding-left: 4rem; */
}
.woocommerce table.shop_table th{
    font-weight: 600 !important;
    padding: 9px 12px;
    line-height: 1.5em;
    font-family: "Montserrat", sans-serif;
}
tr.cart-subtotal td span.woocommerce-Price-amount.amount bdi {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600 !important;
}
table.shop_table.woocommerce-checkout-review-order-table thead tr th {
    font-weight: 500;
    background: #161824 !important;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}
table.shop_table.woocommerce-checkout-review-order-table thead tr th:first-child{
    border-radius: 11px 0 0 0;
}
table.shop_table.woocommerce-checkout-review-order-table thead tr th:last-child{
    border-radius: 0 11px 0 0;
}
table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td {
    font-size: 15px;
    font-weight: 400;
    font-family: "Figtree", sans-serif;
    color: #39394d;
}
.cart-subtotal span.woocommerce-Price-amount.amount bdi {
    font-weight: 400 !important;
}
table.shop_table.woocommerce-checkout-review-order-table span.woocommerce-Price-amount.amount bdi {
    font-weight: 500;
    font-size: 14px;
}
.woocommerce table.shop_table {
    background: #fff;
	padding: 5px;
}
.woocommerce-billing-fields h3 {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 1.3rem;
    border-left: solid 4px #e89f14;
    padding-left: 5px;
    color: #161824;
}
span.woocommerce-input-wrapper input, span.woocommerce-input-wrapper .select2-selection{
    border: solid 1px hsl(0deg 0% 81.01% / 66%) !important;
    max-height: 45px;
    height: 100vh !important;
    border-radius: 9px !important;
    font-size: 15px;
}
.woocommerce-shipping-fields h3 {
    font-size: 26px;
    text-transform: capitalize;
    margin: 1.3rem 0 1rem;
    color: #161824;
    border-top: dashed 1px hsl(0deg 0% 50.2% / 50%);
    padding-top: 1.3rem;
}
textarea#order_comments {
    border: solid 1px hsl(0deg 0% 81.01% / 66%) !important;
    max-height: 86px;
    height: 100vh;
    padding: 12px 15px;
    border-radius: 9px;
    font-size: 15px;
}
.woocommerce-info {
    border-top-color: #e89f14;
    text-transform: capitalize;
    color: #222139;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: "Figtree", sans-serif;
}
.woocommerce-info a {
    color: #c7912c;
    text-transform: capitalize;
}
form#woocommerce-checkout-form-coupon .form-row-first, form#woocommerce-checkout-form-coupon .form-row-last {
    width: auto;
}
form#woocommerce-checkout-form-coupon .form-row-last button {
    background: #e89f14 !important;
    font-weight: 400 !important;
    color: #fff !important;
    padding: 14.4px !important;
    font-size: 15px !important;
    text-transform: capitalize;
}
h3#order_review_heading {
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 1.3rem;
    border-left: solid 4px #e89f14;
    padding-left: 5px;
    color: #161824;
}
.woocommerce-billing-fields label, .shipping_address label {
    color: #222139;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: "Figtree", sans-serif;
    text-transform: capitalize;
}

/*Inner Banner*/

section.inner-banner-sec {
    background-position: top center;
    max-height: 330px;
    height: 100vh;
    background: #eef6eb;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://gtkart.in/wp-content/uploads/2026/01/gtkart-inner.webp); 
    background-size: cover;
    background-position: top center;
}
section.inner-banner-sec h2, section.inner-banner-sec h6 {
    text-align: left;
    margin-top: 0rem;
}
nav.woocommerce-breadcrumb a {
    color: #161824;
}
nav.woocommerce-breadcrumb a:hover {
    color: #e89f14;
}

/*My Account*/

.woocommerce-orders-table__cell-order-number a {
    color: #222139;
}

















@media screen and (max-width: 1200px) {
	.mob-none{
		display:none!important;
	}	
}
@media screen and (max-width: 992px) {
.navbar {
    position: fixed;
    left: -80%;
    width: 100%;
	transition: 2s ease;
    height: 100%;
}
button.mob-nav-btn {
    width: 40px;
    height: 40px;
    background: #ee7727;
    border: none;
    border-radius: 100px;
	z-index: 999;
}
.user-wrapper {
        position: absolute;
        background: #ffffff;
        max-width: 120px;
        width: 100%;
        right: 11px;
        padding: 6px 12px;
        border: solid 1px #dce1f7;
        border-radius: 8px;
        display: none;
        margin-top: 5px;
    }
	.user-wrapper.active {
        display: block;
    }
button.user-login {
    border: none;
    background: #e4dcdc;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin: 0 3px 0 0;
    font-size: 21px;
    position: relative;
}
}	

@media screen and (max-width: 767px) {
	
	
/*Header*/
    #header {
        background: #fff;
        position: sticky;
        top: 0;
        width: 100%;
        left: unset;
        transform: unset;
        margin: 0;
		z-index: 9999;
    }
	.header-col {
    padding: 0 1rem;
}
    .search-button {
        background: #e4dcdc;
        margin: 0 3px;
        padding: 3px;
        width: 40px;
        height: 40px;
    }
	.search-button span {
    display: none;
}
.search-button i {
        background: transparent;
        margin-left: 0;
        color: #10111b;
        font-size: 17px;
}	
a.dz-cart {
    position: relative;
    margin-right: 1px;
    background: #e4dcdc;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 !important;
}
.prd-wrapper-img img{
 max-height: 170px;
}
.prd-wrapper-img {
    max-height: 170px;
}
	#header .logo img {
    width: 190px;
}
a.dz-cart span {
    width: 20px;
    height: 20px;
    background: #fff;
    font-size: 12px;
    line-height: 21px;
    color: #ffffff;
    border: solid 2px hsl(0deg 0% 100%);
    top: -4px;
    right: -5px;
    background: #ee7727;
}	
	
/*Banner*/
	
#demo {
    border-radius: 0 0 0 70px;
    padding: 3rem 0 2rem;
}	
#demo:after {
    width: 100%;
    height: 100%;
    top: unset;
    transform: unset;
    clip-path: polygon(0 77%, 100% 43%, 100% 100%, 0% 100%);
    bottom: 0;
}
#demo .social-text {
    display: none;
}
div#demo .container-fluid {
    width: 100%;
    height: auto;
}
.banner-heading {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}
.banner-heading h1 {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 52px;
}
	.banner-rt-col {
    width: unset;
    height: unset;
    border: none;
    margin-top: 0rem;
    background: transparent;
}
.carousel-item {
    padding: 0rem 0 2rem;
    height: auto;
}
.banner-heading a.theme-btn {
    margin: 0 auto 1.3rem;
}
.banner-rt-col img {
    width: 100%;
}
	
/*New Arrivals*/
	
	.new-arr-prd-img img {
    width: 100%;
    margin: auto;
    padding: 15px;
}
	.arr-prd-title {
    text-align: center;
    padding: 14px 0 0px;
}
	.arr-prd-title h4 {
    font-size: 22px;
    letter-spacing: -0.2px;
}
.arr-prd-title h6 a {
    font-size: 16px;
    font-weight: 600;
    color: #e89f14;
}
a.shop-btn{
    font-size: 16px;
    padding: 8px 16px;
}
.shop-wrapper img {
    position: relative;
    width: 75%;
    bottom: unset;
    left: unset;
    transform: unset;
    margin: auto;
    display: table;
}

/*Product Section*/
	
.prd-wrapper {
    padding: 0.4rem;
}
    .prd-btn-group .shop-btn {
        font-size: 12px;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
.prd-btn-group {
    display: block;
}
.prd-title h4, .prd-title h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*Footer*/

footer.footer-top {
    padding: 2rem 0 1rem;
}
.logo-wrap {
    padding-right: 0;
    text-align: center;
}
	.stripe {
    justify-content: center;
    margin: 1rem 0 0rem;
    border-bottom: dashed 1px #fff7f754;
    padding-bottom: 30px;
}
	.stripe img {
    padding: 10px;
    height: 47px;
    object-fit: contain;
    width: 75px;
}
    .footer-middle {
        padding: 1.3rem 1rem;
        border: none;
        border-bottom: dashed 1px #ffffff1c;
    }
	.footer-wrapper {
    padding: 1.3rem 1rem;
}
.footer-contact-wrapper {
    padding-left: 0;
}
	footer.footer-bottom {
    background: #191d28;
}
	footer.footer-bottom .container {
        padding: 12px;
        text-align: center;
        overflow: hidden;
        border-radius: 0;
}
	footer.footer-bottom .footer-wrapper {
    padding: 0;
}
	p.dev-by {
    text-align: center;
}
ul.footer-nav li a {
    font-size: 15px;
}
.logo-wrap p {
    font-size: 15px;
    line-height: 24px;
}
	
/*Product Page*/
	
	.cstm-col-pd {
    padding: 5px;
    margin: 1px 0 !important;
}

	
	/*Login*/
	
    section.logo-sec {
        height: 100vh;
        background: linear-gradient(137deg, #577bfd78 0.04%, #ff9a15 99.96%);
        position: relative;
        overflow: hidden;
        padding: 80px 0;
        display: block;
    }
.login-left-col {
        background: transparent;
        height: auto;
        display: block;
    }
	.login-left-col img{
        display: none;
    }
	#login-form, #register-form {
    background: #fff;
}
.login-right img {
    width: 150px;
    margin: 0 auto 2rem;
}
.login-left h2 {
    margin: 0rem 0 1.5rem;
}
/*App sec*/
	
.app-col-desk {
    display: none;
}
.app-col-mob{
	display:block;
}
.app-col img {
    width: 48%;
}
section.app-sec ul li {
    width: calc(100% / 2 - 5px);
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
}
	
/*Search*/
	
.search-box form {
    width: 85%;
}	
	
	
/*Woocomerce*/
	
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    padding-left: 0rem;
}
.woocommerce div.product div.images img {
    max-height: unset;
    height: auto;
}
div#photoswipe-fullscreen-dialog {
    z-index: 99999;
}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    padding: 0rem 0rem 2rem 0rem;
}
form.variations_form.cart {
    display: block;
}
.woocommerce div.product form.cart .variations {
    width: 100%;
}
.single_variation_wrap {
    width: 100%;
    justify-content: center;
    margin: 1rem 0;
}
.pincode-check-wrap {
    display: block;
    margin: 10px 0 15px;
    align-items: center;
}
/*Contact Page*/
	

	}