@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@font-face {
  font-family: CalibriFont;
  src: url(assets/fonts/Calibri/Calibri.ttf);
}
@font-face {
  font-family: LucidaFont;
  src: url(assets/fonts/Lucida/LucidaCalligraphyNew.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-width: none;
  user-select: none;
  font-family: 'Montserrat', sans-serif;
}
.main-parent {
  /* height: 100vh;
  width: 100vw;
  background-color: #f7f7f7; */
  display: grid;
  grid-template-columns: 60% 40%;
  overflow: hidden;
  height: 100vh;
  transition: all 1s ease-in-out;
}
.iframe-box {
  position: relative;
}
.leftIconsBox {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}
.leftIcons {
  width: 25px;
}
.topRightIcon {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.bottomRightIcon {
  position: absolute;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
}
.config-upperDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: center; */
  position: relative;
  /*padding: 40px 10px;*/
  padding: 40px 10px 10px 10px;
  overflow-x: hidden;
  /*margin-right: 30px;*/
}
.config-box {
  /* position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: max-content;   */
  display: flex;
}
/* .tabs-contentDiv {
  margin-top: 40px;
} */
.tab button {
  display: block;
  background-color: white;
  color: black;
  padding: 10px;
  height: 100px;
  width: 100px;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin: 0 10px 20px 0;
  white-space: nowrap;
}
.tabcontent {
  /* max-height: 800px;
  overflow-y: scroll;
  overflow-x: hidden; */
  padding: 30px 0;
  animation: fadeEffect 1s;
}
.bt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tab button.active {
  box-shadow: #0000000e 0px 5px 15px;
}
.innerTabcontent {
  float: left;
  height: 100%;
  width: 580px;
  /* border: 1px solid ; */
  background-color: white;
  padding: 20px 4px;
  position: relative;
  animation: fadeEffect 1s;
}
/*  */
/* .tab button {
  display: block;
  background-color: white;
  border-radius: 8px;
  color: black;
  padding: 10px;
  height: 120px;
  width: 120px;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin: 0 10px 20px 10px;
}
.bt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tab button.active {
  box-shadow: #00000059 0px 5px 15px;
} */
.innerTabcontent {
  float: left;
  height: 100%;
  width: 580px;
  background-color: white;
  padding: 20px 4px;
  position: relative;
  animation: fadeEffect 1s;
}
.adjustTabcontent {
  float: left;
  height: 100%;
  width: 580px;
  background-color: white;
  padding: 20px 4px;
  position: relative;
  animation: fadeEffect 1s;
}
.adjustTablinksBtns {
  display: flex;
}
.adjustTablinks  {
  background-color: white;
  border: none;
  outline: none;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adjustTablinks.active {
  background-color: #e9e9e9;
}
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/*  */
.icon-img {
  width: 40px;
}
.iconLabel {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: 10px;
}
.iconLabelActive {
  border-bottom: 1px solid;
  width: 70%;
}
.content-hdng {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.contentInner-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* gap: 20px; */
  padding: 25px 5px;
  /* width: 600px; */
  /*max-height: 800px;*/
  /* height: 100%; */
  overflow-y: scroll;
  overflow-x: hidden;
  /* display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
}
.contentInner-box::-webkit-scrollbar {
  width: 0px;
}
.contentInner-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 40px;
}
.contentInner-box::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 10px;
}
.contentInner-box::-webkit-scrollbar-thumb:hover {
  background: #e9e9e9;
}
.contentInner-box2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 5px 25px 5px;
  max-height: 800px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.contentInner-box2::-webkit-scrollbar {
  width: 0px;
}
.contentInner-box2::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 40px;
}
.contentInner-box2::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 10px;
}
.contentInner-box2::-webkit-scrollbar-thumb:hover {
  background: #e9e9e9;
}
.content-boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-right: 15px;
  width: 150px;
}
.content-imgs {
  width: 130px;
}
.contentImg-txt {
  font-size: 11px;
  /*padding-top: 8px;*/
  display: flex;
  justify-content: center;
}
.conTxt {
  font-size: 10px;
}

/* .tooltip-container {
  position: relative;
  display: inline-block;
}
.tooltip-content {
  visibility: hidden;
  width: 120px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.tooltip-container:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}
.tooltip-trigger {
  cursor: pointer;
} */

.tooltip {
  position: absolute;
  right: 4px;
  top: 4px;
  opacity: 1;
}
.tooltip:after,
.tooltip:before {
  opacity: 0;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, 10px);
  transform-origin: top;
  transition: all 0.18s ease-out 0.18s;
}
.tooltip:after {
  background-color: white;
  color: black;
  font-weight: 500;
  font-size: 11px;
  box-shadow: 0 0 3px #ddd;
  content: attr(data-tooltip);
  padding: 10px;
  white-space: nowrap;
  margin-bottom: 11px;
}
.tooltip:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px;
}
.tooltip:hover:before,
.tooltip:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
[data-tooltip-pos="up"]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f5f5f5;
  margin-bottom: 6px;
}
[data-tooltip-pos="down"]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f5f5f5;
  margin-top: 6px;
}
[data-tooltip-pos="right"]:before {
  border-top: 6px solid transparent;
  border-right: 6px solid #f5f5f5;
  border-bottom: 6px solid transparent;
  margin-left: 6px;
}
[data-tooltip-pos="left"]:before {
  border-top: 6px solid transparent;
  border-left: 6px solid #f5f5f5;
  border-bottom: 6px solid transparent;
  margin-right: 6px;
}
[data-tooltip-pos="down"]:before,
[data-tooltip-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -10px);
}
[data-tooltip-pos="down"]:after {
  margin-top: 11px;
}
[data-tooltip-pos="down"]:hover:before,
[data-tooltip-pos="down"]:hover:after {
  transform: translate(-50%, 0);
}
[data-tooltip-pos="left"]:before,
[data-tooltip-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate(10px, -50%);
}
[data-tooltip-pos="left"]:after {
  margin-right: 11px;
}
[data-tooltip-pos="left"]:hover:before,
[data-tooltip-pos="left"]:hover:after {
  transform: translate(0, -50%);
}
[data-tooltip-pos="right"]:before,
[data-tooltip-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
}
[data-tooltip-pos="right"]:after {
  margin-left: 11px;
}
[data-tooltip-pos="right"]:hover:before,
[data-tooltip-pos="right"]:hover:after {
  transform: translate(0, -50%);
}
[data-tooltip-length]:after {
  white-space: normal;
}
[data-tooltip-length="small"]:after {
  width: 80px;
}
[data-tooltip-length="medium"]:after {
  width: 150px;
}
[data-tooltip-length="large"]:after {
  width: 260px;
}
[data-tooltip-length="fit"]:after {
  width: 100%;
}
.sheathTabBtns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 40px;
}
.oneBtn {
  background-color: #313c46;
  color: white;
  height: 30px;
  width: 40px;
  border-radius: 20px;
  border: none;
  font-weight: 600;
}
#corners {
  height: auto;
  width: 500px;
}
.adjustBtnsOuter {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adjustBtns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin: 0 auto;
}
.adjustBtn1 {
  width: 300px;
  border-radius: 1px;
  background-color: white;
  border: 1px solid #313c46;
  color: #313c46;
}
.adjustBtn1:hover {
  background-color: #313c46;
  border: 1px solid #313c46;
  color: white;
}
.form-control:focus {
  box-shadow: none;
  border-color: lightgray;
}
.form-select {
  width: 50%;
}
.form-select:focus {
  box-shadow: none;
  border-color: lightgray;
}
.btn-close:focus {
  box-shadow: none;
}
.modal-content {
  border-radius: 2px;
}
.addTextConfirmBtn {
  background-color: #313c46;
  border-radius: 1px;
  border: 1px solid #313c46;
  color: white;
}
.addTextConfirmBtn:hover {
  background-color: #313c46de;
  border-radius: 2px;
  border: 1px solid none;
  color: white;
}
.addTextConfirmBtn:focus-within {
  background-color: #313c46de;
  border-radius: 2px;
  border: 1px solid none;
  color: white;
}
.respStyling {
    display: flex;
}
.editTxtIcons {
  width: 60px;
  border: 1px solid lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.editTxtIconsCurve {
  width: 120px;
}
.editTxtIcons.active {
  border-color: black;
}

/* .parent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
} */
.childrens {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.childrens.active {
  background-color: #f3f3f3;
}

.leatherContent {
  display: none;
}
.leatherLinks.active {
  background-color: #f3f3f3;
}


.imgCloseModalBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.imgPopup {
  position: absolute;
  top: 2px;
  right: 2px;
}
.imgPopupModalBody img {
  /*height: 200px;*/
  /*width: 200px;*/
  text-align: center;
}

.btomFooter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  background-color: white;
  padding: 10px;
  width: 100%;
  z-index: 1;
  /* border-top: 1px solid #000; */
}
/*#price {*/
/*  font-size: 20px;*/
/*}*/
.cartBtn {
  white-space: nowrap;
}



.cascketFormMainDiv {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-left: 15px;
}
.cascketForm {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.cascketLabel {
  font-size: 13px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.cascketInput {
  margin-bottom: 10px;
  width: 180px;
  font-size: 10px;
}
.cascketLabelBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cascketInputBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cali {
  font-family: CalibriFont;
}
.luci {
  font-family: LucidaFont;
}
.imgPopup img {
  padding: 5px;
}


 

/* Mobile */
@media screen and (max-device-width: 550px) {
  .main-parent {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .leftIconsBox {
    left: 10px;
    gap: 20px;
  }
  .leftIcons {
    width: 20px;
  }
  .topRightIcon {
    right: 10px;
    top: 10px;
  }
  .bottomRightIcon {
    right: 10px;
    bottom: 10px;
  }
  .contentImg-txt {
    font-size: 10px !important;
  }
  .content-boxes {
    width: 110px !important;
    margin-right: 0px;
    /*height: 160px;*/
  }

  .content-imgs {
    width: 80px !important;
  }
  .griffMat-imgs {
    width: 50px !important;
  }
  .btn-dark {
    padding: 5px 8px !important;
  }
  .tab {
    /* width: 330px !important; */
    width: 100% !important;
    overflow-x: scroll !important;
    white-space: nowrap !important;
    /* padding-right: 2000px !important; */
    margin: 0 !important;
  }
  .tab::-webkit-scrollbar {
    height: 3px!important;
  }
  .tab::-webkit-scrollbar-track {
    background: #000000!important;
    border-radius: 40px!important;
  }
  .tab::-webkit-scrollbar-thumb {
    background: #000000!important;
    border-radius: 10px!important;
  }
  .tab::-webkit-scrollbar-thumb:hover {
    background: #000000!important;
  }
  .tabcontent {
    padding: 0 5px!important;
    /*margin-bottom: 70px;*/
    height:auto;
  }
  .tabUpperDiv {
    display: flex !important;
    align-items: center !important;
    /* position: absolute !important; */
  }
  .tab button {
    height: unset !important;
    width: unset !important;
    margin: 5px 0 10px 5px !important;
    padding: 10px 10px !important;
  }
  .icon-img {
    width: 30px !important;
  }
  .contentInner-box {
    padding: 10px 0;
    padding-bottom: 50px;
    justify-content: center;
    gap: 7px;
  }
  .adjustTabcontent {
    width: 300px;
  }
  .innerTabcontent {
    width: unset;
  }
  .respStyling {
    flex-direction: column;
  }   
  #full_screen_icon {
    display: none !important;
  }
  
  #woodenCasket{
      height:600px!important;
  }
  #bladeShape{
      height:500px!important;
  }
}
/* Laptop */
@media only screen and (max-device-width: 1024px) {
  .main-parent {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .iframe-box {
    height: 50vh;
  }
  .config-box {
    height: 50vh;
  }
  .config-upperDiv {
    padding: 0;
  }
  .config-box {
    /*flex-direction: column;*/
    /* position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    height: 50%;
    width: 100%;
    overflow-y: scroll; */
  }
  .contentImg-txt {
    font-size: 10px;
  }
  /*.content-boxes {*/
  /*  height: 220px;*/
  /*  width: 140px;*/
  /*}*/
  .content-imgs {
    width: 120px;
  }
  .btn-dark {
    padding: 8px 12px;
  }
  .tab {
    /* width: 550px; */
    overflow-x: scroll;
    white-space: nowrap;
    margin: 0 20px;
    display: flex;
  }
  .tab button {
    height: 100px;
    width: 100px;
    margin: 0 5px 20px 5px;
  }
  .tabcontent {
    width: 100%;
    padding: 0 10px;
    /*margin-bottom: 70px;*/
  }
  .tab::-webkit-scrollbar {
    height: 3px;
  }
  .tab::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 40px;
  }
  .tab::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
  }
  .tab::-webkit-scrollbar-thumb:hover {
    background: black;
  }
  .tabs-contentDiv {
    height: auto;
    overflow-y: scroll;
    padding: 40px 0;
  }
  .tabUpperDiv {
    display: flex;
    align-items: center;
    /* position: absolute; */
  }
  .tab button {
    height: unset;
    width: unset;
    margin: 10px 10px 10px 10px;
    padding: 10px 25px;
    display: inline-block;
  }
  .icon-img {
    width: 35px;
  }
  .contentInner-box {
    gap: 0px;
  }
  .btomFooter {
    position: fixed;
    bottom: 0;
  }
  .config-box {
    display: block;
  }
  .content-hdng {
    margin-bottom: 25px;
    margin-left: 15px;
  }
}
/* Desktop PC */
@media only screen and (max-device-width: 1300px) {
  .main-parent {
    grid-template-columns: 50% 50%;
  }
}






/*.tab::-webkit-scrollbar {*/
/*    width: fit-content;*/
/*}*/

/*.tab::-webkit-scrollbar {*/
/*  width: 7px!important;*/
/*}*/
/*.tab::-webkit-scrollbar-track {*/
/*  background: #000!important;*/
/*  border-radius: 40px;*/
/*  width: 7px;*/
/* border: 1px solid #000!important;*/
/*}*/
/*.tab::-webkit-scrollbar-thumb {*/
/*  background: #000!important;;*/
/*  border-radius: 10px;*/
/*  width: 7px;*/
/*}*/

/*.tab::-webkit-scrollbar-thumb:hover {*/
/*  background: #000!important;*/
/*  width: 7px!important;*/
/*}*/