/*========= Product =========*/
.productmain {
  background: #F8F9FE;
}

.prdbreadcumb {
  border-radius: 12px;
  background: #F1F3FB;
  padding: 12px 24px;
  display: inline-block;
}

.prdbreadcumb .breadcrumb-item::before {
  content: "";
  background: url(../images/chevronright.png) no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 12px;
  margin-top: 7px;
  display: none;
}

.prdbreadcumb .breadcrumb-item a {
  color: #5A6BD6;
  font-size: 14px;
  text-decoration: none;
}

.prdbreadcumb .breadcrumb-item {
  color: #17205B;
  font-weight: 500;
  padding: 0;
}

.prdbreadcumb .breadcrumb-item.active {
  padding-left: 0;
}

.productviewbox img {
  width: 100%;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
}

.prdzoomicon {
  width: 48px;
  height: 49px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.prdzoomicon img {
  border-radius: 0;
  border: 0;
}

.view3d {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 5.185px;
  border: 1px solid #000;
  background: #FFF;
  justify-content: center;
  text-decoration: none;
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
  width: 120px;
  height: 34px;
  font-size: 12px;
}

.downloadbtnwrap .secondarybtn {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  gap: 5px;
  color: #0037a4;
  background: #fff;
}

.downloadbtnwrap .secondarybtn:hover svg {
  fill: #fff;
}

.downloadbtnwrap .secondarybtn svg {
  width: 20px;
  fill: #0037a4;
}

.prdupcat label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.producttitle {
  color: #000;
  font-size: 28px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 140%;
}

.prdoldprice {
  color: #828282;
  font-size: 15px;
  font-weight: 600;
  text-decoration: line-through;
}

.prdnewprice {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.shiptagwrap label {
  border-radius: 8px;
  background: #10182E;
  color: #fff;
  width: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}

.shiptagwrap .shipclearance {
  background: #F8B82D;
}

.swatchvariant h2, .swatchvariant .heading-2 {
  color: #010101;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}

.swatchvariant ul {
  width: 100%;
}

.swatchvariant ul li {
  text-align: center;
  position: relative;
  color: #010101;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
}

.swatchvariant ul li.active::after {
  content: "";
  background: url(../images/css/tickwhite.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.swatchvariant ul li img {
  width: 45px;
  box-shadow: 0 0px 5px #d0d0d0;
  border-radius: 100%;
}

.swatchvariant ul li span {
  display: block;
  margin-top: 5px;
}

.swatchvariant ul li input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
}

.form-check-inline label {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.variant-selector h2, .variant-selector .heading-2 {
  color: #010101;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.accessory-selector select,
.variant-selector select {
  border-radius: 8px;
  border: 3px solid #507AE6;
  background-color: #fff !important;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  padding: 15px;
  color: #141416;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 15px;
  background: url(../images/css/downarrow-black.png) no-repeat 97% center;
  background-size: 13px 7px;
  -webkit-appearance: none;
  text-transform: capitalize;
}

input[type=radio]:checked + img {
  border: 3px solid #0d6efd;
}

.prdstock {
  color: #00BB19;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.prdship {
  color: #000;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}

.qtybox {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btnqty {
  border-radius: 6px;
  border: 0.5px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  width: 60px;
  height: 100%;
  font-size: 16px;
  font-weight: 900;
}

.quantity-selector {
  width: 50px;
  height: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  border: 0.5px solid rgba(0, 0, 0, 0.04);
}

.quantity-selector:focus {
  border: 0;
  outline: 0;
}

.gurrentcheck {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gurrentcheck p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.gurrentycard {
  width: 170px;
}

.productaccordion {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #FFF;
  padding: 30px 22px;
}

.productaccordion .accordion {
  background: #fff !important;
}

.productaccordion .accordion .accordion-button {
  background: #fff;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  color: #141416;
  text-transform: capitalize;
}

button.accordion-button[aria-expanded=true].img-rotate img {
  transform: rotate(180deg);
}

.productaccordion .accordion .accordion-button::after {
  display: none;
}

.productaccordion .accordion .accordion-body {
  background: #fff;
  padding: 0;
  margin: 20px 0 0 0;
}

.productaccordion .accordion .accordion-item {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

.productaccordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.productaccordion .accordion .accordion-body ul li {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  background: url(../images/css/check_circlenw.png) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 30px;
  margin-top: 10px;
}

.productaccordion .accordion .accordion-body p {
  color: #231F20;
  font-size: 14px;
  font-weight: 400;
}

.prddimensiontable table th {
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  padding: 10px;
  /*text-align: center;*/
  width: 25%;
}

.prddimensiontable table td {
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  font-size: 11px;
  color: #231F20;
  vertical-align: middle;
  padding: 10px;
}

.prddimensiontable table tr td:first-child {
  text-align: left;
}

/* .prddimensiontable table thead tr th:first-child{width: 25%;} */
.productaccordion .downloadbtnwrap .secondarybtn {
  text-decoration: none;
  color: #0037a4;
  padding: 11px 15px;
  line-height: normal;
  max-width: 100%;
  width: 100%;
  height: auto;
  justify-content: space-between;
}

.leftdwnbtnwrap .col-md-4 {
  padding: 0 4px;
}

.productaccordion .downloadbtnwrap .secondarybtn:hover {
  color: #fff;
  background: #0037a4;
}

.downloadbtnwrap .secondarybtn:hover {
  background: #0037a4;
  color: #fff;
}

.productaccordion .downloadbtnwrap .secondarybtn svg {
  width: 26px;
}

.slidersec .prd-image {
  position: relative;
}

.slidersec .mainimage .prd-image img {
  border: 1.852px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  width: 100%;
}

.slidersec .mainimage .prd-image .prdzoomicon img {
  border: 0;
  border-radius: 0;
}

.slidersec .thumbimage {
  margin-top: 20px;
}

.slidersec .thumbimage .prd-image {
  padding: 0 4px;
  cursor: pointer;
}

.popularaccessories {
  background: #F8F9FE;
}

.popularaccessories .slick-track {
  margin-left: unset;
}

.popularslidebox {
  text-align: center;
  position: relative;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
  padding: 20px 15px;
}

.popularimg img {
  width: 100%;
  display: block;
}

.popularcontent label {
  padding: 6px 12px;
  border: 1px solid #000;
  border-radius: 49px;
  color: #000;
  font-size: 15px;
  line-height: normal;
  text-transform: capitalize;
}

.popularcontent h2, .popularcontent .heading-2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 120%;
  margin: 13px 0 0 0;
  display: block;
  height: 2.5em;
  overflow: hidden;
}

.popularcontent p {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 8px 0 16px;
}

.popularcontent h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}

.accessory-empty {
  height: 60px;
}

.accessory .dropdown-toggle::after {
  display: none;
}

.accessory.activenav .dropdown-menu {
  display: block;
  position: absolute;
  margin-top: 10px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 79, 234, 0.2);
}

.accessory .secondarybtn {
  margin: 0;
  padding: 0 1em;
  background: #FFFFFF;
  max-width: 100%;
  position: relative;
  z-index: 9999;
  color: #0037a4;
  font-size: small;
  height: 40px;
}

.accessory .secondarybtn:hover {
  background: #0037a4;
  color: #fff;
}

.accessory .secondarybtn svg {
  fill: #0037a4;
}

.accessory .secondarybtn:hover svg {
  fill: #fff;
}

.accessory .dropdown-menu {
  padding: 0px;
}

.accessory .dropdown-item {
  font-size: 16px;
  font-weight: 500;
  color: #141416;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accessory .dropdown-item img {
  display: none;
}

.accessory .dropdown-item:hover {
  background: #dcdcdc;
  /*background-size: 17px 12px;*/
}

.accessory .dropdown-item:hover img {
  display: block;
}

.popularslidebox .form-check {
  position: absolute;
  top: 15px;
  left: 15px;
}

.popularslidebox .form-check-input {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.popularslidebox .form-check-input:focus {
  box-shadow: none;
}

.popularslidebox.active {
  border: 2px solid #507AE6;
}

.popularslidebox .primarybtn {
  height: 52px;
  font-size: 16px;
}

.popularslider .item {
  padding: 0 7px;
}

.accessory-selector option,
.variant-selector option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  color: #141416;
  font-size: 16px;
  font-weight: 600;
}

.variant-selector option img {
  display: none;
}

.variant-selector option:hover img {
  display: block;
}

.variant-selector option:hover {
  background: #F7F7F7 url(../images/css/checksvg.png) no-repeat 97% center;
  background-size: 17px 12px;
}

.prddimensiontable {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 13px;
  overflow: hidden;
}

.prddimensiontable table {
  margin: -1px;
  width: 100.3%;
}

.modal-body .colorvariant h2, .modal-body .colorvariant .heading-2 {
  font-size: 14px;
}

.modal-body .colorvariant ul li img {
  width: 34px;
}

.modal-body .colorvariant ul li.active::after {
  top: 9px;
}

.modal-body .colorvariant ul li {
  font-size: 12px;
}

.modal-body .btn-close {
  position: absolute;
  right: 20px;
}

.rotatecontent h5 {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 150%;
  margin: 0;
}

.rotatecontent h5 strong {
  background: linear-gradient(180deg, #507AE6 0%, #355199 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}

.modimgheading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.prdbenifits {
  background: #F8F9FE;
}

.prdsolution {
  background: #F8F9FE;
}

.prdbenifitcontent h2, .prdbenifitcontent .heading-2,
.row-image-bottom h2,
.row-image-bottom .heading-2 {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.prdbenifitcontent ul {
  margin-top: 22px;
}

.prdbenifitcontent ul li {
  color: #667085;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.16px;
  background: url(../images/css/check_circlenw.png) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 28px;
  margin-top: 8px;
  text-align: left;
}

.prdbenifitcontent .titlesubheading,
.row-image-bottom .titlesubheading {
  line-height: 155%;
}

.prdbenifitcontent h2, .prdbenifitcontent .heading-2,
.row-image-bottom h2,
.row-image-bottom .heading-2 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

/*=== min-width :1200px ===*/
@media only screen and (min-width: 1200px) {
  .prdcontent {
    max-width: 580px;
    margin-left: auto;
  }
  .downloadbtnwrap .secondarybtn {
    font-size: 12px;
  }
  .prdsolution .solutionbox {
    min-height: 275px;
  }
  .benlistouter .row:nth-child(2n+1) {
    background: #fff;
  }
  .benlistouter .row:nth-child(2n+2) {
    background: #F4F6FE;
  }
  .productlist .col-md-6 {
    padding: 0 4px;
  }
  .productlist .col-md-12 {
    padding: 0 4px;
  }
  .prdbreadcumb {
    margin-left: -8px;
  }
  .prdbenifitcontent {
    max-width: 523px;
    margin-left: auto;
  }
  .prdbenifitcontent .titlesubheading,
  .row-image-bottom .titlesubheading {
    font-size: 18px;
    line-height: 155%;
    margin-top: 15px;
  }
  .prdbenright {
    margin: 0;
    max-width: 522px;
  }
  .mobbg {
    background: inherit;
  }
  .prdbenifits .titlesubheading {
    font-weight: 500;
  }
  .prdsolution .titlesubheading {
    font-weight: 500;
  }
  .prdsolution .titleheading {
    max-width: inherit;
    margin: 0 auto 15px;
  }
  .prdbenifits .titleheading {
    max-width: inherit;
    margin: 0 auto 15px;
  }
  .prdbeniftlist {
    background: transparent;
  }
}
/*=== min-width :768px ===*/
@media only screen and (min-width: 768px) {
  .view3d {
    width: 140px;
    height: 42px;
    font-size: 13px;
  }
  .producttitle {
    font-size: 34px;
  }
  .prdoldprice {
    font-size: 24px;
  }
  .prdnewprice {
    font-size: 30px;
  }
  .shiptagwrap label {
    font-size: 18px;
    width: 152px;
  }
  .swatchvariant ul {
    width: 75%;
  }
  .swatchvariant ul li img {
    width: 62px;
  }
  .swatchvariant ul li {
    font-size: 16px;
  }
  .swatchvariant label {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .qtybox {
    width: 160px;
  }
  .prdship {
    font-size: 20px;
  }
  .productaccordion .accordion .accordion-body ul li {
    font-size: 16px;
    margin-top: 10px;
  }
  .productaccordion .accordion .accordion-body p {
    font-size: 15px;
  }
  .prddimensiontable table th {
    font-size: 16px;
    padding: 12px;
  }
  .prddimensiontable table td {
    font-size: 14px;
    padding: 12px;
  }
  .prdsolutionbox h3 {
    font-size: 24px;
  }
  .prdsolutionbox p {
    font-size: 16px;
  }
  .prdsolution .solutionbox {
    min-height: 238px;
  }
  .prdbeniftlist {
    padding: 12px 25px;
  }
  .prdbenifitcontent h2, .prdbenifitcontent .heading-2,
  .row-image-bottom h2,
  .row-image-bottom .heading-2 {
    font-size: 28px;
  }
  .prdbenifitcontent ul li {
    font-size: 16px;
  }
  .swatchvariant ul li.active::after {
    top: 23px;
  }
  .rotatecontent h5 {
    font-size: 14px;
  }
  .prdsolution .titlesubheading {
    font-size: 18px;
    font-weight: 500;
    line-height: 155%;
  }
  .prdbenifits .titlesubheading {
    font-size: 18px;
    line-height: 155%;
  }
  .prdsolution .titleheading {
    max-width: 470px;
    margin: 0 auto 15px;
  }
  .prdbenifits .titleheading {
    max-width: 470px;
    margin: 0 auto 15px;
  }
  .simplestep .titleheading {
    max-width: inherit;
  }
  .simplestep .titlesubheading {
    font-weight: 500;
  }
  .prdbenifitcontent h2, .prdbenifitcontent .heading-2,
  .row-image-bottom h2,
  .row-image-bottom .heading-2 {
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
  }
} 
.bi {
  display: inline-block;
  width: 24px;
  height: 24px;
}/*# sourceMappingURL=product.css.map */