/** Shopify CDN: Minification failed

Line 123:8 Expected ":"

**/
.card--card .quick-add {
  display:none;
}

.customPopup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9999;
}
.customPopupHolder{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 800px; 
	border-radius: 10px;
	background: #e32402;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.customPopupHolder h2{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin: 0 0 20px;
}
.customPopupCross{
	position: absolute;
	right: -28px;
	top: -28px;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 50%;
	font-size:25px;
	transition: .5s;
	text-decoration: none;
}
.customPopupCross:hover{
	text-decoration: none;
	background: #e32402;
	border: 3px solid #e32402;
	color: #fff;
}
.ppupLogo{
	display: block; 
    padding: 30px;
    background: #fff;
}
.ppupLogo img{
	width: 300px;
    margin: 0 auto;
}
.popcontent{
	padding: 30px;
	    overflow: auto;
    max-height: 60vh;
}
.copyright__content {
    font-size: 1.5rem !important;
}
@media (max-width: 800px){
	.customPopupHolder{
		    width: calc(100% - 70px);
		    margin-top: 20px;
	}
	.ppupLogo img{
		width: 200px;
	}
	.ppupLogo{
		padding: 20px;
	}
	.popcontent{
		padding: 20px;
	}
	.customPopupCross{
		right: -32px;
    	top: -30px;
	}
}

@media (max-width: 576px){
	.customPopupHolder h2{
		font-size: 25px;
		line-height: 35px;
	}
	.customPopupHolder{
		font-size: 16px;
		line-height: 25px;
	}
	.customPopupCross{
		width: 30px;
		height: 30px;
		border-width: 2px;
		right: -25px;
        top: -24px;
        font-size: 20px;
	}
	.ppupLogo {
        padding: 10px;
    }
	.customPopupHolder h2 {
        font-size: 18px;
        line-height: 24px;
    }
   	.ppupLogo img {
        width: 130px;
    }
}

.ccl-social-links {
    display: flex;
    list-style: none;
    margin: 0;
    margin-top:10px;
    padding: 0 !important;
    align-items: center;
    flex-wrap: wrap;
}
  .ccl-social-links li {
    width: 5%;
    padding: 0 5px;
}

#ultimateTrustBadgeswidgetDiv {
  display:none;
}
/* single product */
.product__description .product-single__description, .social-sharing, .product__description div, .product__description *{
  background-color: transparent !important;
}
.product__description p, .product__description span{
  text-indent: 0 !important;
  background: none !important;
}
.product__description table{
  width: 100% !important;
  background: none !important;
  border-collapse: collapse;
}
.product__description table td:first-child{
  width: 84px !important;
}
.product__description table td:nth-child(n+2) {
  width: auto !important;
}
.product__description table tr td, .product__description table tr th {
  border: 1px solid #aeaeae !important;
}
/* single product */

@media screen and (max-width: 750px) {
    .ccl-social-links li {
    width: 10%;
    padding: 0 5px;
 }
}