@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
 
:root {
  --c-white-01: #fff;
  --c-white-02: #e1dec4;
  --c-brown-01: #A6713F;
  --c-brown-01-hover: #bd844e;
  --c-dark-blue-01: #161434;
  --c-dark-blue-01-hover: #373370;
  --c-light-blue-01: #898FA0;
}





#close-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
  margin: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

#close-icon:hover > svg {
  color: var(--c-dark-blue-01-hover);
}

#close-icon svg {
  color: var(--c-dark-blue-01);
  width: 100%;
  height: 100%;
  transition: all .3s ease-in;
}



#openIcon {
    display: block;
    padding: 10px;
    border: 0;
    background: #92250f;
    color: white;
    font-size: 17px;
    /* letter-spacing: 2px; */
    border-radius: 5px;
    transition: all .4s ease-out;
    position: absolute;
    right: 16%;
    bottom: 20px;
    font-weight: 600;
}

#openIcon:hover {
  /* background: var(--c-brown-01-hover); */
}

#popover {
    text-align: center;
    width: 70vw;
    max-width: 500px;
    opacity: 1;
    transition: all .5s ease-out;
    padding: 23px;
    background: rgb(0 0 0 / 64%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.6px);
    -webkit-backdrop-filter: blur(2.6px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    left: 0%;
    top: 0%;
    z-index: 9999;
}
#popover::backdrop {
	float:right;
}
#popover h3{
        color: #ffff27;
    margin: 5px 0;
}
#popover form input{
    background: #ffffff;
    width: 322px;
    height: 45px;
     border-radius: 11px;
    line-height: 30px !important;
    border: 2px solid #dc8e09;
    box-shadow: 0 0 4px #b37204;
    padding: 0px 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 12px !important;
}
#popover form textarea{
     border-radius: 14px;
     border: 2px solid #dc8e09;
}
#popover form label{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 130px;
    display: inline-block;
    color: #fff;
    float: left;
    text-align: left;
    padding: 0 11px;
    animation: fadeInRight 5s;
    border-radius:10px;
}
#popover form input[type="submit"] {
    width: 111px;
    height: 43px;
    line-height: 48px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 0px !important;
    background-size: 100%;
    padding: 0;
    border: 0 none;
    box-shadow: 2px 2px 0px #191414;
    cursor: pointer;
    background: #cb5c19;
    border-radius: 14px;
    transition: all 0.5s ease-out;
    margin-right: 5px;
    margin-left: 65px;
}
#popover form input[type="reset"] {
    width: 111px;
    height: 43px;
    line-height: 48px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 0px !important;
    background-size: 100%;
    padding: 0;
    border: 0 none;
    box-shadow: 2px 2px 0px #191414;
    cursor: pointer;
    background: #cb5c19;
    border-radius: 14px;
    transition: all 0.5s ease-out;
    margin-right: 5px;
    margin-left: 25px;
}
.row-sm{
	
	position:relative;
	z-index:1;
}



@keyframes slide {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0rem);
  }
}

@media (max-width: 768px){
    
    #popover {
    text-align: center;
    width: 85%;
    max-width: 475px;
    opacity: 1;
    transition: all .5s ease-out;
    padding: 10px;
    background: rgb(0 0 0 / 64%);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2.6px);
    -webkit-backdrop-filter: blur(2.6px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    left: 0%;
    top: 0%;
    height: 81%;
    z-index: 9999;
}
#popover form label {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 130px;
    display: inline-block;
    color: #fff;
    float: left;
    text-align: left;
    padding: 0 4px;
    animation: fadeInRight 5s;
    border-radius: 10px;
}
#popover form input {
    background: #ffffff;
    width: 96%;
    height: 31px;
    border-radius: 2px;
    line-height: 15px !important;
    border: 0px solid #dc8e09;
    box-shadow: 0 0 4px #b37204;
    padding: 0px 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #000;
    margin-bottom: 0px !important;
}
#popover form textarea {
    border-radius: 4px;
    /* border: 1px solid #dc8e09; */
    width: 96%;
    box-shadow: none;
    margin: 0 !important;
}
#popover form input[type="submit"] {
    width: 100px;
    height: 37px;
    line-height: 48px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 0px !important;
    background-size: 100%;
    padding: 0;
    border: 0 none;
    box-shadow: 2px 2px 0px #191414;
    cursor: pointer;
    background: #cb5c19;
    border-radius: 10px;
    transition: all 0.5s ease-out;
   margin:0!important;
}
._product-detail-content {
    background: #fff;
    padding: 12px 35px;
    border: 1px solid lightgray;
    height: 360px;
}
}