/** Shopify CDN: Minification failed

Line 149:0 Unexpected "#3d-model"
Line 509:0 Unexpected "%"

**/
.backlink {
  text-decoration: none;
  cursor: pointer;
}

.backlink:hover {
  color: #0f81f7 !important;
}

.swal-btn-confirm-forced{
  background-color: #2196F3 !important;
  color: white !important;
  font-size: 1.5em !important;
  margin: .3125em !important;
  padding: .625em 1.1em !important;
  transition: var(--swal2-action-button-transition) !important; 
  border: none !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0) !important;
  font-weight: 500 !important;
}
.product-single__description{
  @media screen and (min-width: 900px){    
    margin-left:3.14em;
  }
}
.product-single__description h2{
  @media screen and (min-width: 900px){    
    transform: translateX(-2.14em);
  }
}
.faq-tt{
  display: flex;
  flex-direction: row;
  @media screen and (max-width: 900px){    
    flex-direction: column;
  }
}
.faq-tt.single-component .product-faqs,
.faq-tt.single-component .mentionedTechTalk {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 749px){
  .backlinkContainer {
    display: none !important;
  }
  
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #2196F3 !important;
  font-size: 1.5em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{
  box-shadow: 0 0 0 2px #2196F3, 0 0 0 4px rgba(33,150,243,0.2) !important;

}
div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 2.75em !important;

}

div:where(.swal2-container) .swal2-html-container {
  font-size: 1.85em !important;
}
div:where(.swal2-container) p:where(.swal2-content) {
  font-size: 1.85em !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #2196F3 !important;
}

.swal-confirm-button, .swal-cancel-button {
    font-size: 1.5em !important; /* Adjust button font size */
    padding: 10px 20px !important; /* Adjust button padding for size */
}
#product-page-anchor {
  width: 100%;
  display:block;
}
@media screen and (min-width: 1200px) {
  #product-page-anchor{
    height: 100%;
    display: inline-block;
  }
  .product-single__photos{
    position: sticky;
    top:100px;
  }
}

.product-page-image-div {
 	display: inline-block; 
}
.product-page-description {
	display: inline-block; 
}

button[target="add_btn"] { 
  color:white;
  background-color:#0f81f7;
  border: solid 1px #0f81f7;
}

button[target="add_btn"]:hover { 
  background-color: white !important;
  color: #0f81f7!important;
}

.view3d-btn {
  background-color:#1b98dd;
  color: white;
  font-size: 16px;
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  margin: 5px auto !important;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view3d-btn svg{
  margin-right: 5px;

}
.view3d-btn:hover {
  background-color:#1b98dd !important;
  transition: all 0.5s;
  box-shadow: inset 0 0 8px #1477ac;
}

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #FFFFFFAA;
  display: none;
}
#3d-model{
  width:auto !important;
  margin: 30vh 0 !important;
}
#image-reel{
  border-radius: 10px;
  overflow: hidden;
  border: solid 3px #1d84f2;

}
.quantity_label{
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.input-number-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.input-number-group .input-group-button {
  line-height: calc(80px/2 - 5px);
}

.input-number-group .input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  display: block;
  margin: 0;
  color: #0f81f7;
  font-size: 20px;
  font-weight: 600;
}

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  border: none;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0;
}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 40px;
  background: #0f81f7;
  color: white;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 10px;
}

.input-number-group .input-number-decrement {
  margin-right: 0.3rem;
}

.input-number-group .input-number-increment {
  margin-left: 0.3rem;
}


.product-single__photo {
	height: auto;
	min-height: 400px;
}


.slick-slide {
	height:10%
	}


.main-content {
    padding-top: 10px;
}

.price__regular {
    margin: auto;
}

.product__price {
	text-align: center; 
}

#expedited-chkbx {
 vertical-align: top; 
}

#expedited-img {
  width: 20px; 
  vertical-align: middle;
  margin: 0;
}

#expedited-img:hover {
  cursor: pointer;
  filter: brightness(120%);
}

.selection {
  width: 97%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.swal-btn-confirm {
	background-color: #0f81f7; 
}
.swal2-cancel,
.swal-btn-cancel {
	background-color: #cccccc; 
  font-size: 1.5em !important;

}

.swal-text {
	font-size: 20px; 
}

.product_wrapper {
	width: 70% !important; 
}

.warranty-overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

#product-alt-img-anchor {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
  	margin-top: 5px;
    @media screen and (min-width: 750px){
      max-width: 600px;
      margin-right: auto;
      margin-left: auto;
    }
}

.product-alt-img-div {
  @media screen and (min-width: 750px){
    margin: 0 1%;
  }
}

.product-single__thumbnail-image {
	border-width: 3px; 
  transition: border-color 0.3s ease, border-radius 0.3s ease, border-width 0.3s ease ;
}


@media screen and (min-width: 900px){  
  :not(.active-thumb) .product-alt-thumbnail-img {
    max-width: 4vw;
    border: 1px solid #0f7ff759;
    border-radius: 5px;
  }
  .product-alt-img-div:nth-child(1) :not(.active-thumb) .product-alt-thumbnail-img {
    border: 1px solid rgba(15, 127, 247, 0.35);
  }
  .product-alt-img-div:nth-child(2) :not(.active-thumb) .product-alt-thumbnail-img {
    border: 1px solid rgba(15, 127, 247, 0.314);
  }
  .product-alt-img-div:nth-child(3) :not(.active-thumb) .product-alt-thumbnail-img {
    border: 1px solid rgba(15, 127, 247, 0.278);
  }
  .product-alt-img-div:nth-child(4) :not(.active-thumb) .product-alt-thumbnail-img {
    border: 1px solid rgba(15, 127, 247, 0.242);
  }
  .product-alt-img-div:nth-child(5) :not(.active-thumb) .product-alt-thumbnail-img {
    border: 1px solid rgba(15, 127, 247, 0.206);
  }
  .product-alt-img-div:nth-child(6) :not(.active-thumb) .product-alt-thumbnail-img {
    border: 1px solid rgba(15, 127, 247, 0.17);
  }
  .product-alt-img-div:nth-child(7) :not(.active-thumb) .product-alt-thumbnail-img {
    border: 1px solid rgba(15, 127, 247, 0.134);
  }
  .product-alt-img-div:nth-child(8) :not(.active-thumb) .product-alt-thumbnail-img {
    border: 1px solid rgba(15, 127, 247, 0.098);
  }
}
.active-thumb .product-single__thumbnail-image {
	border-color: #0f81f7;
	border-radius: 5px;
}
.product-single__thumbnail-image:hover {
  border-color: #0f81f7aa;
  border-radius: 5px;
  border-width: 3px;
}

@media screen and (max-width: 749px){
  .view3d-btn {
    padding: 5px 20px;
    margin-top: 10px;
  } 
  
  .grid.product-single.product-single--medium-image {
  	flex-direction: column; 
    
  }
  
  .product-page-description {
   	padding-left: 0;
    width: 100%;
  }
  

}

.help-tip1{
  position: relative;
  bottom: 42px;
  left: 230px;
  text-align: center;
  background-color: #0f81f7;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
}

.help-tip1:before{
  content:'?';
  font-weight: bold;
  color:#fff;
}

.help-tip1:hover p{
  display:block;
  transform-origin: 100% 0%;

  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;

}

.help-tip1 .theTxt{    /* The tooltip */
  display: none;
  text-align: left;
  background-color: #1E2021;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #FFF;
  font-size: 13px;
  line-height: 1.4;
}

.help-tip1 .theTxt:before{ /* The pointer of the tooltip */
  position: absolute;
  content: '';
  width:0;
  height: 0;
  border:6px solid transparent;
  border-bottom-color:#1E2021;
  right:10px;
  top:-12px;
}

.help-tip1 .theTxt:after{ /* Prevents the tooltip from being hidden */
  width:100%;
  height:40px;
  content:'';
  position: absolute;
  top:-40px;
  left:0;
}
#machine-serial-label{
  margin-top: 2rem;
}
#machine-serial{
  width: 100%;
}
.idracText{
  margin-top:10px;
}
/* CSS animation */

@-webkit-keyframes fadeIn {
  0% { 
      opacity:0; 
      transform: scale(0.6);
  }

  100% {
      opacity:100%;
      transform: scale(1);
  }
}

@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:100%; }
}

.skeleton_text{
  height:20px;
  border-radius: 8px;
  background-color:#eee;
  margin-bottom:5%;
  margin-top:5%
}
.smText{
  width:50%;
  margin-left: auto;
  margin-right: auto;
}
.mdText{
  width:75%;
  margin-left: auto;
  margin-right: auto;
}
%loading-skeleton {
color: transparent;
appearance: none;
-webkit-appearance: none;
background-color: #eee;
border-color: #eee;

&::placeholder {
  color: transparent;
}
}
@keyframes loading-skeleton {
from {
  opacity: .4;
}
to {
  opacity: 1;
}
}
.loading-skeleton {
pointer-events: none;
animation: loading-skeleton 1s infinite alternate;

img {
  filter: grayscale(100) contrast(0%) brightness(1.8);
}
h1, h2, h3, h4, h5, h6,
p, li,
.btn,
label,
.also_bought_product_card_title_container {
  @extend %loading-skeleton;
}
}