/**
* Theme Name: Softek Child Theme
* Description: This is a child theme of Softek, automatically generated.
* Author: <a href="https://radiantthemes.com">RadiantThemes</a>
* Template: softek
* Version: 1.3.0
*/

@media (max-width: 786px){
body{
overflow-x:hidden!important;
}
}
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
    height: 3em;
    width: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: url('https://sigmabasis.com/wp-content/uploads/2022/01/Double-Ring-1s-200px.gif') center center;
    background-size: contain;
	background-repeat: no-repeat;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}