$fontInterlocking: 'Conv_Interlocking';
$fontOldEnglish: 'Conv_Old English';
$fontScript: 'Conv_Script';
$fontTimesNewRoman: 'TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif';
$fontTimesNewRoman: 'Conv_Times New Roman';

.font-interlocking {
  font-family: $fontInterlocking;
  color: #000 !important;
  font-size: 4vw !important;
  
}
.font-old-english {
  font-family: $fontOldEnglish;
  color: #000 !important;
  font-size: 4.1vw !important;
  
}
.font-script {
  font-family: $fontScript;
  color: #000 !important;
  font-size: 4vw !important;
  margin-left: -2%;
  
}
.font-times-new-roman {
  font-family: $fontTimesNewRoman;
  
}

@font-face {
  font-family: 'Conv_Interlocking';
  src: url(//www.trafalgarstore.com/cdn/shop/files/Interlocking.eot?v=2630671077555544451);
  src: local('abcde'), url(//www.trafalgarstore.com/cdn/shop/files/Interlocking.woff?v=18379614410510927660) format('woff'), url(//www.trafalgarstore.com/cdn/shop/files/Interlocking.ttf?v=17301955675601968817) format('truetype'), url(//www.trafalgarstore.com/cdn/shop/files/Interlocking.svg?v=8820012916233364273) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Old English';
  src: url(//www.trafalgarstore.com/cdn/shop/files/Old-English.eot?v=15518181198565269243);
  src: local('abcde'), url(//www.trafalgarstore.com/cdn/shop/files/Old-English.woff?v=5786740279623191519) format('woff'), url(//www.trafalgarstore.com/cdn/shop/files/Old-English.ttf?v=11662690931613494191) format('truetype'), url(//www.trafalgarstore.com/cdn/shop/files/Old-English.svg?v=14518983011261774289) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Script';
  src: url(//www.trafalgarstore.com/cdn/shop/files/Script.eot?v=7232054559364731997);
  src: local('abcde'), url(//www.trafalgarstore.com/cdn/shop/files/Script.woff?v=9357322481619799507) format('woff'), url(//www.trafalgarstore.com/cdn/shop/files/Script.ttf?v=5527243324162014129) format('truetype'), url(//www.trafalgarstore.com/cdn/shop/files/Script.svg?v=2610073829648029504) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Times New Roman';
  src: url(//www.trafalgarstore.com/cdn/shop/files/Times-New-Roman.eot?v=15910008695768919158);
  src: local('abcde'), url(//www.trafalgarstore.com/cdn/shop/files/Times-New-Roman.woff?v=18321657240711519299) format('woff'), url(//www.trafalgarstore.com/cdn/shop/files/Times-New-Roman.ttf?v=1708393156689061102) format('truetype'), url(//www.trafalgarstore.com/cdn/shop/files/Times-New-Roman.svg?v=4040845400830598380) format('svg');
  font-weight: normal;
  font-style: normal;
}

.product__monogram__display {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  display:flex;
  justify-content:center;
  align-items:center;
}
.product__monogram__display__inner {
	text-align:center; 
}
.product__monogram__display__content {
 	font-size: 2.2em; 
}
.product__monogram__toggle .btn-monogram-toggle {
    background-color: #dbd2c9;
    color: #323032;
    text-transform:uppercase;
  	display: inline-block;
    padding: 8px 10px;
    margin: 0;
    line-height: 1.42;
    
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.product__monogram {
 	margin-bottom:20px;
}
.product__monogram__content {
 	margin-top:20px;
  	display:none;
}
.Product_thumbnails__Slideshow_all_images_container,
.Product__Slideshow_all_images_container {
	display:none;
}

.product-image--cell[inert] {
  cursor: grab;
  pointer-events:auto;
}
.product-image--slider.flickity-enabled .product-image--cell[inert] .plyr {
	visibility:visible;
}

.images-container  {
  .product__monogram__display {
	left:9%;
  }
 .flickity-slider [data-product-media-type-image]:not(:first-child) {   
    .product__monogram__display  {
    	display:none !important;
    }
  }
}
.boost-pfs-filter-button:hover, .boost-pfs-filter-button:focus, .boost-pfs-filter-button:focus:hover{
	outline-width: 0px !important;
}

.images-container .product__monogram__display{
display: none;
}
.product__monogram__content .radio{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 0.5rem;
    padding:5px 0;
}
.product__monogram__content .radio label{
    margin-bottom: 0;
    line-height: normal;
    padding-bottom: 0;
}
p.product__monogram__label{
  padding:10px 0;
}
.product__monogram .hide{
  display:none;
}