/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.sticky-slider {
    position: fixed;
    bottom: 1rem;
    border: none;
    border-radius: 30px;
    background-color: #dd3333;
    color: #ffffff;
    z-index: 10000;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.4);
    padding: 1rem 2rem;
    margin: 1rem 0;
    right: 1rem;
    font-size: 1rem;
	font-weight: 600

}

a:visited {
  color: inherit;
}
