
/*    Css  */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


*
{
padding:0;
margin:0;
box-sizing:border-box;
}
img
{
width:auto;
max-width: 100%;
display: block;
}

body
{
font-family: 'Open Sans', sans-serif;
font-size:20px;
}


a{
	text-decoration: none;
	color: #82c037;
}
a:hover{
		color: #000;
}

.light-bg{
	background: #fffeefdb;
}

.wrapper{
	max-width:1410px;
	margin:0 auto;
	padding:0 50px;
}

.shopify{	
width: 100%;
max-width: 1200px;
height: auto;
margin: 0 auto;
padding: 50px;
text-align: center;
}

.shopify-full{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background: #fffeefdb;
}
.shopi-logos{
display: flex;
margin-top: 50px;
width: 100%;
justify-content: space-between;
align-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.shopi-logo{
width: 45%;
}
.two-way{
	width:8%;
}
.shopi-logo img {
border-radius: 30px 0px;
    border: solid #a7c1377d 2px;
}

/*Listing page*/
.listing{
padding: 50px 0;
}

.listing h2{
	font-size:30px;
	padding-bottom:20px;
}
.lst-btn {
	    display: flex;
    align-items: center;
    justify-content: space-between;
}
.import a {
	color: #82c037;
    padding: 5px 20px;
    border-radius: 5px;
    border: solid #82c037 1px;
}
.import a:hover {
	color: #fff;
	background: #82c037
}

table {
  border-collapse: collapse;
  width:100%;
}

.product_table th, .product_table td{
	border:solid 1px #e0d8d8;
	padding:10px 10px;
	font-size: 18px;
}
.product_table th{
	padding:10px 10px;
	background:#e0d8d89e;
	 	font-weight: 500;
}
.product_table td img{
	max-width:80px;
	margin:0 auto;
}
.product_table .push_shopify {
    font-size: 17px;
    background: #82c037;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    border: solid 1px #82c037;
    display: inline-block;
    text-align: center;
}
.product_table .push_shopify:hover{
	color: #82c037;
	background: transparent;;
}

.loading-overlay {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-overlay img{
	width:100px;
}

.producturl{
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}
.producturl a.one {
background: #82c037;
    padding: 10px 30px;
    color: #fff;
    margin: 0 10px;
    border-radius: 20px;
    font-size: 18px;
    border:solid 1px #82c037;
}
.producturl a.one:hover {
background:#fff;
color: #82c037;
}



@media(max-width:768px){
	.producturl a.one {
    font-size: 15px;
}
}


@media(max-width:560px){
	.producturl a.one {
    font-size: 15px;
    margin-top:8px;
}
.shopi-logos{
	display: block;
	    margin-top: 30px;
}
.shopi-logo {
    width: 100%;
    margin: 0 auto;
    max-width: 250px;
    margin-bottom: 10px;

}

.two-way {
    width: 100%;
    max-width: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.shopify{
	padding:30px 15px;
}
}