/*
Theme Name: wurx
Theme URI: http://example.com/my-theme
Author: Your Name
Author URI: http://example.com
Description: A custom theme using Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-theme
*/

:root {
  color-scheme: only light;
}



/* Start Global Style*/

body.lang-en {
  font-family: 'Arial', sans-serif;
}
body.lang-en h1 {
    font-family: 'Arial Black', Gadget, sans-serif;
    font-weight : black ;
}
.lang-name {
    font-family: 'Cairo', sans-serif !important; 
}

body.lang-ar {
  font-family: 'Cairo', sans-serif;
}

.bg-dark {
    background : #000E2C;
}
.text-dark {
    color : #000E2C;
}

.text-secondary {
    color : #BE9260;
}

.main-btn {
      background: linear-gradient(
    to right,
    #D7A973 0%,
    #BE9260 25%,
    #A1774A 50%,
    #976D42 100%
  );
}

.main-btn:hover {
      background: linear-gradient(
    to left,
    #D7A973 0%,
    #BE9260 25%,
    #A1774A 50%,
    #976D42 100%
  );
}

.entry-header {
    display: none;
}

.page-content {
    background: #eeeeee80;
}
/*My account */

.woocommerce-account .page-content {
    padding : 65px 0;
    min-height : 50vh;
}

.woocommerce-account .page-content .woocommerce {
    max-width : 1350px;
    padding : 0 80px;
    margin : auto;
}

.woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-navigation , .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content {
    background : white;
    border-radius : 12px; 
    padding : 24px;
    box-shadow : 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

@media (max-width : 769px) {
    .woocommerce-account .page-content .woocommerce .woocommerce-MyAccount-content , .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        margin-top : 20px;
    }
    
    
}

.woocommerce-account .addresses .title .edit , .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button  {
          background: linear-gradient(
    to right,
    #D7A973 0%,
    #BE9260 25%,
    #A1774A 50%,
    #976D42 100%
  );
  border-radius : 12px;
  color : white;
  padding : 6px 15px;
}


/*End Global Style*/






