
/* 
Theme Name: Craft Market
Author: Bitbari Tech
Author_URI: https://bitbaritech.com
Version:0.1
Description: This is a creaft market theme 
*/


@font-face {
	font-family:'Inria Serif';
	src:	url('./assets/fonts/InriaSerif/InriaSerif-Light.eot');
	src:	url('./assets/fonts/InriaSerif/InriaSerif-Light.eot?#iefix') format('embedded-opentype'),
			url('./assets/fonts/InriaSerif/InriaSerif-Light.woff2') format('woff2'),
			url('./assets/fonts/InriaSerif/InriaSerif-Light.woff') format('woff'),
			url('./assets/fonts/InriaSerif/InriaSerif-Light.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}


body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Kiwi Maru', serif;
}

button{
  height: 54px;
}

.body{
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
}

.body-line{
  margin: 30px 0px 0px 0px;
}

.body .body-line h3{
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 25.6px;
  color: #40210F;

}

.body-line img{
  width: 100%;
}
/*For responsive header*/
.header {
  overflow: hidden;
  background-color: #EC7447;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 50px;
  border-bottom: 2px dashed #40210f;
}

.header .logo img{
  width: 108px;
}
.header .logo img:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.header ul{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.header li{
  list-style: none;
  font-size: 15px;
  font-weight: 500;
}

.social i{
  font-size: 1.3rem;
  padding: 0 5px;
}
.social i:hover{
  opacity: 0.7;
}

.header-right{
  display: flex;
  grid-gap: 20px;
}

.header-right .first_button{
  background: #FFFFFF;
  border: navajowhite;
  padding: 15px 30px;
  border-radius: 31px;
  line-height: 1;
}

.header-right .first_button a{
  color: #381800;
  font-size: 18px;
  font-weight: 500;
}

.header-right .second_button{
  background: #381800;
  border: navajowhite;
  padding: 15px 30px;
  border-radius: 31px;
  line-height: 1;
  color: #fff;
}

.header-right .second_button a{
  font-family: 'Kiwi Maru', serif;
  color: unset;
  font-size: 22px;
  padding: 0.4em 3em;
  position: relative;
}
.header-right .second_button a:after{
  content: "\e930";
  font-family: icomoon;
  position: absolute;
  right: 1.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
}
.header-right .second_button:hover{
  color: #40210f;
  background-color: #fff;
  cursor: pointer;
}

.social{
  display: flex;
  align-items: center;
}

.social i{
  padding: 0 10px;
}

.navbar {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  background-color: #EC7447; 
  color: white;
}

.brand-title {
  font-size: 1.5rem;
  margin: .5rem;
}

.navbar-links {
  height: 100%;
}

.navbar-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar-links li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
}

.navbar-links li a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 1rem;
}

.navbar-links li:hover{
  /* transform: scale(1.1); */
  transition: 0.3s;
  opacity: 0.7;
}

.toggle-button {
  position: absolute;
  top: 2rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
}

 @media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .toggle-button {
    display: flex;
  }


  ul li button{
    margin-top: 10px;
  }
}

.header-middle .fa-lock{
  color: white;
}

a {
  text-decoration: none;
  color: white;
}

.header ul a {
  padding: 10px;
}

.header .icon {
  display: none;
}

.second-header{
  display: flex;
  box-sizing: border-box;
  justify-content: start;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 50px;
}

.second-header-icon{
  margin-right: 5px;
}

.second-header h3{
  margin: 0;
  margin-right: 5px;
  font-size: 11px;
  color:#40210f;
}

.second-header h3:last-of-type{
  opacity: 0.8;
}

.second-header-icon .fa-home{
  font-size: 1rem;
  width: 100%;
}

.second-header-icon .fa-chevron-right{
  font-size: 0.8rem;
}

.pagelink {
  display: inline-block;
  margin-left: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  padding: 10px;
}

.submit {
  color: white;
  box-sizing: border-box;
  width: auto;
  background: #e26f05;
  border: 1px solid #000000;
  border-radius: 10px;
}

.id {
  box-sizing: border-box;
  width: auto;
  background: #f2efef;
  border: 1px solid #000000;
}

.password {
  box-sizing: border-box;
  width: auto;
  background: #f2efef;
  border: 1px solid #000000;
}
.body-container{
  /*margin-bottom: 30px;*/
  margin-top: 50px;
  background-image: url("./assets/images/back.jpg");
  background-repeat: round;
  background-size: contain;
}

.page-template-vendor-login .body-container{
  margin-top: 0;
  background-position: 100% 23%;
  background-repeat: no-repeat;
  background-size: cover;
}


.buttons{
  display: flex;
  flex-direction: row;
  grid-gap: 20px;
  border-bottom: 1px dashed #E26F05;
  justify-content: space-between;
}

/*Forgot Password*/
.submit2 {
  color: white;
  width: auto;
  background: #381800;
  border-radius: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.first-row {
  vertical-align: top;
  background: #eebfb8;
  color: white;
  width: 240px;
  border-width: 2px 0px 0px 0px;
}

.second-row {
  width: auto;
  color: black;
  background: #ffffff;
  border: solid;
  border-width: 2px 0px 0px 0px;
}

.food-representative-information,.handmade-representative-information,.workshop-representative-information,.company-representative-information {
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration-color: #381800;
  background: #eebfb8;
  text-align: left;
}

.food-representative-information{
  background: #F8C973;
}


.workshop-representative-information{
  background: #C8B3A0;
}

.company-representative-information{
  background: #C6DDA1;
}


.food-store-information,.handmade-store-information,.workshop-store-information,.company-store-information {
  padding: 5px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-decoration-color: #381800;
  background: #eebfb8;
  text-align: left;
}

.food-store-information{
  background: #F8C973;
}


.workshop-store-information{
  background: #C8B3A0;
}

.company-store-information{
  background: #C6DDA1;
}

.food-store-opening-format,.handmade-store-opening-format,.workshop-store-opening-format,.company-store-opening-format {
  padding: 5px;
  margin-top: 50px;
  margin-bottom: 30px;
  text-decoration-color: #381800;
  background: #eebfb8;
  text-align: left;
}


.food-store-opening-format{
  background: #F8C973;
}


.workshop-store-opening-format{
  background: #C8B3A0;
}

.company-store-opening-format{
  background: #C6DDA1;
}

.food-options,.handmade-options,.workshop-options,.company-options {
  padding: 5px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-decoration-color: #381800;
  background: #eebfb8;
  text-align: left;
}


.food-options{
  background: #F8C973;
}


.workshop-options{
  background: #C8B3A0;
}

.company-options{
  background: #C6DDA1;
}

.form h4 {
  background: #381800;
  color: white;
  width: auto;
  text-align: left;
  font-size: 24px;
}

.email {
  background: #f2efef;
  border: 1px solid #000000;
  width: auto;
}

.outer-form {
  border: solid black 2px;
  display: inline-block;
  padding: 10px;
}

.inner-form {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  background: #ededed;
}

/*Workshop edit*/
.creator-name {
  width: auto;
  background: #f4f2f2;
  border: 1px solid #000000;
  
}

table {
  border: solid 1px;
}

.workshop-submit {
  margin-top: 50px;
  background: #381800;
  border: 1px solid #000000;
  border-radius: 30px;
}

/*Homepage*/
.measures-against-corona{
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  color: #FD8254;
  max-width: 1000px;
}

.measures-against-corona h3{
  font-size: 20.8px;
  margin: 0;
  font-weight: 500;
  color: #40210F;
}
p.subtitle-meaasures{
  border-left: 1px solid #ec7447;
  padding-left: 10px;
  margin-top: 50px;
  color: #ec7447;
}
.requests{
  display: grid;
  padding: 20px 0;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
  max-width: 1000px;
}


.requests .wear-mask, .requests .wash-hands, .requests .use-sanitizer, .requests .maintain-gap, .requests .measure-temperature, .requests .no-spoon{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #ec7447;
  box-shadow: 2px 2px 0px #ec7447;
  border-radius: 27px;
  padding: 30px;
  background-color: rgba(255, 145, 89, 0.05 );
}


.requests p{
  margin-left: 20px;
}

.not-allowed-people li{
  color: black;
  font-size: 16px;
  font-weight: 500;
}

.sticker {
  margin-top: -150px;
  margin-left: 250px;
}

.sticker p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  margin-top: -70px;
}

.preregistration {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  margin-top: -60px;
}

.banner{
  position: relative;
}

.banner-text{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.banner-text-first-part{
  background: #40210f;
  padding: 10px 20px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  color: white;
}
.box_line_map {
  margin: 1rem;

}
.home .hero-page .box_line_map span{
  color: #EC7447; 
  font-size: 20px;
}
.home .heading_verdors_list{
  font-size: 28px;
  color: white;
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  display: flex;
}

.banner-text-first-part p:first-of-type{
  padding: 0;
  margin: 0;
  font-size: 2vw;
}

.banner-text-first-part p{
  margin: 0;
  font-size: 2vw;
}

.banner-text-second-part p:first-of-type{
  margin: 0;
}

.banner-text-second-part p{
  font-size: 2vw;
  /*! font-weight: 500; */
  margin: 0;
}

.banner-text-second-part .address{
  font-size: 1.5vw;
}

.address{
  bottom: 80px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border-top: 1px dashed black;
}

.photobox {
  margin: 60px 350px 60px 0px;
}

.photo{
  width: 100%;
  margin-top: -80px;
  margin: 0 auto;
  border-radius: 3px;
  padding-bottom: 20px;
  position: relative;
  
}
.photo::after {
  content: "";
  display: block;
  background-image: url(./assets/images/tentoline@2x.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 4px;
  background-size: cover;
  margin-top: -2px;
  
}

.main-image{
  position: relative;
  text-align: center;
  border-radius: 3px;
  margin-bottom: -7px;
}

.photo img{
  width: 276px;
  height: 276px;
}

.main-image img{
  margin: 0;
  width: 307px;
  height: 154px;
}
img.roof-tento2 {
  width: 307px;
}
/* img.roof-tento1 {
  height: 146px;
}

img.roof-tento3 {
  height: 156px;
}
img.roof-tento4 {
  height: 154px;
} */

.main-image h5{
  margin: 0;
  position: absolute;
  width: 70%;
  top: 84px;
  left: 50%;
  transform: translate(-50%);
  background: #f4f4ef;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
}

.image-home-page{
  margin: 0;
  text-align: center;
  height: 274px;
}

.opening-date{
  padding: 10px;
}

.opening-date >span:nth-child(1), .products .booth-subcat-title >span:nth-child(1){
  background: #FD8254;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 14.4px;
  font-weight: 500;
  color: white;
  margin-right: 10px;
  display: inline-block;
  width: 80px;
  text-align: center;
}
.page-template-store-openers-list .opening-date span {
  border-radius: unset;
}
.opening-date span,.products span{
  font-size: 15px;
  font-weight: 500;
}

.products{
  padding: 0px 20px 10px 20px;
}




.path{
  margin: 16px 0;
  display: none;
}

.path ul{
  margin: 0;
  padding: 0 20px;
  /*! margin-top: 15px;
  *//*! margin-bottom: 15px; */
  padding-bottom: 11px;
  text-align: right;
}

.path li{
  list-style: none;
  background: #f00075;
  display: inline-block;
  line-height: 0.5;
  border-radius: 50%;
  padding: 2px;
}

.view-all{
  text-align: center;
  margin: 0px 0px 70px 0px;
}

.view-all a{
  color: white;
  background: #ec7447;
  border-radius: 20px;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 27px;
  width: 240px;
  display: inline-block;
}
.view-all a:hover {
  background-color: #40210f;
  transition: 0.25s;
}

.company-profile{
  margin-top: 100px;
}
.mt-100{
  margin-top: 100px;
}
.same-corona img {
  width: 90px;
}

.company-profile div{
  max-width: 1000px;
  margin: 0 auto;
}

.company-profile p{
  margin:0;
  padding-left: 20px;
}

.company-profile h3{
  margin: 0;
  font-weight: 500;
  font-size: 20.8px;
  color: #40210F;
}

.contact-details-body{
  max-width: 1000px;
  margin: 0 auto 70px;
}

.contact-details{
  display:flex;
  padding-left: 20px;
}

.vendors-list{
  position: relative;
  margin-top: -1px;
  background-image: url("./assets/images/creatorsback@2x.png");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;

}
@media screen and (max-width: 600px) { 
  .vendors-list{
    background-position: top;
    background-size: contain;
  }
  .events-template-about-section .c-booth-option .outer-box .inner-box p {
      padding: 5px;
  }
}

.vendors-list div{
  text-align: center;
  position: relative;
}

.vendors-list p{
  font-size: 28px;
  color: white;
  position: absolute;
  top: 130px;
  left: 600px;
}

.photo1 {
  display: inline-block;
  background: #eebfb8;
}

.photo1 img {
  width: 230px;
  height: 130px;
}

.photo1 p {
  text-align: left;
  background: #fd8254;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
}

.photo2 {
  display: inline-block;
  margin: 0px 40px 0px 40px;
  background: #f8c973;
}

.photo2 img {
  width: 230px;
  height: 130px;
}

.photo2 p {
  text-align: left;
  background: #fd8254;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
}

.photo3 {
  display: inline-block;
  background: #eebfb8;
}

.photo3 img {
  width: 230px;
  height: 130px;
}

.photo3 p {
  text-align: left;
  background: #fd8254;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
}

/*About Section*/
.tablinks{
  padding: 5px;
}

.tabcontent{
  display: none;
}

.buttons button{
  padding: 10px 20px;
  height: auto;
  background-color: #ededed;
  font-size: 20px;
  font-weight: 500;
  color: #B9B0AA;
  transition: 0.3s;
  border:none;
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
  width: 255px;
}

.buttons button:hover {
  background-color: #ddd;
}

.buttons button.active {
  background-color: #ec7447;
  color: #f7f7f7;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px 10px 0px 0px;
}

.workshop-table, .food-table, .handmade-table, .company-table{
  margin: 50px 0px 100px 0px;
}

.workshop-table table, .food-table table, .handmade-table table, .company-table table{
  border: solid 1px #ededed;
}

.second-row h3{
  display: inline-block;
  border-bottom: 10px solid #ffddbc;
}

.food-table .first-row{
  background: #F5CA7C;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #40210f;
}

.food-table .second-row{
  color: #40210f;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}

.handmade-table .first-row{
  background: #EEBFB8;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #40210f;
  border-color: white;
}

.handmade-table .second-row{
  color: #40210f;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}

.workshop-table .first-row{
  background: #D7C6AA;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #40210f;

}

.workshop-table .second-row{
  color: #40210f;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}

.company-table .first-row{
  background: #C6DDA1;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #40210f;
}

.company-table .second-row{
  color: #40210f;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;

}
.box h3 {
  font-family: "Inter";
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
}

.inner-box h3 {
  text-align: left;
}

.booth-option h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
}

.email-form h3 {
  margin-top: 30px;
  color: white;
}

.body h3 {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  font-size: 25.6px;
  color: #5b2e04;
  width: auto;
}

.body h5 {
  text-align: left;
  width: auto;
}

.box {
  margin: auto;
  padding: 10px;
  width: auto;
  max-width: 600px;
  background: #eebfb8;
  opacity: 0.5;
}

.company-box, .food-box, .handmade-box{
  margin: auto;
  padding: 10px;
  width: auto;
  max-width: 600px;
  opacity: 0.5;
}

.company-booth-type .company-circle, .company-box{
  background: #B0E590;
}

.food-booth-type .food-circle, .food-box{
  background: #F8C973;
}

.handmade-booth-type .handmade-circle, .handmade-box{
  background: #EEBFB8;
}

.workshop-booth-type .circle, .box{
  background: #C8B3A0;
}

.booth-option {
  margin: 50px 0px 50px 0px;
  padding: 10px;
  color: white;
}

.inner-box {
  margin: 20px;
  display: inline-block;
  width: 50%;
  border: 2px solid #ffffff;
}

.inner-box h4{
  font-size : 20px;
  color: #40210f;
}

.company-booth-option h3, .food-booth-option h3, .handmade-booth-option h3, .workshop-booth-option h3{
  text-align: center;
  font-size : 25.6px;
  color: #40210f;
}

.company-booth-option .outer-box, .food-booth-option .outer-box, .handmade-booth-option .outer-box, .workshop-booth-option .outer-box{
  display: flex;
  flex-direction: row;
}

.company-booth-option{
  margin-top: 50px;
  background: #B0E590;
  opacity: 0.5;
}

.food-booth-option{
  margin-top: 50px;
  background: #F8C973;
  opacity: 0.5;
}

.handmade-booth-option{
  margin-top: 50px;
  background: #eebfb8;
  opacity: 0.5;
}

.workshop-booth-option{
  margin-top: 50px;
  background: #C8B3A0;
  opacity: 0.5;
}

.row .column{
  margin: 5px;
}

.row img{
  width: 100%;
}

.steps-heading{
  margin-top: 50px;
}

.steps-heading h3{
  margin: 0;
  font-size: 25.6px;
  color: #40210f;
}

.steps-heading img{
  width: 100%;
}

.steps-box{
  padding: 30px;
}

.steps{
  display: flex;
  flex-direction: row;
  grid-gap: 30px;
  margin: 30px 0px 20px 0px;
}

.steps h3{
  color: #40210f;
  font-size: 20px;
}

.steps p{
  color: #40210f;
  font-size: 16px;
}

.request-box {
  margin-top: 20px;
  border: 2px solid #e26f05;
}

.request-box-heading {
  display: flex;
  margin: 20px;
  padding: 10px;
  background: #f4ab68;
  width: auto;
  font-style: normal;
  font-weight: 500;
  background: #fff5f0;
  color: #ec7447;
  font-size: 16px;
}

.request-box-heading p{
  margin-left: 20px;
  padding: 10px;
  border-left: 1px solid #EC7447;
}

.request-box-heading img{
  padding-top: 20px;
  width: 30px;
  height: 30px;
}

.request-box-body {
  width: auto;
  margin: 20px;
}

.request-box-body p{
  font-size: 16px;
  color: #40210f;
}

.flow-of-store-opening {
  margin-top: 150px;
  width: auto;
}


.flow-of-store-opening h3{
  margin: 0;
  font-size: 25.6px;
  color: #40210f;
}

.flow-of-store-opening .flow-of-store-opening-heading img{
  width: 100%;
}

.email-form {
  margin-top: 50px;
  padding: 20px;
  background-color :#ec7447;
}

.email-form h3{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}

.email-form div{
  text-align: center;
}

.email-form input{
  width: 80%;
  height: 60px;
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #6F6E6E;
  outline: none;
}

.email-form button{
  width: 30%;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  background: #40210F;
  border: none;
  color: white;
  margin-top: 10px;
  border-radius: 27px;
}

.circle{
  margin: auto;
  background: #EEBFB8;
  width: 180px;
  height: 90px;
  border-radius: 12rem 12rem 0 0;
  opacity: 0.5;       
}

.food-circle, .handmade-circle, .company-circle{
  margin: auto;
  width: 180px;
  height: 90px;
  border-radius: 12rem 12rem 0 0; 
  opacity: 0.5;
}

/*Home Page*/
.hero-page {

  text-align: center;
  padding-bottom: 100px;
  border-top: 2px solid #000;
}

.rectangle-box {
  background-image: url("https://bitbaritech.com/wp/wp-content/themes/craft-market/assets/images/asaback-100.jpg");
}

/* .vendors-list {
  background: url("./assets/images/back.jpg");
  background-repeat: no-repeat;
} */

.vendors-list-body {
  background: url("./assets/images/back.jpg");
  background-size: 100vw;
}

.vendor-list-grid {
  display: grid;
  padding: 30px;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  grid-gap: 25px;
  max-width: 1032px;
  margin: 0 auto 20px;
}

@media (max-width: 992px) {
  .vendor-list-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.contact-details div {
  margin: 8px 0;
}



/*Image slider*/
.container {
  position: relative;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: 500;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.page-template-store-openers-list .prev,
.page-template-store-openers-list .next {
  position: unset;
}
span.page-numbers.current {
  background: #381800;
  color: #fff;
  margin: 0px 5px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  border: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


.column {
  float: left;
  width: 16.66%;
}

.table td{
  padding: 10px;
}

.page-template-store-openers-list .list-store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  grid-gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
}

.event-store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination a {
  color: #381800;
  background: #DEDEDE;
  margin: 0px 5px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  border: none;
}

.pagination a.active {
  background-color: #381800;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #DDD;}

.event-store-grid img{
  width: 100%;
}

footer{
  background: #EC7447;
  padding:20px 50px 10px;
  text-align:center;
}

.footer{
  max-width: 500px;
  margin: 0 auto;
}

.footer-social{
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social i{
  font-size: 1.3rem;
  color: white;
}

.footer-social .fa-twitter{
  margin: 0px 10px 0px 10px;
}

.footer-links{
  color:white;
  margin-top: 1rem;
}

.links{
  display: inline-block;
  /* border-right: 2px solid; */
  padding: 0 10px;
  /* border-left: 2px solid; */
  font-size: 13px;
}

.storeopening{
  border-right: 2px solid;
  padding-right: 10px;
  border-left: 2px solid;
  padding-left: 10px;
}

.appprivacypolicy{
  padding-left: 10px;
  border-right: 2px solid;
  padding-right: 10px;
}
.appprivacypolicy a {
  color: #fff;
}

.copyright{
  color: white;
  font-size: 12px;
}

/*Admin Edit*/
.heading{
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
}

.heading h3 {
  font-size: 15px;
  margin: 0;
  color: #40210f;
}

.heading-image{
  margin: 0px 10px 0px 30px;
  display: flex;
  align-items: center;
}

.admin-edit{
  margin-bottom: 100px;
  margin-top: 50px;
}

.admin-editform{
  max-width: 700px;
  margin: 0 auto;
}

.admin-editform table {
  border: solid 1px;
  width: 100%;
}

.admin-editform .first-column{
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: black;
  width: 30%;
  color: #381800;
  font-weight: 500;
  padding: 5px;
  background: rgba(230, 225, 225, 0.57);
  font-size: 20px;
}

.admin-editform td:first-of-type{
  border-top: none;
}

.admin-editform .second-column{
  padding: 10px;
  background: #ffffff;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #000000;
}

.admin-editform .second-column input{
  background: #D9D9D9;
  width: 80%;
  border: 1px solid rgb(36 17 17);
  padding: 10px;
  font-size: 1rem;
  margin: 10px;
  outline: none;
  box-sizing: border-box;
}

.submit-button{
  text-align: center;
}

.submit-button button{
  padding: 10px 60px;
  font-size: 1.5rem;
  background: #40210F;
  border: none;
  color: white;
  margin-top: 30px;
  border-radius: 30px;
}

/*Admin Login*/
.login-heading{
  /* padding-top: 90px; */
}

.login-heading h3{
  font-family: "Kiwi Maru", serif;
  background: #40210F;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding: 10px;
  
}
/* .login-heading h3::after {
  content: "";
  width: 100%;
  height: 5px;
  background: url('./assets/images/border1.png') no-repeat;
  top: 40px;
  position: absolute;
  left: 0;
} */

.login-body{
  font-family: "Kiwi Maru", serif;
  max-width: 502px;
  margin: 0 auto;
  padding-top: 50px;
}
.title-login-fe {

}
.note-login-fe {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #40210F;
  padding: 20px 0;
}

.admin-login-submit{
  text-align: center;
  padding-top: 100px;
  padding-bottom: 230px;
}

.login-submit{
  width: 30%;
  font-size: 20px;
  font-weight: 500;
  background: #40210f;
  border: none;
  color: white;
  border-radius: 27px;
}
.login-submit:hover {
  /* color: #40210f; */
  background-color: #ec7447;
  cursor: pointer;
  /* border: 1px solid #40210F; */
}

.forget-pw p{
  font-size: 12px;
  font-weight: 500;
  color: #40210f;
  text-align: right;
}

.login-body table{
  width: 100%;
  border:1px solid #DEDEDE;
}

.admin-login-first-col{
  padding:10px 20px;
  width: 30%;
  background: #f4f4ef;
  border-bottom: 1px solid #dedede;
  border: 1px solid #dedede;
}

.admin-login-first-col p{
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #40210f;
}

.admin-login-second-col{
  padding:10px 20px;
  border: 1px solid #dedede;
}

.admin-login-second-col input{
  width: 100%;
  border: 1px solid #dedede;
  padding: 19px 10px;
  font-size: 1rem;
  margin: 0;
  outline: none;
  box-sizing: border-box;
  background-color: #F7F7F7;
}

/*Popup*/
.member-login-first-col{
  padding:10px 20px;
  width: 30%;
  background: #f4f4ef; 
  border:1px solid #dedede;
}

.member-login-first-col p{
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}

.member-login-second-col{
  padding:10px 20px;
  border:1px solid #dedede
}

.member-login-second-col input{
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgb(36 17 17);
  padding: 10px;
  font-size: 1rem;
  margin: 10px 0;
  outline: none;
  box-sizing: border-box;
  background-color: #F7F7F7; 
}

.member-login-submit{
  text-align: center;
}


/*Admin Logged In Page*/
.admin-table{
  margin:50px 0px 50px 0px;
}

.admin-table table{
  border: none;
  width:100%;
}

.admin-table p{
  color: #E26F05;
}
.admin-table td{
  padding-left: 5px;
}

.admin-table .white-row{
  background: #FFFFFF;
}

.admin-table .grey-row{
  background: #F4F4EF;
}

.start, .end{
  background: #EC7447;
  color: white;
}

.start td, .end td{
  padding:20px 5px;
}

/*Vendor My Page*/
.vendor-login-first-col{
  padding:10px 20px;
  width: 30%;
  border:1px #dedede;
  background: #f4f4ef; 
}

.vendor-login-first-col p{
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}

.vendor-login-second-col{
  padding:10px 20px;
}

.vendor-login-second-col input{
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgb(36 17 17);
  padding: 10px;
  font-size: 1rem;
  margin: 10px 0;
  outline: none;
  box-sizing: border-box;
  background-color: #F7F7F7; 
}

.vendor-login-submit{
  text-align: center;
}

/*Application section*/
.application-heading{
  margin: 30px 0px 0px 0px;
}

.application-heading h3{
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 25.6px;
}

.application-heading h3 span{
  font-size: 16px;
}

.representative-information h3, .store-information h3, .store-opening-format h3, .options h3{
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
}

.form table td {
  padding: 20px;
}

.form table{
  border: 1px solid #dedede;
  border-width: 1px;
  width: 100%;
  border-collapse: collapse;
}

.form table .app-first-col, .form table .app-first-col-last{
  background-color: #F4F4EF;
  border-width: 0px 1px 1px 0px;
  font-size: 15px;
  font-weight: 500;
  color: #381800;
  width: 30%;
  border-right: 1px solid #dedede;
  line-height: 18px;
  font-family: "Kiwi Maru", serif;
  border-bottom: 1px solid #dedede;
}
.form table .app-first-col.fix-vertical-align {
  vertical-align: top;
}
td.app-first-col-last.fix-vertical-align {
  vertical-align: top;
}
.form table .app-first-col-last{
  border-top: 1px solid #DEDEDE;
  
}

/* .app-first-col .required{
  font-weight: 500;
  font-size: 20px !important;
  line-height: 30px;
  color: #EC7447;
} */

.app-first-col-last .required{
  font-weight: 500;
  font-size: 20px !important;
  line-height: 30px;
  color: #EC7447;
}

.app-second-col .app-social{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.note-booth-form-sm {
  font-size: 12px;
}

.form table .app-second-col{
  border: 1px solid #DEDEDE;
  border-width: 0px 0px 1px 0px;
}

.form table .app-second-col-last{
  width: 100%;
}

.form table .app-second-col input, .form table .app-second-col-last input{
  background: #f7f7f7;
  width: 100%;
  border: 1px solid #dedede;
  padding: 10px;
  font-size: 1rem;
  margin: 10px 0;
  outline: none;
  box-sizing: border-box;
}

.form table .app-second-col textarea, .form table .app-second-col-last textarea{
  background: #f7f7f7;
  width: 100%;
  border: 1px solid #dedede;
  padding: 10px;
  font-size: 1rem;
  margin: 10px 0;
  outline: none;
  box-sizing: border-box;
}

.application-submit{
  padding: 10px 102px;
  font-size: 18px;
  font-weight: 500;
  background: #40210F;
  border: none;
  color: white;
  margin-top: 10px;
  border-radius: 27px;
}
.application-submit:hover {
  transition: 0.25s;
  background: #ec7447;
}


.back-icon{
  text-align: center;
  margin: 70px 0;
}

.back-icon p{
  color: #5B2E04;
  font-size: 15px;
  font-weight: 500;
}

/*Applied Note*/
.appliednote-body-container{
  margin-bottom: 110px;
  margin-top: 110px;
}

.appliednote-body-container .body p{
  text-align: center;
  font-size:16px;
  color:#40210f;
}

/*Confirmation Section*/
.total-amount{
  margin-top:30px; 
  padding: 10px;
  box-sizing: border-box;
  border-width: 4px 0px;
  border-style: solid;
  border-color: #7D6F55;
  display: flex;
}

.total-amount p{
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.1em;
}

/*Details Section*/
.edit-button{
  text-align: center;
  margin: 15px 0px 30px 0px;
}

.edit-button button{
  font-family: "Kiwi Maru", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #E26F05;
  background: #FFFFFF;
  border: 2px solid #FD8254;
  border-radius: 30px;
  padding: 0 10px;
}

.info{
  display: flex;
}

.info .pic, .details{
  width: 50%;
}

.pic img{
  width: 380px;
  height: auto;
}

.pic .thumbnail{
  display: flex;
  grid-gap: 25px;
  margin-top: 15px;
}

.pic .thumbnail img{
  height: 64px;
  width: 64px;
}

.creator-name{
  background: #EFEBEB;
  width: 100%;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border: 1px dashed #000000;
  outline: 3px solid #EFEBEB;
}

.creator-name span{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  word-break: break-all;
}

.details-button{
  margin-top: 20px;
  text-align: center;
}

.details-button button{
  background: #EC7447;
  border-radius: 27px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  border:none;
  color: white;
}

.details-first-col{
  border-top: 2px solid #EFEBEB;
  padding: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #40210F;
}

.details-second-col{
  border-top: 2px solid #EFEBEB;
  padding: 10px;
}

.details-second-col a{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #E26F05;
}

.share-links{
  text-align: right;
}

.share-links .fa-twitter{
  font-size: 24px;
  color: #0E93DE;
}
.share-links .fa-instagram{
  font-size: 24px;
  color: #AE3A08;
}

/*Event Report*/
.center-image{
  background: url('https://bitbaritech.com/wp/wp-content/themes/craft-market/assets/images/reportback.png');
  background-size: contain;
  text-align: center;
  margin-top: 100px;
}

.center-text{
  text-align: center;
  box-sizing: border-box;
  border-width: 3px 0px;
  border-style: dashed;
  border-color: #000000;
}

.center-text p{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}

.center-text p span{
  font-size: 44px;
}


.event-details{
  display: flex;
}

.event-details p{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.booth-details{
  background: #EFECEC;
  padding: 10px;
}

.booth-details span, .visitor-details span{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #5B2E04;
}

.visitor-details{
  background: #EFECEC;
  margin-top: 10px;
  padding: 10px;
}

.event-pics-booth-type{
  background: #EEBFB8;
  margin: 0 auto;
  padding: 20px 5px;
  margin-bottom: 200px;
}

.event-pics-booth-option{
  background: #F8C973; 
  margin: 0 auto; 
  padding: 20px 5px; 
  margin-bottom: 200px;
}

.event-pics-flow-of-store-opening{
  background: #C8B3A0;
  margin: 0 auto;
  padding: 20px 5px;
  margin-bottom: 50px;
}

.event-button{
  text-align: center;
  margin:30px 0px 30px 0px;
}

.event-button button{
  background:#EC7447;;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  border:none;
  border-radius: 27px;
}

/*Forgot Password*/
.forgot-pw-first-col{
  padding:10px 20px;
  width: 30%;
  background: #F7F7F7; 
}

.forgot-pw-second-col{
  padding:10px 20px;
}

.forgot-pw-second-col input{
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgb(36 17 17);
  padding: 10px;
  font-size: 1rem;
  margin: 10px 0;
  outline: none;
  box-sizing: border-box;
  background-color: #F7F7F7; 
}

.forgot-pw-submit{
  text-align: center;
}
/*List of Store Openers*/
.search-results{
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}

.photobx{
  /* margin-bottom: 80px; */
}

.store-photo{
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
}

.store-photo img{
  height: 243px;
  width: 243px;
  object-fit: cover;
}

.name{
  margin-top: 10px;
}

.name h5{
  background: #f4f4ef;
  padding: 10px;
  text-align: center;
  border-color: #cccccc;
  /* border: 1px dashed #ccc; */
  /* outline: 5px solid #f4f4ef; */
  margin: 2px !important;
}

.store-opening-date{
  margin-bottom: 15px;
}

.store-opening-date span, .products-handled span{
  background: #ec7447;
  padding: 5px 8px;
  border-radius: 3px;
  color: white;
  margin-right: 10px;
}

.image{
  border-radius: 3px;
}

.image img{
  width: 100%;
  /* border-radius: 3px; */
}

/*My Page Status*/
.my-page-status{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  /* margin-bottom: 100px; */
  padding: 30px;
  padding-bottom: 180px;
}

.mypage-photo{
  padding: 10px;
  background: #f4f4ef;
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  padding-bottom: 20px;
}

.mypage-photo img{
  width: 100%;
  border-radius: 3px;
  object-fit: contain;
}

.date{
  padding: 0 20px;
  font-size: 18px;
  margin: 15px 0px 15px 0px;
  font-weight: 500;
  text-align: center;
}

.user{
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

/*Terms and Conditions*/
.terms-and-conditions-body{
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
}

.checkbox{
  width: 15%;
  vertical-align: top;
}

.checkbox div{
  background: #E8E4E4;
  width: 100%;
  border: 1px solid #736F6F;
  padding: 10px;
  font-size: 1rem;
  margin: 10px 0;
  outline: none;
  box-sizing: border-box;
}

.terms{
  padding: 20px;
}

.terms h3{
  margin:0px 0px 5px 0px;
  color:#E26F05;
}

.agree-button{
  text-align: center;
}

.agree-button button{
  padding: 10px 60px;
  font-size: 18px;
  font-weight: 500;
  background: #40210F;
  border: none;
  color: white;
  margin-top: 50px;
  border-radius: 27px;
}
.banner img{
  width: 50%;
}
.wrap-box-open-handmade {
  background: rgba(238,191,184,0.5);
  text-align: center;
  width: 40%;
  padding: 20px 10px 10px;
}
.wrap-box-open-handmade.company {
  background: rgba(176, 229, 144, 0.5);
}
.wrap-box-open-handmade.company img {
  width: 209px;
}
.wrap-box-open-handmade.food {
  background: rgba(248,201,115,0.5);
}
.wrap-box-open-handmade.workshop{
  background: rgba(215, 198, 170, 0.5);
}
.img-box-open-handmade img {
  width: 60%;
}
.img-box-open-handmade.food img {
  width: 185px;
}

.wrap-box-open-handmade.workshop img {
  width: 209px;
}

.box-open-hand-time {
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
}

.day-hand-time {
  background: #fff;
  padding: 5px;
  width: 50%;
}

.text-hand-time {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
}
.size-booth-open {
  margin: 20px 0;
  color: #5b2e04;
}
.booth-text-option {
  text-align: left;
}

.single-roof-handmade p {
  position: absolute;
  top: 59%;
  line-height: 14px;
  font-size: 11px;
  width: 80px;
  text-align: center;
}

.single-roof-handmade {
  position: relative;
  margin-top: 20px;
  width: 80px;
}
.edit-button a {
  font-size: 15px;
  display: flex;
  justify-content: center;
}
p.workshop-booth-single {
}
div#btnGoToTop img {
  width: 39px;
}
i.fa.fa-edit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5px;
}

.tncsubmit {
  font-size: 18px;
  font-weight: 700;
  background: #40210F;
  border: none;
  color: white;
  margin-top: 10px;
  border-radius: 27px;
  width: 300px;
  height: 54px;
  cursor:pointer;
}
.tncsubmit:hover {
  background-color: #ec7447;
}
.wrap-search-select {
  background: #F4F4EF;
  padding: 19px;
  display: flex;
  justify-content: flex-start; 
  align-items: center;
}
.form-select {
  border: 1px solid #000000;
  font-style: normal;
  font-weight: 500;
  padding: 20px 20px;
  font-size: 16px;
  color: #A49E9E;
  width: 240px;
}
.form-input {
  margin-left: 20px;
  border: 1px solid #000000;
  font-style: normal;
  font-weight: 500;
  padding: 20px 20px;
  font-size: 16px;width: 370px;
}
.form-submit {
  width: 20%;
  background: #40210F;
  border-radius: 5px;
  color: white;
  padding: 18px 20px;
  margin-left: 20px;
  border:none;
  font-size: 18px;    
  font-weight: 500;
}
.cm-vendor-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.button-submit-search {
  background: #EC7447;
  border-radius: 40px;
  padding: 10px 30px;
  color: white;
  border: none;
  margin-left: 20px;height: 84px;
  width: 200px;
}
.text-map-search {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
.body_content {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 68px;
  font-size: 12px;
}
label.error {
  color: red;
  display: block;
}
.body_content span {
  width: 100%;
  display: block;
}
.tn-orange {
  color: #E26F05;
}
.requests .same-corona {
  padding: 20px 10px;
}
.same-corona p {
  font-size: 13px;
  margin-left: 7px;
  line-height: 25px;
}
.page-template-store-openers-list .tn-select-opener-list {
  background: #fff;
}
.box-open-hand-time.reset-box-open {
  border: none;
  margin: 0;
}
.tn-booth-option-form table .app-second-col {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tn-custom-display-flex {
  display: flex;
  align-items: center;
  gap: 5px;
}
.format-open-handmade select {
  border: 1px solid #ccc;
  margin: 0;
}













.vertical_dotted_line
{
  margin-left: 30px;
  height: 500px;
  border-left: 3px dashed #E3E3E3;
}
.fix-flex {
  display: flex;
}

.home .vendors-list-body .vendor-list-grid > .photobx .booth-content-info {
  min-height: 130px;
}









.info .pic .thumbnail .image:hover img{
  transform: scale(1.1);
}


.info .pic  .popup-image {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
}

.info .pic  .popup-image span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  z-index: 100;
}

.info .pic  .popup-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 5px;
  width: 20%;
}

.maintain-gap,.wear-mask,.wash-hands,.use-sanitizer,.measure-temperature,.no-spoon {
    background-image:
      repeating-linear-gradient(rgb(240, 239, 239) 0 1px, transparent 1px 100%),
      repeating-linear-gradient(rgb(240, 239, 239) 0 1px, transparent 1px 100%),
      repeating-linear-gradient(rgb(240, 239, 239) 0 1px, transparent 1px 100%),
      repeating-linear-gradient(rgb(240, 239, 239) 0 1px, transparent 1px 100%),
      repeating-linear-gradient(rgb(240, 239, 239) 0 1px, transparent 1px 100%),
      repeating-linear-gradient(90deg, rgb(240, 239, 239) 0 1px, transparent 1px 100%);
      background-size: 16px 16px;
}


.vendor-confirmation-page input, .vendor-confirmation-page textarea {
  border:none!important; 
  background:white!important;
}
.page-template-booth-form-edit-confirm-page .form table tr {
  border-bottom: 1px solid #DEDEDE;
}
.vendor-confirmation-page input.application-submit,
.page-template-booth-form-edit-confirm-page input.application-submit{
  background: #40210F !important;
}
.vendor-confirmation-page input.application-submit:hover,
.page-template-booth-form-edit-confirm-page input.application-submit:hover {
  background: #ec7447 !important;
}
.vendor-confirmation-page .application-submit{
  /* padding: 15px 150px; */
  /* font-size: 18px; */
  /* font-weight: 500; */
  /* background: #40210F; */
  /* border: none; */
  /* color: white; */
  /* margin-top: 0; */
  /* border-radius: 27px; */
}
/* .vendor-confirmation-page .application-submit:hover {
  color: #40210f;
  border: 1px solid #40210f !important;
  background-color: #fff !important;
  cursor: pointer;
} */


.requests p{
    color:black;
}


    .mobile-booth-form,.mobile-confirmation-page{
        display:none;
    }

/*  
    Add more CSS
*/
table.tb-login-fe {
  border: none;
  border-spacing: 0;
}
.login-body form {
  margin-bottom: 0;
}
.booth-img-info {
  margin: 0 auto;
  width: 275px;
  max-width: 275px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #eebfb8;
}
.booth-img-info.boot-bg-yellow {
  width: 273px;
}
.booth-content-info {
  background: #eebfb8;
  max-width: 275px;
  margin: 0 auto;
}
.boot-bg-yellow {
  background-color: #F8C973;
  max-width: 273px;
}
.home-products {
  padding: 10px 10px 20px;
}
.image-home-page img {
  width: 274px;
  height: 274px;
  padding: 15px;
  object-fit: cover;
}
h3.option-booth-under-img {
  text-align: center; 
  color: #ec7447; 
  font-size: 20px;
}
.img-center-booth-type {
  text-align: center;
}
.subhead-confirm-booth {
  margin: 30px 0 40px;
}
h3.subtitle-form-booth {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  padding: 0px 10px;
  font-family: "Kiwi Maru",serif;
}
.vendor-confirmation-page .form table {
    /* border: 1px solid #381800; */
    /* border-collapse: collapse; */
}
.vendor-confirmation-page .form table .app-first-col, 
.vendor-confirmation-page .form table .app-first-col-last {
  /* font-weight: 500; */
  /* background-color: #F1EEEE; */
  /* border: 1px solid #381800; */
}
.booth-star-required {
  font-size: 20px;
  color: #EC7447;
}
.booth-back {
  position: relative;
  margin-right: 20px;
}
.booth-back::before {
  content: '';
  position: absolute;
  border: 1px solid #381800;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: 45px;
  top: 8px;
}
.booth-money-note {
  width: 40%;
}
.page-template-booth-form-session-php .form table tr {
  border-bottom: 1px solid #DEDEDE;
}
.page-template-booth-confirmation-page .form table tr {
  
border-bottom: 1px solid #DEDEDE;
}
.page-template-booth-form-session-php .form table tr:last-child  {
  border-bottom: none;
}
.page-template-booth-confirmation-page .form table tr:last-child  {
  border-bottom: none;
}

.page-template-booth-confirmation-page .form table .app-second-col {
  /* border: 1px solid #381800; */
}
.page-template-booth-form-edit-confirm-page .form table .app-second-col {
  /* border: 1px solid #381800; */
}
td.app-second-col.full_name.booth-confirm-wrap {
  border-left: none;
  border-right: none;
}
p.booth-confirm-number {
  float: left;
}

.booth-confirm-wrap:after {
  content: "";
  clear: both;
  display: table;
}

.booth-confirm-wrap {
  text-align: center;
  vertical-align: middle;
}
.line-box-status-with-img {
  margin: 15px 0;
}
img.my-status-thumnail {
  height: 200px;
}
.page-template-vendor-event-status .body .info .pic > img {
  height: 390px !important;
  object-fit: contain;
}
.forget-pw {
  margin-top: 10px;
}
.c-page_vendors-all-events .c-section_block.block_company .box_content {
  background: #E2EED0 !important;
}
.c-page_vendors-all-events .c-section_block.block_workshop .box_content {
  background: #EBE2D4 !important;
}
.c-page_vendors-all-events .c-section_block.block_food .box_content {
  background: #FAE4BD !important;
}
.business_sub_css label {
  margin-right: 30px;
}
.handmade-representative-information table tr {
  border: 1px solid #dedede;
}
.w-input-social {
  width: 80%;
}
.page-template-booth-form-edit-confirm-page a.ani--shine,
.page-template-booth-confirmation-page a.ani--shine {
  display: inline-block;
}
.page-template-store-openers-list .vs_searh-btn_summit {
  position: relative;
}
.page-template-store-openers-list .vs_searh-btn_summit button img {
  position: absolute;
  top: -31px;
  width: 50px;
  left: 48%;
}
.login-admin-footer {
  border-right: 2px solid;
  padding-right: 10px;
  padding-left: 10px;
}

.wrap-name-fe {
  border: 1px dashed #ccc;
}
img.img_gift_title {
  width: 80px;
}
.detail-status-one {
  position: absolute;
  color: white;
  transform: translate(0,-50%);
  top: 47%;
  font-size: 18px;
  font-weight: 500;
  left: 9%;

}
.detail-status-two {
  position: absolute;
  right: 18px;
  color: white;
  transform: translate(0,-50%);
  top: 47%;
  font-size: 12px;
  font-weight: 500;
}
.wrapper-input-file {
  position: relative;
}
.isset-post-name-file {
  position: absolute;
  top: 27%;
  left: 20%;
  background: #f7f7f7;
  width: 80%;
  height: 50%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.body.privacy-policy h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.body.privacy-policy p {
  margin-bottom: 40px;
  font-size: 16px;
}

.body.privacy-policy h3 {
  margin-bottom: 20px;
  font-size: 25px;
  color: #5b2e04;
}
.body.privacy-policy ol li {
  list-style: auto;
  margin-left: 40px;
}
.link-pdf-booth-form {
  color: #E26F05;
  word-break: break-all;
}

footer {
  margin-bottom: 0 !important;
}



.wrapper-custom-file-upload{
  text-align:center;
  width: 151px;
  height: 151px;
  background: #EFEEEE;
  border: 0.5px solid #B1B1B1;
  display: block;
  vertical-align: middle;
  position: relative;
  padding: 5px;
}
.wrapper-custom-file-upload h2{
  /* padding-bottom: 20px; */
  color: #868282;
  position: relative;
  top: 25%;
}
.wrapper-custom-file-upload .file_upload_custom{
  display:none;
}

.wrapper-custom-file-upload label {
  vertical-align:middle;
  cursor:pointer;
  position: relative;
  top: 25%;
}

.wrapper-custom-file-upload i.remove_thumbnail_image{
  vertical-align:middle;
  margin-left: 5px;
  cursor:pointer;
  display:none;
  position: absolute;
  width: 100px;
  left: 91%;
  top: -6%;
}
.wrapper-custom-file-upload i.remove_thumbnail_one{
  vertical-align:middle;
  margin-left: 5px;
  cursor:pointer;
  display:none;
  position: absolute;
  width: 100px;
  left: 64%;
  top: -5%;
}
.wrapper-custom-file-upload i.remove_thumbnail_two{
  vertical-align:middle;
  margin-left: 5px;
  cursor:pointer;
  display:none;
  position: absolute;
  width: 100px;
  left: 64%;
  top: -5%;
}
.wrapper-custom-file-upload i.remove_thumbnail_three{
  vertical-align:middle;
  margin-left: 5px;
  cursor:pointer;
  display:none;
  position: absolute;
  width: 100px;
  left: 64%;
  top: -5%;
}
.wrapper-custom-file-upload i.remove_thumbnail_four{
  vertical-align:middle;
  margin-left: 5px;
  cursor:pointer;
  display:none;
  position: absolute;
  width: 100px;
  left: 64%;
  top: -5%;
}
.custom-size-upload-booth {
  width: 139px;
  height: 139px;
  object-fit: contain;
}
.wrapper-four-thumbnail {
  width: 57%;
}
.custom-for-thumbnail{
  float: left;
  width: 50%;
  display: inline-block;
  margin-bottom: 20px;
}

/* Clear floats after the columns */
.wrapper-four-thumbnail:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper-input-file {
  margin-top: 20px;
}
input.confirm-age {
  width: 10% !important;
}
td.details-second-col {
  word-break: break-all;
}
.tn-input-search {
  margin-left: 20px;
  border: 1px solid #000000;
  font-style: normal;
  font-weight: 500;
  padding: 20px 20px;
  font-size: 16px;
  width: 370px;
}
.tn-submit-opener-list {
  width: 20%;
  background: #40210F;
  border-radius: 5px;
  color: white;
  padding: 18px 20px;
  margin-left: 20px;
  border:none;
  font-size: 18px;    
  font-weight: 500;
}
.tn-select-opener-list {
  border: 1px solid #000000;
  font-style: normal;
  padding: 15px 20px;
  font-size: 16px;
  color: #A49E9E;
  width: 240px;
  margin: 0;
}

.home .vendors-list-body .vendor-list-grid > .photobx .main-image p {
  line-height: 25px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.page-template-store-openers-list .list-store-grid .photobx .store-photo .name h5 {
  line-height: 36px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.page-template-store-openers-list .cm-vendor-search .form_vendor-search .tn-wrap-search-store {
  background: #F4F4EF;
  display: flex !important;
  justify-content: flex-start; 
  align-items: center;
}

.page-template-vendor-event-status .body .info .pic .thumbnail .image a {
    /* height: 83px !important;
    width: 83px !important; */
  }
  /* .page-template-vendor-event-status .body .info .pic .thumbnail img {
      height: 83px !important;
      width: 83px !important;
  } */
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .booth-subcat-title span:first-child {
    border-radius: unset;
  }
p.tn-sp-title-booth {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.wrap-booth-event-summer {
  display: flex;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 10px;
}
.wrap-booth-event-summer .day-hand-time {
  text-align: center;
}
.page-template-vendor-page-status .wrap-date-user .date {
  padding: 0;
}
/*  
    End Add more CSS
*/
@media screen and (min-width: 601px){
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .name h5.tn-sp-wrap-title {
    padding: 4px !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .opening-date span:last-child {
    display: flex;
    align-items: center;
  }
  .page-template-store-openers-list .tn-select-opener-list {
    width: 100% !important;
    height: 3.75rem !important;
    margin: 0 !important;
    font-size: 1rem !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .image img {
      object-fit: contain !important;
  }
  .page-template-vendor-event-status .body .info .pic .thumbnail img {
    object-fit: contain !important;
  }
  body.home .body_content {
      font-size: 15px;
  }
  body.page-template-store-openers-list .products {
    margin-bottom: 1rem;
    }
    body.page-template-store-openers-list .opening-date {
    margin-bottom: 0.5rem;
    }
    .page-template-store-openers-list .list-store-grid .photobx .store-photo .opening-date, .page-template-store-openers-list .list-store-grid .photobx .store-photo .products {
    padding: 0 !important;
    }
    .page-template-store-openers-list .list-store-grid .photobx .store-photo .name h5 {
     margin: 0 0 1rem 0!important;
    }
    .page-template-store-openers-list .list-store-grid .photobx .store-photo .products .body_content {
     font-size: 0.875rem;
     line-height: 1.5;
    }
    .page-template-store-openers-list .list-store-grid .photobx .store-photo .body_content.tn-span-custom span:first-child {
     margin: 0;
     padding: 0 !important;
    }
    .page-template-store-openers-list .list-store-grid .photobx .store-photo .body_content.tn-span-custom span {
    margin-right: 0 !important;
    margin-left: 0;
    }

}
@media only screen and (width: 1366px){ 
  .isset-post-name-file {
    left: 20%;
  }

}
@media screen and (max-width: 768px){
    
    .cm-vendor-search form div select{
        width:120px;
    }
    
    .desktop-booth-form,.desktop-confirmation-page{
        display:none;
    }
    .events-template-about-section .box-image-type-style .line_under {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .wrap-booth-event-summer {
      width: 70%;
    }
    
    .mobile-booth-form,.mobile-confirmation-page{
        display:block;
    }
    
    .vendor-confirmation-page input, .vendor-confirmation-page textarea {
    border: none!important;
    background: #F4F4EF!important;
    }
    .page-template-store-openers-list .vs_searh-btn_summit button img {
      top: -24px;
      width: 40px;
      left: 48%;
    }
    .body.privacy-policy h2 {
      
    }
    
    .body.privacy-policy p {
      line-height: 2.5rem;
    }
    .body.privacy-policy span {

      font-size: 16px;

      margin-bottom: 10px;

      display: block;

}
    
    .body.privacy-policy h3 {
      
    }
    .body.privacy-policy ol li {
     
      font-size: 16px;
          
      line-height: 2.5rem;
    }
    .isset-post-name-file {
      top: 34%;
      height: 45%;
      left: 19%;
    }
    .wrapper-input-file {
        margin-top: 15px;
    }
    .wrapper-four-thumbnail {
        width: 75%;
    }
    input.confirm-age {
      width: 20% !important;
    }


}

@media screen and (max-width: 600px){
  .home .hero-page .banner-text-second-part .banner-text-second-sp .block_datetime {
      margin-bottom: 0 !important;
  }
  .vendor-confirmation-page input.application-submit,
  .page-template-booth-form-edit-confirm-page input.application-submit{
    padding: 10px 40px;
  }
  .format-open-handmade select {
      width: 50%;
  }
  .page-template-store-openers-list p.tn-sp-title-booth {
    padding: 0 5px !important;
    height: 25px;
    line-height: 22px;
    border: 1px dashed #ccc !important;
    font-size: 12px;
  }
  .page-template-store-openers-list.pagination {
    margin: 25px 0 !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .name h5.tn-sp-wrap-title {
    border: none;
    padding: 4px !important;
  }
  .name h5 {
    margin: 0 0 0.5rem 0 !important;
    }
    .opening-date >span:nth-child(1), .products .booth-subcat-title >span:nth-child(1) {
     padding: 0;
    }
    .page-template-store-openers-list .list-store-grid .photobx .store-photo .products .body_content span {
     line-height: 1.5;
    } 
    
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .name h5 {
    font-size: 12px !important;
    line-height: normal;
    padding: 4px;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .products .body_content.tn-span-custom span {
    font-size: 12px !important;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-content-info .products .body_content.tn-span-custom span {
    font-size: 12px !important;
  }
  .photo::after {
    display: none;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-img-info .image-home-page img {
    height: 175px !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .image img {
    height: 183px !important;
  }
  .page-template-booth-form-edit-confirm-page .body {
    padding: 0;
    padding-top: 3.125rem;
}
.page-template-booth-form-edit-confirm-page .body-container {
  background: #fff;
}
.home .vendors-list-body .vendor-list-grid > .photobx .main-image h5.tn-sp-wrap-title {
  padding: 4px !important;
}
.home .vendors-list-body .vendor-list-grid > .photobx .main-image h5 p.tn-sp-title-booth {
  padding: 0 5px !important;
  height: 25px;
  line-height: 22px;
  border: 1px dashed #ccc !important;
  font-size: 12px;
}
  .page-template-booth-form-edit-confirm-page table tr td input {
    margin: 0 !important;
    padding: 0.40625rem 0.625rem !important;
    border: 1px solid #dedede !important;
    background: #f7f7f7 !important;
}
.page-template-booth-form-edit-confirm-page .body-container {
  margin-top: 0;
  padding: 0 0.9375rem;
}
.booth-money-note {
  width: 50%;
}
.page-template-booth-form-edit-confirm-page table tr td .app-social {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  width: 100%;
}
.page-template-booth-form-edit-confirm-page table tr td .app-social:not(:last-child) {
  margin-bottom: 0.1875rem;
}
.page-template-booth-form-edit-confirm-page table tr td .app-social .w-input-social {
  width: 100%;
}
.page-template-booth-form-edit-confirm-page table tr td.app-first-col, .page-template-booth-form-edit-confirm-page table tr td.app-first-col-last {
  gap: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500 !important;
}
  .tn-w-100-phone {
    width: 100% !important;
  }
  .detail-status-one {
    font-size: 16px;
  }
  .detail-status-two {
    font-size: 13.5px;
  }
    .page-template-vendor-page-status .heading_top_groupInfo {
      gap: 1.25rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }
  .page-template-booth-form-session h3.subtitle-form-booth, .page-template-booth-confirmation-page h3.subtitle-form-booth {
    padding-top: 0 !important;
  }
 
  .page-template-booth-form-edit-confirm-page .vendor-confirmation-page .form table {
    border: 0;
  }
  .page-template-booth-form-edit-confirm-page table tr {
    display: grid;
    grid-template-columns: 1fr;
    border: 0 !important;
  }
  .page-template-booth-form-edit-confirm-page table tr td.app-first-col-last {
    gap: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500 !important;
  }
  .page-template-booth-form-edit-confirm-page table tr td.app-first-col, .page-template-booth-form-edit-confirm-page table tr td.app-first-col-last {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 2.5rem;
    font-weight: 500;
  }
  .page-template-booth-form-edit-confirm-page .form table .booth-star-required {
    margin-left: 5px !important;
    font-size: 1.25rem !important;
  }
  .page-template-booth-form-edit-confirm-page .app-second-col-last, .page-template-booth-form-edit-confirm-page .app-second-col-last {
    border-bottom: 1px solid #DEDEDE !important;
}
  .page-template-booth-form-edit-confirm-page table tr td {
    width: 100% !important;
    padding: 10px;
    border: 1px solid #dedede !important;
    border-bottom: 0 !important;
    border-width: 1px !important;
    font-size: 0.8125rem;
}
  .page-template-vendor-event-status .social_netw {
    display: block !important;
  }
  .social_netw span {
      margin: 5px;
      display: inline-block;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-content-info .products {
    align-items: baseline !important;
  }
  .page-template-store-openers-list .c-title_box {
    margin-bottom: 30px;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search > div {
      flex-flow: initial !important;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search .tn-wrap-search-store {
    padding: 20px 10px !important;
    display: grid !important;
    justify-content: normal;
  }
  .page-template-store-openers-list .cm-vendor-search .form_vendor-search input.form-submit.tn-submit-opener-list{
      font-size: 13px !important;
      margin: 0 auto !important;
  }
  .page-template-booth-form-session .vendor-confirmation-page .form table .booth-star-required, .page-template-booth-confirmation-page .vendor-confirmation-page .form table .booth-star-required {
    margin-left: 5px !important;
}
.banner img{
  width: 70%;
}
.body_content {
  max-height: 45px;
  line-height: 1.5;
}
.mt-100{
  margin-top: 50px;
}
.mypage-photo {
    width: 100%;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 130px 1fr;
    padding-bottom: 10px;
    align-items: center;
    justify-content: center;
}
.wrap-date-user {
  line-height: 15px;
}
.wrap-date-user .date {
  margin: 0;
  padding: 0;
}
.wrap-date-user .user {
  padding: 0;
}
.wrap-date-user span {
    font-size: 13px;
}
.my-page-status {
  padding: 0;
}
img.my-status-thumnail {
  height: 103px;
}
.page-template-store-openers-list .list-store-grid {
  grid-template-columns: 1fr 1fr !important;
  gap: 1.875rem !important;
}

  
  
}

@media screen and (max-width: 414px){ 


  .page-template-vendor-login .body-container {
    padding: 0 15px;
  }
  .admin-login-first-col {
    width: 40%;
  }
  .admin-login-second-col input {
    padding: 10px;
  }
  .login-heading {
      padding-top: 40px;
  }
  .admin-login-submit {
      padding-top: 50px;
      padding-bottom: 100px;
  }
  .login-submit {
      width: 50%;
  }
  .booth-money-note {
    margin-left: 0px;
  }

  .page-template-vendor-event-status .edit-button button {
      width: 50% !important;
      height: auto !important;
      margin: 0 !important;
      padding: 0 !important;
  }
  .wrap-box-open-handmade {
    width: 100%;
  }
  .business_sub_css label {
      margin-right: 7px;
      font-size: 13px;
  }
  .body.privacy-policy h2 {
      
font-size: 25px;
      
margin-bottom: 20px;
  }
  
  .body.privacy-policy p {
    line-height: 1.5rem;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .body.privacy-policy span {

  }
  
  .body.privacy-policy h3 {
    
    margin-bottom: 20px;
        
    font-size: 20px;
  }
  .body.privacy-policy ol li {
   
    line-height: 1.5rem;
      
    font-size: 13px;
  }
  .isset-post-name-file {
    top: 25%;
    left: 37.5%;
    height: 60%;
    width: 60%;
  }
  .wrapper-four-thumbnail {
    width: 100%;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2,1fr);
  }
  .custom-for-thumbnail {
    width: 100%;
    margin-bottom: 0;
      
  }
  .custom-for-thumbnail .wrapper-custom-file-upload{
      width: 100%;
  }
  .custom-for-thumbnail .custom-size-upload-booth{
      width: 100%;
  }
  .wrapper-custom-file-upload i.remove_thumbnail_image {
      left: 0;
      width: 100%;
  }
  i.remove_thumbnail_image.show img {
      float: right;
  }
  .detail-status-two {
      font-size: 11.5px;
  }
  .edit-button a {
    font-size: 13px;
  }


}

@media screen and (max-width: 375px){
  .detail-status-one {
      font-size: 14px;
  }
  .isset-post-name-file {
    left: 38.5%;
  }
  .detail-status-two {
      font-size: 10px;
  }
  .body.privacy-policy h2 {
      
  }
  
  .body.privacy-policy p {
    line-height: 2.5rem;
  }
  .body.privacy-policy span {

  }
  
  .body.privacy-policy h3 {
    
  }
  .body.privacy-policy ol li {
   
  }
  .single-roof-handmade p {
      width: 70px;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-img-info .image-home-page img {
    height: 158px !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .image img {
    height: 165px !important;
  }


}

@media screen and (max-width: 320px){
  .detail-status-two {
      font-size: 8px;
  }
  .home .vendors-list-body .vendor-list-grid > .photobx .booth-img-info .image-home-page img {
    height: 135px !important;
  }
  .page-template-store-openers-list .list-store-grid .photobx .store-photo .image img {
    height: 141px !important;
  }
  .page-template-store-openers-list .list-store-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

}


.hide{
  display: none !important;
}.show{
  display: block !important;
}

.custom-social a i {
	padding: 0;
	font-size: 17px !important;
}

.custom-social a {
	display: flex;
	justify-content: center;
	align-items: center;
}