
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: "Poppins", sans-serif;
    background-color: #F2F2F2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px;
    border-bottom:1px solid #E2E0E0;
}
.OptionsSelction ul .select .InnerBox::after{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background: #0796fc url('../images/check.png') no-repeat; 
    background-size: contain;
}
.MainMsg{
    text-align: center;
    margin: 30px 0px;
}
.MainMsg h1{
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.fabricOptions{
    height: 650px;
    overflow-y: scroll;
}
.MainMsg h5{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
}
.HeaderNotification{
      display: flex
;
    align-items: center;
    justify-content: center;
    height: 50px;
       background: linear-gradient(to right, #bb8484, #4990bc);
    border-radius: 4px 4px 0 0;
    color: white;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    gap: 13px;
}
header a img{
    width: 45px;
    margin: 3px 0px;
}
button {
    width: 100%;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: #0796fc;
    border-radius: 3px;
    transition: 0.5s;
    padding: 13px 0px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 4px #0000003b;
}
button:hover {
    background: #0d6eb3
}

.OptionContiner{
    width: 500px;
    margin: 0px auto;
    background: #ffffff;
    min-height: 450px;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 5px #0000001f;
    border-radius: 4px;
    padding: 9px 30px;
}
.QuestionHeading{
 font-size: 17px;
    font-weight: 500;
    margin: 15px 0px 12px -1px;
    color: #4b4646;
    display: block;
}
.etsyreview-ww{
    margin: 100px 20px;
}
.phonenumber a{
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
.removebtn{
        text-transform: uppercase;
    text-decoration: none;
    color: #959191;
}
.Steps{
    position: relative;
    padding: 15px 0px;
    margin: 15px 0px 20px 0px;
}
.Steps ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.Steps ul li{
    font-size: 10px;
    font-weight: 700;
    color: #7E8086;
    flex:1 1 12%;
    text-align: center;
    padding: 0px 5px;
        cursor: pointer;
}
.Steps ul:before{
    content:'';
    border: 1px solid #0796FC;
    position: absolute;
    width: 90%;
    top: 24px;
    z-index: 1;
}
.w-100{
        max-width: 100%;
       margin-bottom: 10px;
}
.image-size{
        width: 71%;
    margin: 40px auto 44px auto;
    display: block;
}
.fabricNamePop{
  font-size: 24px;
    font-weight: 300;
    margin-bottom: 17px;
    line-height: 31px;
}


.product-card-container {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.product-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
    text-decoration: none;
}

.product-card img {
    width: 100%;
    height: auto;
    display: block;
}

.product-info {
    padding: 20px;
}

.product-info h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.product-info p {
    font-size: 16px;
    color: #666;
}


.Steps .dot{
    border: 2px solid #0796fc;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background: #fff;
    margin: 0px auto;
position: relative;
z-index: 2;
}
.Steps .text{
    margin-top: 4px;
}

.selected .dot{
    background: #0796fc;
}
.selected .text{
    color: #0796fc;
}
.OptionsSelction ul{
    display: flex;
    flex-wrap: wrap;
}
.OptionsSelction ul li{
    flex: 0 0 30%;
    text-align: center;
    cursor: pointer;
    padding: 8px;
}
.OptionsSelction ul li .InnerBox img{
    width: 100%;
}
.OptionsSelction ul li .InnerBox{
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #cccccc6b;
}
.OptionsSelction ul li .Name{
    padding: 10px;
    font-size: 13px;
}
.OptionsSelction ul .select .InnerBox{
    border: 1px solid #0796fc;
    position: relative;
}

.OptionsSelction{
    margin: 16px 0px;
}
footer{
    margin: 25px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    color: #5e5e5e;
}
.form-group{
    margin: 25px 0px;
}
.form-group label{
    display: block;
    width: 100%;
    margin-bottom: 6px;
    font-size: 15px;
    color: #252525;
}
.form-group input{
    display: inline-block;
    font-size: 18px;
    padding: 13px;
    width: 100%;
    font-weight: 500;
        border: 1px solid #dddddd;
    box-sizing: border-box;
}
.form-group select{
    display: inline-block;
    font-size: 18px;
    padding: 13px;
    width: 100%;
    font-weight: 500;
        border: 1px solid #dddddd;
    box-sizing: border-box;
}
.form-group textarea{
    display: inline-block;
    font-size: 18px;
    padding: 13px;
    width: 100%;
    font-weight: 500;
    box-sizing: border-box;
        border: 1px solid #dddddd;
}
.OptionsSelctionCompany ul{
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
        position: relative;
}
.OptionsSelctionCompany ul li{
    flex: 0 0 31%;
    cursor: pointer;
}
.OptionsSelctionCompany ul li .InnerBox{
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #cccccc6b;
    padding: 10px;
}

.OptionsSelctionCompany ul .select .InnerBox{
    border: 1px solid #0796fc;
    position: relative;
}
.OptionsSelctionCompany ul .select .InnerBox::after{
    content: '';
    position: absolute;
    right: 9px;
    top: 6px;
    width: 22px;
    height: 22px;
    background: #0796fc url(../images/check.png) no-repeat;
    background-size: contain;
}
.fabricOptions ul li{
    flex:0 0 89px;
    position: relative;
}
.fabricOptions ul li img{
   width: 100%;
}
.fabricOptions ul li .on-hover{
    display: none;
}
.fabricOptions ul .select::after{
    content: '';
    position: absolute;
    right: 9px;
    top: 6px;
    width: 22px;
    height: 22px;
    background: #0796fc url(../images/check.png) no-repeat;
    background-size: contain;
    border: 1px solid #ffffff;
}

.fabricOptions ul li:hover .on-hover {
      display: block;
    position: absolute;
    width: 250px;
    background: #fff;
    padding: 17px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 3px #00000042;
    left: 0px;
    bottom: 100px;
}
.fabricOptions ul li:nth-child(4n) .on-hover {
 right: 0px;
    left: auto;
}
.fabricOptions ul li:nth-child(5n) .on-hover{
      right: 0px;
    left: auto;
}
 
.fabricName{
    margin-top: 5px;
    font-size: 12px;
}
table{
    width: 100%;
}
table tr td{
    padding: 10px;
    border: 1px solid #d5d5d5;
}
table tr td:first-child{
    font-weight: 600;
}
.QuestionHeading2 {
    background: #e7f2fa;
    padding: 10px;
    margin-bottom: 15px;
}

.goBack{
    color: #0796fc;
    border-width: 2px;
    border-style: solid;
    border-color: #0796fc;
    background: #fff;
}
.goBack:hover {
    background: #0796fd;
    color: #fff;
}

.qtytab {
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
      display: flex;
    align-items: center;
    justify-content: center;
}
.removedit{
    display: flex;
    justify-content: left;
    align-content: center;
    gap: 10px;
}

.qtytab .value-button {
 display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 31px;
    height: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container{
    width: 95%;
    max-width: 95%;
    margin: 0px auto;
}
.FabricGrid{
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap onto the next row */
    gap: 16px; /* Adds space between items (optional) */
    justify-items: start;
    align-items: start;
    justify-content: start;
}

.col-fabric {
    flex: 0 1 calc(25% - 16px); /* Each item takes up one-fourth of the row */
    box-sizing: border-box; /* Includes padding and border in width calculation */
    padding: 8px; /* Adds inner spacing (optional) */
    background-color: #fff; /* Background color for visibility (optional) */
    text-decoration: none;
}
.col-fabric img{
   max-width: 100%;
   width: 100%;
}
.FabricName{
        color: #000;
    padding: 10px 10px;
}
.FabricCardView{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 25px;
    width: 580px;
    margin: 30px auto;
}
.FabricCardView .FabricName {
    color: #000;
    padding: 19px 0px 19px 0px;
    font-size: 26px;
}

.containerstyle p{
        line-height: 22px;
    margin: 11px 0px;
    font-weight: 300;
    font-size: 15px;
    color: #444343;
}
.containerstyle h1{
        line-height: 22px;
    margin: 11px 0px;
    font-weight: 300;
    font-size: 15px;
    color: #444343;
}
.containerstyle ul{
     line-height: 22px;
    margin: 11px 0px 11px 24px;
    font-weight: 300;
    font-size: 15px;
    color: #444343;
    list-style-type: disc;
}
.containerstyle h2{
        font-size: 16px;
    margin-top: 28px;
}
.qtytab .value-button:hover {
  cursor: pointer;
}

.qtytab #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

.qtytab #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

.qtytab #input-wrap {
  margin: 0px;
  padding: 0px;
}

.qtytab input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 35px;
   height: 32px;
}

.qtytab input.number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 35px;
   height: 32px;
}

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

.rowonline{
    display: flex;
    padding: 13px 13px 11px 13px;
    border: 1px solid #dfdfdf;
    margin: 10px 0px;
}
.col8{
    display: flex;
    flex: 1 1 70%;
    gap: 12px;
}
.col4{

    flex: 1 1 30%;
}
.col8 .image img{
    width: 85px;
}
.fabricname{
     font-size: 15px;
    line-height: 19px;
}
.fabric2{
    font-size: 12px;
    color: #6c6c6c;
    margin: 4px 0px;
}
.buttongroup{
    display: flex;
    align-items: center;
    justify-content: right;
}
.buttongroup button {
    width: 192px;
    font-size: 13px;
    font-weight: 500;
    background: #454545;
}
.EditBtn{
        font-size: 13px;
    margin-top: 8px;
    display: block;
    color: #0796fd;
    font-weight: 500;
}
.thankspage .OptionContiner{
    margin-top: 30px;
        display: flex;
}
.thankspage .OptionContiner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.thanks img{
    width: 130px;
    display: block;
}
.thanks{
    display: flex;
    flex-direction: column;
    gap: 7px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.Thanku1{
        font-size: 26px;
    margin: 14px 0px 6px 0px;
    font-weight: 500;
}
.Thanku2{
    line-height: 23px;
    margin-bottom: 13px;
    font-weight: 300;
}
.Thanku3{
    padding: 12px 18px;
    box-sizing: border-box;
    border: 1px solid #2485ff;
    border-radius: 5px;
    color: #2485ff;
    cursor: pointer;
    background: #f9faff;
    margin: 0px 0px 11px 0px;
}
.Thanku6{
     padding: 12px 18px;
    box-sizing: border-box;
    border: 1px solid #2485ff;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    background: #2485ff;
    margin: 0px 0px 11px 0px;
}
.Thanku4{
        font-weight: 400;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 16px;
}

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


.formstep[data-stepredirected="0"] {
	cursor: no-drop;
}

input, textarea, input[type=number], select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
      border: 1px solid #dddddd;

}
 
input:focus-visible, textarea:focus-visible, input[type=number]:focus-visible, select:focus-visible {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    outline: none;
        border: 1px solid #dddddd;
}
.sss {
    width: 207px;
    color: rgb(151 151 151);
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
    transition: 0.5s;
    padding: 11px 8px;
    box-shadow: none;
    border: 1px solid #adadad;
    border-radius: 0px;
    text-align: center;
    margin: 18px auto 10px auto;
    display: block;
}
.fabric2 span{
    line-height: 16px;
}

@media only screen and (max-width: 510px) {
    
    .HeaderNotification {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: auto;
    background: linear-gradient(to right, #bb8484, #4990bc);
    border-radius: 4px 4px 0 0;
    color: white;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px;
    line-height: 19px;
}

    .FabricCardView{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 15px;
    width: 85%;
    margin: 20px auto;
}
.FabricCardView .FabricName {
    color: #000;
    padding: 19px 0px 5px 0px;
    font-size: 19px;
}
.col-fabric .FabricName {
    color: #000;
    padding: 5px 0px;
    font-size: 13px;
    line-height: 14px;
}
    .product-card-container{
        flex-wrap: wrap;
    }
    .OptionContiner {
    width: auto;
    margin: 0px auto;
        padding: 0px 12px;
    }
    .col8 {
    display: flex;
    flex: 1 1 100%;
    gap: 12px;
    flex-wrap: wrap;
}
    
    header {
    padding: 5px 12px;
    }
    .phonenumber{
        font-size: 15px;
    width: 132px;
    line-height: 17px;
    }
    .MainMsg h1 {
    font-size: 18px;
    margin-bottom: 6px;
}
.MainMsg h5 {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 300;
}
.OptionsSelction ul li {
    flex: 0 0 29%;
    text-align: center;
    cursor: pointer;
    padding: 6px;
}
.OptionsSelction ul li .Name {
    padding: 9px;
    font-size: 12px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.OptionsSelctionCompany ul li {
    flex: 0 0 47%;
    cursor: pointer;
}
.OptionsSelctionCompany ul li .InnerBox {
    font-size: 14px;
}
.OptionsSelctionCompany ul {
    gap: 10px;
}
.fabricOptions ul li {
    flex: 0 0 73px;
    position: relative;
}
.col-fabric {
    flex: 0 1 calc(50% - 16px); /* Each item takes up one-fourth of the row */
    box-sizing: border-box; /* Includes padding and border in width calculation */
    padding: 8px; /* Adds inner spacing (optional) */
    background-color: #fff; /* Background color for visibility (optional) */
    text-decoration: none;
}
}

.blocker {
    z-index: 3 !important;
}

 
