/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.wkmodal {
	top: -28px;
    bottom: -19px;
}
  .wkmodal-dialog {
    max-width: 100%;
    padding: 0 12%;
  }

  .wkmodal-content {
    width: 100%;
    float: left;
  }

  .wkmodal-header {
     height: auto;
     padding: 0;
     background-color: #505253;
     border-bottom: none;
     width: 100%;
  }

  .wkmodal-menu {
    /* height: 75px; */
    /* width: 22%; */
    /* text-align: center; */
    /* float: left; */
    font-size: 15px;
    color: white;
    /* font-weight: bold; */
    padding: 15px;
    margin-bottom: 0px !important;
    cursor: pointer;
  }

  .wkmodal-menu img {
    padding-bottom: 5px;
  }

  .wkmodal-header .close {
    color: white;
  }

  .wkmodal-dialog .wkmodal-content .wkmodal-header .wkmodal-menu:hover {
    background-color: #2fb5d2;
  }

  .wkmodal-dialog .wkmodal-content .wkmodal-header .wkmodal-menu div{
    cursor: default;
  }

  .wkmodal-dialog .wkmodal-content .wkmodal-header .wkmodal-menu div{
    cursor: default;
  }

  .wk-sub-menu-div {
    /* float: left; */
    /* margin-top: -30px; */
    width: auto;
    background: #ebebeb;
    margin-bottom: 0px !important;
    /* height: 52px; */
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  }

  .wk-sub-menu {
    padding: 11px;
    float: left;
    font-size: 16px;
  }

  .wkborder {
    border: 1px solid #ffffff;
    float: left;
    height: 33px;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .wkbtn {
    background: #2fb5d2 none repeat scroll 0 0;
    border-radius: 4px;
    color: white;
    padding: 4px 15px 5px;
    text-transform: none;
    font-size: 14px;
  }

  .wkbtn:hover {
    background: #2baac6;
  }

  .wk-sub-menu > select {
    padding: 4px 0 0;
  }

  .wktriangle-icon {
    margin-bottom: 0px !important;
    width: 10%;
    text-align: center;
  }

  .wktriangle-icon > i{
    color:#ebebeb;
    font-size: 45px;
    margin-top: -48px;
    cursor: default;
  }

  .wktriangle-icon-for-text {
    margin-left:10%;
  }

  .wktriangle-icon-for-color {
    margin-left:20%;
  }

  .wktriangle-icon-for-extra {
    margin-left:40%;
  }

  .wkmaterial-icons {
    font-size:20px;
    color:#414141;
    padding-top: 4px;
  }

  .wktriangle-icon-for-paint {
    margin-left:30%;
  }

  .wkmaterial-icons-for-dropdown {
    background: #ebebeb none repeat scroll 0 0;
    margin-left: -2px;
  }
  .wkrange-label {
    float: left;
    padding: 6px 0px 0px;
  }

  .wkrange {
    float: left;
    padding: 6px 10px 0px 10px;
  }

  .wktext-box {
    border: medium dotted;
    font-size: 18px;
  }

  .wktext-box:focus {
    border:none !important;
  }

  #canvas-container {
    border: 1px solid #878787;
    height: 472px;
    float: left;
    margin-bottom: 1.5%;
  }

  .wkbutton {
    border-radius: 5px;
    text-transform: none;
    font-weight: normal;
  }

  .wkbutton-delete {
    border-radius: 5px;
    text-transform: none;
    padding: 6px 10px;
    background-color: #e15959;
    border-color: #e15959;
  }

  .wkpreview-img-text {
    font-size: 20px;
    font-weight: bold;
  }

  #wkpreview-img {
    border: 1px solid;
  }

  .wksub-menu-select {
    padding: 24px 20px 0;
  }

  .wkselect {
    overflow: hidden;
    background: url(../img/down.png) no-repeat right #ebebeb;
  }

  .wkselect select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 16px;
    padding: 2px 15px 2px 0;
    padding-left: 10px;
  }

  .wkbutton-delete:hover {
    background: #d44c4c;
    border-color: #e15959;
  }

  .mpwebtoprint_loading_overlay {
    display:none;
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background: transparent;
    opacity: 0.3;
    z-index: 100000;
  }

  .mpwebtoprint_loading-img {
    position:absolute;
    left:50%;
    top:50%;
  }

  .wkleft-container {
    width: 450px;
    float: left;
    margin-left: 2%;
  }

  .wkleft-container div {
    margin-bottom: 0% !important;
  }

  #wkTextDiv {
     min-height: 80px;
  }

  #wkpreview-img-div {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100051;
  }

  .wkpreview-img-wrap {
      position: relative;
      display: inline-block;
      font-size: 0;
      top: 5%;
  }

  .wkpreview-img-wrap .wkclose-preview-img {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    background-color: #FFF;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: .2;
    text-align: center;
    font-size: 1.5rem;
    line-height: 10px;
    border-radius: 50%;
  }

  .wkpreview-img-wrap .wkclose-preview-img:hover {
    opacity: 0.5;
  }

  .wkmodal-close {
    float: right;
    padding: 20px 20px 0 0;
  }

.viewTemplateHeader{
  display: inline-block;
}
.left_container {
  float: left;
}
.viewTemplateHeader span {
  display: inline-block;
  background: gray;
  padding: 8px 12px;
  color: white;
  font-size: 18px;
  margin: 5px 0;
}

.viewTemplateHeader span.active {
  background: #2fb5d2;
}

body#product #productCustomizeForm .active {
  background: #2fb5d2;
}

.wk-template-menu {
  background-color: rgb(80, 82, 83);
  border-bottom: 1px solid rgb(255, 255, 255);
}

.wk-hidden {
  display: none;
}

.wk-add-images{
  background: #ebebeb;
  border-top: 1px solid #fff;
}
.wk-add-images img{
  max-width: 110px;
  max-height: 110px;
}
/* .wk-add-images img{
  width: 110px;
  height: 110px;
} */

.wk-facebook-photos img, .wk-insta-photos img {
  width: 110px;
  height: 110px;
}
.wk-facebook-photos img:hover, .wk-insta-photos img:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
}

.wk-facebook-photos {
  max-height: 200px;
  overflow: auto;
  background: white;
  display: flex;
  flex-wrap: wrap;
}

.wk-images {
  background: white;
}

.wk-image-category {
  display: inline-block;
}

.wk-image-category > span {
  padding: 0;
  cursor: pointer;
}

.wk-images > .wk-image-category > span {
  padding: 10px;
  line-height: 3;
  font-weight: 600;
}
.wk-images > .wk-image-category > span.active {
  background: #2fb5d2;
  color: white;
}

.wk-color-template > ul {
  display: flex;
  flex-wrap: wrap;
  background: #ebebeb;
}
.wk-color-template > ul > li > label {
  margin: 0;
}

.btn-warning.wkbutton {
  float: left;
  margin: 20px 0 20px 20px;
}

#productCustomizeForm div {
  margin-bottom: 0 !important;
}

#productCustomizeForm .left_container {
  width: 450px;
}

.wk-canvas-container:hover .wk_canvas_image_type,
.wk-canvas-container:hover .wk_canvas_text {
  border: 1px dashed;
}

.changeCanvas {
  cursor: pointer;
}

.wk-images > .wk-image-category > span:hover {
  background: #3195ab;
  color: white;
}
@media screen and (min-width: 1024px) {
  .wkleft-container {
    width: calc(98% - 450px);
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wkleft-container {
    width: 100%;
    margin-left: 0;
  }
}
