.woocommerce .single-product section.related.products{
    clear:both;
}

body .single-product .cart .button.choose_engraving_button {
	display: block !important;
}

.hidden{
    display:none;
}
 .engraveposition2, .engraveposition3 {
	position: absolute;
	top: 30px;
	width: 100px;
	left: 98px;
}

.engraveposition2 {
	top: 55px;
	left: 160px;
}
.engraveposition3 {
	left: 360px;
	top: 32px;
}


#engraving_image_field{
    display:none;
}

#customer_email_field .optional {
	display: none;
}

.woocommerce-MyAccount-navigation .is-active a {
	color: #c61719;
}

#canvas {
	position: relative;
}
/* .engraveposition1 {
	top: 39px;
	left: 174px;
	width: 229px;
	height: 44px;
	overflow: hidden;
} */
.engraveposition2 {
	top: 34px;
    left: 442px;
    width: 229px;
    height: 85px;
    overflow: hidden;
}
.engraveposition3 {
	left: 120px;
    top: 40px;
    height: 50px;
    width: 176px;
    overflow: hidden;
}
.engraveposition1.edit,.engraveposition2.edit,.engraveposition3.edit {
	opacity:0.5;
	overflow: visible;
}
/* Dec-8 2023 */

.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* div#engravingpopup div#convaspreview {
    display: none;
} */
/* .canvas_section_main div#convaspreview{
	height: 0px;
	opacity: 0;
} */
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}
/* Dec 08 2023 */
.engraveposition1.edit .ui-wrapper::after,.engraveposition2.edit .ui-wrapper::after,.engraveposition3.edit .ui-wrapper::after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "\f0b2";
	right: 20px;
	bottom: 20px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	line-height: 1;
	font-size: 35px;
	color: #000;
	line-height: 1;
}
.engraveposition1.edit img,.engraveposition2.edit img,.engraveposition3.edit img {
	border: none !important;
}

.convaspreview .engraveposition-preview1 {
	position: absolute;
    /* top: 20px; */
    top: 50px;
    left: 460px;
    width: 229px;
    height: 85px;
    overflow: hidden;
}
.convaspreview .engraveposition-preview2 {
    position: absolute;
    left: 165px;
    top: 42px;
    height: 50px;
    width: 176px;
    overflow: hidden;
}


#canvas {
	position: relative;
	margin: 120px 0;
}

.page-id-16 .one_page_checkout_page .woocommerce-info {
	display: none;
}
.page-id-16 .opc_arbitrary.opc_arbitrary_product_btn.button {
	display: none;
}
.page-id-16 .opc_add_fee_wrap {
	display: none;
	
}

.page-id-16 .entry-content .woocommerce-billing-fields h3,.page-id-16 .entry-content .woocommerce-shipping-fields h3 {
	border-bottom: none !important;
}
.page-id-16 .checkout.woocommerce-checkout {
	margin-top: 30px;
	padding-top: 40px;
	border-top: 2px solid;
	border-color: #c61719;
}
#one_page_searchable_form, #one_page_searchable_customer_search {
	background-color: #fff !important;
	border: none !important;

}

/* home product section */
.ff-home-featured {
  padding: 60px 20px;
}

.ff-featured-product {
  display: flex;
  gap: 30px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  background: #f8f8f8;
  border-radius: 14px;
  padding: 30px;
}

.ff-featured-product img {
  max-width: 350px;
  width: 100%;
  border-radius: 12px;
}

.ff-content h2 {
  margin-bottom: 12px;
  font-size: 28px;
}

.ff-content p {
  margin-bottom: 15px;
}

.ff-price {
  font-size: 20px;
  margin-bottom: 15px;
}

.ff-price del {
  color: #999;
  margin-right: 10px;
}

.ff-content .button {
  background: #000;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
}

/* 03/02/2026 */
.ff-hero-product{
  padding-top:40px;
	padding-bottom:40px;
}
.ff-hero-product .ff-left .ff-eyebrow{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: 2px;
}
.ff-hero-product .ff-left h1{
	margin-top:15px;
	font-size:27px;
	font-weight:700;
}
.ff-hero-product .ff-left h4{
	font-size:15px;
	font-weight:500;
    margin-bottom: 20px;
	font-style:italic;
}
.ff-hero-product .ff-left p{
	font-size:15px;
	font-weight:500;
}
.ff-hero-product .ff-hero-image img{
	max-width:94%;
	height:auto;
}

.ff-hero-product .ff-right{
	text-align:center;
}
.ff-hero-product .ff-right .ff-product-title{
	font-size:13px;
	font-weight:700;
	text-decoration:none;
	margin-bottom:10px;
}
.ff-hero-product .ff-right .ff-product-card{
	width:360px;
	margin:auto;
	position:relative;
}
.ff-sale-tag{
	position:absolute;
	top:5px;
	right:5px;
	background: #fff;
    border: 1px solid #43454b;
    border-radius: 4px;
    box-sizing: border-box;
    color: #43454b;
	padding: .25em .75em;
	font-size:14px;
	font-weight:700;
}
.ff-hero-product .ff-right .ff-product-card>a{
	display:inline-block;
	width:360px;
	height:360px;
	border:1px solid #d5d5d5;
	border-radius:8px;

}
.ff-hero-product .ff-right .ff-product-card>a img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:8px;
}
.ff-hero-product .ff-right .ff-product-card h2{
	font-size:20px;
	font-weight:600;
	text-decoration:underline;
	margin-bottom:14px;
	margin-top:10px;
	padding-left:50px;
	padding-right:50px;
}
.ff-hero-product .ff-right .ff-prices{
	font-size:13px;
	margin-top:14px;
	margin-bottom:14px;
	font-weight:600;
}
.ff-hero-product .ff-right .add_to_cart_inline a{
	background:#e98815 !important;
	border-radius:3px !important;
	font-size:14px !important;
	font-weight:600 !important;
    padding:17px 22px !important;	
	color:#fff !important;
	text-transform:uppercase !important; 
}
.ff-hero-product .ff-right .add_to_cart_inline{
	border:none !important;
	padding:0 !important;
}

.ff-hero-product .ff-container{
  display: flex;
	align-items:center;
	gap:10px;
  width: 100%;
}
.ff-hero-product .ff-container .ff-left{
	flex: 1;            
}
.ff-hero-product .ff-container .ff-right{
	  flex: 0 0 40%;  
}
.ff-hero-product .ff-container .ff-right{
	display:flex;
	flex-direction:column;
}
@media (max-width: 768px) {
 .ff-hero-product .ff-container {
    flex-direction: column;
  }

  .ff-right,
  .ff-left {
    flex: 1 0 auto;
    width: 100%;
  }

	.ff-container{
		gap:20px;
	}
	.ff-hero-product .ff-right .ff-product-card{
	width:100%;
}
	.ff-hero-product .ff-right .ff-product-card>a{
		width:100%;
		height:auto;
	}
}
