.table-responsive {
  overflow-x: auto;
  margin-bottom: 20px;
  padding:  10px 0;
}

.alertm {
	display:none;
	padding: 20px;
    background-color: #fff;
    color: #000000;
    border: 1px solid #808180;
    padding: 0.5rem;
    border-radius: 3px;
    /* height: 4.2rem; */
    /* width: 12rem; */
    transform: translateZ(0);
    -webkit-animation: move 0.4s ease 3;
    animation: move 0.4s ease 3;
    position: relative;
    top: 10px;
    left: 0;
    z-index: 55;
    font-size: 13px;
    box-shadow: 2px 2px 2px rgb(22 50 93 / 30%);
}
.alertm:before {
   content: "";
    position: absolute;
    top: -16px;
    left: 16px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #808180;
    display: block;
    width: 0;
    z-index: 1;
    transform: rotate(90deg);
}
.alertm:after {
        content: "";
    position: absolute;
    top: -16px;
    left: 15px;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #ffffff;
    display: block;
    width: 0;
    z-index: 1;
    offset-rotate: reverse;
    transform: rotate(90deg);
}
.alertm .closebtn {
  margin-left: 15px;
  color: #808180;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.alertm .closebtn:hover {
  color: black;
}
.alertmsgblock{
	 position: relative;
}
.alertmsgblock .alertm {
	 position: absolute;
}
.avalible_text.notavalible{
	color:#7c9199;
}

.single_product--new .btn.btn_outline.noactive:hover {
   border: 2px solid #c7c7c7 !important;
    background: #c7c7c7 !important;
    color: #ffffff !important;
	cursor: auto !important;
}
/*
.form label.radio:after{
    box-shadow: 0 0 0 2px #7f3b81;
}*/

.header-icon{
	width: 25px;padding: 5px;background-color: #643f7e;fill: #fff;margin-left:5px;
}
.header-icon:hover{
	background: #ee3f6b;
}

h1.smalh1{
color: #4f555a;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2;
    font-family: Open Sans,sans-serif;
}

.bigh1{
font-weight: 400;
    margin: 0.67em 0;
    font-family: SynergaPro;
    font-size: 2.25em;
    color: #643f7e;

}