.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;

}
