body,html {
	padding: 0px;
	margin: 0px;
	font-family:"Folio W01", sans-serif;
}

#loader { 
    border: 12px solid #f3f3f3; 
    border-radius: 50%; 
    border-top: 12px solid #444444; 
    width: 50px; 
    height: 50px; 
    animation: spin 1s linear infinite; 
} 
  
@keyframes spin { 
    100% { 
        transform: rotate(360deg); 
    } 
} 
  
.center { 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    margin: auto; 
} 

#shelf_designer {
    margin: auto;
    height: 100%;
}

#canvas_container {
	position: relative;
	border: solid 1px #999;
	/*margin: auto;*/
	margin: 0px;
}

#drag-items-container {
    position: absolute;
    /*width: 600px;*/
    width: 380px;
    height: 100%;
    top: 0px;
    /*right: 0px;*/
    right: -380px;
    background: ccc;
    z-index: 1;
    /*border-left: solid 1px #999;*/
}

.drag-items {
    display: block;
    padding: 22px;
    text-align: center;
    border-bottom: solid 1px #9999996b;
}

.drag-items img {
	height: 70px;
    width: auto;
    margin: auto;
    max-width: 100%;
}

.ui-draggable-dragging {
	cursor: hand;
	display: none;
}

#capture_container {
	display: block;
    position: relative;
    padding: 10px;
    text-align: center;
}

a#capture_canvas {
    padding: 10px;
    margin: auto;
    text-align: center;
    /*display: block;*/
    /*background: #03A9F4;
    color: #fff;*/
    width: 200px;
    text-decoration: none;
    /*text-transform: uppercase;*/
    letter-spacing: 0.7px;
    font-size: 12px;
}

ul#item_tab_container {
    /*padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    padding-bottom: 35px;*/

    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    padding-bottom: 35px;
    background: #cccccc4b;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #9999996b;
	border-top: 1px solid #9999996b;
}

ul#item_tab_container li {
	float: left;
   /* width: 25%;*/
    width: 15%;
    text-align: center;
    padding: 10px 0px;
    /*background: #ccc;*/
    /*background: #cccccc2b;*/
    cursor: pointer;
    border-left: solid 0.2px #e8e8e8;
}

ul#item_tab_container li.active {
	background: #fff;
	/*border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;*/
	border-bottom: 1px solid white;

}

.item_tab {
	display: none;
}

.item_tab.active {
	display: block;
}


#right_side_elements li {
	list-style: none;
}

#right_side_elements li img {
    height: 30px;
}


/* Setting toggle css */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: black;
}

input:focus + .slider {
  box-shadow: 0 0 1px black;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* Setting toggle css */

.gap-line-txt-setting-wrap{
	text-align: right;
	padding:16px;
	line-height: 35px;
	letter-spacing: 0.7px;
}
.setting-wrap{
	background-color: #80808021;
}

.btn-shelf-type{
	font-size: 25px;
	padding: 10px;
	border-radius: 8px;
}

.container-set-type-wrap{
	width: 100%;
    display: flex;
    border-bottom: 1px solid #80808078;
    padding-top: 10px;
    padding-bottom: 10px;
}
.container-position-txt{
	width: 50%;
	font-size: 25px;
	padding-left: 10px;
}

.drag-items:hover{
	cursor: pointer; 
}

.drag-items > .drag-element-img:hover{
	transform: scale(1.1);
	cursor: grab; 
}
.item-title{
	letter-spacing: 0.5px;
	display: block;
}

.item_tab_container li{
	/*border-bottom: 1px solid #9999996b;
	border-top: 1px solid #9999996b;*/
}

.element-type-title{
	/*text-align: center;
    padding-top: 15px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.7px;*/
    background: gray;
    padding: 10px;
    color: white;
    letter-spacing: 0.7px;
    text-align: center;
}

.price-wrap{
	display: flex;
}

#price_popup{
  top:-999999px;
  position: absolute;
}

.price-txt{
	/*width: 65%;*/
    font-size: 40px;
    text-align: right;
    padding: 13px;
    font-weight: bold;
    padding-left: 30px;
    cursor: pointer;
}
.btn-wrap{
	width: 60%;
	text-align: left;
	padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
}
.btn-wrap > a{
	/*background: #2196f3;
	color: white;*/
	text-decoration: none;
	font-size: 25px;
	margin: 15px;
	padding: 10px;
}

.price-label{
	font-size: 25px;
	font-weight: normal;
}

.view-cart{
	text-decoration: none;
}

.view-cart > img{
	width: 35px;
	margin: -8px;
	padding-right: 20px;
}

.cart-modal-header{
	text-align: left;
	border-bottom: 1px solid #80808075;
}
.cart-modal-title{
	margin: 0px;
}
.itm-counter-main-wrap{
	padding-top: 10px;
	padding-bottom: 10px;
}

.cart-modal-body{
	padding: 10px;
}

.cart-single-item{
	display: flex;
	width: 100%;
	padding:10px;
}
.cart-element-img{
	width: 20%;
}

.cart-element-img span {
    background: #666;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 12px;
}

.cart-element-des{
	width: 60%;
}
.cart-element-price{
	width: 20%;
	font-weight: bold;
	font-size: 25px;
}
.element-counter{
	font-weight: bold;
	font-size: 20px;
}
.cart-element-wrap{
	border-bottom: 1px dashed #80808099;
}
.cart-element-title{
	font-weight: bold;
	padding: 5px;
}
.cart-element-total-wrap{
	/*display: flex;*/
	padding: 2px;
	padding-top: 15px;
	text-align: right;
}
.total-txt{
		font-size: 30px;
		padding-right: 30px;
}
.total-price{
	font-weight: bold;
	font-size: 30px;
}

.update_shelh_holder_gap_frm > .input-gap-no,.update-gap-modal-body > .input-gap-no:focus,.set-shelf-holder-height, .set-shelf-holder-height:focus{
	height: 30px;
    text-align: center;
    font-size: 20px;
    padding: 4px;
    outline: none;
    width: 35%;
}

.update_shelh_holder_gap_frm > .submit-gap-no,.shelf-modal-increse-width,.shelf-modal-change-rightside,.shelf-modal-reset,.btn-set-shelfholder-height{
	padding: 10px;
	background: #2196f3;
	color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}
.shelf_holder_height_err_msg{
	background: #ff000099;
    color: white;
    padding: 10px;
    font-size: 18px;
}

@media only screen and (min-width: 641px) {
  .shelf_change_rightside_or_resize {
    max-width: 500px !important;
  }
}

.field-wrap{
	padding:5px;
	width: 70%;
	text-align: left;
    margin: auto;
}
.checkout-field {
	width: 100%;
    padding: 10px;
    font-size: 15px;
    width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.checkout_place_order {
	font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 12px;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
    color: white;
}
.success-msg {
	background: #42d849;
    color: white;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
    display: none;
}
.err-msg {
	background: #fd1111ad;
    color: white;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
    display: none;
}
.custom-modal-btn {
	color: #383636fa !important;
    border: solid 1px black !important;
    background: transparent !important;
    /*border-radius: 20px !important;*/
    border-radius: 99px !important;
	padding: 10px 20px !important;
}

.custom-modal-btn:hover {
	color: white !important;
	background : black !important;
}
#checkout_btn {
	letter-spacing: 0.7px;
}

.selected_color {
	border: 2px dotted gray;
}

.shelfTypeWrap {
	/*padding-top: 10px;*/
	text-align: center;
}
.shelveTitle {
	background: gray;
    padding: 10px;
    color: white;
    letter-spacing: 0.7px;
    cursor: pointer;
}

.elementTooltip {
	position: absolute;
    height: 100px;
    width: 400px;
    min-width: 400px;
    background: white;
    /*border-color: 1px solid #333;*/
    top: 0px;
    left: 0px;
    z-index: 999999;
    border-radius: 5px;
    padding: 5px;
	/*overflow-y: scroll;*/
	display: none;
    border : 1px solid #b3b3b3;
}
.choose-color-title{
	text-align: center;
	letter-spacing: 0.7px;
	font-size: 12px;
	margin:5px;
	padding :0px;
}
.tooltip-arrow{
	z-index: 15;
	position: relative;
	/*margin-top: 60px;*/
}

.tooltip-arrow:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.close-color-popup {
	right: 10px;
	top: 0px;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.tooltip-content-wrap {
	max-width: 50%;
	display: inline-block;
	padding-right: 10px;
}
span.tooltipName{
	font-size: 12px;
    display: block;
    color: gray;
}
.anchor_choose_color{
	text-decoration: none;
}

.doted-line{
	z-index: 99999999;
	border : 0;
	/*border : 2px dashed #1a349b;*/
	top: 0px;
	left: 0px;
	display: none;
}
.doted-line-side{
	z-index: 99999999;
    border : 0;
	/*border : 1px dashed #7f01b5;*/
	top: 0px;
	left: 0px;
	display: none;
}

/* Custom Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



.disable-select {
user-select: none; /* supported by Chrome and Opera */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
}

.field_lbl {
display: block;
}

.drag-element-img-shelf {
width: 250px!important;
height: auto!important;
}

price-wrap