/*
body .wrap-full-grid {
	width: 1050px;
}
body p {
	font-size: 22px;
}
body h2 {
	font-size: 32px;
}
*/
.lwf .top-header .widget .wrap p,
.agf .top-header .widget .wrap p {
	font-size: inherit;
}
/*
.widget p {
	font-size: 22px;
}
.widget h2 {
	font-size: 32px;
}
*/


.js-loading-new {
    background-color: #fff;
    display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.js-loading-new.fixed {
    position: fixed;
}
    .js-loading-new .icon,
    .js-lazy-loader .icon {
        font-size: 36px;
        line-height: 1.3em;
    }
    
.js-help-box {
    background-color: #dddddd;
    box-shadow: 0 0 5px 0 #999;
	cursor: pointer;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	bottom: 50%;
	color:#fff;
    display: block;
    left: 0;
    position: fixed;
    line-height: 1em;
    vertical-align: middle;
    padding: 7px 15px;
    z-index: 5;
}
	.js-help-box p {
		margin-bottom: 0;
	}
	.js-help-box svg {
		color: #fff;
		vertical-align: top;
		width: 28px;
	}
	
select.custom {
	opacity: 0;
}
.select-box {
	width: 190px;
	max-width: 100%;
	position: relative;
	display: inline-block;
}
	.select-box select {
		opacity: 1;
		background-color: #fff;
		border-radius: 3px;
		border: 1px solid #ddd;
		width: 100%;
		height: 32px;
		padding: 0 30px 0 8px;
		color: #666;
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		line-height: 32px;
		text-transform: none;
		-webkit-appearance: none;
		appearance: none;
	}
	.select-box::before {
		content: '';
		font-family: inherit;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 6px 0 6px;
		border-color: #666 transparent transparent transparent;
		position: absolute;
		top: 13px;
		right: 10px;
		pointer-events: none;
	}
	

@media (max-width: 768px) {
	.js-help-box {
		bottom: 0;
	}
	.lwf .top-header h1,
	.lwf .top-header *,
	.agf .top-header h1,
	.agf .top-header * {
		text-align: center !important;
	}
	.lwf .top-header ul,
	.agf .top-header ul {
		margin-left: auto !important;
		margin-right: auto !important;
	}
		.lwf .top-header ul li,
		.agf .top-header ul li {
			text-align: left !important;
		}
}


.description-container .wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  margin: 20px 0;
  align-items: center;
}
  .description-container .wrap h3 {
    margin-top: 0;
  }
  .description-container .wrap img {
    border-radius: 25px;
  }
  .description-container .wrap li {
    margin-top: 10px;
  }
    .description-container .wrap li > span:first-child {
      font-size: 1.5em;
    }
@media (max-width: 768px) {
  .description-container .wrap {
    grid-template-columns: auto;
  }
}


.delivery-ready-info .dot {
  display: inline-flex;
  vertical-align: 1px
}

.delivery-ready-info .dot>span {
  background: #0c0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #000;
  margin: 10px;
  height: 10px;
  width: 10px;
  transform: scale(1);
  animation: 2s infinite pulse-green
}

.delivery-ready-info > strong {
  color: #0c0;
}