.bg-color-black {
  background-color: black !important;
}

.bg-color-red {
  background-color: red !important;
}

.bg-color-blue {
  background-color: blue !important;
}

.bg-color-grey {
  background-color: grey !important;
}

.bg-color-blueviolet {
  background-color: blueviolet !important;
}

.bg-color-cadetblue {
  background-color: cadetblue !important;
}

.bg-color-crimson {
  background-color: crimson !important;
}

.bg-color-type-2 {
  background-color: #F7C331 !important;
}

.bg-color-type-3 {
  background-color: #001646 !important;
}

.bg-color-type-4 {
  background-color: #00944e !important;
}

.bg-color-type-5 {
  background-color: #544641 !important;
}

.bg-color-type-6 {
  background-color: #c59d6c !important;
}

.bg-color-type-7 {
  background-color: #9e035c !important;
}

.bg-color-type-8 {
  background-color: #ed1e79 !important;
}

@font-face {
  font-family: "Mont-Regular";
  src: url("../fonts/Montserrat-Regular.eot"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Mont-Medium";
  src: url("../fonts/Montserrat-Medium.eot"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Mont-Bold";
  src: url("../fonts/Montserrat-Bold.eot"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Mont-Black";
  src: url("../fonts/Montserrat-Black.eot"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype");
}
h1 {
  font-size: 16px;
  font-family: "Mont-Bold";
  padding: 1rem 2rem;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.4);
  text-align: center;
  border-radius: 4px;
}

h2 {
  font-size: 16px;
  font-family: "Mont-Bold";
  padding: 0;
  margin: 0;
}

html, body, main {
  width: 100%;
  height: 75%;
  box-sizing: border-box;
  font-family: "Mont-Regular", "Arial", "Helvetica", "sans-serif";
  font-size: 14px;
  color: black;
}

.step {
  width: 100%;
  max-width: 40px;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
  position: relative;
  transition: all 0.3s ease-out;
}
.step:first-child .atrium {
  border-left-color: unset !important;
}
.step:last-child.active {
  border-right: 1px solid black;
}
.step.active {
  width: 100%;
  max-width: 992px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left:1%;
}
.step.active .atrium {
  background-color: white;
  color: black;
  border-left-color: transparent;
}
.step.active .atrium::after {
  background-image: url(../images/icons/minus-icon.svg);
}
.step.active .atrium span {
  color: black;
}
.step.passive {
  width: 20px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  border-right: solid 1px #fff;
}
.step.passive .atrium {
  border-right-color: white;
  height: 45%;
  background-image: linear-gradient(
          131deg
          ,#cfcfcf,#fff 221%);
}
.step:last-child {
  box-shadow: none;
}
.step.d-block {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.step .atrium {
  width: 24px;
  height: 98%;
  padding: 6px 12px;
  color: white;
  background-color: black;
  transform-origin: center center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
  border-radius: 12px;
  margin-top: 5%;
  background-image: linear-gradient(
          81deg
          ,#ffffff ,#ddd 4%,#fff);
}

.step .atrium::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../images/icons/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.step .atrium span {
  min-width: 250px;
  font-family: "Mont-Medium";
  font-size: 14px;
  color: black;
  transform: rotate(-270deg);
  transform-origin: center center;
  transition: all 0.3s ease-out;
  padding-top:6px;
}

.step .atrium2 {
  width: 24px;
  height: 32%;
  padding: 6px 12px;
  color: white;
  background-color: black;
  transform-origin: center center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
  border-radius: 12px;
  margin-top: 5%;
  background-image: linear-gradient(
          81deg
          ,#ffffff ,#ddd 4%,#fff);
}

.step .atrium2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.step .atrium2 span {
  min-width: 250px;
  font-family: "Mont-Bold";
  font-size: 16px;
  color: black;
  transform: rotate(-270deg);
  transform-origin: center center;
  transition: all 0.3s ease-out;
  padding-top:6px;
}

.step .atrium3 {
  width: 24px;
  height: 48%;
  padding: 6px 12px;
  color: white;
  background-color: black;
  transform-origin: center center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
  border-radius: 12px;
  margin-top: 5%;
  background-image: linear-gradient(
          81deg
          ,#ffffff ,#ddd 4%,#fff);
}

.step .atrium3::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.step .atrium3 span {
  min-width: 250px;
  font-family: "Mont-Bold";
  font-size: 16px;
  color: black;
  transform: rotate(-270deg);
  transform-origin: center center;
  transition: all 0.3s ease-out;
  padding-top:6px;
}

.step .atrium4 {
  width: 24px;
  height: 48%;
  padding: 6px 12px;
  color: white;
  background-color: black;
  transform-origin: center center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
  border-radius: 12px;
  margin-top: 5%;
  background-image: linear-gradient(
          81deg
          ,#ffffff ,#ddd 4%,#fff);
}

.step .atrium4::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.step .atrium4 span {
  min-width: 250px;
  font-family: "Mont-Bold";
  font-size: 16px;
  color: black;
  transform: rotate(-270deg);
  transform-origin: center center;
  transition: all 0.3s ease-out;
  padding-top:6px;
}

.step .atrium5 {
  width: 24px;
  height: 48%;
  padding: 6px 12px;
  color: white;
  background-color: black;
  transform-origin: center center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
  border-radius: 12px;
  margin-top: 5%;
  background-image: linear-gradient(
          81deg
          ,#ffffff ,#ddd 4%,#fff);
}

.step .atrium5::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.step .atrium5 span {
  min-width: 250px;
  font-family: "Mont-Bold";
  font-size: 16px;
  color: black;
  transform: rotate(-270deg);
  transform-origin: center center;
  transition: all 0.3s ease-out;
  padding-top:6px;
}

.step .atrium6 {
  width: 24px;
  height: 48%;
  padding: 6px 12px;
  color: white;
  background-color: black;
  transform-origin: center center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
  border-radius: 12px;
  margin-top: 5%;
  background-image: linear-gradient(
          81deg
          ,#ffffff ,#ddd 4%,#fff);
}

.step .atrium6::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.step .atrium6 span {
  min-width: 250px;
  font-family: "Mont-Bold";
  font-size: 16px;
  color: black;
  transform: rotate(-270deg);
  transform-origin: center center;
  transition: all 0.3s ease-out;
  padding-top:6px;
}

.step .atrium7 {
  width: 24px;
  height: 48%;
  padding: 6px 12px;
  color: white;
  background-color: black;
  transform-origin: center center;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-out;
  border-radius: 12px;
  margin-top: 5%;
  background-image: linear-gradient(
          81deg
          ,#ffffff ,#ddd 4%,#fff);
}

.step .atrium7::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.step .atrium7 span {
  min-width: 250px;
  font-family: "Mont-Bold";
  font-size: 16px;
  color: black;
  transform: rotate(-270deg);
  transform-origin: center center;
  transition: all 0.3s ease-out;
  padding-top:6px;
}

.step-content {
  width: 100%;
  transition: all 0.3s ease-out;
}
.step-content h2 {
  transition: all 0.3s ease-out;
}
.step-content .icons a {
  display: block;
  width: 100%;
  max-width: 23px;
}

.directionButtons {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.nextStep {
 color: #fff;
    box-shadow: 0 12px 15px 0 rgb(74 74 74 / 16%);
    background-image: -webkit-gradient(linear,left top, right top,from(#84bd00),color-stop(#b4ec51),color-stop(#a6e247),to(#a6e247));
    background-image: linear-gradient(to right,#84bd00,#b4ec51,#a6e247,#a6e247);
    background-size: 300% 100%;
    padding: 10px 65px 10px 50px;
    font-weight: 600;
    margin-top: 50px;
    min-width: 206px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    padding: 10px 50px 10px 50px;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: transparent;
    box-shadow: 0 12px 15px rgb(82 97 115 / 10%);
    cursor: pointer;
    font-weight: bold;
    height: 50px;
}
.nextStep:hover, .nextStep:active, .nextStep:focus {
  background-color: rgba(247, 195, 49, 0.8);
  border-color: rgba(247, 195, 49, 0.8);
}

.samplesFromTheStore, .orderAndPayment {
  transform: translateX(100%);
  opacity: 0;
  display: none;
}

.btn-success {
  font-family: "Mont-Medium";
  font-size: 12px;
  box-shadow: none !important;
  outline: none !important;
  box-shadow: 0 12px 15px 0 rgb(74 74 74 / 16%);
    background-image: -webkit-gradient(linear,left top, right top,from(#727272),color-stop(#727272),color-stop(#727272),to(#727272));
    background-image: linear-gradient(to right,#727272,#727272,#727272,#727272);
    background-size: 300% 100%;
}

.category-image {
  width: 60%;
  height: 70px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-out;
  cursor: pointer;
  border-radius: 4px;
  margin-left:20%;
}
.category-image:hover, .category-image.active {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.category-image span {
  font-size: 12px;
  font-family: "Mont-Bold";
}

.collection-title {
  cursor: pointer;
  transition: all 0.3s ease-out;
  width: 206px;
  height: 206px;
  border-radius: 4px;
  margin-left: 16%;
}
.collection-title:hover, .collection-title.active {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.collection-title:hover h2, .collection-title.active h2 {
  color: white;
  padding-left: 6px;
}

.slick-arrow {
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-family: "Mont-Regular";
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none !important;
  box-shadow: none !important;
}
.slick-arrow img {
  width: 100%;
  max-width: 12px;
}

.slick-next, .slick-prev {
  position: absolute;
}

.slick-next {
  right: -24px;
}

.slick-prev {
  left: -24px;
}

.newCatetoryImages {
  width: auto;
  padding: 1rem 2rem;
  font-family: "Mont-Medium";
  font-size: 12px;
  color: black;
  border-radius: 6px;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.3s ease-out;
  margin: 0 4px;
  margin-bottom: 12px;
}
.newCatetoryImages span {
  font-size: 10px;
  display: block;
}
.newCatetoryImages:hover, .newCatetoryImages.active {
  background-color: rgba(247, 195, 49, 0.8);
}

.sliderSafe {
  width: 100%;
  margin: auto;
}

.bulb {
  width: 100%;
  max-width: 20px;
  display: block;
  position: fixed;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
}
.bulb.active .bulb-message {
  visibility: visible;
  opacity: 1;
  background-image: url(../images/balon.png);
  width:225px;
  height:225px;
}
.bulb i {
  width: 100%;
  max-width: 20px;
  display: block;
}
.bulb-message {
 width: 200px;
    position: absolute;
    left: 3px;
    bottom: 0;
   
    font-family: "Mont-Bold";
    font-size: 11px;
    color: #000;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    padding: 12px;
    border-radius: 4px;
    font-style: normal;
    border-radius: 20px;
}
.bulb-message p {
  padding: 20px;
  margin: 0;
  margin-top: 5%;
  width: 200px;
  font-size: 11px;
}

label span {
  font-family: "Mont-Bold";
  font-size: 12px;
  color: black;
}

select:focus, select:active, input:focus, input:active, textarea:focus, textarea:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ced4da !important;
}

.input-group {
  flex-wrap: nowrap !important;
}
.input-group span {
  font-family: "Mont-Bold";
  font-size: 12px;
  color: black;
}

textarea.form-control {
  min-height: calc(1.5em + 6rem + 2px);
}

.package-box {
  width: 100%;
  max-width: 300px;
  height: 150px;
  overflow: hidden;
}

#frameAndSurFace span {
  font-family: "Mont-Medium";
  font-size: 12px;
  color: black;
}

.frameAndSurFace_package-box {
  width: 100%;
  max-width: 100px;
  height: auto;
  overflow: hidden;
}

.shopping-bag {
  border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 22px;
}
.shopping-bag p {
  font-family: "Mont-Bold";
  font-size: 18px;
  color: black;
  margin: 0;
}
.shopping-bag span {
  font-family: "Mont-Bold";
  font-size: 16px;
  font-weight:bold;
		color: #C1272D;
}
.shopping-bag i {
  width: 100%;
  max-width: 20px;
  display: block;
}

.fabric-box {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background-color: white;
  transition: all 0.3s ease-out;
  padding: 1rem;
  cursor: pointer;
}
.fabric-box .colorPalette {
  width: 100%;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
}
.fabric-box:hover, .fabric-box.active {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.package-content {
  border-radius: 4px;
}

.packagePrice {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.packagePrice p {
  font-family: "Mont-Bold";
  font-size: 14px;
  color: #4a4a4a;
  margin: 0;
}
.packagePrice span {
  font-family: "Mont-bold";
  font-size: 14px;
  color: #C1272D;
  font-weight: bold;
}

.packagePreview {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
.packagePreview img {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.packagePreview span {
  font-family: "Mont-Bold";
  font-size: 20px;
  color: black;
}

.scrollY {
  height: 100%;
  overflow-y: auto;
}

.maxWidth-100 {
  max-width: 100%;
}

.workingDetailWorkSafe {
  width: 100%;
  height: auto;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.workingDetailWorkSafe label {
  font-family: "Mont-Medium";
  font-size: 16px;
  color: black;
}

.youWorkControl {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 1rem;
  display: none;
}
.youWorkControl.active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.youWorkControl label p {
  font-family: "Mont-Medium";
  font-size: 14px;
  color: black;
  margin: 0;
  padding: 0;
  margin-bottom: -6px;
}
.youWorkControl label span {
  font-family: "Mont-Bold";
  font-size: 10px;
  color: red;
  margin: 0;
  padding: 0;
}

.workingDetailSelectSafe span {
  margin-left: 12px;
  font-family: "Mont-Bold";
  font-size: 12px;
  color: red;
}

.boxTitle {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 1rem;
  font-family: "Mont-Bold";
  font-size: 20px;
  text-align: center;
}

.boxRadioSafe {
  text-align: center;
  padding: 0;
}
.boxRadioSafe label .boxRadioTitle {
  font-family: "Mont-Medium";
  font-size: 16px;
  color: black;
  display: block;
}
.boxRadioSafe label .boxRadioPrice {
  font-family: "Mont-Medium";
  font-size: 12px;
  color: red;
  display: block;
}
.boxRadioSafe label .boxRadioImg {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  margin-left:10px;
}

.extraRadioSafe {
  margin-top: -40px;
}

.boxRadioSafe .boxRadioTitle {
  font-family: "Mont-Bold" !important;
  font-size: 12px !important;
  color: black !important;
}
.boxRadioSafe .boxRadioPrice {
  font-family: "Mont-bold" !important;
  font-size: 12px !important;
  color: #dc3545;
}

/*# sourceMappingURL=style.css.map */
