/* ganesh CUSTOM STYLES */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
body{
	font-family: 'Montserrat';
  background-color: #fffdf7;
}
.red-orange-gradiant{
      background: -webkit-linear-gradient(50deg,#e02828,#df3b71)!important;
    background: -o-linear-gradient(50deg,#e02828,#df3b71)!important;
    background: linear-gradient(40deg,#e02828,#df3b71)!important;
}
.header{
  display: inline-block;
  width: 100%;
  color: #fff;
}
.headerMain {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 0px 5px;
    margin: 0;
}
.header a{
  color: #fff;
}
.uppercase{
  text-transform: uppercase;
}
h1, h2, h3, h4, h5{
  margin: 0;
  padding: 0;
}
.category_img a.active {
    border: 3px solid #e02d3c;
    display: block;
    border-radius: 3px;
        margin: 0px 5px;
}

.canvas-icon li a {
  height: 50px !important;
  background: #333;
  }
  .canvas-icon li a img{
    width: 390px !important;
    }
.category_img a {
    display: block;
    max-height: 580px;
    max-width: 445px;
    overflow: hidden;
}
.display-inline{
  display: inline-block;
  width: 100%;
}
.mh-400{
  min-height: 500px;
}
.sml-img-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 110px;
    height: 148px;
}
.sml-img-bx img {
    width: 110px;
}
.heading-main{
  box-sizing: border-box;
  padding: 0px 100px;
}
.action-btns a{
  font-size: 14px !important;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 5px;
}
#left-toggle{
  display: none;
}
.category_view .nav-tabs {
    display: block;
    width: 128px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.category_view .nav-tabs .nav-link.active {
    border: 0;
    background: #eee;
}
.category_view .nav-tabs .nav-link h5 {
    margin: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.category_view .nav-tabs .nav-link {
    padding: 7px;
    box-sizing: border-box;
    color: #504f4f;
}
.content-box{
  padding: 10px 0px;
}
.border-bottom{
  border-bottom: 1px solid #ddd;
}
.category_view .tab-content {
    display: table-cell;
}

.left-nav-fixed{
  background-color: #383838;
  color: #fff;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  max-width: 200px;
  position: relative;
  min-height: 500px;
}
.cover_style img {
    margin: auto;
}
.cover_style-canvas {
    /* border: 3px solid #fff; */
    max-width: 445px;
    margin-left: 30px;
    /* box-shadow: 0px 0px 5px #aba8a8; */
}
.option_footer .yellow, .option_footer .white {
    color: #333 !important;
}
.option_footer a {
    font-weight: 600 !important;
    padding: 5px 15px !important;
}
.option_footer, .option_header{
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
.option_view{
  background: #fff;
  border: 1px solid #ddd;
}
.container-main{
  width: 1170px;
  margin: auto;
}
.wrapper-left{
  width: 200px;
  float:left;
}
.wrapper-body{
  width: 600px;
}
.wrapper-right{
  width: 370px;
}
.dropdownMain {
    box-sizing: border-box;
    position: absolute;
    left: 100%;
    margin-left: 5px;
    top: 0;
    background: #5a5a5a;
    min-height: 400px;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px #d8d8d8;
    width: 275px;
    color: #fff;
    display: none;
    z-index: 9;
}
#colorSelector {
    position: relative;
     width: auto !important; 
    height: 24px;
    border-radius: 3px;
    border: 2px solid #e68baa !important;
}
.cover_style li {
  display: inline-block;
  align-items: center;
  position: relative;
}
a.close {
position: absolute;
    top: 8px;
    font-size: 10px;
    color: #fff !important;
    right: 12px;
    background: #000;
    width: 20px !important;
    height: 13px !important;
    display: block;
    line-height: 20px;
    z-index: 9;
    border-radius: 3px;
    opacity: 1.0;
}
#colorSelector{
  height : 13px !important;
}
.cover_style li a {
    display: inline-block;
    align-items: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.cover_style li a img {
    width: 75px;
}
.option_body {
    display: flex;
    justify-content: center;
    height: auto;
    box-sizing: content-box;
    padding:10px;
}
.select_btn {
    float: left;
    padding: 10px;
}
#bgColor {
  position: absolute;
  top: 295px;
  z-index: 1;
}
.left-nav-fixed i {
    clear: both;
    width: 100%;
    font-size: 2em;
    padding-bottom: 10px;
}
.left-nav li {
    padding: 10px 0px;
}
.left-nav li a.active, .left-nav li a:hover{
  color: #df3660;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.left-nav-fixed a{
  color: #fff;
}
@media (max-width: 1372px){
  .lrg-img-bx img {
    width: 300px;
}
}
@media (max-width: 992px){
  .sml-img-bx img, .sml-img-bx {
    width: 65px;
}
.category_view .nav-tabs{
  width: 80px;
}
.category_view .nav-tabs .nav-link h5 {
    margin: 7px 0px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.sml-img-bx{height: 88px;}
.lrg-img-bx img {
    width: 195px;
}
}
@media (max-width: 768px){
  .sml-img-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 110px;
    height: 148px;
}
.sml-img-bx img {
    width: 110px;
}
.category_view .nav-tabs {
    display: block;
    width: 128px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.lrg-img-bx img {
    width: 300px;
}
}
@media (max-width: 480px){
  .sml-img-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.category_view .nav-tabs {
    display: block;
    width: 128px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.lrg-img-bx img {
    width: 100%;
}
.category_view .nav-tabs {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.category_view .nav-tabs .nav-item{
  width: 50%;
}
}

.hide{
    display:none;
}
.show{
    display: block;
}
a.close-btn {
    background: #df314c;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -11px;
    top: -14px;
    color: #fff !important;
}
.cover_style img {
    margin: auto;
}
.cover_style {
    border: 3px solid #fff;
    max-width: 445px;
    margin: auto;
    box-shadow: 0px 0px 5px #aba8a8;
}


/****Loader****/

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .loader-up{
      background-image: url('img/load-img.svg');
      width: 50px;
      height: 50px;
      background-repeat: no-repeat;
      position: absolute;
  }
  @keyframes lds-double-ring {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes lds-double-ring {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes lds-double-ring_reverse {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  @-webkit-keyframes lds-double-ring_reverse {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  .lds-double-ring {
    position: relative;
  }
  .lds-double-ring div {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    border: 20px solid #000;
    border-color: #dba11d transparent #dba11d transparent;
    -webkit-animation: lds-double-ring 1s linear infinite;
    animation: lds-double-ring 1s linear infinite;
  }
  .lds-double-ring div:nth-child(2) {
    width: 116px;
    height: 116px;
    top: 42px;
    left: 42px;
    border-color: transparent #6ab263 transparent #6ab263;
    -webkit-animation: lds-double-ring_reverse 1s linear infinite;
    animation: lds-double-ring_reverse 1s linear infinite;
  }
  .lds-double-ring {
    width: 42px !important;
    height: 42px !important;
    -webkit-transform: translate(-21px, -21px) scale(0.21) translate(21px, 21px);
    transform: translate(-21px, -21px) scale(0.21) translate(21px, 21px);
  }
  .spanImg img {
    width: 50%;
    height: 50%;
}

.option-head{
  width: 200px;
  float: left;
  padding-top: 12px;
  font-weight: 500;
}

.action-btns{
  /*width: 500px;
  float: right;*/
}


#bgColor a.close {
    position: absolute;
    top: -8px;
    color: #fff !important;
    right: 1px;
    background: #231a1aeb;
    width: 25px !important;
    height: 25px !important;
    display: block;
    font-size: 23px;
    z-index: 9;
    font-weight: normal;
    border-radius: 21px;
    opacity: 1.0;
    line-height: 1;
    padding-left: 9px;
}



@media(max-width:767px)
{
    .container-main {
    width:unset!important;
    margin: auto;
}
.left-nav-fixed {
    background-color: #383838;
    color: #fff;
    box-sizing: border-box;
    padding: 3px;
    text-align: center;
    max-width: 130px;
    position: relative;
    font-size: 10px;
    min-height: 500px;
}
.kl
{

    border: 1px solid black;
    position: absolute;
    width: 235px!important;
    height: 447px!important;
    left: 0px;
    top: 0px;
    touch-action: none;
    user-select: none;
    }
    .wrapper-body {
    width: 168px!important;
}
.cover_style-canvas {
    /* border: 3px solid #fff; */
    max-width: 445px;
    margin-left: -64px;
    /* box-shadow: 0px 0px 5px #aba8a8; */
}


.canvas-container
{
    width: unset!important;
    height: 624px;
    position: relative;
    user-select: none;
}
.dropdownMain {
    box-sizing: border-box;
    position: absolute;
    left: 100%;
    margin-left: 0px;
    top: 0;
    background: #5a5a5a;
    min-height: 370px;
    padding: 13px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px #d8d8d8;
    width: 240px;
    color: #fff;
    display: none;
    z-index: 9;
}
}




