/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


:root {
	--af-h1-slider: clamp(3.2rem, 1.3078rem + 9.4609vw, 10rem);
	--af-h2-slider: clamp(2.8rem, 1.6313rem + 5.8435vw, 7rem);
	--af-h1: clamp(3.2rem, 2.9831rem + 1.0847vw, 4rem);
 	--af-h2: clamp(2.8rem, 2.6102rem + 0.9492vw, 3.5rem);
	--af-h3: clamp(2.2rem, 2.1443rem + 0.2783vw, 2.4rem);
	--af-h4: clamp(2rem, 1.9443rem + 0.2783vw, 2.2rem);
	--af-h5: clamp(1.8rem, 1.7443rem + 0.2783vw, 2rem);
	--af-h6: clamp(1.8rem, 1.8rem + 0vw, 1.8rem);
	--af-body-text: clamp(1.4rem, 1.3443rem + 0.2783vw, 1.6rem);
	--af-top-bottom: clamp(5rem, 4.3043rem + 3.4783vw, 7.5rem);
	--af-left-right: clamp(2rem, 2rem + 0vw, 2rem);
	--af-gap: clamp(2.5rem, 2.5rem + 0vw, 2.5rem);
	--af-gap-ten: clamp(1rem, 1rem + 0vw, 1rem);
	--af-btc-font-size: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
	--af-btn-top-bottom: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
	--af-btn-right-left: clamp(2.4rem, 2.4rem + 0vw, 2.4rem);
}
.af-text ul, .af-text ol {
       padding: 0 0 0 20px;
       margin: 5px 0;
}
.filter-box ul.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.filter-box form.filter {
    padding: 0px 10px 10px 10px ;
}
.ff-default .ff-el-form-control::placeholder {
    font-family: "Body Text";
	font-size: 15px;
}
.ad-event-types {
    transition: transform 1.5s;
}
.ad-event-types:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
form.woocommerce-checkout.bricks-default-checkout {
    grid-template-columns: repeat(1,1fr);
}
.brxe-product-add-to-cart #checkp {
    border-radius: 0px;
    margin-top: 15px;
    background: #c17f1d;
    color: #fff;
    font-weight: 500;
}
.brxe-product-add-to-cart input#pincode{
	width: auto;
}
.cc-compass {
    background-color: #3e2c8e;
}
.cc-button, a.button.product_type_variable.add_to_cart_button.cfvsw_ajax_add_to_cart {
    background-color: #3e2c8e !important;
    border-radius: 0 !important;
    font-weight: 500;
}
.cc-pl-upsells .cc-pl-upsells-slider .slide {
    border-radius: 0;
    border: 2px solid #3e2c8e;
}
.cc-window .cc-nav ul li a[aria-selected="true"], .cc-window .cc-header .cc-nav ul li a:hover {
    border-bottom: 3px solid #3e2c8e;
    color: #3e2c8e !important;
}
.cart_list.product_list_widget dl.variation {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    flex-wrap: wrap;
}
.ithk_pincode_label {
    color: #000;
    font-weight: 500;
}
/*  */
.text-link a {
    color: #000 !important;
}
a:-webkit-any-link:focus-visible {
    outline-offset: none;
}
body.bricks-is-frontend :focus {
    outline: none;
}
html{
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
    width: 10px;
}
body.page.page-id-24 header#brx-header {
    box-shadow: 0 0 0;
}
body #brx-header,body.page.page-id-24 #brx-header.sticky.scrolling {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
body .ff-default .ff-el-form-control {
    border-color: #e1e1e1;
    border-radius: 0;
    padding: 15px;
	font-size:15px;
}
ul.brxe-accordion.faq-div li.accordion-item.brx-open .accordion-title-wrapper {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
ul.brxe-accordion.faq-div li.accordion-item.brx-open {
    margin-bottom: 15px !important;
}
.text-underline a{
	text-decoration:underline;
}
header.sticky.scrolling .home-link a {
    color: #000 !important;
}
#brx-header.sticky.scrolling .header-white-box i.ccicon-cart {
    color: #000;
}
.list-box ul {
    padding-left: 40px;
    list-style-position: outside;
}
body .brxe-woocommerce-mini-cart .cart-detail li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.7);
}
body .brxe-woocommerce-mini-cart .cart-detail li .quantity {
    margin-top: 10px;
    color: #000;
    font-weight: 500;
}
body .brxe-woocommerce-mini-cart .cart-detail .woocommerce-mini-cart__buttons a {
    background-color: #3e2c8e;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
	line-height: 1;
	border-radius: 0 !important;
}
.brxe-woocommerce-mini-cart .cart-detail .widget_shopping_cart_content {
    border: 2px solid #3e2c8e;
}
.show-cart-details span.woocommerce-Price-amount.amount bdi {
    color: #3d2f16;
    font-weight: 600;
}
body .woocommerce .button {
    background-color: #3e2c8e;
    color: #fff;
    font-weight: 500;
    border: 1px solid #3e2c8e;
    border-radius: 3px;
	line-height: 30px;
}
body .woocommerce .cart-collaterals .wc-proceed-to-checkout .button {
    line-height: 30px;
}
body .woocommerce .button:hover {
    background: #000;
    color: #fff;
}
body .woocommerce-info {
    background-color: #3e2c8e;
    color: #ffffff;
}
h3#order_review_heading, .woocommerce-billing-fields h3,.woocommerce-additional-fields h3 {
    font-size: 25px;
    color: rgba(0, 0, 0, 0.7);
}
body .woocommerce-checkout label {
    color: rgba(0, 0, 0, 0.7);
}
.woocommerce-checkout-review-order {
    margin-top: 45px;
}
.woocommerce-billing-fields__field-wrapper {
    margin-top: 15px;
}
.privacy-policy-box p {
    color: rgba(0, 0, 0, 0.7);
}
.privacy-policy-box h2 {
    font-weight: 500;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
}
.cart-page p.return-to-shop {
    margin-top: 25px;
}
.product-box-1:hover a.cat-img-box {
    transform: scale(1.06);
	transition: all 0.5s ease-out;
}
.price-text-box ins {
    text-decoration: none;
}
/* .filter-box form.filter.checkbox {
    padding-bottom: 20px;
} */
body.bricks-is-frontend #brx-header.sticky.scrolling div#brxe-tpurjv a,
body.bricks-is-frontend #brx-header.sticky.scrolling span.cart-icon i{
    color: #000;
}
.woocommerce-pagination .page-numbers a.next.page-numbers i,.woocommerce-pagination .page-numbers a.prev.page-numbers i {
    width: 13px;
}
.woocommerce-pagination .page-numbers a.next.page-numbers i.fas.fa-angle-right:hover::before {
    content: "\f061";
}
.woocommerce-pagination .page-numbers a.prev.page-numbers i.fas.fa-angle-left:hover::before {
    content: "\f060";
}
body .brxe-woocommerce-products-filter .filter {
	animation:none;
}
body .brxe-woocommerce-products-filter.filter-box li.filter-item.open {
    transition: all 0.3s ease-in-out;
}
.product-left-img .brx-thumbnail-slider-wrapper a img {
    padding-bottom: 4px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 24px;
    font-weight: 600;
}
span.mtr-box {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
.bricks-search-overlay button.close {
    color: #343434 !important;
    font-size: 45px !important;
    right: 10px;
}
.bricks-search-overlay {
    width: 500px;
    left: unset;
}
.bricks-search-overlay .bricks-search-form input[type=search] {
    padding-left: 0;
    font-size: 19px;
    text-align: left;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}
.bricks-search-overlay.show {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 25px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    height: 98%;
}
.bricks-search-overlay .bricks-search-inner {
    justify-content: flex-start;
    padding-top: 25px;
}
.woo-meta {
    margin-top: 10px;
}
.brxe-woocommerce-mini-cart.show-cart-details span.woocommerce-Price-amount.amount bdi {
    color: #3e2c8e;
}
tr.order-total th, tr.order-total td {
    font-size: 25px;
}
/* span.woocommerce-Price-amount.amount {
    color: var(--bricks-color-qiqmdv);
    font-weight: 600;
} */
a.woocommerce-button.button.cancel.order-actions-button {
    margin-left: 15px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row-first {
    width: 49%;
}
nav.woocommerce-MyAccount-navigation li.is-active {
    background: #213165;
    color: #fff;
}
.woocommerce mark {
    font-weight: 600;
}
.woocommerce-cart-form .product-remove a {
    background: #3e2c8e;
    color: #fff;
    padding: 1px 8px;
    border-radius: 50%;
    margin-right: 15px;
	font-size: 24px;
}
.woocommerce-billing-fields__field-wrapper ,.woocommerce-shipping-fields__field-wrapper{
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
    column-gap: 2%;
}

.woocommerce .form-row-first, .woocommerce .form-row-last {
    width: 100%;
}
/* .woocommerce-info a.showcoupon {
    display: none;
} */

/* .cc_cart_items_list span.cc_cart_count {
	margin-left: 0;
	background: #000;
	color: #fff;
	height: 25px;
	line-height: 1;
	border-radius: 50%;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	top: -17px;
	right: -5px;
}
.cc-window a.cc-button, .cc-cart-actions a.cc-button-primary{
    background-color: var(--bricks-color-vvtgnm);
}
.cc_cart_items_list {
	position: relative;
} */
.cart-page .cart-collaterals {
    width: 100%;
}
.brxe-shortcode .woocommerce .brxe-container.before-checkout .woocommerce-notices-wrapper .woocommerce-message {
    display: none;
}
@media screen and (max-width: 767px) {
    .bricks-search-overlay {
        width: 400px;
    }
  .bricks-search-overlay.show {
        height: 50%;
    }
	#brxe-tokqvz .bricks-mobile-menu-wrapper {
    padding-top: 60px;
}
}

@media screen and (max-width: 500px) {
    .bricks-search-overlay {
        width: 95%;
    }
}



@media screen and (max-width: 991px) {
header.sticky.scrolling button#brxe-hlulmn i {
    color: #000;
}
.submenu-border .menu-item {
	width: 100%;
}	
.menu-4-5-none ul.brx-nav-nested-items li:nth-child(5), .menu-4-5-none ul.brx-nav-nested-items li:nth-child(6) {
    display: block;
}
.brxe-container.product-gallery-box .brx-product-gallery-thumbnail-slider {
    margin-top: 30px;
}
}
