/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* GPU Layer Promotion Class */
.gpu-layer {
    transform: translateZ(0);         /* Promote to GPU layer without moving */
    will-change: transform, opacity;  /* Hint browser about potential animations */
    backface-visibility: hidden;      /* Optional, reduces rendering artifacts */
}


#commentform .form-submit #submit {
  background-color: #1c61e7;
}
#commentform .form-submit #submit:hover {
  background-color: #0056b3;
}



