@charset "utf-8";
/* CSS Document */

/* Product page*/
#wcatc_meta_box .catcbll_clone {
  padding: 20px;
  background: #f6f4f4
}

#wcatc_meta_box .even {
  border-top: ridge;
  border-bottom: ridge
}

#wcatc_meta_box .wcatcbll_mr_100 {
  margin-right: 100px;
}

#wcatc_meta_box .inside {
  padding: 0px !important
}

#wcatc_meta_box .wcatcbll_p-20 {
  padding: 20px;
}

#wcatc_meta_box .wcatcbll_content {
  border-top-style: outset;
  border-bottom-style: inset;
  background: #f6f4f4;
}

#wcatc_meta_box .wcatcbll {
  height: 50px;
}

#wcatc_meta_box .catcbll_add_btn {
  padding: 8px;
  background: #22db22;
  color: #fff;
  border: 1px solid #22db22;
  border-radius: 4px;
}

#wcatc_meta_box .wcatcbll {
  text-align: right;
  border-top: 2px solid #eee;
}

.catcbll_main_sec {
  display: flex;
}

.catcbll_left {
  width: 40%;
  padding: 10px;
}

.catcbll_right {
  width: 60%;
  padding: 10px;
}

.catcbll_right .more_infor {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  position: relative;
}

.catcbll_right .more_infor:before {
  content: '';
  border-bottom: 1px solid #9b9494;
  width: 40%;
  height: 23%;
  position: absolute;
  bottom: 0;
}
.catcbll_right .more_infor:after {
  content: '';
  border-bottom: 1px solid #9b9494;
  width: 41%;
  height: 23%;
  position: absolute;
  bottom: -4px;
  left: 0;
}

#wcatc_meta_box .tgl-indctr {
  position: absolute;
  margin: 12px 0px 0px -10px;
}

#wcatc_meta_box .rotate180 {
  transform: rotate(180deg);
}

#wcatc_meta_box .tgl-indctr:before {
  content: "\f142";
  display: inline-block;
  font: normal 20px/1 dashicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}

#wcatc_meta_box .top_prd_btn {
  position: absolute;
  margin: 12px;
  background: none;
  border: none;
  color: #ff0000;
  cursor: pointer;
}

#catcbll_add_btn:hover, .tgl-indctr:hover {
  cursor: pointer;
}


/*Tool Tip*/
.wcatcblltooltip {
  position: relative;
  display: inline-block;
}

.wcatcblltooltip .wcatcblltooltiptext {
  visibility: hidden;
  width: 175px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 0px;
}

.wcatcblltooltip:hover .wcatcblltooltiptext {
  visibility: visible;
}

/* Shortcode button css */
.mce-wcatcbll_shrtcd_btn:hover {
  border-color: #fc5825 !important;
}

.mce-wcatcbll_shrtcd_btn button {
  background: #fc5825;
  color: #fff !important;
  font-weight: bold;
}