.mb150 {
	margin-bottom: 150px;
}
.section.magazine-intro-section {
	/* padding-top: 0; */
}
.product-detail-main-details a {
	text-decoration:underline;
}
#ebeans_logo {
	display:none;
}
.ad-section {
	z-index:10;
}
.product-image-2 {
	display: block;
}
.product-detail-photo {
	padding: 10px 0;
	display:block;
	
}
.youtube-video {
	width: 100%;
	aspect-ratio: 16 / 9;
}
iframe {
	margin-bottom: 30px;
}
.sw-photo-container {
   position: relative;
}
.sw-photo-text-container {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.sw-photo-container:hover img {
  opacity: 0.3;
}
.sw-photo-container:hover .sw-photo-text-container {
  opacity: 1;
}
.sw-photo-edit-text {
  background-color: #333333;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.navbar {
	z-index:999;
}
/* 
figcaption {
	color: black;
}
 */
.article-progress-section {
	top: 165px;
}
.section.article-title {
	padding-top:50px;
	padding-bottom:50px;
}
.article-text a.ad-link, .inline-banner-ad.article-text a {
        opacity: 100%;
        padding: 30px 0;
}
.article-text a, .article-content-sw a {
	opacity: 60%;
	color: #0c0c0c;
	text-underline-offset: 3px;
	text-decoration: underline;
}
.w-pagination-next-hide {
	border: 0;
	background-color: transparent;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.button {
	margin: 10px;
}
.button.disabled {
	opacity: 50%;
}
#main_page_text_hide {
	width: 100%;
	max-width: 600px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
img.size-full, img.size-large {
	margin: auto;
	display:block;
	/* width: 100%; */
	padding: 5px 0;
}
.block-acct__btn,.form__btn,.btn-order {
	background-color: #000;
}
.btn-order {
	background-image: linear-gradient(180deg, #000, #000);
}

.form__btn.is--secondary, .block-acct__btn.is--secondary {
	border: 1px solid #000;
	color: #000;
}

.edit-item__lnk, .edit-item__add-btn, .checkbox-field-2 {
	color: #000;
}

div.caption {
	margin-top: 5px;
	/* opacity: 0.5; */
	color: #a1a1a1;
	font-family: Inconsolata, monospace;
	font-size: 16px;
	text-align: center;
}
div.caption img {
	opactiy: 1.0;
}
.article-body-container {
	/* margin-top: 0; */
}

/* 
.image-16 {
	margin-top: 10px;
}
 */

.article-title-author {
	margin-top: 0;
}
figcaption {
	max-width: 800px;
}
@media screen and (max-width: 991px) {
	.article-slider {
		height: 100vw;
	}
}
@media screen and (max-width: 479px) {
	#hero-image {
		/* display:none; */
	}
	.mb150 {
		margin-bottom: 10px;
	}
}	
