
::-moz-selection { 
  background: #007737; 
  color: white;
}
::selection {
    background: #007737;
    color: white;
}
*, ::after, ::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}
input::placeholder, textarea::placeholder {
  color: #a0aec0;
}
audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}
button, select {
  text-transform: none;
}
button, input {
  overflow: visible;
}

.text-white {
  --text-opacity: 1;
  color: #fff;
}
.text-center {
  text-align: center;
}

.flex {
  display: flex;
}
.grid {
  display: grid;
}
.fixed{
  position: fixed;
}
button{
  cursor: pointer;
}
html {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}
body, button, input, optgroup, select, textarea. p, h1, h2, h3, h4,h5,h6,span {
  /*font-family: 'Open Sans', sans-serif !important;*/
  font-family: 'Montserrat', sans-serif;

}
@media only screen and (min-width: 640px) {
    body, button, input, optgroup, select, textarea. p, h1, h2, h3, h4,h5,h6,span {
      font-size: 16px;
      line-height: 24px;
    }
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
    text-transform: none;
    -webkit-appearance: button;
}
body{
   background:white;
   margin: 0;
}

/*span {
    font-family: Monaco, monospace !important;
}*/

svg{
  pointer-events: none;
}
img, video {
  max-width: 100%;
  height: auto;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
hr {
  border-top-width: 1px;
  box-sizing: content-box;
height: 0;
overflow: visible;
}

form{
  margin-bottom: 0;
}

.display-flex{
  display: flex;
}
.flex-1{
  flex: 1;
}
.flex-2{
  flex: 2;
}
.flex-3{
  flex: 3;
}
.flex-4{
  flex: 4;
}
#pop_btn {
  padding: 1px 11px;
}
.border {
  border-top: 1px solid #a2a2a2;
  margin: 25px 0px;
}
center {
  text-align: center;
  width: 100%;
}

.ajax-load.text-center {
  color: white;
}
/*== Dark Violet ==*/
.dark-1-bg-color{
  /*background: #0D1018;*/
  background: #120025;
}
/*== Lite Violet ==*/
.dark-4-bg-color{
  background: #4e2c72;
}
.whitecolor{
	background: #fff;
}
.hidden{
  display: none;
}
.search-button.dark-4-bg-color,#search_key {
  background: #fff;
  border: 1px solid #c1bebe;
}
/*== Medium Navy ==*/
.dark-2-bg-color{
 /* background: #1a202c;*/
 background: #040508;
}
.nav-b.dark-2-bg-color {
  box-shadow: 1px 2px 6px #00000080;
}
/*== Lite Navy ==*/
.dark-3-bg-color{
  background: #1e293b;
}

/*== Very Lite Navy ==*/
.light-1-bg-color{
  background: #fff;
}

/*== Main Violet Color ==*/
.purple-dark-bg-color{
  background: #6915c5;
}
/*== Main Dark Pink Color ==*/
.pink-dark-bg-color{
  background: #fc3468;
}
.pink-dark-bg-color:hover{
  background: #f77093;
}

.pink-fent-bg-color{
  background: #f77093;
}
.brown-dark-bg-color{
  background: #350b1c;
}


/*== Pink Dark==*/
.green-bg-color{
  background: #019b2b;
 /* #f426fa*/
}

/*== Violter and pink ==*/
.web-bg-gradient{
  background: linear-gradient(27deg, rgba(105,21,197,1) 0%, rgba(149,28,212,1) 30%, rgba(245,27,250,1) 100%, rgba(0,212,255,1) 100%);
}

/*== Violter dark==*/
.web-bg-dark-gradient{
  /*background: linear-gradient(-35deg, rgb(83, 14, 89) 0%, rgb(28, 28, 42) 30%, rgb(14, 17, 27) 100%);*/
  background:  linear-gradient(75deg, rgb(83, 14, 89) 0%, #120025 40%, #120025 100%);
}

.drop-bottom a {
  font-size: 16px;
  font-weight: 600;
  padding: 6px;
}

#searchInput {
  color: white;
}
.dark-1-color{
  background: #0D1018;
}
.black-bg-color {
  background: #000;
}

.w-fit{
  width: fit-content;
}
.whitespace-nowrap {
  white-space: nowrap;
}

.main-h1{
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
  font-weight: 900;
  color: white;
  font-size: 3rem !important; /* 48px */
  line-height: 1;
  margin: 20px 0;
}

.main-h2{
  font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 900;
  color: white;
  font-size: 30px; /* 48px */
  line-height: 1;
  margin: 20px 0;
}

.main-p1{
color: white;
margin:1em 0;
font-size: 1rem;
line-height: 1.5rem;
}

.main-p2{
color: white;
margin:1em 0;
font-size: 16px;
line-height: 1.5rem;
}

.main-p3{
color: white;
font-size: 14px;
line-height: 1.5rem;
font-weight: 600;
}
.main-p4{
color: white;
font-size: 15px;
line-height: 1.5rem;
font-weight: 400;
}

.main-p5{
color: white;
font-size: 12px;
font-weight: 400;
}

.main-input {
  width: 100%;
  padding: 13px;
  font-size: 13px;
  color: black;
  border: 1px solid #a2a2a2;
  background: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.main-textarea {
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  padding: 15px;
  width: 100%;
  border: none;
  background: #dbdada;
  background: #e9e5e5;
  color: #111;
}
.desc_text {
  font-size: 14px;
  font-weight: 700;
  color: #151515;
}

.select-option {
  padding: 12px 17px;
  border-radius: 7px;
  background: white;
  width: 100%;
}

.alert_danger {
  color: springgreen !important;
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

a {
  color: #000 ;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

a:hover {
  color: #000 ;
  outline: none !important;
  text-decoration: none !important;
}

a:active, a:focus {
  outline: none !important;
  text-decoration: none !important;
}

.pro-badge {
  padding: 3px 6px;
  background: linear-gradient(27deg, rgb(105, 21, 197) 0%, rgb(149, 28, 212) 30%, rgb(245, 27, 250) 100%, rgb(0, 212, 255) 100%);
  border-radius: 6px;
  color: white;
  margin-left: 6px;
  margin-top: -7px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 11px;
  height: fit-content;
}

.icons {
  width: 12px;
  height: auto;
  margin-right: 3px;
}

.hr {
  height: 1px;
  background: linear-gradient(27deg, rgb(105, 21, 197) 0%, rgb(149, 28, 212) 30%, rgb(245, 27, 250) 100%, rgb(0, 212, 255) 100%);
}

.hr-2 {
  height: 1px;
  background: #6c7689;
}

.hide {
  display: none;
}

.cart_count {
  position: absolute;
  margin: -35px 11px;
  background: black;
  color: white;
  padding: 2px 2px;
  border-radius: 50%;
  font-size: 11px;
  height: 22px;
  width: 22px;
  text-align: center;
}

/*==================================  nav bar  ===============================*/
/*==================================  nav bar  ===============================*/
.home_banner {
  padding: 16px;
}
.pop-navbar{
  z-index: 20;
width: 100%;
left: 0;
bottom: 0;
right: 0;
top: 0;
position: absolute;
padding: 2rem;
height: 100%;
--bg-opacity: 1;
background-color:#fff;
}

.nav-burger{
   width: 1.5rem;
   height: 1.5rem;
   display: block;
}
.sign-in-guest {
  width: 100%;
  display: block;
  padding: 12px;
  text-align: center;
  border-radius: 4px;
  margin-top: 2em;
  color: #fff;
  font-weight: 600;
}
 
 .upload-button-mob:focus{

 }

.navicon:focus{
    outline: 2px solid transparent;
outline-offset: 2px;
box-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
--tw-ring-offset-width: 2px;
}

.svg-upload{
    width: 1.25rem;
  height: 1.25rem;  
}
.svg-message {
  width: 18px;
  height: 25px;
}
.svg-profile {
  width: 24px;
  height: 20px;
}

.profile-block{
  position: relative;
   margin-left: .7rem;
}

 
.navclose-button{
color: white;
padding: .5rem;
justify-content: center;
align-items: center;
display: inline-flex;
border-radius: .375rem;
background: #000;
color: #fff;
}

.navbarr{
  z-index: 9;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.navbar-display{
  max-width: 
  margin-left:auto;
  margin-right: auto;
  padding: 0 8px;
}

.nav-signbar {
  border-radius: 6px;
  font-size: 15px;
  color: black;
  font-weight: 500;
  white-space: nowrap;
  margin-left: 7px;
padding: 6px 10px 6px 10px;
  border: 2px solid #5b5b5b;

}
.nav-signbar:hover {
  color: black;
  font-weight: 600;
}
.nav-flex{
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.navbar-left{
  display: flex;
}
.navbar-center{
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: -56px;
}

.stroke-white {
  stroke: #5b5b5b;
  stroke-width: 3;
}
.search-button {
  float: right;
  cursor: pointer;
  padding-right: 12.3px;
  margin-left: -39px;
  height: 39px;
  padding-top: 10px;
  padding: 12px;
  border-radius: 7px;
  position: absolute;
  border: none !important;
  background: none !important;
}
.profile-dropdown {
  display: flex;
  border-radius: 2px;
  font-size: 4px;
  line-height: 20px;
  width: 34px !important;
}


.search-button-2 {
  float: right;
  cursor: pointer;
  padding-right: 12.3px;
  margin-left: -52px;
  height: 42px;
  padding-top: 1px;

}
.search-input {
  padding: 9px 16px;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: black;
}

.hire-coder-img{
  width: 75%;
}
.navbar-right{
  padding-right: 0;
}

.mobile-navbar{
  left: 0;
  display: flex;
  align-items: center;
  top: 0px;
  bottom: 0px;
}

.navbar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  border-radius: 7px;
  color: black;
  background: #fff;
  border: 2px solid black;
}
.images-log{
  border-style: solid;
  float: right;
  height: 2rem;
  position: absolute;
  width: auto;
}
.nav-text{
  font-weight: 700;
  font-size: 1.125rem;
  color: #000;
}


.pop-nav-search{
  background: #eee;
  width: 100%;
    padding-top: 1rem;
  padding-bottom: 1rem;
    padding-left: .75rem;
  padding-right: .75rem;
   font-size: .875rem;
   font-weight: 500;
    border-radius: .375rem;
}

.pop-navbutton{
  position: absolute;
    padding-left: .75rem;
  padding-right: .75rem;
    padding-top: .75rem;
  padding-bottom: .75rem;
    border-radius: .375rem;
    margin-top: .5rem;
    background: none;
}


.drop-bottom{
  width: 100%;
  --text-opacity: 1;
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 1.125rem;
}

.svg-bottom{
   width: 1.25rem;
   margin-right: -.25rem;
   margin-left: .5rem;
    height: 1.25rem;
    float: right;
}
 
.drop-bottom-list{
  padding-left: 1.5rem;
   margin-top: -.5rem;
    margin-left: 2rem;
    display: grid;
    border-left-width: 2px;
} 



.upload-button {
  margin: 8px;
  align-items: center;
  padding: 2px 7px;
  border-radius: 7px;
  font-weight: 600;
  border: none;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 20px;
}


.navbar-img-content{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.navbar-logo{
  display: block;
  height: 32px;
  width: auto;
}

.navbar-center-card{
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-flex {
  display: flex;
  margin-right: auto;
  margin-left: auto !important;
  width: fit-content !important;
  width: min-content !important;
}
.nav-menu {
  color: #000;
  padding: 8px 27px;
  border-radius: 7px;
  font-weight: 400;
  font-size: 15px;
  transform: scaleY(1.03);
  transform-origin: 0 0;
}
.nav-menu:hover {
  background-color: #cddece;
  color: black;
}

.navbar-right-card {
  display: flex;
  align-items: center;
  float: right;
}

.nav-search-bar {
  display: none;
  margin: 2px 16px;
  position: relative;
}
.nav-auth{
  margin-left: 8px;
  position: relative;
}

.dropdown-upload{
  right: 0;
  position: absolute;
  margin-top: 60px;
  width: 210px;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  padding: 25px !important;
  top: 0;
  right: 0;  
}


.top-arrow-upload{
  position: absolute;
  top: -8px;
  right: 16px;
  margin-bottom: 24px;
  border-top: 1px solid gray;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}

.dropdown-text {
  display: block;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.dropdown-text:hover {
  color: black;
  border-bottom: 2px solid black;
}
.message-icon{
  margin:8px;
  border-radius: 50%;
  color: black;

}
.text-center {
  text-align: center;
}
.flex {
  display: flex;
}
/*xl*/
@media only screen and (min-width: 1280px) {

}
/*lg*/
@media only screen and (min-width: 1024px) {
  .pop-navbar{
    display: none;
  }
  .sup-l{
    padding: 1.5rem;
  }
  
  .navbar-display{
    padding: 0 32px !important;
  }
  .navbar-center{
    display: block;
    margin-left: 0;
  }
  .mobile-navbar{
    display: none;
  }
  .navbar-img-content{
    margin-left: 0;
  }
  .nav-search-bar{
    display: block;
  }



}

/*md*/
@media only screen and (min-width: 768px) {


}
/*sm*/
@media only screen and (min-width: 640px) {
  .navbar-display{
    padding: 0 24px;
  }
  .navbar-left{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
  .navbar-center{
    align-items: stretch;
    justify-content: flex-start;
  }
  .navbar-right{
    margin-left: 24px;
    padding-right: 0;
  }
  .navbar-logo{
    height: 35px;
  }
  .navbar-center-card{
     display: block;
  }
}

/*================================== End nav bar  ===============================*/




/*================ Product Gallery*/


.product_card_title {
    font-size: 16px;
}
.product_gallery {
  width: 98%;
  padding: 15px 0px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  max-width: 1560px;
  margin: 3em auto auto;
}
.background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  transform: scaleY(1.1);
  margin-top: 3px;
}
.ovibrand {
  font-size: 13px;
}
.product_price {
  margin-top: 3px;
}
.price_p {
  font-size: 19px;
}
.extra_price {
  font-size: 2px;
}
.fabric_text {
  font-size: 12px;
  background: #f2f6f2;
  padding: 6px 12px;
  border: 1px solid #a49f9f;
}

.extra_price {
  font-size: 13px;
  margin-top: 3px !important;
  position: absolute;
  margin-left: 8px;
  color: #535353;
}
.sqtyll {
  font-size: 9px;
  margin: -3px;
  text-align: center;
  padding: 0px 18px;
}


.gallery_item_content {
  display: block;
  width: 90vw;
  margin-top: 0.5em;
}
.product_description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  height: 16px;
  color: #474747;
  margin: 6px 0px;
}
.product_card {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin-top: 15px;
  max-width: 1560px;
  width: 100%;
}
.product_card_title {
  font-size: 19px;
  padding: 0px 15px;
}
.product_card .gallery-item {
  flex: 0 1 100%;
  padding: 15px;
}



.card figure {
  overflow: hidden;
  position: relative;
  min-height: 350px;
}

.card figure:before {
  background: transparent;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
  top: 0;
  width: 100%;
}
.card figcaption {
  bottom: -100%;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
  padding: 15px;
  z-index: 1;
}
.card .card-header {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.card .card-header small {
  color: #EBECED;
  font-size: 13px;
}
.card .card-header small:before {
  content: "—";
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 10px;
}
.card .card-header h4 {
  color: #F7F7F7;
  font-size: 18px;
  font-weight: normal;
}
.card .card-body q {
  color: #EBECED;
}
.card figure:hover:before {
  background: rgba(0, 0, 0, 0.35);
}
.card figure:hover figcaption {
  bottom: 0;
}
.card figure:hover .card-header {
  transition: all 0.3s ease 0.2s;
  margin-bottom: 15px;
}


@media only screen and (min-width:320px) and (max-width:420px){
  .product_card .gallery-item {
    flex: 1 1 50%;
    padding: 11px 4px;
    border: 1px solid #eaeaea;
    width: 37px;
  }
  .card figure {
    min-height: 58vw;
    width: 46vw;
  }
  /*  .card figure {
    min-height: 235px;
  }*/
  .product_title{
    width: 44vw;
  }
  .product_description{
    width: 44vw;
  }
  .gallery_item_content{
    width: 44vw;
  }
}


@media (min-width: 420px) {
  .product_card .gallery-item {
    flex: 1 1 50%;
    padding: 12px 6px;
    border: 1px solid #eaeaea;
  }
  .gallery_item_content {
  width: 45vw;
  }
    .card figure {
    min-height: 56vw;
    width: 46vw;
  }
/*  .card figure {
    min-height: 56vw;
  }*/
  .product_gallery{
    border-radius: 0px;
  }


}


@media (min-width: 600px) {
  .card figure {
    /*padding-top: 75%;*/
  }
/*  .product_card .gallery-item {
    flex: 0 1 50%;
    flex: 1 1 24.333%;
  }*/

}


@media (min-width: 768px){
  .product_card .gallery-item {
    padding: 10px;
    border: none;
  }

 /*.card figure {
    min-height: 50vw;

  }*/
  .card figure {
    min-height: 50vw;
    width: 40vw;
  }
  .gallery_item_content {
    width: 39vw;
  }
  .product_gallery{
    border-radius: 10px;
  }

.product_gallery {
  width: 96%;
  padding: 40px 30px;
}




}

@media (min-width: 990px){
  .product_card .gallery-item {
    flex: 1 1 24.333%;
    padding: 15px;
  }
  .gallery_item_content {
    width: 25vw;
  }
  /*.card figure {
    min-height: 34vw;
  }*/
  .card figure {
    min-height: 33vw;
    width: 26vw;
  }  


}

@media (min-width: 1250px){
  .product_card .gallery-item {
    flex: 1 1 24.333%;
  }
  .gallery_item_content {
    width: 20vw;
  }
  /*.card figure {
    min-height: 26vw;
  } */
  .card figure {
    min-height: 25vw;
    width: 20vw;
  }


}
@media (min-width: 1482px){


  .gallery_item_content {
    width: 20vw;
  }
  /*.card figure {
    min-height: 380px;
    width: 20vw;
  } */
  .card figure {
    min-height: 25vw;
    width: 20vw;
  }

}


@media (min-width: 1560px){


  .gallery_item_content {
    width: 325px;
  }
  .card figure {
    min-height: 26vw;
    width: 21vw;
  }

}






/*============ Footer ==========*/

.newsletter input {
  border: 1px solid black;
  padding: 11px 13px;
  font-size: 12px;
}

.layout_item.w-25 {
  margin: 20px 2px;
  border-bottom: 1px solid #b3b3b3;
}

@media (min-width: 680px) { 
.layout_item.w-25 {
  margin: 0;
  border-bottom: none;
}


 }

.flex {
  display: flex;
}
.footer_video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border: none;
}
.footer_inner {
  background: #f7f7f7;
  backdrop-filter: blur(50px);
  border: 0.1px solid rgba(233, 232, 232, 0.208);
  border-radius: 5px;
  padding: 2rem;
  margin: 1rem 0;
}
.footer {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 77vh;
  background: #181818;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 675px) {
  .layout {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 2rem;
  }
  .w-50 {
    width: 50%;
  }
  .w-25 {
    width: 25%;
  }
}

.c-2 {
  margin-top: 3.5rem;
}
.footer_copyright {
  color: white;
}


.paginate_product {
  float: right;
  width: 100%;
  margin: 20px auto;
}
.paginate_product .pagination {
  display: flex;
  width: 100%;
}
.paginate_product .pagination .disabled span {
  width: 100%;
  border: 1px solid #a2a2a2;
  padding: 12px 8px;
  font-weight: 600;
  color: #858585;
  cursor: no-drop;
  display: block;
  font-size: 14px;
}

.paginate_product .pagination .disabled {
  width: 50%;
  margin: 0px 10px;
}

.paginate_product .pagination .page-item  {
  width: 50%;
  margin: 0px 10px;
}
.paginate_product .pagination .page-item a {
  width: 100%;
  border: 2px solid #1a1a1a;
  padding: 12px 12px;
  font-weight: 600;
  color: black;
  cursor: pointer;
  display: block;
  font-size: 14px;
}





/*========================= PopUp =================================*/

.card_pop {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 336px;
  margin: auto;
  top: 22%;
}
.top_pop {
  background-color: #eee;
  border-radius: 20px;
  margin: 16px 0;
  width: 260px;
}
.text_pop {
  box-sizing: border-box;
  padding: 20px 20px 20px;
  width: 100%;
}
.title_pop {
  align-items: center;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #877b7b;
  margin-bottom: 16px;
}
.tooltip_pop {
  font-size: 16px;
  font-weight: normal;
  margin-top: 2px;
  position: relative;
}
.tooltip_pop:hover {
  cursor: help;
}
.tooltip-spacing_pop {
  height: 20px;
  margin: 8px;
  position: relative;
  width: 20px;
}
.tooltip-bg1_pop {
  background-color: #000;
  border-radius: 10px;
  content: " ";
  display: flex;
  height: 20px;
  position: absolute;
  top: 0;
  width: 20px;
}
.tooltip-bg2_pop {
  background-color: #fff;
  border-radius: 8px;
  content: " ";
  display: flex;
  height: 16px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.tooltip-text_pop {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 20px;
}
.info_pop {
  color: #191b1c;
  font-weight: 600;
}
.popup-bg_pop {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16))
    drop-shadow(0 3px 6px rgba(0, 0, 0, 0.23));
  position: absolute;
  top: -126px;
}
.popup-outline {
  position: absolute;
  top: -126px;
}
.popup-text_pop {
  border-radius: 12px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  left: 8px;
  opacity: 0;
  padding: 12px 16px;
  position: absolute;
  top: -117px;
  transition: opacity 240ms 120ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 292px;
}
.tooltip_pop:hover ~ .popup-text_pop {
  display: block;
}
.popup-bg_pop {
  opacity: 0;
  transition: opacity 240ms 120ms cubic-bezier(0.4, 0, 0.2, 1);
}
.popup-outline-left_pop {
  stroke-dasharray: 0 426px;
  stroke-dashoffset: 1px;
  transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.popup-outline-right_pop {
  stroke-dasharray: 352px 352px;
  stroke-dashoffset: -352px;
  transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip_pop:hover ~ .popup-text_pop {
  opacity: 1;
}
.tooltip_pop:hover ~ .popup-bg_pop {
  opacity: 1;
  transition: opacity 240ms 120ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip_pop:hover ~ .popup-outline_pop .popup-outline-left_pop {
  stroke-dasharray: 426px 426px;
  transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip_pop:hover ~ .popup-outline_pop .popup-outline-right_pop {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.buttons_pop {
  display: flex;
  margin-top: 8px;
  width: 100%;
}
.button_pop {
  align-items: center;
  background: #edf1f7;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  margin: 0 5px 28px 20px;
  width: 100%;
}

.button_pop:last-child {
  margin: 0 20px 20px 5px;
}

.button-primary_pop {
  background-color: #168d0c;
  color: #fff;
}
.note_pop {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000d9;
  z-index: 99;
}





@media (min-width: 490px) { 



 }

@media (min-width: 640px) { 


  .paginate_product {
    padding: 15px;
    float: right;
    width: 50%;
    margin: 20px 10px;
  }

 }

@media (min-width: 768px) { 




 }

@media (min-width: 1024px) { 



 }


@media (min-width: 1280px) { 

}

@media (min-width: 1536px){

}
