/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.page-title,
.woocommerce div.product .product_title {
    font-size: 32px;
    font-weight: 600;
}

.product-name a {
    font-weight: bold;
}
.post-type-archive-product h2.banner-page-titles {
    display: none;
}

.time_mismatch {
    color: #fd0000;
    padding: 15px;
    text-align: center;
}

.time_mismatch h2 {
    font-size: 23px;
	margin: 0;
}
p#hidden_field_field {
    opacity: 0;
    visibility: hidden;
    width: 100%;
}
div#product_video video {
    display: block;
    width: 100%;
}

div#product_video {
    display: block;
    float: left;
    width: 48%;
    padding: 0px;
    margin-bottom: 50px;
}

a.checkout-button.button.alt.wc-forward {
    background: var( --e-global-color-primary );
}

.woocommerce ul.products li.product .price:after {
    content: "Per Day";
    margin-left: 5px;
}
p.woocommerce-shipping-destination {
    display: none;
}
.wc-proceed-to-checkout .checkout-button br {
  display: none;
}
form.woocommerce-shipping-calculator {
    display: none;
}

.woocommerce-shipping-fields {
    display: none;
}

.search-sign-wrap {
    display: flex;
    align-items: center;
}
span.short_msg {
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-style: italic;
    margin-bottom: -22px;
}

#do_not_show {
    display: none;
}

@media (max-width: 991px)
{
	.brand-icons .elementor-icon-box-content {
	    margin-top: 10px !important;
	}
}

span.wpcf7-form-control-wrap.end_time select,
span.wpcf7-form-control-wrap.start_time select {
    height: 28px;
}

#id_passport_number_field>label>span {
    display: none;
}

.special-offer {
    /* background: #2b2929; */
    padding: 15px;
    color: #fff;
    text-align: center;
    margin: 0;
    border-radius: 8px;
    /* max-width: 85px; */
}

.special-offer p {
    margin: 0px 0px 2px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 500;
}

.glry-img-col-wrap>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.special-offer h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    font-style: italic;
    white-space: nowrap;
}
.glry-img-link,
.glry-img-col-main-wrap {
    display: flex;
}

.gallery-sub-wrap {
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-start; */
}

.glry-heading {
    margin: 30px 0px 40px;
    font-size: 32px;
    font-weight: 600;
}

.glry-img-col-main-wrap {
    width: 33.33%;
    padding: 20px;
}

.glry-img-link {
    color: #000;
}

.glry-img-link:hover {
    color: #000;
}

.glry-img-wrap img {
    width: 100%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.srvc-sub-wrap {
    height: 100%;
    width: 100%;
    background: #00000047;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-page-titles,
.hdr-banner-title h2 {
    color: #ffffff;
    font-size: 45px;
    text-shadow: none;
    line-height: 1.5;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.hdr-top-right img {
    width: 20px;
    border-radius: 3px;
    margin-right: 5px;
}

.glry-hdr h4 {
    color: #000;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.glry-price-wrap {
    /* margin: 30px 0px 0px; */
    display: flex;
    background: #333333;
    justify-content: space-between;
}

.price-dtl h4 {
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 14px !important;
    margin-top: 3px !important;
    color: #c8c8c8 !important;
}

.glry-price-left h4 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    color: #fff;
    font-style: italic;
}

.glry-price-left {
    padding: 15px 0px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.glry-img-col-wrap {
    /* border-radius: 10px; */
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s ease;
    /* padding: 15px; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.archive_image_container {
    margin-bottom: 10px;
    overflow: hidden;
}

.archive_image_container img {
    margin: 0px !important;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.glry-img-col-wrap:hover .glry-img-wrap img,
ul.products li:hover img {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
}

.glry-price-right {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0bb56;
}

.glry-hdr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 15px 30px;
}

.glry-img-wrap {
    /* border-radius: 10px; */
    overflow: hidden;
}

.glry-hdr img {
    width: 35px;
    margin: 0;
}

.glry-price {
    padding: 6px 0px;
}

.glry-price p {
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}

.price-dtl p {
    font-size: 12px;
    margin: 0;
    color: #fff;
}

.glry-img-col-wrap:hover {
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5);
}


/* <!--gallery end -->*/


/* <!--footer start -->*/

.fot-wrapper {
    background: #000;
    padding: 20px 0px 30px;
}

.footer-text {
    color: #fff;
    font-size: 17px;
}

.fot-up-wrap {
    padding-bottom: 40px;
}

.social-icon ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon ul li {
    margin: 0px 15px;
}

.social-icon ul li a {
    color: #000;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copy-right p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin: 0px;
    text-align: center;
}

.fot-social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fot-up-wrap .prdct {
    padding-right: 10%;
}

.fot-up-wrap h4 {
    color: #fff;
    font-size: 20px;
    margin: 20px 0px 20px;
}

.fot-up-wrap p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.fot-wrapper ul {
    margin: 0;
    padding: 0;
}

.fot-wrapper ul li a {
    color: #fff;
    font-size: 17px;
}

.fot-wrapper ul li a i {
    color: #000;
}

.fot-wrapper ul li span {
    color: #fff;
}

.fixed-icon {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 10px;
    background: #d2af6b;
    border-radius: 10px;
}

.fixed-icon a img {
    width: 28px;
    margin-bottom: 3px;
}

.ccw_plugin.chatbot {
    top: calc(50% - 55px) !important;
    right: 0px !important;
    bottom: inherit !important;
}

.modern #wp-live-chat-header {
    position: fixed;
    bottom: 0;
    right: 0px;
    top: calc(50% + 55px) !important;
    margin: 0;
    width: 45px;
    height: 45px;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	padding: .3rem 1rem;
}
/*<--! footer end --> */


/* modal popup  start*/

.modal-body form p label,
.modal-body form p label span {
    width: 100%;
    display: inline-block;
	margin-bottom: 5px;
	font-weight: 600;
  font-size: 14px;
	line-height: 18px;
}
.modal-body form p label span {
	font-weight: 400 !important;
}

.modal-body form p label input {
    width: 100%;
    padding: 5px;
    font-size: 14px;
}

.modal-body form p label span textarea {
    height: 100px;
    width: 100%;
    padding: 5px;
    font-size: 14px;
}

.modal-body .wpcf7-form-control.wpcf7-submit {
    background: #09b62c;
    border: none;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    min-width: 125px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
}


/* modal popup  end*/


/* <--details start -->*/

.dtl-right {
    padding: 20px 6px;
}

.dtl-sub-wrap {
    display: flex;
    align-items: flex-start;
}

.dtl-sub-wrap>div {
    width: 100%;
}

.dtl-right h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
	color: var( --e-global-color-primary );
    margin: 10px 0px 8px;
}

table.dti-tbl {
    width: 100%;
}

.dti-tbl td {
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #929292;
    font-size: 14px;
}

.dti-tbl td i {
    font-size: 15px !important;
    margin-right: 10px;
}

.dti-tbl td:last-child {
    text-align: right;
    color: #d22a2a;
}

.dtl-price-wrap p span {
    font-size: 32px;
    font-weight: bold;
    color: var( --e-global-color-accent );
    text-transform: capitalize;
}

.wdm-custom-fields select {
    border: 1px solid #c1bdbd;
    padding: 4px 2px;
	background: #fff;
}

.wdm-custom-fields input {
    border: 1px solid #c1bdbd;
    padding: 5px;
}

.dtl-price-wrap {
    padding: 0;
    display: flex;
  justify-content: space-between;
	align-items: center;
}

.dtl-price-wrap p {
    font-size: 14px;
    margin: 0;
    color: #929292;
}

.dtl-price {
    padding: 10px 0px;
}

.dtl-call {
    padding: 10px 0px;
}

.dtl-get-link a {
    background: var( --e-global-color-primary );
    width: 100%;
    display: block;
    padding: 7px 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
	font-weight: 600;
    border-radius: 4px;
}

.dtl-get-link a:hover {
	background: var( --e-global-color-accent );
	color: #fff;
}

.product .wceb_picker_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product .wceb_picker_wrap label {
    font-size: 14px;
    margin: 0;
    color: #929292;
    margin-right: 10px;
}

.wceb_picker_wrap p {
    display: flex !important;
    align-items: center;
}

.product input[readonly] {
    cursor: pointer !important;
    padding: 3px 5px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #929292;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 24px;
}
.woocommerce ul.products li.product .button {
	margin-left: 15px;
  margin-bottom: 20px;
	background: var( --e-global-color-primary );
  color: #fff;
  font-weight: 400;
}
.product .woocommerce-product-details__short-description {
  margin-top: 30px;
  font-weight: 600;
  padding: 20px 20px 15px 20px;
  background: #f2f2f2;
  font-size: 22px;
  color: var( --e-global-color-primary );
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.product .summary .cart {
  padding: 0 20px 0 20px;
  background: #f2f2f2;
}

.woocommerce div.product form.cart .button {
    background: #25aa16 !important;
    width: 100%;
}

#order_review_heading {
    margin-top: 40px;
}

.woocommerce ul.products li.product .price {
    color: #000;
    font-size: 18px;
    margin: 2px 0 0 0;
    font-weight: 400;
}

h2.woocommerce-loop-product__title, .woocommerce ul.products li.product span.price {
    padding: 0 15px !important;
}
.woocommerce ul.products li.product a.button.product_type_simple {
    margin:5px 15px 15px !important;
}


/* <--details end -->*/


/* <--form dtl start -->*/

.form-dtl-wrapper {
    padding: 30px 0px;
    background: #f3f3f3;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: right -104px bottom -100px;
}

.form-dtl-sub-wrap {
    display: flex;
}

.form-dtl-left,
.form-dtl-right {
    width: 50%;
}

.input-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.input-wrap label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 0px 3px;
}

.input-wrap input,
.input-wrap select {
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 14px;
    width: 100%;
}

.input-wrap-left,
.input-wrap-right {
    width: 48%;
}

.textarea {
    width: 100%;
}

.input-wrap .textarea textarea {
    height: 110px;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 14px;
    width: 100%;
}

.input-wrap p {
    margin: 15px 0px 0px;
    font-size: 13px;
}

.submit-btn {
    min-width: 135px;
    background: #d2af6b;
    border: none;
    font-size: 17px;
    text-transform: uppercase;
    padding: 5px;
    color: #fff;
    margin-top: 20px;
}

.copy-right img {
    width: 100%;
    max-width: 340px;
    display: block;
    margin: 0 auto;
}


/* <--form dtl end -->*/


/* checkout start */

.checkout_billing .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 150px;
}

.checkout_billing .woocommerce-billing-fields__field-wrapper p {
    width: 48%;
    display: flex;
    flex-direction: column;
}

.checkout_billing .woocommerce-billing-fields__field-wrapper input {
    padding: 7px;
    border: 1px solid #929292;
}

.select2-container .select2-selection--single {
    height: auto;
    padding: 3px 4px;
    border-radius: 0;
}

.checkout_billing .woocommerce-billing-fields__field-wrapper input#billing_address_2 {
    margin-top: 40px;
}

.checkout_billing .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
    width: 100% !important;
}

.checkout_billing .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}


/* checkout end */

.copy-right img {
    width: 100%;
    max-width: 340px;
    display: block;
    margin: 0 auto;
}

.copy-right-text {
    display: flex;
    align-items: center;
}


/* woocommerce start */

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid grey;
    padding: 5px;
    border-radius: 4px;
}


/* woocommerce end */


/* products start  */

ul.products {
    display: flex;
    flex-wrap: wrap;
}

ul.products li {
     /*border-radius: 10px; 
    background-color: #f0bb56;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s ease;
    padding: 15px !important;
    margin: 20px 15px !important;
    width: calc(33.333% - 30px) !important;*/
    box-shadow: 2px 6px 18px rgb(224 220 208);
    transition: box-shadow 0.2s ease;
    margin: 20px 15px !important;
    width: calc(33.333% - 30px) !important;
    border: 2px solid rgb(224 220 208);
}


.contact-box .wpcf7-submit {
    padding: 6px 30px;
  background: var( --e-global-color-primary );
  color: #fff;
  border: 1px solid #fff;
}


.get-quote-pop .modal-dialog {
    width: 100% !important;
    max-width: 700px;
}

.quote_full_form {
    justify-content: space-between;
    display: flex;
}

.quote_full_form>div {
    width: 48%;
}

.quote_full_form>div input,
.quote_left_btm textarea,
.quote_left_btm span {
    width: 100%;
}

.quote_left_btm {
    margin-top: 20px;
}

.quote_left_btm textarea {
    height: 100px;
}

.quote_input {
    border: 1px solid rgb(169, 169, 169);
}

.quote_full_form label {
    display: inline-block;
    margin-bottom: 0px;
}


/* products end */


/* contact us start  */

.ml-link {
    color: #d2af6b !important;
}

.contact-box p label input {
    width: 100%;
    padding: 5px 5px;
    font-size: 14px;
    border: 1px solid #929292;
    border-radius: 3px;
}

.contact-box p label {
    width: 100%;
    line-height: 30px;
}

.contact-box textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #929292;
    border-radius: 3px;
}

.wdm-custom-fields {
    margin: 20px 20px 20px 0px;
    margin-right: 20px;
  float: left;
  width: 48%;
}
.wdm-custom-fields input {
  margin-bottom: 10px;
}
form.cart .wdm-custom-fields:nth-child(2) {
  margin-right: 0;
}

.wdm-custom-fields label {
  line-height: 30px;
  font-weight: 600;
}

.wdm-custom-fields input {
    margin-right: 10px;
}

.wdm-custom-fields br {
    display: none;
}

.checkout_billing .woocommerce-billing-fields__field-wrapper p label span {
    font-size: 12px;
}

.hide_required abbr {
    display: none;
}
  
/* category-box */  
.srvc-wrapper .category-box img { width: 100%; transform: scale(1); transition: all ease-in-out .5s;}  
.category-box .elementor-image-box-wrapper {position: relative; width: 100%; }
.category-box .elementor-image-box-wrapper h3 { font-family: 'Francois One'; font-weight: 100;/* position: absolute;*/width: 100%;background: rgba(200,157,54,.75);padding: 15px; /*bottom:5px; */margin:-8px 0 0 0;transition: all ease-in-out .5s; }
.category-box .elementor-image-box-wrapper h2 { font-family: 'Francois One'; font-weight: 100;/* position: absolute;*/width: 100%;background: rgba(200,157,54,.75);padding: 15px; /*bottom:5px; */margin:-8px 0 0 0;transition: all ease-in-out .5s; }
.category-box .elementor-image-box-img { overflow: hidden; box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2)}
.category-box .elementor-image-box-img:hover img {transform: scale(1.15);} 

 
 
 
 
 

/* contact us end */

@media screen and (max-width: 992px) {
    /* <!-- header start --> */
    .hdr-logo-wrap img {
        width: 170px !important;
    }
    /* <!-- header end --> */
    /* <!-- gallery start  --> */
    .glry-img-col-main-wrap {
        width: 50%;
        padding: 10px;
    }
    /* <!-- gallery end  --> */
    /* <!-- nav start  --> */
    .nav-wrapper .nav-sub-wrap {
        justify-content: flex-start;
    }
    .nav-wrapper .menu li a {
        padding: 10px 15px;
    }
    .nav-wrapper .menu {
        align-items: flex-start;
    }
    .nav-wrapper .menu .sub-menu li a {
        color: #fff;
        font-size: 12px;
    }
    .nav-wrapper .menu .sub-menu {
        position: inherit;
        padding: 0px 0px 20px;
        left: 15px;
        text-align: left;
        background: none;
        box-shadow: none;
    }
    .nav-toggle {
        display: inline-block;
        cursor: pointer;
        margin-left: 25px;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 28px;
        height: 2px;
        background: #000307;
        margin: 7px 0;
        transition: 0.4s;
    }
    .nav-wrapper {
        position: fixed;
        background: #00000061;
        top: 0px;
        right: 0;
        height: 100vh;
        display: flex;
        justify-content: flex-end;
        overflow: hidden;
        transform: translate(310px, 0px);
        -webkit-transform: translate(310px, 0px);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        z-index: 999;
    }
    .nav-wrapper .mobile-menu {
        background: #000;
        height: 100%;
        margin: 0;
        width: 300px;
        padding-top: 80px;
        position: relative;
    }
    .nav-wrapper.close-bobile-menu {
        transform: translate(0px, 0px) !important;
        -webkit-transform: translate(0px, 0px) !important;
    }
    .nav-wrapper .menu {
        flex-direction: column;
        width: 100%;
    }
    .nav-wrapper .menu li {
        width: 100%;
    }
    .menu-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        cursor: pointer;
    }
    .overlay {
        display: none;
        background: #00000061;
        width: 100vw;
        position: fixed;
        height: 100vh;
        z-index: 99;
        top: 0;
        left: 0;
    }
    .overlay-open {
        display: block !important;
    }
    .nav-wrapper .menu-p-icon {
        color: #fff;
        font-weight: 700;
        font-size: 22px;
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 40px;
        margin: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9990;
        cursor: pointer;
    }
    /* <!-- nav end  --> */
}
.brand-icons .elementor-icon-box-content {
  margin-top: -20px;
  z-index: 9;
}
.faq-section .elementor-accordion-item {
  margin-bottom: 20px;
}
.faq-section .elementor-accordion-item .elementor-tab-title {
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
    .banner-page-titles {
        font-size: 22px;
        margin-top: 50px !important;
    }
    .hdr-banner-title h2 {
        margin: 0 !important;
        font-size: 22px;
    }
    .Brand-section .elementor-column.elementor-col-20 {
        width: 20%;
        float: left;
    }
    .Brand-section .elementor-column.elementor-col-20 h5 {
        font-size: 17px;
    }
    .srvc-wrapper-inner {
        height: 250px;
    }
    .slider_1_head {
        font-size: 10px !important;
    }
    .single-product #product_video {
        width: 100%;
    }
    .glry-heading {
        margin: 30px 0px 21px;
        /* font-size: 26px; */
    }
    .dtl-sub-wrap {
        flex-direction: column;
    }
    /* <!-- header start  --> */
    .hdr-btm-wrap {
        padding: 5px 0px;
    }
    /* <!-- header end  --> */
    /* <!-- gallery start  --> */
    .glry-img-col-main-wrap {
        padding: 20px 5px;
        margin: 10px 0px;
    }
    /* .glry-img-col-wrap {
        padding: 15px 10px;
    } */
    .special-offer h4 {
        font-size: 16px;
    }
    .special-offer p {
        font-size: 12px;
    }
    /* <!-- gallery end  --> */
    /* <!-- footer start --> */
    .copy-right-text {
        justify-content: center;
        padding-bottom: 20px;
    }
    .fot-up-wrap h4 {
        margin: 30px 0px 5px;
    }
    .modern div#wp-live-chat-header {
        width: 40px;
        height: 40px;
    }
    .fixed-icon a i {
        font-size: 20px;
    }
    .fixed-icon a img {
        width: 20px;
        margin-bottom: 3px;
    }
    .hdr-top-right img {
        width: 18px;
    }
    .fixed-icon {
        padding: 10px 10px 7px;
    }
    .ccw_plugin.chatbot img {
        height: 40px !important;
    }
    /* <!-- footer end --> */
    /* <!-- woocommerce start --> */
    ul.products li {
        width: calc(50% - 30px) !important;
    }
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100% !important;
	}
	.dtl-price-wrap {
  flex-direction: column;
}
	.product .summary .cart {
		padding: 0 10px;
	}
	.wdm-custom-fields {
		margin-right: 10px;
	}
	.woocommerce-Tabs-panel--description h2 {
		font-size: 24px;
	}
	.woocommerce-Tabs-panel--description h3 {
		font-size: 21px;
		font-weight: 600;
	}
	.woocommerce-Tabs-panel--description h4 {
		font-size: 18px;
		font-weight: 600;
	}
    /* <!-- woocommerce end --> */
}

@media screen and (max-width: 500px) {
    /* <!-- header start --> */
    .hdr-top-wrap {
        flex-direction: column;
    }
    .hdr-top-left {
        padding-bottom: 5px;
    }
    .bnr-slider-wrapper {
        margin-top: 40px;
    }
    .Brand-section .elementor-column.elementor-col-20 h5 {
        font-size: 10px;
    }
    /* <!-- header end --> */
    /* <!-- gallery start  --> */
    .glry-img-col-main-wrap {
        width: 100%;
        padding: 20px 0px;
    }
    /* .glry-img-col-wrap {
        padding: 15px 15px;
    } */
    /* <!-- gallery end  --> */
    /* <!-- woocommerce start --> */
    ul.products li {
        width: calc(100% - 30px) !important;
    }
    .product input[readonly] {
        width: 100%;
    }
    .checkout_billing .woocommerce-billing-fields__field-wrapper p {
        width: 100%;
    }
    /* <!-- woocommerce end --> */
    .contact-box .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
        padding: 0px;
    }
}

@media screen and (max-width: 419px) {
    .wdm-custom-fields br {
        display: block;
    }
}
span.back_url{
	text-align: center;
    width: 100%;
    float: left;
	margin-top: 60px;
}
@media (min-width: 1200px) {
.hdr-btm-wrap .container {max-width: 1200px !important;}
}

/* === Bootstrap Modal minimal required CSS === */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1055;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal.fade {
  transition: opacity .15s linear;
}

.modal.show {
  display: block;
  opacity: 1;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  border-radius: 8px;
  max-width: 600px;
  margin: auto;
  padding: 20px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background-color: rgba(0,0,0,.5);
}
.modal-content .modal-header .close {
  position: absolute;
  right: 20px;
  top: 0;
  border: 0;
  font-size: 40px;
  padding: 0;
  line-height: normal;
  color: var( --e-global-color-accent );
}
.modal-content .modal-header .close:hover {
  background: none;
  color: var( --e-global-color-primary );
}
.modal-body form select {
	background: #fff;
}