/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.shape-select ul.shape-list{
	width:100%;
	border:1px solid #ced4da;
	padding:15px 20px 10px 20px;
	box-sizing:border-box;
	display:none;
}
.shape-select .select-shape-item{
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  color: #adb5bd;
  padding:10px 12px;
  box-sizing:border-box;
  position:relative;
  border:1px solid #ced4da;
  margin:0 0 8px;
  cursor: pointer;
  text-transform:capitalize;
}
.shape-select .select-shape-item::after{
	content:'';
	background:url(images/shape-arrow.svg) no-repeat;
	width:26px;
	height:26px;
	background-size:auto;
	background-position:center center;
	position:absolute;
	top: 9px;
    right: 7px;
	display:inline-block;
	transform: rotate(-90deg);
}
.shape-select .select-shape-item.open::after{
	transform: rotate(0deg);
}
.shape-select .shape-list li{
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  color: #434a51;
  position:relative;
  padding-left:30px;
  margin:0 0 6px;
  cursor:pointer;
}
.shape-select .shape-list li::before{
	content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #ced4da;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}
.shape-select .shape-list li.selected::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #191a1b;
    display: inline-block;
}
.shape-select .shape-list li.selected::before {
    border: 1px solid #191a1b;
}
.shape-select-mesure > ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.custom-attr-fields .box {
	margin:0 -10px;
	padding-top:15px;
}
.custom-attr-fields .box  .shape-val-item{
	display:inline-block;
	vertical-align:top;
	width:auto;
	padding:0 10px;
	box-sizing:border-box;
	margin-right:-4px;
}
.custom-attr-fields  label{
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.75px;
	color: #434a51;
	margin:0 0 2px;
	display:block !important;
}
.custom-attr-fields .box .shape-select-mesure ul li{
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.75px;
	color: #fff;
	border-radius: 2px;
    background-color: #434a51;
    padding: 2px 5px;
}
.custom-attr-fields .box .shape-select-mesure ul li.selected{
	display:none;
}
.custom-attr-fields input[type="text"]{
	width:90px;
	height:45px;
	border:1px solid #ced4da;
	box-shadow:none;
	border-radius:0px;
	appearance: none;
	-webkit-appearance: none;
	color:#191a1b;
	font-size:16px;
	padding:0 10px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}
.custom-attr-fields .custom_color_wrapper input[type="text"]{
	text-align:left;
	width:100%;
	padding-right:25px;
}
.custom-attr-fields .box .shape-select-mesure{
	position:relative;
	display:inline-block;
	width:65px;
	vertical-align:top;
	line-height:normal;
	margin-top:10px;
    margin-left: 6px;
}
.custom-attr-fields .box .shape-select-mesure ul{
	position:absolute;
	top:22px;
	left:0px;
	display:none;
	width:auto !important;
}
.custom-attr-fields .box .shape-current-mesure{
	font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.75px;
	color: #434a51;
    padding: 0px;
    border-radius: 0px;
    background-color: #fff;
	cursor:pointer;
}
.custom-attr-fields .box .shape-current-mesure::after{
	content:'';
	display:inline-block;
	background:url(images/shape-arrow.svg) no-repeat;
	width:15px;
	height:15px;
	background-size:100%;
	right: -16px;
    position: absolute;
    top: 3px;
	transform: rotate(-90deg);
}
.custom-attr-fields .box .shape-current-mesure.open::after{
	transform: rotate(0deg);
}
.shape-select-mesure ul li {
	cursor: pointer;
}
.custom-attr-fields .custom_color_wrapper{
	margin:0 -15px;
}
.custom-attr-fields .custom_color_wrapper > span{
	display:inline-block;
	padding:0 15px;
	vertical-align:top;
	box-sizing:border-box;
	width:50%;
	margin-right:-4px;
	margin-bottom:15px;
}
.custom-attr-fields .custom_color_wrapper .btn{
	font-size:0px;
	background: #fff url(images/color-close.svg) no-repeat;
	width:15px;
	height:15px;
	border:none;
	box-shadow:none;
	appearance:none;
	-webkit-appearance:none;
	position:absolute;
	right: 10px;
    top: 9px;
    padding: 0px;
	cursor:pointer;
}
.custom-attr-fields .custom_color_wrapper .btn:hover{
	background: #fff url(images/color-close.svg) no-repeat;
}
.custom-attr-fields  .color-inner-area{
	position:relative;
}
.custom-attr-fields #vsz_add_color {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.75px;
  color: #434a51;
  vertical-align:top;
  position:relative;
}
.custom-attr-fields #vsz_add_color::before{
	content:'';
	background: url(images/color-add.svg) no-repeat;
	width:22px;
	height:22px;
	display:inline-block;
	vertical-align:top;
	margin-right:6px;
}
.variations td .rug-comment-input{
	margin:15px 0px 15px 0px;
	line-height:1px;
}
.variations td .rug-comment-input textarea{
  width: 100% !important;
  height: 115px !important;
  border-radius: 2px;
  border:1px solid #ced4da;
  padding:8px 8px;
  box-sizing:border-box;
  font-size:15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.25px;
  color: #434a51;
}
.variations td .rug-comment-file label{
	font-size:16px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.75px;
	color: #434a51;
	text-decoration:underline;
	cursor:pointer;
}
.variations td .rug-comment-file{
	position:relative;
	line-height:1px;
}
.variations td .rug-comment-file input[type="file"]{
	position:absolute;
	opacity:0;
	visibility:hidden;
}
.rug-comment-file .rug-file-sec{
	display:inline-block;
	position:relative;
}
.rug-comment-file .rug-file-sec #rug-file-chosen{
	display:block;
	font-size:14px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.75px;
	color: #434a51;
	font-style:italic;
	margin:2px 0;
}
.rugtip-icon{
	background: url(images/info-icon.svg) no-repeat;
	width:19px;
	height:19px;
	background-size:auto;
	background-position:center center;
	display:inline-block;
}
.rug-comment-file .rug-tooltip-sec{
	position: absolute;
    right: -30px;
    top: 2px;
	display:inline-block;
}
.rugs-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: none;
    color: #fff;
	font-size:14px;
	line-height:normal;
	letter-spacing:0.75px;
}
.rugs-tooltip .rugs-tooltext {
    visibility: hidden;
    position: absolute;
    width: 220px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 0px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}
.rug-tool-bottom {
    top: 105%;
    left: 50%;
    margin-left: -110px;
}
.rug-tool-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
}
.rugs-tooltip:hover .rugs-tooltext {
    visibility: visible;
    opacity: 1;
}
.rugs-error-note{
	position:relative;
	font-size:14px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.75px;
	color: #434a51;
	padding-left:25px;
	margin:20px 0px 5px 0px;
}
.rugs-error-note::before{
	content:'';
	background: url(images/info-icon-black.svg) no-repeat;
	width:18px;
	height:18px;
	background-size:auto;
	background-position:center center;
	display:inline-block;
	position:absolute;
	top:2px;
	left:0px;
}
body .order_details .wc-item-meta{
	padding-top:10px;
}
body .order_details .wc-item-meta li  strong,
body .order_details .wc-item-meta li  p,
body .order_details .wc-item-meta li  p a.button{
	display:inline-block;
	font-family: 'Avenir Book';
    font-size: 14px;
    color: #434a51;
    letter-spacing: 0.75px;
    line-height: 20px;
}
#progress-wrp{
	display:none;
}
#progress-wrp.rug-file-active{
	display:block;
	position:relative;
}
#progress-wrp .progress-bar{
	width: 100%;
    height: 15px;
    background: #000;
    display: block;
}
#progress-wrp .status{
	position: absolute;
    top: 0px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: normal;
    left: 0;
    right: 0;
    top: 0px;
}
.shop_table dl.variation,
.xoo-wsc-modal dl.variation{
	word-break: break-all;
}
.order_details .wc-item-meta {
    word-break: break-all;
}
.vsz_total_area_wrapper{
    position: relative;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.75px;
    color: #434a51;
	margin:35px 0 0;
}
.vsz_total_area_wrapper strong,
.vsz_total_area_wrapper span{
	margin-right:4px;
}
@media screen and (max-width:575px){
.custom-attr-fields #vsz_add_color::before {
    width: 19px;
    height: 19px;
    background-size: 100%;
}
.custom-attr-fields #vsz_add_color {
    font-size: 16px;
}
}
@media screen and (max-width:374px){
.custom-attr-fields input[type="text"]{
	width:65px;
}
}
/* fOR RUGS SQM*/
.vsz-per-sqm{
	text-transform:none;
	margin-left:2px;
}
.rug-comment-file .rug-file-sec {
    max-width: calc(100% - 30px);
}
.remove-file-rug{
	position: absolute;
    top: -6px;
    right: -22px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}
.remove-file-rug::before{
	content:'\f00d';
	font-family:FontAwesome;
	font-size:20px;
	line-height:26px;
	display:inline-block;
}
.vsz-per-sqm sup,
.custom-rugs-section sup {
	position: relative;
	top: -5px;
	font-size: 11px;
}