/*
Theme Name: Sam It Service Home
Theme URI: https://www.samsitservices.com/
Author: Samsitservices
Author URI: https://www.samsitservices.com/
Description: 
Version: 0.0.1
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: sam-it-service-home
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Sam It Service Home WordPress Theme has been created by samsitservices(samsitservices.com), 2026.
Sam It Service Home WordPress Theme is released under the terms of GNU GPL

/* Basic Style */



@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
.woocommerce span.onsale{
	display:none;
}
.contact-form{
	width:100% !important;
}
section#blog,.theme-blog-section{
	display:none;
}
/*--------- Site Loader --------------*/
.preloader {
  background: #774E67;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  align-items: center;
    justify-content: center;
}
.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border: 4px solid #FFF5FC;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s ease-in-out infinite;
}
.loader::after {
  border-color: #FFF5FC;
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.woocommerce .loader::before{
  background: unset !important;
}
.woocommerce .woocommerce-breadcrumb{
  display: none;
}
.yith-add-to-wishlist-button-block{
  display: none;
}
.woocommerce div.product div.images img {
    width: 100% !important;
    height: 100% !important;
}
.woocommerce div.product div.images {
    margin-bottom: 6em !important;
}
.woocommerce-product-gallery__wrapper {
    background: #F6F0FF;
    padding: 26px !important;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    display: none !important;
}
.woocommerce div.product div.summary {
    padding-top: 50px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
  display: none;
}