/*
Theme Name: vwalt
Theme URI: http://vwalt.com
Author: OMiD
Author URI: http://wohil.com
Description: Vwalt Theme.
Version: 2.4
*/

body,.container { 
    text-decoration: none;
    min-height:100vh;
    display:flex;
}
        
body {
    flex-direction:column;
    background-color:#fff;
    min-width:320px;
    width:100%;
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-feature-settings: "ss01";
}
    
* {
    font-family:Vazir,sans-serif;
    text-decoration: none;
}
    
a {
    text-decoration: none;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
a,
.category-button,
.wp-block-button__link {
    cursor: pointer;
}
    
img {
    user-drag:none;
    user-select:none;
    -webkit-user-drag:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    pointer-events:none
}
    
.container {
    max-width:100rem;
    margin:auto;
    flex-direction:column;
}

#content.site-content {
    overflow: hidden;
    position: relative;
}

img, video {
    max-width: 100%;
    height: auto;
}


/* Wo erro */
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce-notices-wrapper {
    margin: 0;
}

.woocommerce-error {
    background-color: #ffffff;
    border-left: 4px solid #ff4c4c;
    border-top-color: #ff4b4c;
    border-radius: 8px;
    color: #d81e1e;
    list-style: none;
}

.woocommerce-error::before {
    content: "\e016";
    color: #ff4b4c;
}

.woocommerce-error li {
    padding: 5px 0;
}

.woocommerce-error strong {
    font-weight: bold;
    color: #d9534f;
}

/* Wo Info error */
.woocommerce-info {
    background-color: #ffffff;
    border-left: 4px solid #0066ff;
    border-top-color: #0066ff;
    margin: 20px 0;
    border-radius: 8px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.woocommerce-info::before {
    color: #0066ff;
}

.woocommerce-info a.button.wc-forward {
    background-color: #0066ff;
    color: white;
    padding: 7px 15px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 10px 10px 0 10px;
}

.woocommerce-info a.button.wc-forward:hover {
    background-color: #0056d4;
    transform: translateY(-2px);
}


/* Wo success error */
.woocommerce-notices-wrapper {
    margin: 0;
}

.woocommerce-message {
    background-color: #fff;
    border-left: 4px solid #4CAF50;
    border-top-color: #4CAF50;
    border-radius: 8px;
    color: #2d7a2d;
    list-style: none;
}

.woocommerce-message::before {
    color: #4CAF50;
}

.woocommerce-message li {
    padding: 5px 0;
}

.woocommerce-message strong {
    font-weight: bold;
    color: #2d7a2d;
}


@media (max-width: 1024px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }

  *:hover {
    transition: none !important;
  }

  a:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: none !important;
    color: none !important;
    border-color: none !important;
    text-decoration: none !important;
  }

  a, button, input[type="button"], input[type="submit"] {
    pointer-events: auto !important;
  }
}
