.well {
  background-color: #f2f2f2;
  padding: 15px 10px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  clear: both;
  box-shadow: none;
  margin-bottom: 20px;
  border-radius: 6px;
}
.main-inner {
  background: none repeat scroll 0 0 #f2f2f2;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 15px 10px;
}
.fma-page-header {
  background-color: green;
  padding: 15px 10px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  clear: both;
  box-shadow: none;
  margin-bottom: 20px;
  border-radius: 6px;
}
.ext-customizer-navbar-header {
  background: #37c89f;
  color: white;
  padding: 16px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
}
.ext-customizer-navbar-brand {
  font-size: 29px;
  font-weight: bold;
}
#toolslist-left li.tools_item {
  border-bottom: 0 none;
  margin-bottom: 2%;
  padding-bottom: 0;
  border-radius: 6px;
  /* background-color: #fff; */
  transition: all 0.3s ease-in-out 0s;
  list-style-type: none;
}
.tools_icon_1 {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #316153 !important;
  border-radius: 3px;
  display: block;
  padding: 3px;
}

.tools_icon_1 i {
  font-size: 42px;
  padding: 5px 0px;
}

.tools_icon {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #316153;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  display: block;
  padding: 3px;
  /*	box-shadow: 14px 17px 8px -6px #D2D2D2;*/
}

.tools_icon i {
  font-size: 42px;
  padding: 5px 0px;
}

.tools-left {
  display: block;
  padding: 5px 0px;
  text-transform: uppercase;
}
.tools ul {
  margin: 10px auto;
  padding: 0;
  line-height: 16px;
  font-size: 12px;
}
a.tools_icon:hover {
  text-decoration: none;
  color: gray;
  border-color: #316153;
}
.tools-top a {
  font-size: 15px;
  line-height: 35px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  color: #316153;
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
a.tools-top:hover {
  border: 1px solid #316153;
  color: gray;
}
#fontsize {
  height: 40px;
  border: 1px solid #d2d2d2;
  margin-right: 4px;
  color: #316153;
  vertical-align: top;
  border-radius: 3px 3px 3px 3px;
  text-align: center;
  cursor: pointer;
}
.fma-dropdown-font {
  cursor: pointer;
  height: 40px;
  background: white;
  width: 175px;
  border: 1px solid #d2d2d2;
  margin-top: 0px;
  margin-right: 4px;
  color: #316153;
  border-radius: 3px 3px 3px 3px;
}
input#fontsize:hover {
  transition: all ease-in-out 0.3s;
  border: 1px solid #316153;
  color: gray;
}
.fma-dropdown-font:hover {
  border: 1px solid #316153;
  color: gray;
}
.tools-top {
  text-align: center;
}
.canvas-wrapper {
  background: none;
  border: 0 none;
  padding: 20px 0px 0px;
}
#canvasbox {
  width: 100%;
  height: 460px;
  border-radius: 6px;
  overflow: auto;
  background: #f2f2f2;
}
#canvas {
  border: 1px solid gray;
}
.set_margin_canvas {
  margin-bottom: 5px;
}
.select2-dropdown.select2-dropdown--below {
  width: 230px !important;
  z-index: 9999 !important;
}
.select2-results__options li {
  padding: 1px !important;
}
.select2-results__options li div {
  background: url("../img/fontsList.gif") !important;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
  height: 29px;
}
#select2-select_fontfamily-container {
  text-align: left !important;
  width: 200px !important;
}
.select2-container--classic .select2-selection--single {
  height: 42px !important;
  background-color: #ffffff !important;
  border: 1px solid #d2d2d2 !important;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px !important;
}
.select2-container--classic .select2-selection--single:hover {
  transition: all ease-in-out 0.3s;
  border: 1px solid #316153 !important;
}
.ext-hidden {
  position: absolute;
  /*left: -10000px;*/
  /*top: 12px;*/
  width: 1px;
  height: 1px;
  overflow: hidden;
}
ul#img-effects {
  margin-left: 10px;
  list-style-type: none;
}
ul#img-effects li {
  padding: 4px;
}
ul#img-effects li a {
  color: #316153;
  padding-left: 8px;
  font-size: 13px;
  font-weight: 500;
}
ul#img-effects li a:hover {
  color: gray;
  text-decoration: none;
}

/*forpopup */
.popup_background {
  z-index: 2000; /* any number */
}
.popup_wrapper {
  z-index: 2001; /* any number + 1 */
}
/* Add inline-block support for IE7 */
/* Add inline-block support for IE7 */
.popup_align,
.popup_content {
  display: inline;
  zoom: 1;
}
.content {
  background: #fff;
  width: 45%;
  padding: 20px;
  padding-top: 25px;
  border-radius: 5px;
}

.content p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #515151;
  line-height: 22px;
  padding-bottom: 6px;
}

.my_modal_close {
  float: right; /*position:absolute; right:10px; top:10px; width:10px; height:10px*/
}
a.my_modal1_close {
  float: right;
}

@media (min-width: 320px) and (max-width: 640px) {
  .content {
    background: #fff;
    width: 80%;
    padding: 20px;
    padding-top: 25px;
    border-radius: 5px;
  }
}
.pop-head-shapes {
  width: 100%;
  border-radius: 3px;
  padding: 5px;
  border-bottom: 1px solid;
  margin-bottom: 9px;
}
.pop-head-shapes span {
  color: black;
  font-size: 26px;
}
.shape-div a img:hover {
  background: #ccc;
}
.shpaes-row {
  margin-bottom: 12px;
}
.main-inner li {
  list-style-type: none;
  display: inline-block;
  padding-right: 6px;
}
.main-inner ul {
  margin: 0px;
}
.main-inner ul li img {
  cursor: pointer;
  width: 100px;
  height: 100px;
  border: 1px solid rgb(218, 211, 211);
}
.main-inner ul li img:hover {
  padding: 2px;
  border: 1px solid gray;
}

.filters li input[type="checkbox"]:after {
  content: attr(value);
  margin: -3px 15px;
  vertical-align: top;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}
img.fancy_box_self_style {
  margin-bottom: 8px;
}
.col-1,
.col-2 {
  max-width: initial !important;
}
#formimagedata {
  margin: 0px;
}
.bnt_row_last {
  margin-bottom: 20px;
}
.style-ext-btn {
  background-color: #316153 !important;
  border: #316153 !important;
}
.style-ext-btn:hover {
  background-color: rgb(75, 143, 75) !important;
}
ul.ext-filter-cat {
  margin: 0px;
}
ul.ext-filter-cat li {
  list-style-type: none;
  display: inline-block;
}
ul.ext-filter-cat li a {
  padding: 5px 12px;
  text-decoration: none;
  color: white;
  font-size: 13px;
  background: gray;
}
ul.ext-filter-cat li a:hover {
  background-color: rgb(160, 152, 152);
}
ul#main_divd li {
  list-style-type: none;
  width: 88px;
  min-height: 169px;
  cursor: pointer;
  margin-right: 22px;
  float: left;
}
ul#main_divd {
  margin: 35px 0px 0px 0px;
}
div#qrcode img {
  width: 100px;
}
.bpreview {
  width: 100px;
  margin: 36px auto;
  cursor: pointer;
}
.center-aling {
  text-align: center;
}
.fb_actions {
  display: none;
  text-align: center;
}
.fb_actions i.fa {
  color: #316153;
  cursor: pointer;
  padding-right: 8px;
}
#drawing-mode-options {
  padding: 12px;
}
input#drawing-line-width {
  width: 90%;
}
input#drawing-shadow-width {
  width: 90%;
}
ul.twitter_ext_images li {
  display: inline-block;
  list-style-type: none;
}
@media only screen and (max-width: 600px) {
}

#designer-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: none;
  z-index: 999;
  overflow: scroll;
}

#designer-content {
  position: relative;
  background-color: #fff;
  max-width: 100%;
  margin: 120px auto;
  padding: 20px 50px;
  border-radius: 5px;
}

#close-button {
  position: absolute;
  top: 120px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.sicons {
  font-size: 30px;
  /* margin-right: 50px;
	 margin-top: 20px; */
}
#socialIcons {
  display: none;
  justify-content: start;
  align-items: center;
  gap: 30px;
  padding-top: 20px;
}
.urllink {
  font-size: 14px;
  color: blue;
}
/*#shareButton{
	display: none;
}*/

#pixabayContainer {
  overflow: auto;
  margin-top: 10px;
  height: 90%;
}

#pixabayContainer .pixabayImage {
  width: 200px;
  height: 150px;
  object-fit: cover;
  cursor: pointer;
}

.imageContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

#popupContainer {
  background-color: #fff;
  width: 50%;
  padding: 20px;
  border-radius: 5px;
  height: 90%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 1);
  margin: 50px auto;
}

#pixabayimgupload {
  cursor: pointer;
}
#closeButton {
  position: relative;
  padding: 5px 10px;
  background-color: transparent;
  color: black;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 30px;
  float: right;
}

a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  /* color: initial !important; */
  outline: initial !important;
}

input:hover,
input:active,
input:focus {
  text-decoration: none !important;
  /* color: initial !important; */
  outline: initial !important;
}
#searchInput {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 300px;
}
.imageRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.finish_design {
  border: 1px solid #d9d9d9;
  margin: 18px auto;
  border-radius: 7px;
  border-width: 2px;
}

#fbIcon {
  color: #3b5998;
}
#twitterIcon {
  color: #00acee;
}
#linkedinIcon {
  color: #0072b1;
}
#variation_image {
  max-width: 10%;
  cursor: pointer;
}
.front_back_image {
  border: 2px solid #d9d9d9;
  width: 100px;
  height: 80px;
  border-radius: 5px;
  cursor: pointer;
}
.front_back_image_paragraph {
  font-weight: bold;
}
.fancy_box_self_style {
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  margin: 4px;
}
.design {
  display: flex;
  flex-wrap: wrap;
}
.back_design {
  margin: 0px 12px;
}
.front_design h5,
.back_design h5 {
  font-size: 13px;
  text-align: center;
}
.preview {
  cursor: pointer;
}
.preview_2 {
  z-index: 999999;
}
.downloadlink {
  text-decoration: none !important;
}

.front_back {
  margin: 23px -6px;
}
.front_image_text p {
  text-align: center;
}
.back_image_text p {
  text-align: center;
}
#drawing-color {
  width: 55%;
}
#drawing-shadow-color {
  width: 72%;
}
.no_display {
  display: none;
}

/* Variation Images Styling V2 */
#variation-images-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  flex-wrap: wrap;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px dashed #d2d2d2;
}

.variation-image-thumb {
  height: 60px;
  width: 60px;
  object-fit: contain;
  cursor: pointer;
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  padding: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.variation-image-thumb:hover {
  border-color: #316153;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.wp-block-add-to-cart-form .variations  select{
    line-height: 1.2;
}