.cart-heading h1, .cart-heading h2, .cart-heading h3, .cart-heading h4 { color: #A44819; font-size: 45px; font-family: Philosopher, Arial, "sans-serif"; font-weight: 700; }
.cart-item-img { min-width: 241px; max-width: 241px; width: 241px; }
.img-holder { position: relative; display: block; width: 100%; height: 0px; overflow: hidden; padding-bottom: 100%; margin: 0px auto 0px; }
.img-holder figure { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; display: block; margin: 0px; text-align: center; padding: 0px; }
.img-holder figure img { position: relative; width: 100%; height: 100%; max-width: none; max-height: none; z-index: 1; transition: all 0.6s ease; object-fit: scale-down; object-position: 50% 50%; }
.img-holder.img-cover figure img { object-fit: cover; }
.crt-items-left { padding-right: 50px; }
.cart-item-right { padding-left: 55px; width: 100%; margin: 0; }
.cart-item-right .gtitle h3, .order-summery-item .gtitle h3 { color: #896F60; font-size: 30px; font-family: Philosopher, Arial, "sans-serif"; font-weight: 700; margin-bottom: 0; line-height: 1.2; }
.cart-item-right .gtitle h3 a, .order-summery-item .gtitle h3 a { color: #896F60; }
.cart-item-right .gtitle h3 a:hover, .order-summery-item .gtitle h3 a:hover { color: #D86D16; }
.cart-item-right.product-intro .gprice { margin-top: 30px; color: #A44819; }
.cart-item-right.product-intro .qty-wrap { margin: 30px 0 0; }
.cart-heading h1, .cart-heading h2 { margin: 0; }
.cart-heading { padding-bottom: 25px; }
.cart-items-holder .cart-item-box { padding-bottom: 40px; }
.cart-items-holder .cart-item-box:last-child { padding-bottom: 0; }
.summary-table { width: 100%; max-width: 400px; /* font-family: sans-serif; */

color: #67554B; border-radius: 0; padding-top: 10px; line-height: 1.2; }
.summary-row { display: flex; font-size: 20px; font-weight: 700; padding-bottom: 35px; }
.summary-row:last-child { padding-bottom: 0; }
.summary-row.total { font-weight: 700; font-size: 30px; padding-top: 35px; border-top: 1px solid #BEBEBE; color: #67554B; }
.summary-label { color: #6e665d; }
.summary-value { color: #67554B; font-weight: 400;/* padding-left: 90px; */

}
.summary-row>div:nth-child(1) { min-width: 180px; padding-right: 15px; }
.form-group { margin-bottom: 20px; }
.checkout-form-left { padding-right: 80px; }
.form-group .form-control, .form-group .dropdown .dropdown-toggle { border-radius: 5px !important; line-height: 58px; border: 1px solid #B9B5AF; height: 60px; color: #67554B; font-size: 20px; font-weight: 400; padding: 0 30px; }
.order-summery-item .cart-item-img { min-width: 151px; max-width: 151px; width: 151px; }
.order-summery .order-summery-item { padding-bottom: 30px; }
.order-summery .order-summery-item:last-child { padding-bottom: 0px; }
.order-summery-total.summary-row.total { justify-content: space-between; margin-top: 40px; padding-top: 30px; padding-bottom: 0; }
.checkout-payment-method { padding-top: 40px; }
/*---*/

.radio, .checkbox { display: block; margin: 0px; position: relative; text-align: left; margin-bottom: 10px; min-height: 20px; }
.radio-inline .radio, .radio-inline .radio1, .checkbox-inline .checkbox { display: inline-block; margin-right: 25px; }
.checkbox label, .radio label>span, .radio1 label { display: block; position: relative; padding-left: 30px !important; margin: 0px !important; font-weight: 400 !important; cursor: pointer; color: #67554B; transition: all 0.2s linear; text-transform: none; }
.checkbox-inline .checkbox:last-child { margin-right: 0px; }
.radio-inline, .checkbox-inline { padding: 0px; }
.checkbox label::before, .radio label>span::before, .radio1 label::before, .checkbox label::after, .radio label>span::after, .radio1 label::after { content: ""; display: flex; justify-content: center; align-items: center; position: absolute; width: 12px; height: 12px; left: 0px; top: 9px; transition: all 0.2s linear; border-radius: 3px; }
.checkbox label::before, .radio label>span::before, .radio1 label::before { background: transparent; border: 1px solid #B9B5AF; }
.checkbox label::after, .radio label>span::after, .radio1 label::after { font-family: "Font Awesome 6 Free"; content: "\f00c"; font-weight: 900; opacity: 0; font-size: 12px; color: #FFF; line-height: 1; }
.radio label>span::after, .radio1 label::after { content: ""; top: 12px; left: 3px; width: 6px; height: 6px; background: #67554B; color: inherit; }
.checkbox input[type="checkbox"], .radio input[type="radio"], .radio1 input[type="radio"] { opacity: 0; display: none; }
.checkbox input[type="checkbox"]:focus + label::before { outline: none !important; }
.checkbox input[type="checkbox"]:hover + label::after, .checkbox:hover label::after, .radio label:hover>span::after, .radio1 label:hover::after { opacity: .5; }
.checkbox input[type="checkbox"]:checked + label::after, .checkbox label.label-selected::after, .checkbox input[type="checkbox"]:checked::after, .radio input[type="radio"]:checked + span::after, .radio1 input[type="radio"]:checked + label::after { opacity: 1; }
.checkbox input[type="checkbox"]:checked + label::before, .checkbox label.label-selected::before, .checkbox input[type="checkbox"]:checked + label:hover::before, .checkbox label:hover::before, .radio input[type="radio"]:checked + span::before, .radio label:hover>span::before, .radio1 input[type="radio"]:checked + label::before, .radio1 label:hover::before { background: transparent; color: var(--white); }
.checkbox input[type="checkbox"]:checked::before { }
.checkbox input[type="checkbox"]:disabled + label { opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before { background-color: #eeeeee; cursor: not-allowed; }
.checkbox input[type="checkbox"]:hover + label, .checkbox:hover label, .checkbox label.label-selected, .radio input[type="radio"]:checked + span, .checkbox input[type="checkbox"]:checked + label { color: #67554B; font-weight: 400 !important; }
.radio, .radio1 { display: block; }
.radio:last-child, .radio1:last-child { margin-bottom: 0px; padding-bottom: 0px; }
.radio label>span::before, .radio label>span::after, .radio1 label::before, .radio1 label::after { border-radius: 50%; }
.radio label>span::before, .radio1 label::before { }
.radio label>span::after { }
.checkbox label>span, .radio label>span { display: block; }
.checkbox label, .radio label { margin: 0px !important; padding: 0px; }
.radio label { padding: 0px !important; }
.form-group.text-center .checkbox { display: inline-block; }
.checkout-summary-right { padding-top: 40px; }
.getintouch-top .cart-heading { text-align: center; padding-bottom: 40px; }
.git-box { padding: 70px 50px 25px; border: 1px solid #B9B5AF; border-radius: 5px; text-align: center; position: relative; margin-top: 48px; color: #67554B; }
.git-box-content p:last-child { margin-bottom: 0; }
.git-box-icon { text-align: center; margin: 0 auto; position: absolute; top: -48px; z-index: 2; left: 50%; transform: translateX(-50%); }
.git-box-icon img { max-width: 96px; height: 96px; border-radius: 50%; }
.git-box h6 { font-size: 35px; color: #A44819; font-family: Philosopher, Arial, "sans-serif"; font-weight: 700; }
.row.gutters-20 .col-md-4 { padding: 0 20px; }
.row.gutters-20 { margin: 0 -20px; }
.git-left iframe { height: 100%; width: 100%; }
.getintouch-bottom { padding-top: 150px; }
.git-right-top .cart-heading { padding-bottom: 20px; }
.git-left { height: 100%; }
.git-right { padding: 40px 0 40px 40px; }
.form-group textarea.form-control { min-height: 120px; }
.btn-2 { font-weight: 700; }
.git-box-content p a { word-break: break-all; }
.woocommerce-cart .main-wrap .title-1, .woocommerce-checkout .main-wrap .title-1 { color: #A44819; font-size: 45px; font-weight: 700; }
.woocommerce-cart .main-wrap .wc-block-cart-item__wrap .wc-block-components-product-name { color: #896F60; font-size: 30px; font-family: Philosopher, Arial, "sans-serif"; font-weight: 700; }
.woocommerce-cart .main-wrap .wc-block-cart-item__wrap .wc-block-components-formatted-money-amount { font-family: Philosopher, Arial, "sans-serif"; font-weight: 700; font-size: 30px; color: #A44819; }
.woocommerce-cart .main-wrap .wc-block-cart-items { border: none !important; }
.woocommerce-cart .main-wrap .wc-block-cart-items thead { display: none !important; }
.woocommerce-cart .main-wrap .wc-block-cart-items tbody tr td { border: none !important; }
.woocommerce-cart .main-wrap .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total { display: none !important; }
.woocommerce-cart .main-wrap .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button { background: #E3DED6 !important; border: none; color: #000 !important; font-size: 20px; height: 60px; line-height: 60px; justify-content: center; padding: 0; text-align: center; width: 60px; }
.woocommerce-cart .main-wrap .wc-block-components-quantity-selector { width: 210px; }
.woocommerce-checkout .wc-block-components-checkout-step__content input, .woocommerce-checkout .wc-block-components-checkout-step__content select, .woocommerce-checkout .wc-block-components-checkout-step__content .wc-blocks-components-select__container { background: transparent !important; }
.process-slider-arrows .slick-arrow { position: relative !important; transform: none; top: auto; font-size: 24px; width: 50px; height: 40px; border: 1px solid #FFF; border-radius: 5px; color: #FFF; }
.process-slider-arrows { display: flex; align-items: center; justify-content: center; }
.process-slider-arrows a { margin: 0 10px; }
.process-slider-arrows a:first-child { margin-left: 0; }
.process-slider-arrows a:last-child { margin-right: 0; }
.topbtns { padding-top: 30px; }
.topbtns a { color: #FFF; }
.topbtns a:hover { color: #000; }
.widget_shopping_cart_content { display: inline-block; }
.widget_shopping_cart_content .btnico { display: flex; align-items: center; }
span.cart-count { font-size: 18px; }
.btn-menu { display: inline-block; }
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link { display: inline-flex; font-size: 1em; justify-content: center; text-align: center; white-space: normal; word-break: break-word; background: none !important; color: #896F60; font-weight: 700; margin-right: 0; padding: 0 !important; text-transform: uppercase; text-decoration: none; font-size: 20px; }
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover { color: #D86D16; }
.page-template-template-services .main-inner-1 .ginner { word-break: break-all; }
.products .gitem .imgwrap a { display: block; height: 100%; }
.products .gitem .imgwrap a img { height: 100%; object-fit: cover; }
 @media only screen and (max-width: 1599.98px) {
.cart-item-img { min-width: 191px; max-width: 191px; width: 191px; }
.cart-item-right { padding-left: 45px; }
.git-box { padding: 70px 30px 20px; }
.menumain { font-size: 1.5vw; }
.bn-inner h1 { font-size: 70px; }
.bn-home h2 { font-size: 70px; }
body .bn-home h5 { font-size: 18px; }
body .bn-inner h5 { font-size: 18px; }
body .grid-3, .intro-3 { font-size: 18px; }
body .grid-7 { font-size: 18px; }
body .grid-10 { font-size: 18px; }
body .grid-14 { font-size: 18px; }
body .grid-19 { font-size: 18px; }
body .grid-20 { font-size: 18px; }
body .grid-21 { font-size: 18px; }
body .grid-22 { font-size: 18px; }
body .grid-23 { font-size: 18px; }
body .grid-7 h3 { font-size: 28px; }
body .intro-home-1 .gtxt { font-size: 26px; }
body .link-1, body .link-2, body .link-3 { font-size: 16px; }
body .title-1 { font-size: 30px; }
body .accordion-button { font-size: 22px; }
html body { font-size: 16px; }
.accordion-body { font-size: 16px; }
.accordion-button::after { font-size: 10px; top: 26px; }
.grid-11-wrap .grid-11:nth-child(2n) .gtxt { padding-left: 40px; }
body .title-2 { font-size: 54px }
.footer-info ul.flinks, .footer-info { font-size: 16px; }
.paging-numbers li a, .paging-numbers li span { font-size: 18px; }
.title-4 { font-size: 50px; }
.nav-1 li a { font-size: 16px; }
.bn-inner .bntxt-2 { font-size: 18px }
.grid-16 h3 { font-size: 18px }
.tempt-5 h2 { font-size: 70px; }
.grid-23 .gnumber strong { font-size: 70px; }
.grid-10 h2 { font-size: 70px; }
.grid-24 .glink { font-size: 16px; }
.grid-24 .gtitle h3 { font-size: 24px; }
.grid-24 .gprice .price { font-size: 22px !important; }
.btn-1, .btn-2 { font-size: 16px; }
.product-intro .gprice .price { font-size: 24px !important; }
.nav-2 li a { font-size: 26px; }
.title-6 { font-size: 34px }
.product-intro { font-size: 16px; }
.tempt-9-aside .awf-style-icons label:before { top: 2px; }
}
 @media only screen and (max-width: 1499.98px) {
.intro-home-2 { max-width: 100%; padding: 50px 30px; }
}
 @media only screen and (max-width: 1199.98px) {
/* .cart-item-right{padding: 25px 0 0 0;} */

.cart-summary-right { padding-top: 80px; }
.checkout-form-left { padding-right: 0; }
.cart-heading { padding-bottom: 20px; }
.git-box h6 { font-size: 28px; }
body .bn-inner h1 { font-size: 50px; }
body .bn-home h2 { font-size: 50px; }
body .bn-home h5 { font-size: 16px; }
body .bn-inner h5 { font-size: 16px; }
body .grid-3, .intro-3, .grid-8, .grid-9, .grid-10 { font-size: 16px; }
body .grid-7 { font-size: 16px; }
body .grid-10 { font-size: 16px; }
body .grid-14 { font-size: 16px; }
body .grid-19 { font-size: 16px; }
body .grid-20 { font-size: 16px; }
body .grid-21 { font-size: 16px; }
body .grid-22 { font-size: 16px; }
body .grid-23 { font-size: 16px; }
body .grid-7 h3 { font-size: 22px; }
body .intro-home-1 .gtxt { font-size: 20px; }
body .title-1 { font-size: 24px; }
body .accordion-button { font-size: 18px; }
html body { font-size: 16px; }
.accordion-body { font-size: 16px; }
.accordion-button::after { font-size: 10px; top: 26px; }
.grid-11-wrap .grid-11:nth-child(2n) .gtxt { padding-left: 40px; }
body .title-2 { font-size: 54px }
.footer-info ul.flinks, .footer-info { font-size: 16px; }
.paging-numbers li a, .paging-numbers li span { font-size: 16px; }
.title-4 { font-size: 30px; }
.nav-1 li a { font-size: 16px; }
.bn-inner .bntxt-2 { font-size: 16px }
.grid-16 h3 { font-size: 16px }
.tempt-5 h2 { font-size: 50px; }
.grid-23 .gnumber strong { font-size: 50px; }
.grid-10 h2 { font-size: 40px; }
.grid-24 .glink { font-size: 16px; }
.grid-24 .gtitle h3 { font-size: 18px; }
.grid-24 .gprice .price { font-size: 20px !important; }
.btn-1, .btn-2 { font-size: 16px; }
.product-intro .gprice .price { font-size: 20px !important; }
.nav-2 li a, .mnlinks li { font-size: 18px; }
.title-6 { font-size: 28px }
.product-intro { font-size: 16px; }
.grid-11 .gimage { padding-left: 40px; }
}
 @media only screen and (max-width: 991.98px) {
.git-left iframe { height: 500px; }
.git-right { padding: 40px 0 0 0; }
.getintouch-bottom { padding-top: 100px; }
.page-template-template-services .main-inner-1 .ginner { width: 100%; }
.page-template-template-services .main-inner-1 .ginner br { display: none; }
}
 @media only screen and (max-width: 767.98px) {
.cart-item-right { padding: 25px 0 0 0; }
.crt-items-left { padding: 0; }
.summary-row>div:nth-child(1) { min-width: 140px; }
.cart-item-img { min-width: 100%; max-width: 100%; width: 100%; }
.summary-row.total { font-size: 24px; }
.cart-heading h1, .cart-heading h2, .cart-heading h3, .cart-heading h4 { font-size: 35px; }
.order-summery-item .gtitle { padding-top: 15px; }
.order-summery-item .cart-item-img { min-width: 100%; max-width: 100%; width: 100%; }
.cart-item-right .gtitle h3, .order-summery-item .gtitle h3 { font-size: 24px; }
.form-group .form-control, .form-group .dropdown .dropdown-toggle { height: 45px; line-height: 42px; font-size: 16px; padding: 0 20px; }
.checkout-summary-right { padding-top: 20px; }
.git-box-icon img { max-width: 76px; height: 76px; border-radius: 50%; }
.getintouch-top .cart-heading { padding-bottom: 25px; }
.git-box { margin-top: 70px; }
.git-box { padding: 45px 30px 20px; }
.getintouch-bottom { padding-top: 70px; }
.git-right { padding: 30px 0 0 0; }
.git-left iframe { height: 400px; }
.git-box h6 { font-size: 24px; }
.woocommerce-cart .main-wrap .title-1, .woocommerce-checkout .main-wrap .title-1 { font-size: 28px; }
.xm-hide { display: none; }
.widget_shopping_cart_content { display: none; }
.page-template-template-journal .bn-inner-1 { min-height: auto !important; }
.page-template-template-journal .outlink-2 { margin-bottom: 30px; }
.grid-8 .gcontent { padding: 30px 45px 30px 15px !important; }
.widget_shopping_cart_content { display: inline-block !important; }
}
 @media only screen and (max-width: 575.98px) {
.tempt-1, .grid-5, .timeline, .timeline .gyear, .grid-15 .ginner { font-size: 16px; }
body .bn-home h1,  body .bn-home h2, body .bn-inner h1 { font-size: 24px }
.tempt-5 h2 { font-size: 30px; }
.grid-23 .gnumber strong { font-size: 30px; }
.grid-10 h2 { font-size: 28px; }
body .title-2 { font-size: 30px; }
.grid-11 { padding-bottom: 50px; }
.grid-22 .gcontent { padding: 50px 20px; }
.grid-19 .gitem { min-height: auto; padding: 40px 20px 30px; }
.menumain { font-size: 18px }
.grid-11 .gimage, .grid-11-wrap .grid-11:nth-child(2n) .gimage { padding-inline: 40px; }
.grid-11-wrap .grid-11:nth-child(2n) .title-1 { padding-left: 40px }
.grid-11-wrap .grid-11:nth-child(2n) .gtxt { padding-left: 40px }
body .title-1 { font-size: 20px }
.intro-home-1 .ginner { margin-right: 30px; padding: 60px 30px; }
.grid-20 .ginner, .bn-inner .bntxt-2, .grid-12-wrap .grid-12:nth-child(2n+1) .gimage, .grid-12 .gimage { padding-left: 30px; padding-right: 30px; }
.intro-home-4 { padding: 0 30px 30px; }
.grid-11 .gtxt { padding: 30px 30px; }
.grid-21 { padding: 40px 30px; }
.grid-22 .ginner { padding: 0 30px; }
.tempt-1 h3, .grid-5 h2, .timeline h3, .grid-6 h4, .grid-6, .grid-14 h2, .grid-15 h4, .bn-inner .bntxt-2 h3, .grid-8 h2, .grid-9 h2, .grid-13 h3, .git-box h6 { font-size: 22px; }
.timeline .gnumber { font-size: 24px; }
.grid-17 .ginner { padding: 30px 30px }
.grid-23 .gnumber { font-size: 30px; }
.grid-10 h2 { font-size: 24px; }
.container.main-inner { padding: 0 30px; }
.grid-8 .gcontent { padding: 30px 30px 30px 15px; }
.grid-8 .gcontent::before { right: 30px; }
.grid-12 .gtxt { padding: 30px 30px; }
.intro-4 { font-size: 22px; margin: 30px auto; }
.grid-11 .gcontent { padding-left: 40px; }
.fullcontainer { padding-inline: 30px }
.menumain-inner { padding: 30px; }
}
/*--12-08-2025 jayesh--*/
.tab-style1 .nav-tabs{ border-bottom: 0px;}
.tab-style1 .nav-tabs .nav-link{ margin-bottom: 0px; border-color: #707070;  border-radius: 50px;}
.tab-style1 .nav-tabs .nav-link:hover,.tab-style1 .nav-tabs .nav-link.active{ border-color: transparent;background: #D86D16; color: #ffffff;}
.header-container .btnico,.topbtns .btnico{ margin-left: 12px;}
.topbtns .btnico:first-child{margin-left: 0px;}
.btnico {transition: all 0.2s linear;position: relative;display: inline-flex;justify-content: center;align-items: center;text-align: center;line-height: 1;height: 30px;width: 30px;}
.btnico img {transition: all 0.2s linear;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);max-height: 100%;}
.btnico img + img {opacity: 0;}
.btnico:hover img {opacity: 0;}
.btnico:hover img + img {opacity: 1;}
.fixhead .btnico img{opacity: 0;}
.fixhead .btnico img + img{opacity: 1;}
.fixhead .btnico:hover {opacity: .5;}
.btnico .cart-count{ position: absolute; right: -50%;}
.xm-show { display: none;}
@media only screen and (max-width: 767.98px) {
.xm-show { display: block;}
}