:root {
  --dark_gray: #9F9F9F;
  --light_gray: #F0EFEF;
  --green: #7ad74b;
  --ppl: #8d1e59;
  --sup_grey: #263238;
	--black: #000;
	--white: #fff;
}

.single-project .l-header {
  display: none !important;
}

ul {
  list-style-type: none !important;
}

.project-wrapper {
  display: flex;
}

.sidebar {
  width: 25%;
  background-color: var(--light_gray);
  padding: 20px;
  border-radius: 0 10px 10px 0;
  padding-left: 0;
	  padding-right: 0;
  position: relative;
}

.sidebar h2 {
  background-color: var(--black);
  color: white;
  border-radius: 0 30px 30px 0;
	border-radius: 0 ;
  padding: 10px 20px;
  font-size: 18px;
}

.content {
  width: 75%;
  padding: 20px;
}

.single-project .sidebar {
  width: 25%;
}
.content {
	min-height: 100vh;
}
.single-project .content {
  width: 78%;
}

.open-sidebar,
.toggle-sidebar {
  display: none;
}
.open-sidebar img{
	position: relative;
	top: 4px;
}
.open-sidebar {
  color: var(--ppl);
  font-size: 18px;
  min-width: 60px;
  width: auto;
}
.toggle-sidebar {
  position: absolute;
  right: 20px;
  top: 60px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  font-size: 30px;
  background: #9f9f9f;
  line-height: 30px;
  padding: 0;
}

.light_txt_hd {
  font-weight: bolder;
  font-size: 30px;
  color: #9f9f9f;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 30px auto;
}
.light_txt_txt {
  font-weight: bolder;
  font-size: 16px;
  color: #9f9f9f;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 0px auto;
}

.sup_name {
  background-color: var(--sup_grey);
  color: white;
  border-radius: 0 30px 30px 0;
  display: inline-block;
  padding: 10px 20px 10px 50px;
  font-size: 25px;
  margin-left: -20px;
  margin-top: 20px;
  margin-bottom: 40px;
  min-width: 30%;
}

.logo_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.logo_wrap img {
  max-width: 100%;
}
.sidebar ul, .sidebar p {
  margin-left: 40px;
  margin-bottom: 20px;
}
.sidebar li {
  margin-bottom: 0px;
}
.sidebar a {
  font-size: 16px;
  color: var(--ppl);
}
body .active_url {
  font-weight: bold;
}

.p_container {
  display: flex;
  flex-wrap: wrap;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 100%;
}

.column-half {
  flex: 1 1 50%;
  padding: 5px;
}

.pg_title {
  background: var(--black);
  color: #fff;
  font-size: 30px;
  padding: 10px 20px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -20px -20px 40px;
  flex-wrap: wrap;
}

.pg_detail {
  padding-left: 10%;
}
.loc_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px auto 10px;
}
.loc_list a,
.save_btn,
.btn {
  background: var(--ppl);
  color: #fff !important;
  margin: 10px 5px;
  padding: 10px 10px;
  min-width: 110px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}
body .active_btn,
.loc_list a:hover,
.save_btn:hover {
  background: var(--sup_grey);
  color: #fff !important;
}

.upgrade_title {
  font-size: 25px;
  margin-bottom: 30px;
}
.upgrade_list_wrap {
  margin-left: 30px;
}
.item_list_wrap {
  background: #E9E9E9;
  width: 300px;
  max-width: 100%;
  padding: 30px;
  border: 1px solid var(--sup_grey);
  margin-bottom: 30px;
  margin-left: 20px;
}
.item_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.item_price .lb,
.item_rate .lb {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.56);
  font-weight: 700;
}
.item_price .vl,
.item_rate .vl {
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
}
.item_list:not(:first-child) {
  margin-top: 30px;
}

.item_detail_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.item_img_prc_wrap {
  width: 30%;
  padding: 0px;
}
.item_image {
  border: 2px solid var(--ppl);
  border-radius: 5px 5px 0px 0px;
  height: 180px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item_image img {
  max-width: 99%;
}

.item_price_sec {
  background: var(--ppl);
  color: #fff;
  padding: 15px 20px;
  border-radius: 0px 0px 5px 5px;
}
.item_price_sec > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.item_price_sec .lb {
  color: rgb(255, 255, 255);
  font-weight: 200;
  font-size: 14px;
  display: inline;
  margin-right: 10px;
  min-width: 50px;
}
.item_price_sec .vl {
  color: rgb(255, 255, 255);
  font-weight: 100;
  font-size: 14px;
  display: inline;
}

.item_collection_wrap {
  width: 70%;
  padding: 0px 20px;
}
.sub_item_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sub_item_title {
  text-align: center;
  margin-bottom: 10px;
  margin-top: -42px;
}
.sub_item_ck {
  display: none;
}
.sub_item_box {
  text-align: center;
  width: 20%;
  cursor: pointer;
}
.sub_item_box:nth-child(n+6) {
  margin-top: 10px;
}
.sub_item_box h4 {
  font-size: 14px;
  padding: 0;
  margin-top: 5px;
}
.sub_item_img {
  margin: 0 10px;
}
.sub_item_box.checked .sub_item_img {
  border: 2px solid var(--ppl);
  border-radius: 5px;
}
.sub_item_img img {
  padding-top: 5px;
  width: 90%;
}
.save_btn_wrap {
  margin: 30px auto;
  text-align: center;
}
.save_btn_wrap button {
  width: 210px;
  max-width: 99%;
}

.save_btn_wrap button.saving-btn {
    background-color: #ccc !important;
    color: #333 !important;
    cursor: no-drop;
}
.save_btn_wrap button.saved-btn {
    background-color: #3d891a !important;
    color: #fff !important;
    cursor: no-drop;
    opacity: 1;
}


/* media */
@media (max-width: 980px) {
 .open-sidebar,
  .toggle-sidebar {
    display: block;
  }
	.sidebar {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #f2f2f2;
    padding: 20px;
    transition: left 0.3s ease-in-out;
    z-index: 999;
    padding-top: 50px;
  }
	.sidebar.open {
    left: 0;
  }
	.content {
    width: 100% !important;
  }
		.single-project .sidebar {
  width: 45%;
}
	.pg_title{
		position: relative;
	}
	.open-sidebar{
		position: absolute;
		left:12px;
		background: transparent;
	}
	.page-template-page-checkout .open-sidebar{
		display: none;
	}
} 
@media (max-width: 900px) {
    .item_img_prc_wrap,
    .item_collection_wrap {
      width: 100%;
    }
    .sub_item_title {
      margin-bottom: 10px;
      margin-top: 30px;
    }
    .sub_item_list {
      justify-content: center;
    }
}


@media (max-width: 768px) {
  .pg_title .title {
/*     width: 100%; */
    text-align: center;
/*     margin: 30px auto; */
  }
  .pg_detail {
    padding-left: 0%;
  }
  .upgrade_list_wrap {
    margin-left: 0px;
  }
/* 	 .open-sidebar,
  .toggle-sidebar {
    display: block;
  }
 */


  .project-wrapper {
    flex-direction: column;
  }

/*   .sidebar {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #f2f2f2;
    padding: 20px;
    transition: left 0.3s ease-in-out;
    z-index: 999;
    padding-top: 50px;
  } */
 
/*   .sidebar.open {
    left: 0;
  } */

  .sidebar h2 {
    border-radius: 0;
  }

/*   .content {
    width: 100% !important;
  }
	 */
/* 	.single-project .sidebar {
  width: 45%;
} */
	
  .column-half {
    flex: 1 1 100%; /* One column on mobile */
  }
}

@media (max-width: 500px){
	.single-project .sidebar {
    width: 65%;
}
}
