.col-lg-3.col-12 .row {
    padding-left: 20px;
}

.cad-icon {
    height: 40px;
    cursor: pointer;
}

#modalWindow, #previousArrow, #nextArrow {
    display: none;
}

.show {
    display: block !important;
}

.disabled {
    user-select: none !important;
    pointer-events: none !important;
    opacity: 0.5 !important;
    filter: grayscale(1) !important;
}

#modalWindow.show {
    display: block;
}


#modalWindow.show {
    display: flex;
    flex-direction: column;
    background-color: rgba(128, 128, 128, 0.449);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}


#exitModalButton {
    width: 60%;
    background: #da291c;
    height: 30px;
    justify-content: end;
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-size: 40px;
}



.els-cont {
    display: grid;
    position: relative;
    width: 60%;
    padding: 20px;
    background-color: white;
    overflow: hidden;
}

.d-none.d-lg-block.col-print-3.col-12 {
    color: #616161;
}

button {
    border: none;
}

#ifCad3d.hide, #drawingCont.hide, #imageCont.hide {
    display: none;
}

#ifCad3d.show, #drawingCont.show, #imageCont.show {
    display: flex;
}


#ifCad3d, #imageCont, #drawingCont {
    height: 500px;
    width: 450px;
    
}

#ifCad3d {
    width: 460px;
}


#fullscreenBtn {
    position: absolute;
}

.buttons {
    position: relative;
}

#cad_download_btn {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
    --vt-c-white: #ffffff;
    --vt-c-white-soft: #f8f8f8;
    --vt-c-white-mute: #f2f2f2;
    --vt-c-black: #181818;
    --vt-c-black-soft: #222222;
    --vt-c-black-mute: #282828;
    --vt-c-indigo: #2c3e50;
    --vt-c-divider-light-1: rgba(60, 60, 60, .29);
    --vt-c-divider-light-2: rgba(60, 60, 60, .12);
    --vt-c-divider-dark-1: rgba(84, 84, 84, .65);
    --vt-c-divider-dark-2: rgba(84, 84, 84, .48);
    --vt-c-text-light-1: var(--vt-c-indigo);
    --vt-c-text-light-2: rgba(60, 60, 60, .66);
    --vt-c-text-dark-1: var(--vt-c-white);
    --vt-c-text-dark-2: rgba(235, 235, 235, .64);
    --color-background: var(--vt-c-white);
    --color-background-soft: var(--vt-c-white-soft);
    --color-background-mute: var(--vt-c-white-mute);
    --color-border: var(--vt-c-divider-light-2);
    --color-border-hover: var(--vt-c-divider-light-1);
    --color-heading: var(--vt-c-text-light-1);
    --color-text: var(--vt-c-text-light-1);
    --section-gap: 160px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    font-family: Inter, sans-serif;
    text-decoration: none;
    background-color: #da291c;
    color: #fff;
    padding: 8px 25px;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 180px;
    cursor: pointer;
}

/* #cad_download_btn:hover,
#showCad:hover, 
#showImage:hover,
#showDrawing:hover,
#fullscreenBtn:hover {
    opacity: 0.8;
} */

#cad_format {
    -webkit-text-size-adjust: 100%;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-indent: 0.01px;
    appearance: auto;
   width: inherit;
    height: 36.8px;
    padding-inline: 10px 20px;
    border: 1px solid #D8D8DA;
}

.cad-selection {
    display: flex;
    width: 370px;
}

#showCad, 
#showImage, 
#showDrawing, 
#fullscreenBtn {
    height: 40px;
    width: 40px;
    background-color: #da291c;
    color: white;
    opacity: 1;
    cursor: pointer;
}

#fullscreenBtn {
    display: none;
    margin-top: 5px;
}

#fullscreenBtn.show {
    display: block;
}

#showCad i::before, 
#showImage i::before, 
#showDrawing i::before, 
#fullscreenBtn i::before {
    font-size: 20px;
}

#showCad.active, 
#showImage.active, 
#showDrawing.active {
    background-color: white;
    color: #da291c;
    border: 1px solid #da291c;
}

#downloadCadMessage {
    margin-top: 10px;
    display: flex;
}

a#downloadHere {
    color: #da291c;
    text-decoration: underline;
    font-weight: bold;
    background-color: none !important;
    background: none !important;
    padding: 0 !important;
}


#loader {
    display: none;
    position: relative;
    width: 25px;
    height: 25px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 7px solid;
    border-color: #ff847b #da291c;
    animation: l1 1s infinite;
  }
  @keyframes l1 {to{transform: rotate(.5turn)}}
  
  #loader.show {
    display: block;
  }

  .cad-download-msg-container {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .c-block-05__foot {
    height: 34px;
    margin-top: 0 !important;
  }

  #cad_download_btn.disabled {
    user-select: none;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #bebebe;
    color: black;
    border-color:#bebebe;
  }

  .content-frame {
    display: grid;
    justify-content: center;
    width: 450px;
  }

  #drawingCont, #imageCont {
    padding: 10px;
  }

  .informations-section-add-cart input {
    width: 20px !important;
  }

  .informations-section-dl {
    align-items: start !important;
    width: 100%;
    justify-content: space-between;
  }

  .informations-section-add-cart {
    align-items: end;
    flex-direction: column-reverse !important;
    gap: 0 !important;
  }

  .quantity-input {
    width: 77px !important;
    display: block !important;
  }

  .specification-section {
    width: 86% !important;
    display: flex
;
    justify-content: center;
    /* justify-items: center; */
    justify-self: center !important;
  }

