ul{margin: 0px;padding: 0px;list-style: none !important;}
img{object-fit: cover;}
:focus, a:focus, input:focus, .btn.focus, .btn:focus, button:focus{outline: 0 !important;outline-offset: 0 !important;box-shadow: none !important;}
a, a:hover{text-decoration: none !important;}
section{float: left;width: 100%;}
body{font-family: 'Arial' !important;}
.title {float: left;width: 100%;}
.title h3 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 43px;
    margin-bottom: 0px;
    /* text-transform: capitalize; */
    font-weight: 600;
    font-family: Georgia;
}
p {
    float: left;
    width: 100%;
    color: #72747f;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}
/*start-header*/
li.active.has-sub ul.sub-menu a {color: #91c82a !important;border-bottom: 0px !important;}
header#header {
    float: left;
    width: 100%;
    padding-top: 15px;
}
.header-bottom {
    padding-top: 10px;
    float: left;
    width: 100%;
}
.deskmenu {
    z-index: 9;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}
.header-middale {
    display: flex;
    align-items: center;
    justify-content: end;
}
.main_logo img {
    width: 252px;
}
.header-middale span {
    color: #242424;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    margin-right: 13px;
}
.header-bottom-detils .row{align-items: center;}
.header-middale a {
    background: #fff;
    /* height: 35px; */
    /* width: 35px; */
    float: left;
    margin-left: 12px;
    /* border-radius: 20px; */
    color: #fff;
}
.currnecy ul {
    border-bottom: 0;
    width: unset;
    justify-content: start !important;
}
.wpml-ls-legacy-dropdown a {
    color: #000;
    background: #fff !important;
    padding: 12px 20px !important;
     border: 1px solid gray !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0 !important;
}
ul.wpml-ls-sub-menu {
    display: block;
    text-align: center;
    width: unset;
}
.currnecy img.wpml-ls-flag {
    width: 44px;
    height: 28px;
}
ul.wpml-ls-sub-menu {
    display: block !important;
    float: left;
    
}
.wpml-ls-legacy-dropdown {
    width: unset !important;
    float: left;
}
.currency-title {
    display: flex;
    align-items: center;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    border-width: 0 1px 1px;
    float: left;
    width: 100%;
    display: flex;
}
.currnecy {
    display: flex;align-items: center;
}
.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #444;
    border: 1px solid gray !important;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1;
    margin-left: 0px !important;
}
.currnecy ul{
    display: flex;align-items: center;
} 
.header-bottom-detils {
    float: left;
    width: 100%;
    border-bottom: 7px solid #4758a3;
    padding-bottom: 20px;
}
.welcom-box {
    float: left;
    width: 100%;
    background: #4758a3;
    padding: 20px;
}
ul.welco-edit {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* border-bottom: 2px solid #fff; */
    /* padding-bottom: 10px; */
}
ul.welco-edit span {
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
}
ul.welco-edit a {
    color: #fff;
    /* text-decoration: underline !important; */
    font-size: 18px;
    border-bottom: 1px solid;
}
ul.trasmuting {
    float: left;
    width: 100%;
    margin-top: 19px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    border-top: 2px solid;
    padding-top: 15px;
}
ul.trasmuting span {
    font-weight: 600;
    font-size: 19px;
}
ul.trasmuting price {
    font-size: 19px;
}
ul.total {
    float: left;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 250px;
}
ul.total span {
    margin-left: 13px;
    /* font-weight: 600; */
    font-size: 19px;
}
   .shipping-options {
    /* width: 300px; */
    /* padding: 20px; */
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 16px;
}

    .option {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
    }

    .option input[type="checkbox"] {
      appearance: none;
      width: 16px;
      height: 16px;
      border: 2px solid #ccc;
      border-radius: 50%;
      margin-right: 10px;
      position: relative;
      top: 1px;
      background-color: white;
    }

   .option input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    background-color: black;
    border-radius: 50%;
}

    .label-text {
      flex-grow: 1;
    }

    .price {
      font-weight: bold;
      color: white;
    }
    ul.total.deleivr-ope {
    margin-top: 37px;
}
.payemnt {
    float: left;
    width: 100%;
    margin-top: 500px;
}
.payemnt img{
    float: left;
    width: 100%;
}
.checkout-btn {
    float: left;
    width: 100%;
    margin-top: 19px;
}
.checkout-btn a {
    background: linear-gradient(to bottom, #f9d835, #f0b800);
    color: #1e2c7d;
    font-weight: bold;
    /* font-family: Arial, sans-serif; */
    font-size: 18px;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
    text-transform: capitalize;
    width: 100%;
    float: left;
    text-align: center;
}
.main-img {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.main-img img{
    float: left;
    width: 100%;
}
.product-box {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.product-box img {
    float: left;
    width: 100%;
}
a.product-tittle {
    float: left;
    width: 100%;
    color: #72747f;
    FONT-WEIGHT: 600;
    font-size: 20px;
    margin-top: 10px;
    height: 84px;
}
.product-box price {
    color: #656770;
    font-weight: bold;
    font-size: 26px;
    margin-top: 10px;
    float: left;
    width: 100%;
}
.cart-btn {
    float: left;
    width: 100%;
    margin-top: 16px;
}
.cart-btn a {
    background: linear-gradient(to bottom, #f9d835, #f0b800);
    color: #1e2c7d;
    font-weight: bold;
    /* font-family: Arial, sans-serif; */
    font-size: 19px;
    padding: 14px 36px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
    transition: transform 0.2s ease;
    text-transform: capitalize;
}
.footer-box {
    float: left;
    width: 100%;
    border-top: 7px solid #4758a3;
    padding-top: 50px;
}
.footer-information {
    float: left;
    width: 100%;
}
.footer-information h3 {
    float: left;
    width: 100%;
    color: #25326f;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
}
.footer-information span {
    float: left;
    width: 100%;
    color: #72747f;
    font-size: 20px;
    font-weight: 600;margin-bottom: 10px;

}
.footer-information a {
    float: left;
    width: 100%;
    color: #72747f;
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 500;
}
.copy {
    float: left;
    width: 100%;
    border-top: 3px solid #b4aeae;
    margin-top: 60px;
    padding-top: 20px;
    text-align: center;
}
.copy p {
    color: #917e7e;
    font-weight: 600;margin-bottom: 10px;
}
.Delivery-Policy {
    margin-top: 50px;
    margin-bottom: 181px;
}
.deliery-img {
    float: left;
    width: 100%;
}
.deliery-img img{
    float: left;
    width: 100%;
}
.delver-txt {
    float: left;
    width: 100%;
}
.delver-txt p,.collect-box p {
    margin-top: 10px;
    font-size: 19px;
}
.title h4 {
    float: left;
    width: 100%;
    color: #72747f;
    font-weight: 600;
    font-size: 30px;
}
.delver-txt ol {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.delver-txt ol span {
    float: left;
    width: 100%;
    color: #72747f;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: bold;
}
.collect-box {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.collect-box .title h3 {
    font-size: 21px;
}
.collect-box ul {
    float: left;
    width: 100%;
    padding-left: 40px;
}
.collect-box ul li {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.gform_confirmation_message {
    color: green;
    font-size: 20px;
}
.search-result-data, #inner-page {
    margin-top: 100px;
    margin-bottom: 100px;
}
.search-result-data h1.page-title, .search-result-data h2, .Not_found.text-center h2 {
    float: left;
    width: 100%;
    color: #000000 !important;
    font-size: 40px;
    margin-bottom: 0px;
    margin-bottom: 10px;
    font-weight: 500 !important;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.search-result-count.default-max-width, p.grey-text, .service-txt p {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 32px;
    word-spacing: normal;
    color: #000000;
}
section.search-result-data ul li a {
    color: #000000;
    font-size: 19px;
    margin-bottom: 0px;
    /* font-family: robotomedium; */
    margin-top: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0 0 8px 0 #999;
    padding: 20px;
    margin-top: 15px;
}
.defult_pages_content span.alignleft, .service-img {
    width: 45%;
    float: left;
    margin-right: 20px;
}
.defult_pages_content span.alignleft img, .service-img img {
    width: 100%;
}
.about_us_main p, .service-txt p {
    width: unset;
    float: unset;
    font-size: 20px;
    margin-bottom: 20px;
}
.page-not-link.grey-text a.btn {
    background: linear-gradient(to bottom, #f9d835, #f0b800);
    color: #1e2c7d;
    font-weight: bold;
    /* font-family: Arial, sans-serif; */
    font-size: 19px;
    padding: 14px 36px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
    transition: transform 0.2s ease;
    text-transform: capitalize;
    width: unset;
    float: left;
    margin-left: 20px;
}
.page-not-link.grey-text {
    color: #000000;
    display: flex;
    float: l;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.alert.alert-info {
    float: left;
    width: 100%;
}
.defult_pages_content {
    margin-top: 100px;margin-bottom: 100px;
}
p.woocommerce-result-count,form.woocommerce-ordering {
    display: none;
}
.shop-page {
    margin-top: 100px;
}
.shop-page h2.woocommerce-loop-product__title {
    float: left;
    width: 100%;
    /* text-align: center; */
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 600;
    font-size: 23px;
}
.shop-page span.woocommerce-Price-amount.amount {
    float: left;
    width: 100%;
    /* text-align: center; */
    color: #595555;
    margin-top: 8px;
    font-size: 20px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
     background: linear-gradient(to bottom, #f9d835, #f0b800);
    color: #1e2c7d;
    font-weight: bold;
    /* font-family: Arial, sans-serif; */
    font-size: 19px;
    padding: 14px 36px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
    transition: transform 0.2s ease;
    text-transform: capitalize;
}
nav.woocommerce-breadcrumb {
    display: none;
}

.single-products {
    margin-top: 100px;
}
h1.product_title.entry-title {
  float: left;
    width: 100%;
    color: #72747f;
    font-weight: 600;
    font-size: 30px;
}
span.woocommerce-Price-amount.amount {
    color: #656770;
    font-weight: bold;
    font-size: 26px;
    margin-top: 10px;
    float: left;
    width: 100%;
}
button.single_add_to_cart_button.button.alt {
    margin-top: 20px;
    background: linear-gradient(to bottom, #f9d835, #f0b800) !important;
    color: #1e2c7d !important;
    font-weight: bold;
    /* font-family: Arial, sans-serif; */
    font-size: 19px;
    padding: 14px 36px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
    transition: transform 0.2s ease;
    text-transform: capitalize;
}
.quantity {
    width: 100%;
    /* margin-bottom: 20px !important; */
}
.woocommerce .quantity .qty {
  
    margin-top: 10px;
}
.woocommerce div.product form.cart {
    margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
       background: #289de6 !important;
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff !important;
    color: #515151 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
   color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
     color: #515151 !important
}
.woocommerce-Tabs-panel h2 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 36px;
    margin-bottom: 0px;
    /* text-transform: capitalize; */
    font-weight: 600;
    margin-bottom: 10px;
}
div#tab-description p {
    font-size: 18px;
}
div#review_form_wrapper {
    box-shadow: 0 0 5px;
    padding: 25px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
div#review_form_wrapper label {
    color: gray;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    color: #918e8d !important;
}
textarea#comment {
    padding: 5px 12px;
}
div#review_form input#author {
    width: 100%;
    padding: 5px 12px;
}
div#review_form input#email {
    width: 100%;
    padding: 5px 12px;
}
p.form-submit input#submit {
          background: #289de6 !important;
    color: #fff !important;
}
.related.products {
    margin-top: 50px;
}
.related.products h2 {
    float: left;
    width: 100%;
    color: #25326f;
    font-size: 35px;
    margin-bottom: 20px;
    /* text-transform: capitalize; */
    font-weight: 600;
}
.related.products ul h2.woocommerce-loop-product__title {
    float: left;
    width: 100%;
    color: #72747f;
    FONT-WEIGHT: 600;
    font-size: 20px !important;
    margin-top: 10px;
    /* height: 84px; */
}
.woocommerce-account h2,.tinv-header h2 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 600;
}
form.woocommerce-form.woocommerce-form-login.login {
    float: left;
    width: 100%;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #4758a3 !important;
    color: #fff !important;
}
nav.woocommerce-MyAccount-navigation li.is-active {
    background: #4758a3;
}
nav.woocommerce-MyAccount-navigation li:not(:last-child) {
    margin-bottom: 15px;
}
nav.woocommerce-MyAccount-navigation li {
    box-shadow: 0 0 5px;
    padding: 10px;
}
nav.woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table span.woocommerce-Price-amount.amount {
    font-size: 15px;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .u-column1.col-1.woocommerce-Address {
    box-shadow: 0 0 5px;
    padding: 20px; margin-top: 20px;
}
.u-columns.woocommerce-Addresses.col2-set.addresses h2 {
    font-size: 30px;
}
.u-column2.col-2.woocommerce-Address {
    box-shadow: 0 0 5px;
    padding: 20px;
    margin-top: 20px;
}
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    background: #289de6 !important;
    color: #fff !important;
}
.woocommerce fieldset {
    float: left;
    width: 100%;
}
:root :where(.wp-element-button, .wp-block-button__link) {
    background-color: #4758a3 !important;
    color: #fff !important;
}
p.wc-block-components-totals-shipping-address-summary {
    font-size: 17px;
}
form.wc-block-components-shipping-calculator-address {
    float: left;
    width: 100%;
}
.wc-block-components-form .wc-block-components-checkout-step {
    /* margin: 0 0 0 !important; */
}
form.wc-block-components-form.wc-block-checkout__form {
    float: left;
    width: 100%;
}
.wc-block-components-address-form {
    float: left;
    width: 100%;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background: #289de6 !important;
    color: #fff !important;
}

div#gform_confirmation_message_1 {
    color: green;
}
.wc-block-components-checkout-step__container {
    padding-bottom: 10px;
}
.wc-block-components-checkbox.wc-block-checkout__use-address-for-billing {
    margin-top: 19px;
    float: left;
    width: 100%;
}
.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after, .is-small .wc-block-components-form .wc-block-components-checkout-step:after{display:none;}
.tinv-wishlist .product-action {
    width: 190px !important;
    text-align: center;
}
button.button.alt {
    background-color: #048de2 !important;
    color: #fff !important;
}
button.button {
    background-color: #048de2 !important;
    color: #fff !important;
}
table.tinvwl-table-manage-list {
    margin-top: 20px;
    float: left;
    width: 100%;
}
span.page-numbers.current {
    background: #289de6 !important;
    color: #fff !important;
}
.single_product {
    margin-top: 100px;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,.wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper,.wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper,button.wc-block-components-panel__button {
    font-size: 20px !important;
}
input#wc-block-components-totals-coupon__input-0 {
    height: 59px !important;
    font-size: 20px !important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-shipping-calculator-address__button.contained {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    color: #656770 !important;
}
form.wc-block-components-form.wc-block-checkout__form {
    font-size: 20px !important;
}
form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-first,form.woocommerce-form.woocommerce-form-login.login p.form-row.form-row-last {
    width: 100%;
}
p.woocommerce-customer-details--phone {
    /* margin-bottom: 20px; */
    margin-top: 20px;
}
.page-id-41 span.woocommerce-Price-amount.amount {
    color: #000;
    font-size: 21px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    font-size: 20px !important;
}
h2.woocommerce-order-details__title {
    float: left;
    width: 100%;
    color: #25326f;
    font-size: 29px;
    margin-bottom: 12px;
    /* text-transform: capitalize; */
    font-weight: 600;
}
section.woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 26px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: green;margin-bottom:20px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details,ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details span.woocommerce-Price-amount.amount {
    font-size: 20px !important;
    font-weight: 300 !important;
}
h1.woocommerce-products-header__title.page-title {
    float: left;
    width: 100%;
    color: #25326f;
    font-size: 29px;
    margin-bottom: 30px;
    /* text-transform: capitalize; */
    font-weight: 600;
}
.shop {
    margin-top: 100px;
}
.shop h2.woocommerce-loop-product__title {
    float: left;
    width: 100%;
    color: #72747f;
    FONT-WEIGHT: 600;
    font-size: 20px;
    margin-top: 10px;
    height: 84px;
}
div#custom-sidebar-checkout {
    float: left;
    width: 100%;
    background: #4758a3;
    padding: 20px;
    height: 100%;
}
.cart-product-list {
    float: left;
    width: 100%;
    margin-top: 19px;
    /* display: flex; */
    justify-content: space-between;
    color: #fff;
    border-top: 2px solid;
    padding-top: 25px;
}
.shipping-methods,.payment-methods {
    float: left;
    width: 100%;
    margin-top: 50px;
    /* display: flex; */
    justify-content: space-between;
    color: #fff;
    border-top: 2px solid;
    padding-top: 18px;
}
.total {
    float: left;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: end;
    margin-top:30px;
}
.total h4 {
    margin-left: 13px;
    /* font-weight: 600; */
    font-size: 19px;
}
.total span.woocommerce-Price-amount.amount {
    margin-left: 13px;
    /* font-weight: 600; */
    font-size: 19px;
    color: #fff !important;
    font-weight: 500;
    margin-top: -3px;
}
button#submit_order {
    background: linear-gradient(to bottom, #f9d835, #f0b800);
    color: #1e2c7d;
    font-weight: bold;
    /* font-family: Arial, sans-serif; */
    font-size: 18px;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
    text-transform: capitalize;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 250px;
}
.cart-product-list ul {
    float: left;
    width: 100%;
    margin-top: 19px;
    /* display: flex; */
    justify-content: space-between;
    color: #fff;
    /* border-top: 2px solid; */
    /* padding-top: 15px; */
}
.cart-product-list ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}
.cart-product-list ul li span.woocommerce-Price-amount.amount,div#shipping_options span.woocommerce-Price-amount.amount {
    font-size: 19px;
    color: #ffff;
    display: flex;
    justify-content: end;
    margin-top: 0;
    width: unset;
}
.shipping-form {
    float: left;
    width: 100%;
    margin-top: 19px;
    /* display: flex; */
    justify-content: space-between;
    color: #fff;
    border-top: 2px solid;
    padding-top: 25px;
}
button#save_address {
    background: linear-gradient(to bottom, #f9d835, #f0b800);
    color: #1e2c7d;
    font-weight: bold;
    /* font-family: Arial, sans-serif; */
    font-size: 18px;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
    text-transform: capitalize;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
select#shipping_country {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 13px !important;
    font-size: 20px;
    color: #000;
    background: #fff url("data:image/svg+xml;utf8,<svg fill='%23000' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
    background-size: 20px;
    border: 1px solid #ccc;
    border-radius: 0px;

    -webkit-appearance: none; /* Remove default styles in Safari */
    appearance: none;          /* Remove default styles in other browsers */
}



.shipping-form input#shipping_postcode, input#shipping_state {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 13px;
    font-size: 20px;
    color: #000;
}
div#shipping_options p {
    color: #fff;
}
div#custom-sidebar-checkout h4 {
    font-weight: 600;
    font-size: 19px;
}
footer {
    float: l;
    float: left;
    width: 100%;
    margin-top: 52px;
}
div#shipping_options label {
    float: left;
    width: 100%;
    display: flex;
    justify-content: start;
    font-size: 21px;
}
div#shipping_options {
    float: left;
    width: 100%;
}
div#shipping_options label{
    float: left;
    width: 100%;
}
.header-middale select.wmc-nav {
    background: #fff !important;
    font-size: 18px;
    padding: 14px 22px !important;
    border: 2px solid #000;
    color: #000;
    border-radius: 0px;
    border: 1px solid gray !important;margin-right:10px;
}
.social-icon {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.social-icon a {
    border: 1px solid #72747f;
    width: 50px;
    height: 50px;
    /* color: #fff; */
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 24px;
}
.defult_pages_content .title h3 {
    margin-bottom: 21px;
}
select.gt_selector.notranslate {
    margin-left: 10px;
    background: #fff !important;
    font-size: 18px;
    padding: 14px 22px !important;
    border: 2px solid #000;
    color: #000;
    border-radius: 0px;
}
section#tribe-events-pg-template {
    float: left;
    width: 100%;
    max-width: 100% !important;
}
h1.tribe-events-single-event-title {
    /* float: left; */
    /* width: 100%; */
    color: #000;
    font-size: 53px;
    margin-bottom: 0px;
    /* text-transform: capitalize; */
    font-weight: 600;
    font-family: Georgia;
}
.tribe-events-single-event-description.tribe-events-content {
    width: unset;
    float: unset;
    margin-bottom: 0;
    margin-top: 0px;
    color: hsl(353.33deg 4.66% 37.84%);
    font-family: Georgia;
    font-weight: 600;
}
.tribe-events-single-event-description.tribe-events-content p {
    font-size: 20px;
    margin-bottom: 0 !important;
}
.tribe-events-event-image {
    margin-bottom: 14px !important;
}
.cont-btn.shop-btn a {
    box-shadow: 0 5px #4e63afba;
    background-color: #4e63af;
    color: #fff;
}
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    border: 3px solid #f4ba13 !important;
    color: #f4ba13 !important;
    font-size: 20px !important;
    background: #fff !important;
}
.wp-block-woocommerce-cart.alignwide,.wc-block-components-sidebar-layout.wc-block-checkout {
    float: left;
    width: 100%;
}
.content-area {
    margin-top: 30px;
}
.shipping-taxable a h2 {
    float: left;
    width: 100%;
    color: #72747f;
    FONT-WEIGHT: 600;
    font-size: 19px !important;
    margin-top: 10px;
    /* height: 84px; */
}
a.wc-block-components-product-name {
    /* float: left; */
    /* width: 100%; */
    color: #72747f;
    FONT-WEIGHT: 600;
    font-size: 19px !important;
    margin-top: 10px;
}
.wc-block-components-totals-shipping__collaterals {
    float: left;
    width: 100%;
}
button.wc-block-components-button.wp-element-button.wc-block-components-shipping-calculator-address__button.outlined {
    float: left;
    width: 100%;
}
.header-icon-cart a {
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 20px; */
    margin-right: 0;
    margin-left: 20px;
    background: #4758a3;
    height: 50px;
    width: 52px;
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    padding-top: 10px;
    padding-left: 13px;
}
.header-icon-cart span {
    margin-top: -25px;
    margin-left: -3px;    color: #fff;
}
.woo-multi-currency.wmc-right.style-1.wmc-collapse.wmc-bottom.wmc-sidebar {
    display: none !important;
}
.story {
    margin-top: 50px;
}
.stro-de {
    float: left;
    width: 100%;
    /* margin-top: 50px; */
   
    padding-bottom: 30px;
}
.storirs-img {
    float: right;
    width: 45%;
    margin-left: 35px;
    position: relative;
}
.storirs-img img {
    float: right;
    width: 100%;
    margin-top: 40px;
}
.stories-contet .title, .stories-contet .title h3 {
    float: unset;
    width: unset;
}
.stories-contet p {
    width: unset;
    float: unset;
    margin-bottom: 10px;
    margin-top: 10px;
    color: hsl(353.33deg 4.66% 37.84%);
    font-family: Georgia;
    font-weight: 600;
    font-size: 22px;
}
 .cart-container {
    position: relative;
    width: 50px;
    height: 50px;
    /* background: #c5c5c5; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

    
.cart-container i {
    font-size: 22px;
}
.cart-badge {
    position: absolute;
    top: -4px;
    right: -2px;
    background-color: #f4b911;
    color: white !important;
    width: 27px;
    height: 27px;
    font-size: 15px !important;
    font-weight: 400 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0 !important;
}
.cart-container a {
    color: #000;
    background: transparent;
    height: unset;
    width: unset;
    margin-right: 0;
    border-radius: 0;
}
.facilitie,section.session{
    margin-top: 50px;
}
.faciliti-box {
    float: left;
    width: 100%;
    /* display: flex; */
    margin-top: 70px;
}
.faciliti-box img {
    margin: 0 auto;
    /* width: 40%; */
    float: unset;
    display: flex;
}
.faciliti-box h6 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #191919;
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 19px;
    font-family: 'Arial' !important;
}
.faciliti-box p {
    text-align: center;
    margin-top: 18px;
}
.faciliti-cont {
    float: left;
    width: 100%;
}
.faciliti-cont h2 {
    font-family: Montserrat;
    font-weight: 700;
    color: #191919;
    font-size: 38px; float: left;
    width: 100%;    margin-bottom: 20px;
}
.faciliti-cont h4 {
    float: left;
    width: 100%;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 28px;
}
.faciliti-cont ul {
    float: left;
    width: 100%;
    list-style: disc !important;
    margin: 15px 0 15px 15px;
    padding-left: 20px;
    color: #595959;
    line-height: 1.5;
    font-size: 20px;
}
.btn,.btn1 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;margin-top:10px;
}
.btn a,.btn1 a,.session-btn a {
    background-color: #5bc0de;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 17px !important;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.btn a:hover,.btn1 a:hover,.session-btn a:hover{    transform: scale(1.1);}
.session-box {
    float: left;
    width: 80%;
    margin-top: 40px;
}
.session-box .title h3 {
    font-size: 35px;
}
table.session-table {
    float: left;
    width: 100%;
    border: 1px solid;
    border-color: gray;
    margin-top: 30px;
}
thead, tbody, tfoot, tr, td, th {
  border-color: gray;
    border-width: 1px;
    padding: 10px;
}
table.session-table th {
    text-align: center;
    font-size: 20px;
    /* font-weight: 400; */
    font-weight: 600;
    color: #000;
}
table.session-table td p {
    font-size: 17px;   text-align: center;
}
table.session-table td p a {
    color: #0d6efd;
}
.session-btn {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-content: center;
    margin-top: 30px;
}
thead, tbody, tfoot, tr, td, th {
    border-color: gray;
    border-width: 1px;
    padding: 10px !important;
}
.otgs-development-site-front-end {
    padding: 10px 20px !important;
     
}