/*
Theme Name: 
Theme URI: http://cgsindia.com
Author: 
Author URI: http://
Description: The 2023 theme for web takes us back to , featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: brass

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('assets/css/animate.css');
@import url('assets/css/bootstrap.min.css');
@import url('assets/css/elegant-icons.css');
@import url('assets/css/flaticon-set.css');
@import url('assets/css/flaticon.html');
@import url('assets/css/font-awesome.min.css');
@import url('assets/css/helper.css');
@import url('assets/css/magnific-popup.css');
@import url('assets/css/themify-icons.css');
@import url('assets/css/swiper-bundle.min.css');
@import url('assets/css/unit-test.css');
@import url('assets/css/validnavs.css');
@import url('assets/css/style.css');
@import url('');

.product-main{
	border: 1px solid #F7F7F7;
	padding: 15px 20px;
	box-shadow: 3px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: inherit;
    overflow: hidden;    
}
p{text-align:justify;}
ul.list-1 {
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 25px 0;
}
ul.list-1 li {
    display: block;
    font-weight: 500;
    /*line-height: 2;*/
    position: relative;
    z-index: 1;
    padding-left: 30px;
}
ul.list-1 li::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    transform: translateY(-50%);
    font-weight: 600;
    color: var(--color-secondary);
}
@media screen and (min-width: 768px) {
  .carousel .carousel-inner .carousel-item img{
    display: block;
    margin: 0 auto;width:80%;
	}}
@media screen and (min-width: 1068px) {
  .carousel .carousel-inner .carousel-item img{
    display: block;
    margin: 0 auto;width:80%;
	}}