html {
overflow-x: hidden !important;
overflow-y: scroll !important;
}
body {
width: 100vw !important;
height: 100vh !important; }     #lang_sel_list.lang_sel_list_vertical a,
#lang_sel_list.lang_sel_list_vertical a:visited {
border: 0px !important;
}
#lang_sel_list.lang_sel_list_vertical ul {
border-top: 0px !important;
padding-top: 19px !important;
}
.custompulse {
animation: custompulse 1s ease-in-out infinite;
}  .elementor-element-6255359,
.elementor-element-83f7738,
.elementor-element-7b8b5d7,
.elementor-element-9932b22 {
transition-timing-function: ease-in-out;
transition-duration: 1s;
}
@keyframes custompulse {
0% {
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}
50% {
-webkit-box-shadow: 0px 0px 28px 10px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 28px 10px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 28px 10px rgba(0, 0, 0, 0.4);
}
100% {
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}
}
.disabled .elementor-icon {
color: #777777 !important
}
.disabled a {
background-color: #777777 !important;
}
#salesTab,
#productSupportTab {
transform: scale(1);
transition: .5s;
}
#salesTab.disabled,
#productSupportTab.disabled {
cursor: pointer !important;
transform: scale(0.9);
}
#salesTab.enabled,
#productSupportTab.enabled {
cursor: pointer !important;
transform: scale(1);
}
.hidden {
display: none !important
}
button.disabled, input[type="submit"].disabled {
opacity: 0.4;
pointer-events: none;
cursor: not-allowed;
}
form input, form label, form textarea{
width: 100%;
}
form input[type="checkbox"]{
width: auto;
}
.wpcf7-list-item{
margin: 0 !important;
}
.wpcf7-form p{
font-size:12px;
}
#raven-field-group-b7542dd, #raven-field-group-b8b77a8{
font-size: 12px;
}