@media (min-width: 1200px)
{
.col-lg-3 {
    width: 25%;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
            .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
            .cbv .color-values .col-sm-6, .cbv .color-values .col-lg-3 {
    padding-left: 2px;
    padding-right: 2px;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
.cbv .color-values .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}
div{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.cbv .color-values .swatch {
    border-radius: 50%;
    padding: 1px 18px 1px 0;
    margin-right: .4rem;
}
.cbv .color-values .color-option {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    font-size: inherit;
}
p {
    margin: 0 0 10px;
}


/* For Tabs*/
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.Breakouts_images {
    display: flex;
    margin-left: -374px;
}
.Breakouts_images img {
    padding: 20px;
}
input#percent0 {
    width: 20%;
}
div#locked {
    padding-bottom: 20px;
}

div.sliders {
  margin: 20px auto;
  background-color: #AE2824;
  width: 50%;
  padding: 20px;
}
.slide-option {
    display: flex;
    flex-direction: row;
}
div.slider {
  display: block;
  width: 100%;
  margin: 20px auto;
  background-color: #07553E;
  height: 20px;
}

div.slide {
  width: 33%;
  height: 100%;
  background: #1663AC;
  position: relative;
}

div.control {
  width: 15px;
  height: 15px;
  border-radius: 50%;
 /* // padding: 40px; */
  background: #7C71A1;
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
}
.switch{
  position:relative;
  left:-100px;
}

.hidden{
  display:none;
}


input#first-range {
    width: 20%;
    margin: 20px 0px;

}
input#second-range {
    width: 20%;
    margin: 20px 0px;

}

input#thired-first-range {
    width: 20%;
    margin: 20px 0px;

}
input#thired-second-range {
    width: 20%;
    margin: 20px 0px;

}
input#thired-thired-range {
    width: 20%;
    margin: 20px 0px;
}

input#a {
    width: 20%;
    margin: 20px 0px;
}
input#b {
    width: 20%;
    margin: 20px 0px;
}
input#c {
    width: 20%;
    margin: 20px 0px;
}


.first-color {
    display: none;
}
.second-color {
    display: none;
}
.thired-color {
    display: none;
}



/***custom css**/

.mix-breakout {
    float: left;
    width: 100%;
	background:#F0F0F0;
	max-width: 100% !important;
}


button.btn-success {
    background: #AE2824 !important;
    border-radius: 30px !important;
    font-size: 22px;
    color: #fff !important;
    height: 54px;
    border: none;
	width: 67%;
    margin: 0 auto;
}

button#download{
	background: #AE2824 !important;
    border-radius: 30px !important;
    font-size: 22px;
    color: #fff !important;
    height: 54px;
    border: none;
	width: auto;
    margin: 0 auto;
}

.thumbnail .overlay {
    padding: 10px 5px;
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 15px;
    background-color: rgb(255 255 255 / 94%);
    text-align: center;
    border-radius: 6px;
}

.thumbnail .overlay h5 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    text-shadow: 1px 1px 2px #fff;
}

.thumbnail .overlay p {
    margin: 0 1rem;
    color: #fff;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    font-size: 27px;
}

.thumbnail .overlay li {
        margin: 0 1rem;
    color: #fff;
    line-height: 5;
    display: inline-block;
    width: 15%;
	font-size:24px;
}

.thumbnail .overlay ul {
    padding: 0;
}

.small, small {
    font-size: 85%;
}

.thumbnail {
    background: transparent;
    border: none;
}

.thumbnail img{
    position: relative;
    margin-bottom: 3px;
}

.mix-breakout select {
    border: none;
    margin-bottom: 16px;
    font-size: 16px;
	width: 100%;
}



.mix-breakout .form-group input {
     width: 100% !important;
}

.mix-bt {
    width: 21% !important;
}

.mix-bt1 {
    width: 65% !important;
}


.color-option {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    font-size: inherit;
}

.swatch {
    border-radius: 50%;
    padding: 1px 18px 1px 0;
    margin-right: 0.4rem;
}

option.colorSwatch:before {
    content: " ";
    height: 10px;
    width: 20px;
    border-radius: 0px;
    border:2px solid #ebebeb;
    margin-right:10px;
    display: inline-block;
}

option.cAntiqueGold:before {
    background:#9C6600;
}

/*ul {
    height: 30px;
    width: 150px;
    border: 1px #000 solid;
}
ul li { padding: 5px 10px; z-index: 2; }
ul li:not(.init) { float: left; width: 130px; display: none; background: #ddd; }
ul li:not(.init):hover, ul li.selected:not(.init) { background: #09f; }
li.init { cursor: pointer; }*/

a#submit { z-index: 1; }
ul.mixer_clrselection li a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
    line-height: 1.42857143;
}
div.slect_col ul {
    background: #fff;
}
.slect_col li.add {
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 500;
    padding: 8px 21px 1px;
}
ul.mixer_clrselection li a:hover {
    background: #fbf7f7;
}


canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.canvas_image {
    height: 550px;
    width: 490px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: none;
}

/*canvas#label-layer-three,canvas#label-layer,canvas#label-layer-two {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.rock-canvas,.rock-canvas-two,.rock-canvas-three {
    height: 550px;
    width: 490px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}*/

/* 13-06-2022*/

.download-button {
    display: none;
}


/* 17-06-2022 */


.hex {
    width: 16px;
    height: 10px;
    position: relative;
    display: inline-block;
    transform: rotate(90deg);
	margin-right: 8px;
}

.hex:before {
    content: " ";
    width: 0px;
    height: 0px;
    border-bottom: 5px solid;
    border-color: inherit;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -5px;
}

.hex:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -5px;
    border-top: 5px solid;
    border-color: inherit;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

/**8-jul-22**/

.mix-breakout .container {
    width: 100%;
}
.mix-breakout .parent {
    float: left;
}
.mix-breakout .thumbnail .overlay ul {
    margin-left: 1px;
}
.mix-breakout .parent {
    margin-bottom: 15px;
    margin-top: 15px;
}
.mix-breakout .parent .thumbnail {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.canvas_image.canvas_hight {
    display: block;
}
.mix-breakout .slect_col input[type="range"] {
    margin: 0px !important;
}

/*  */
.mix-breakout .slect_col input[type="range"][disabled="disabled"] {
    opacity: 0.7;
}
.mix-breakout .slect_col .icon-locked {
    margin-bottom: 15px;
    cursor: pointer;
    margin-top: 5px;
}
.mix-breakout .slect_col input.accentRange {
    accent-color: #AE2824;
  }
/* input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #333;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 50px;
  }
    
  
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #AE2824 ;
    cursor: pointer;
    border-radius: 50%;
  }
  
  input[type="range"]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #AE2824 ;
    cursor: pointer;
    border-radius: 50%;
  }   */
  /*  */
  .mix-breakout .parent .slect_col {
    margin-bottom: 20px;
}
@media(max-width: 767px){
	.mix-breakout .parent {
    float: none; 
}
canvas#mcanvas {
    width: 67% !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 767px)  {
    .parent .parentCardRow {
        margin-left: -5px;
        margin-right: -5px;
    }
    .parent .parentCardRow [class*="col-"] {
        padding: 0px 5px;
    }
    .mix-breakout .parent .thumbnail {
        border-radius: 10px;
        padding: 0px;
    }
    .thumbnail .overlay {
        left: 4px;
        right: 4px;
        bottom: 15px;
        border-radius: 6px;
    }
    .parent .parentCardRow button.btn {
        width: 100%;
        height: auto;
        font-size: 18px;
        max-width: 150px;
    }
    .slect_col ul.mixer_clrselection {
        margin-left: 0px;
    }
    button.btn-success {
        font-size: 18px;
        height: 40px;
        max-width: 150px;
    }
 .firstDropDown .slect_col ul.mixer_clrselection {
        position: fixed;
        top: 50px;
        width: 100%;
        z-index: 9;
        overflow-y: auto;
        left: 0;
        right: 0;
        max-width: 250px;
        margin: auto;
        max-height: calc(100vh - 100px);
    }
.firstDropDown .slect_col:after {
        content: "";
        background-color: #000;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 0.3;
    } 
    .firstDropDown .slect_col ul.mixer_clrselection li {
        display: block !important;
    }     
    }

.icon-locked {
    display: none;
}

.forLockRemove {
    display: block;
}