/* Plugin CSS */
#wpadminbar * {
  font-size: 12px !important;
}
li#wp-admin-bar-vc_inline-admin-bar-link {
  display: none !important;
}
li.woocommerce-MyAccount-navigation-link--club-planchart,
.header-top-elements a.my-account-link:nth-child(2) {
  display: none;
}

select {
  line-height: normal;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
  background-position: right -1rem center;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-repeat: no-repeat;
  max-width: 100%;
}

.view .edit .split-input .input, #btn_place_vote {
  display:none;
}

.cont {
  clear: both;
  overflow: hidden;
  text-align: center;
}
/*
.project-popup {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  display: none;
}*/
.project-popup .content,
.terms-popup .content,
.p-content,
.customization-content,
.editOptions-content,
.salesTax-content,
.discount-content,
.newClient-content,
.shipping-content,
.additem-content,
.customitem-content,
.addStaffMember-content,
.addClientFiles-content,
.addSalesTaxFiles-content,
.editClient-content,
.previewEstimate-content,
.previewOrder-content,
.product_tracking_fields-content,
.project-popup-edit .content-edit,
.viewreminders-content,
.reminderstatus-content,
.reminderdate-content,
.remindernext-content,
.delicate_fabrics_disclaimer-content,
.popup_fabric_alert-content,
.show_com_col_cot_popup-content,
.show_cot_popup-content,
.likefill-content,
.show_com_col_cot_cart_message-content,
.tac-content,
.cd-content,
.override_resale_certificate-content,
.addProductNotes-content {
  left: 50%;
  top:50%;
  position: fixed;
  transform: translate(-50%,-50%);
  border: 2px dashed #ccc;
  width: 540px;
  padding: 25px;
  z-index: 9999;
  background: #fff;
  opacity: 1;
  display: none;
}
.project-popup input,
.project-popup select {
  width:450px;
}
.project-popup textarea {
  width:450px;
  height:120px;
}
.project-overlay-edit,
.project-overlay,
.p-swatches,
.customization-overlay,
.salesTax-overlay,
.discount-overlay,
.shipping-overlay,
.additem-overlay,
.customitem-overlay,
.addStaffMember-overlay,
.addClientFiles-overlay,
.addSalesTaxFiles-overlay,
.editClient-overlay,
.previewEstimate-overlay,
.previewOrder-overlay,
.files_order_details_page_overlay,
.product_tracking_fields_overlay,
.assign_to_vendor_popup_overlay,
.files_history_popup_overlay,
.files_history_popup_overlay_for_order_page,
.vendor_notes_popup_overlay,
.shipping_detail_fields_overlay,
.download_com_col_form_overlay,
.show_com_col_form_overlay,
.viewreminders-overlay,
.reminderstatus-overlay,
.reminderdate-overlay,
.remindernext-overlay,
.delicate_fabrics_disclaimer-overlay,
.popup_fabric_alert-overlay,
.show_com_col_cot_popup-overlay,
.show_cot_popup-overlay,
.likefill-overlay,
.show_com_col_cot_cart_message-overlay,
.tac-overlay,
.cd-overlay,
.override_resale_certificate-overlay,
.addProductNotes-overlay
 {
  top:0%;
  left:0%;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  background: #000;
  opacity: 0.5;
  z-index: 999;
}

.previewOrder-overlay,
.editOptions-overlay {
    left:0%;
    top:0%;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
    opacity: 0.5;
    z-index: 999;
}
.la-single-product-page .btn-style {
  margin: 10px 0px !important;
  border: 0px;
}
.new_project {
  display: none;
}
.btn-style {
    cursor: pointer;
    height: auto !important;
    border: 1px solid #b7b7b7;
    margin-top: 0px;
}
a.btn-style {
  float: left;
  display: table-cell;
  padding: 10px;
  max-width: 200px;
  background: #b7b7b7;
  border: 1px solid #b7b7b7;
  margin: 0px 10px 0px 0px;
}
.woocommerce-MyAccount-navigation li a {
  text-transform: capitalize;
}
/*.btn-style:hover {
  background-color: #bf1e2e !important;
  color: #fff !important;
}*/
.woocommerce-orders-table__cell-order-actions a {
  display: block;
  float: left;
  max-width: 100px;
  background: #ccc;
}
.view-order {
  border: 1px solid #A3A3A3;
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.left-side {
  width: 35%;
  float: left;
  margin-top: 20px;
}
.view-order .order-section .left-side .order-table tr td,
.view-order .order-section .left-side .order-table tr th {
    padding: 2px 0px;
    font-size: 14px;
}
.view-order .order-section .left-side hr {
  border-top: 1px solid #A3A3A3;
  margin-right: 30px;
}


.right-side {
   width:65%;
   float:left;
}
table.order-table,
table.order-table tr,
table.order-table td {
  border: 0px;
}
table.order-table th {
  font-weight: bold;
  border: 0px;
}
.order-label {
  font-size: 22px;
  font-weight: bold;
}
.highlight {
  text-transform: uppercase;
  font-weight: bold;
}
.add_to_project_success {
  display: none;
  position: fixed;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  border: 2px dashed #ccc;
  width: 540px;
  padding: 25px;
  z-index: 9999;
  background: #fff;
}

.projects-list {

}
.projects-list .item {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  cursor: pointer;
  border: 1px solid #b7b7b7;
  padding: 1.5em;
}
.projects-list .item-details {
  display: none;
}
.projects-list .item-details a {
  font-size: 14px;
  line-height: 30px;
  padding-left: 25px;
  display: block;
  border-bottom: 1px solid #b7b7b7;
  clear: both;
}
/*.woocommerce-MyAccount-content i{
  background: #ccc;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 10px;
}*/
.estimate-container {
  clear:both;
  width:960px;
  min-height:200px;
  overflow:hidden;
  border:2px dashed #ccc;
  padding: 20px;
}
.product-container {
  padding: 0px;
  line-height: 16px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.estimate-container h2 {
  font-size: 22px;
}
.estimate-container h4 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.estimate-container .name {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding: 0px;
}
.estimate-container .attributes {
  font-size: 12px;
  line-height: 18px;
}
.finaltotal {
  float: left;
}
.quantity,
.baseprice  {
  font-size: 15px;
  padding-top: 5px;
}
.product-container .cont {
  clear:both;
  padding:5px 0px;
  text-align: left;
}
.create-estimate-btn {
  width: 170px;
  display: block;
  padding: 5px 10px;
  border: 1px dashed #b7b7b7;
  margin: 10px 0px;
  background: #b7b7b7;
  color: #fff;
}
.create-estimate-btn:hover {
  background: #fff;
  color: #CF987E;
}
.welcome-message {
  font-size: 13px;
  font-weight: bold;
}

table.estimate-container td {
  border:0px;
}
table td {
  border:0px;
  font-size:19px;
  font-family: Sofia Pro,sans-serif;
}
table td i {
  font-size: 18px;
}
table tr.product-container td {
  line-height: 20px;
  vertical-align: middle;
  border-top:1px solid #ccc;
}
table th {
  font-size:22px;
  font-weight:normal;
  font-weight:200;
  font-family: Sofia Pro,sans-serif;
  border-left:0px;
}
table.details {
  border:0px;
}
table.details td{
  padding:0px;
  line-height:20px;
  text-transform:capitalize;
  font-size:18px;
  border-top:0px !important;
}
table .heading {
  font-size: 28px;
  text-align:center;
  padding-bottom:15px;
}
table .heading1 {
  font-size: 24px;
  text-align:center;
}
table .thead {
  font-size:18px;
  padding:15px 0px;
  border-bottom:1px solid #b7b7b7;
  height:40px;
  width:200px;
  text-align:left;
  font-weight: bold;
}
table .final-total {
  font-size: 24px;
}
.download-btn {
  display: block;
  border: 2px solid #000;
  padding: 5px 10px;
  width: 260px;
  text-align: center;
  border-radius: 5px;
}
.woocommerce-MyAccount-navigation li:hover a,
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce ul li.is-active,
.products-list .product_item .product_item--info .add_to_cart_button:hover, .btn:hover {
  background-color: #bf1e2e !important;
}
table.admin-operation-table {
  width: 500px;
  border: 0px;
  padding-top: 20px;
}
table.admin-operation-table th,
table.admin-operation-table td {
  font-size: 13px;
  padding: 5px !important;
  border: 0px !important;
}
table.admin-operation-table td input {
  padding: 1px;
}

.variations_form.la-init-swatches .variations1 {
    margin-bottom: 0;
}
.product--summary .variations1, .product--summary .variations1 td {
    border: none;
}

.filters {
  padding-bottom: 10px;
  overflow: hidden;
  height: auto !important;
}
.position_set {
  max-width: none !important;
  width: 25% !important;
  position: fixed;
  /*right: -300px;*/
  top: 0;
  right:0px;
  background: #ebebeb;
  height: 1200px;
  /* padding-right: 2em; */
  max-width: none;
  /* padding-top: 2em; */
  /* padding-left: 2em; */
  z-index: 99;
  font-family: 'Sofia Pro',sans-serif;
  padding: 4em;
  display: none;
}
.wider {
  width: 45% !important;
}
.basic-info {
  float: left;
  width: 100%;
  padding: 3.5%;
}
.wider .basic-info {
  float: left;
  width: 45%;
  padding: 3.5%;
}
.basic-info h4,
.basic-info .fabric-price {
  padding-top: 10px !important;
}
.wider .attributes-info {
  width: 50% !important;
}
.attributes-info .filters select{
  padding: 2px !important;
  color: #000 !important;
  float: left;
  font-size: 12px !important;
  width: 80px !important;
  height: auto !important;
  display: block;
  margin: 2px;
  -webkit-appearance: menulist;
}
span.label {
  clear: both;
  display: block;
  margin-left:3px;
  color: #000;
  font-size: 12px;
  width: 60px;
}
#options-wrap {
  width: 100%;
}
#filterButton {
  padding: 3px 10px;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px;
  letter-spacing: 2px;
  margin:3px;
  float: left;
  background: #000;
  color: #fff;
}
a.swatch-anchor img,
.position_set .swatch-wrapper img {
  width: 100%;
  height: 100% !important;
}
.position_set label, .selected-option-name {
  width: 70% !important;
  margin-bottom: 0px !important;
  line-height: 14px !important;
}
.optname {
  font-family: 'GT Sectra Display',serif;
  text-transform: capitalize !important;
  font-size: 14px !important;
  letter-spacing: 1.5px;
  float: left;
  width: 29% !important;
  height: 35px;
  text-align: left;
  margin: 0px !important;
  font-size: 14px !important;
}
.option-value {
  float: left;
  text-align: right;
  width: 70% !important;
  font-family: 'GT Sectra Display',serif !important;
  text-transform: capitalize;
}
.filterlabel {
  float: left !important;
    width: 25% !important;
    font-size: 14px !important;
    text-align: right;
    padding-top: 10px !important;
    text-transform: capitalize;
}
.clr {
  padding-top: 7px !important;
  clear: both;
  width: 100%;
  overflow: hidden;
}
.toppadd {
  padding-top: 5px;
}
#selectFabricBtn {
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #000;
  border: 1px solid #000;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0px;
}
.change-swatch-right #selectFabricBtn {
    display: none;
}
.variations1 td {
  text-transform: capitalize !important;
  font-size: 14px !important;
  display: block;
  width: 100%;
}
table.variations1 td.label {
  font-family: 'GT Sectra Display',serif !important;
  padding: 10px 0px 0px 0px !important;
}
table.variations1 td.value {
  font-family: 'GT Sectra Display',serif !important;
  padding: 0px 0px 0px 0px !important;
  margin-top: 5px;
}
.position_set .swatch-control {
  width: 300px !important;
}

.fabric-section,
.nonfabric-section {
  display: none;
}

.position_set .swatch-control {
  padding-top: 25px !important;
}

.edit-mode-disable {
  display: block;
}
.edit-mode-enable {
  display: none;
}

.filters-section{
  clear: both;
  padding-bottom: 25px;
}

.add-items-popup {
  left: 50%;
  top:50%;
  position: fixed;
  transform: translate(-50%,-50%);
  width: 500px;
  height: 500px;
  background: #fff !important;
  padding: 20px;
  overflow: scroll;
  overflow-x: hidden;
  display: none;
  border: 1px solid #ccc;
  z-index: 9999;
}
.add-items-popup .btn {
  margin: 10px 0px;
}

span.datakey {
  display: none;
}

.notice {
  font-weight: 800;
  background: #ebebeb;
  padding: 5px;
}

.metadata-cont {
  clear: both;
  margin-bottom: 15px;
}

.sml {
  padding: 4px 12px;
  margin-top: 10px;
  font-size:12px;
}

#notesPopup {
  width:75%;
  margin:0 auto;
  height:560px;
  overflow:scroll;
  overflow-x: hidden;
  position:absolute;
  top:30%;
  border:1px solid #000;
  background:#fff;
  z-index:999;
  left: 50%;
  transform: translate(-50%, -50%);
  padding:20px;
  display:none;
}
#notesPopup textarea {
  width:100%;
  padding:15px;
}
.note-box {
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 10px;
}
.note-box .note {
  font-size: 14px;
  line-height: 22px;
}
.note-box .date {
  font-size: 11px;
  text-align: right;
}
#notesPopup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.right-contents {
  width:40%;
  float:right;
}
.left-contents {
  width:55%;
  float:left;
}
.class-administrator {
  margin-left: 20px;
}
.class-vendor {
  width: 95%;
}
.red {
  color: #f00;
  font-weight: bold;
}
table.vendor-table {
  width: 100%;
}
table.vendor-table tr {
  border-bottom: 1px solid #ccc !important;
}
table.vendor-table td {
  font-size: 14px !important;
}
table.vendor-table th {
  font-weight: bold !important;
  font-size: 14px !important;
}
table.vendor-table .last {
  width: 200px;
}

.attributes-info {
  float:left;
  width:50%;
}
.close_withoutid {
  position: absolute;
  top: 35px;
  font-size: 18px;
  right: 28px;
  cursor: pointer;
}
#swatches-container {
  width: 90%;
  height:400px;
  overflow:scroll;
  overflow-x:hidden;
}
#swatches-container1 {
  height:300px !important;
  overflow:scroll;
  overflow-x:hidden;
  margin: 0 auto;
  float: left;
  width: 100%;
}
#swatches-container1 .la-swatch-item-style-square {

}
.layout-2 {
  width: 100% !important;
  overflow: hidden !important;
}
.wider .info-container {
  width: 47.5%;
  position: relative;
  height: 600px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 0px 10px;
}
.info-container {
  float: right;
}
.image_Replace, .image_Replace_target {
  min-height: 0;
  max-height: none;
  margin: 0 auto;
  position: relative;
}
.selected-option-label {
  font-family: 'GT Sectra Display',serif !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
  letter-spacing: 1.5px;
  padding-top: 10px;
  text-align: left;
}

.selected-option-label {
  font-family: 'GT Sectra Display',serif !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
  letter-spacing: 1.5px;
  padding-top: 10px;
  text-align: left;
}

.selected-material-label {
  font-family: 'GT Sectra Display',serif !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
  letter-spacing: 1.5px;
  padding-top: 10px;
  text-align: left;
  float:left;
}

.collapsible {
  font-family: 'GT Sectra Display',serif;
  background: transparent;
  border: none;
  float: left;
  padding: 0px;
  margin-top: -15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #808080;
}
.collapsible:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active-description:after {
  content: "\2212";
}
#descriptionspan, #descriptionLeather {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family :'GT Sectra Display',serif !important;
  font-size: 12px;
  text-align:left !important;
  display: inline-block;
  width: 100%;
}
#descriptionLeather {
  text-transform:uppercase;
}
#descriptionspan  h3 {
  font-size: 16px;
  margin-top:0px;
}
.see-all-mobile {
  display: none;
}

.alloptions {
  font-size: 13px !important;
  cursor: pointer !important;
}

.closepopup, .closepopup-newClient, .product_tracking_close {
  float: right !important;
  cursor: pointer;
}


.orders-list,
.projects-list {
  width:48%;
  float:left;
}
.orders-list table {
  border: 0px;
  width: 97%;
  border: 1px solid #000;
}
.orders-list table tr {
  border-bottom: 1px solid #000;
}
.woocommerce-cart-form__contents div.coupon {
  display: none !important;
}
.woocommerce-cart .not-active-fullpage > .woocommerce td.actions .button,
.shipping-calculator-button {
  display: block;
  min-width: 130px !important;
  background: #282828 !important;
  color: #fff !important;
  padding: 10px !important;
  text-align: center;
}

.woocommerce-cart .not-active-fullpage > .woocommerce td.actions .button:hover,
.shipping-calculator-button:hover {
  background: #CF987E !important;
  transition: all 300ms ease;
}
table.shop_table_responsive th {
  font-size: 15px !important;
}
table.shop_table_responsive td,
table.shop_table_responsive p {
  font-size: 12px !important;
}
table.shop_table_responsive tr.woocommerce-cart-form__cart-item.cart_item p {
  margin-left: 0px !important;
}
.cart_totals h2 {
  text-transform: capitalize;
}
.shop_table_responsive .woocommerce-shipping-methods {
  display: none;
}
.shop_table div.quantity span {
  line-height: 60px;
}
.shop_table div.quantity .qty {
    width: 50px;
    padding: 0px;
    height: 30px;
    line-height: 0px;
    border-width: 1px;
}
.quantity {
  margin-top: -5px;
}

.shop_table .product-remove .remove::before {
  content: "x";
}
.button {
  text-align: center;
  text-transform: capitalize;
}
.woocommerce-notice--success {
  font-family: 'GT Sectra Display',serif;
  font-size: 24px;
}
.woocommerce-order-overview {
  list-style-type: none;
}
.woocommerce-order ul {
  list-style-type:none;
}
table.order-table th.heading {
  font-size: 22px;
  width: 200px !important;
  text-align: left;
}
table.order-table td.val {
  width: 200px;
}
.woocommerce-table .product-name a {
  font-family: 'GT Sectra Display',serif;
  font-size: 22px;
}
.woocommerce-MyAccount-content {
  padding-bottom: 50px;
}
.orders-list th {
  font-size: 16px;
  font-weight: bold;
  border: 0px;
}
#message {
  color:#f00;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}
.woocommerce-shipping-totals  {
  display: none;
}

ul.wc-item-meta {
    list-style-type:none;
    padding: 0px;
}
ul.wc-item-meta strong.wc-item-meta-label {
    display:block;
    clear:both;
}

.see-all-section .layout-2 .info-container {
	width:100%;
}

.dl-icon-close:before, .dl-icon-search10:before {
  font-size:0px;
}
.btn-close-search{
  width: 20px;
  height: 20px !important;
  transition: none !important;
  background-repeat: no-repeat;
  background-image:url("/wp-content/themes/airi-child/assets/img/close.png");
}

.dl-icon-search10{
  width: 64px;
  background-size: 50%;
  background-repeat: no-repeat;
  top: 15px;
  position: relative;
  background-position: right;
  background-image:url("/wp-content/themes/airi-child/assets/img/search-icon.png");
}

.single_variation_wrap label {
	display:block;
	padding:5px 0px;
}

.select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(6),
.select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(11),
.select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(16),
.select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(21) {
	margin-right:30px !important;
}
.select-option.swatch-wrapper.la-swatch-item-style-square {
	margin-right:30px !important;
}

/*.position_set .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(6),
.position_set .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(11),
.position_set .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(16),
.position_set .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(21) {
	margin-right:30px !important;
}*/

.variations_form table {
  display: none;
}

.product--summary .woocommerce-product-details__short-description{
  font-size: 16px;
  line-height: 24px;
}
.product--summary .single-price-wrapper .price {
	line-height:30px;
}
.product--summary .single-price-wrapper .woocommerce-Price-amount {
  font-size: 18px;
  line-height: 30px;
}

.woocommerce-variation-description {
  display: none;
}

.single_variation_wrap .price {
  display: none !important;
}

#message, .message {
  color:#f00;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}

.product_item--info .price {
	display:none !important;
}

a#terms-link {
	color:red;
	font-weight: bold;
}

.note {
	clear:both;
	padding:15px 0px;
	display:block;
}
.red {
	color:red;
}

a.downloadform {
  display: block;
  margin-top: 15px;
  max-width: 300px;
  border: 1px solid #000;
  color: #000;
  display: block;
  font-size: 11px;
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: center;
}

.hidedownloadbtn {
  display: none !important;
}

.me-cont {
  padding: 25px 0px 0px 0px;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 25px;
}

.owl-item {
  max-height: 500px;
  overflow: hidden;
}

.d-comments {
  padding: 0px 50px;
}

#estimatedprice {
  font-size: 18px;
}
/*.dl-icon-close{position:absolute;right:32px;opacity:.3}
.dl-icon-close:hover{opacity:1}
.dl-icon-close:after,.dl-icon-close:before{position:absolute;left:15px;content:' ';height:33px;width:2px;background-color:#333}
.dl-icon-close:before{transform:rotate(45deg)}
.dl-icon-close:after{transform:rotate(-45deg)}*/

.select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(6),
.select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(11),
.select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(16),
.select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(21) {
	margin-right:30px !important;
}
.select-option.swatch-wrapper.la-swatch-item-style-square {
	margin-right:30px !important;
}

#swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square {
  margin-right: 1.3em !important;
  margin-bottom: 1.3em !important;
}

#swatches-container .select-option.swatch-wrapper.la-swatch-item-style-square {
  margin-right: 16px !important;
}

#client_list_form {
  display:inline-block;
  float:left;
  width:40%;
}

#client_list_form .form-row.form-row-first {
  width:80%;
}

#client_list_table {
  float:right;
  width:60%;
  display:inline-block;
}

#client_list_table table th {
  font-size: 15px;
}

#client_list_table table td {
  font-size: 13px;
}
/*
#gform_5 {
  width:60%;
  align-content: center;
  border: 1px solid black;
  padding: 30px;
}
*/

.user_registration_form1 {
  width:100%;
  align-content: center;
  border: 1px solid black;
  padding: 30px;
  text-align: center;
  margin-top:10%;
  margin-bottom: 10%;
}

#gfield_upload_rules_8_16, #gfield_upload_rules_8_6 {
  width: 100%;
  display: block;
}

._new_link {
    position: absolute;
    width: 100%;
    height: 370px;
    z-index: 3;

}

h3.my_accounts_heading {
  margin-bottom:20px;
}



#files_order_details_page {
  display:none;
  position: fixed;
  transform: translate(-50%,-50%);
  left: 50%;
  top:50%;
  z-index: 9999;
  width: 900px;
  height:300px;
  overflow:scroll;
  background: #fff;
  padding: 25px;
  border: 2px dashed #ccc;
  opacity: 1;
  font-size:12px;
}

#shipping_detail_fields {
  display:none;
  position: fixed;
  transform: translate(-50%,-50%);
  left: 50%;
  top:50%;
  z-index: 9999;
  width: 1200px;
  height:580px;
  overflow:scroll;
  background: #fff;
  padding: 25px;
  border: 2px dashed #ccc;
  opacity: 1;
  font-size:12px;
}

#download_com_col_form_popup, #show_com_col_form {
  display:none;
  position: fixed;
  transform: translate(-50%,-50%);
  left: 50%;
  top:50%;
  z-index: 9999;
  width: 908px;
  height:580px;
  overflow:scroll;
  background: #fff;
  padding: 25px;
  border: 2px dashed #ccc;
  opacity: 1;
  font-size:12px;
}

#loadFormPreview {
  display:none;
  position: fixed;
  transform: translate(-50%,-50%);
  left: 50%;
  top:80%;
  z-index: 9999;
  width: 800px;
  height:800px;
  overflow:scroll;
  background: #fff;
  padding: 25px;
  border: 2px dashed #ccc;
  opacity: 1;
  font-size:12px;
}

#product_tracking_fields table tr td {
  font-size:13px;
}

#assign_to_vendor_popup, #files_history_popup, #files_history_popup_for_order_page, #vendor_notes_popup {
  display:none;
  position: fixed;
  transform: translate(-50%,-50%);
  left: 50%;
  top:50%;
  z-index: 99999;
  width: 750px;
  height:400px;
  overflow:scroll;
  background: #fff;
  padding: 25px;
  border: 2px dashed #ccc;
  opacity: 1;
  font-size:12px;
}

#assign_to_vendor_popup, #files_history_popup, #files_history_popup_for_order_page table tr th {
  font-size: 14px;
}

#assign_to_vendor_popup, #files_history_popup, #files_history_popup_for_order_page table tr td {
  font-size: 13px;
}





#files_order_details_page table tr td {
  font-size:14px !important;
}

#files_order_details_page table tr th {
  font-size:16px !important;
}

#files_order_details_page_overlay {
  top:0%;
  left:0%;
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: 999;
  display:none;

}






.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: white;
  padding:5px;
}

.tablinks {
  color:#bf1e2e;
  display:inline-block;
}

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

.tab input[type='checkbox'] {
  border: solid 1px black;
  width:5px;
}

.tab div {
  background-color: #ccc;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 13px;
  transition: 0.3s;
  font-size: 17px;
  width:29%;
  text-align: center;
  margin:2.5px;
  border: 1px solid white;
  font-size:15px;
}

/* Change background color of buttons on hover */
.tab div:hover {
  background-color: #BF1E2E;
  color:white;
  border: 1px solid black;
  border-radius: 1px;
  font-size:15px;
}

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

.tab div.active {
  background-color: #BF1E2E;
  color:white;
  border: 1px solid black;
  border-radius: 1px;
  font-size:15px;
}

.my_account_button {
  background: #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 5px 15px 5px 15px;
  min-width: 120px;
  text-align: center;
}

.my_account_button:hover {
  color:#CF9880;
}


/* Style the tab content */
.tabcontent.active {
  display: block;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  width:95.5%;
  margin-bottom: 5px;
}



@media screen and (min-width: 1600px) {
  #swatches-container1 {
    width: 100%;
  }

  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square {
    margin-right: 1.2em !important;
    margin-bottom: 1.65em !important;
  }

  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(4),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(8),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(12),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(16),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(20),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(24),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(28),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(32),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(36),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(40){
    margin-right: 1.2em !important;
  }
}

@media screen and (max-width: 1100px) {
  #swatches-container1 {
    width: 100%;
  }

  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square {
    margin-right: 1em !important;
    margin-bottom: 1em !important;
  }

  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(4),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(8),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(12),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(16),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(20),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(24),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(28),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(32),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(36),
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square:nth-child(40){
    margin-right: 1em !important;
  }
}

@media screen and (max-width: 1200px) {
  #swatches-container1 .select-option.swatch-wrapper.la-swatch-item-style-square {
    margin-right: 1.2em !important;
    margin-bottom: 1.2em !important;
  }
}

@media only screen and (max-width: 1400px) {

  .position_set {
    width:28% !important;
  }
  .wider {
    width:46% !important;
  }


}

@media only screen and (max-width: 1260px) {

  .wider {
    width:54% !important;
  }
}

@media only screen and (max-width: 1199px) {

.position_set {
  width:28% !important;
}

.wider {
  width:56% !important;
}

}

@media only screen and (max-width: 991px) {

.position_set {
  width:35% !important;
}

.wider {
  width:66% !important;
}

}

@media only screen and (max-width: 930px) {
  .wider {
    width: 60% !important;
  }
}

@media (max-width: 768px) {

  .position_set {
    width: 45% !important;
  }
  .single-product .see-all {
    display: block !important;
  }
  .wider {
    width: 100% !important;
  }

}

@media (max-width: 767px) {

  .position_set {
    width: 44% !important;
  }

  .wider {
    width: 100% !important;
  }

  .single-product .see-all {
    display: block !important;
  }

  .wider .info-container {
    width: 39%;
  }

}

@media only screen and (max-width: 680px) {
  .position_set {
    width: 50% !important;
  }
  .wider {
    width: 100% !important;
  }
  .wider .info-container {
    width: 46%;
  }
}

@media only screen and (max-width: 560px) {
  .position_set {
    width: 60% !important;
    padding: 4em 2em !important;
  }
  .wider {
    width: 100% !important;
  }
  .select-option.swatch-wrapper.la-swatch-item-style-square {
    margin-right: 15px !important;
  }
  .btn-style.btn-additional-mobile .btn-additional-images {
    padding: 5% 20%;
  }
}

@media only screen and (max-width: 440px) {
  .position_set {
    width: 78% !important;
    padding: 4em 1em;
  }
  .wider {
    width: 100% !important;
  }
  .wider .info-container {
    width: 52%;
  }
  .wider .attributes-info {
    width: 46% !important;
  }
  .select-option.swatch-wrapper.la-swatch-item-style-square {
    margin-right: 10px !important;
  }
}

.designer_class {
  align-content: center;
  width:80%;
  padding-left: 21%;
  padding-bottom: 10%;
}

.designer_class ul {
  padding-bottom: 40px;
}


.designer_flip_box {
  display: inline;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

div.red_button a {
  background-color: #BF1E2E;
  color:#BF1E2E;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  background-color: #BF1E2E;
  color:white;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 45%;
}
.lds-ellipsis div {
    position: absolute;
    top: 60px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #bf1e2e;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

#ecdChange.modal, #photoUpload.modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
#ecdChange .modal-content, #photoUpload .modal-content {
    background-color: #fefefe;
    margin: 3% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
#ecdChange .close, #photoUpload .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
#ecdChange .close:hover, #ecdChange .close:focus, #photoUpload .close:hover, #photoUpload .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#ecdChange.modal table.vendor-table, #photoUpload.modal table.vendor-table {
    border: none;
}
#ecdChange.modal table.vendor-table .date-picker {
    width: 100%;
}
#ecdChange.modal table.vendor-table tr, #photoUpload.modal table.vendor-table tr {
    border-bottom: none !important;
}
.ui-widget.ui-widget-content {
    width: auto;
}

#vendorOrderTable tr th span.fa {
  float:right;
  cursor: pointer;
}

#vendorOrderTable tr th span.fa:hover {
  color:#BF1E2E;
  cursor: pointer;
}

#accountsOrdersTable {
  margin-top: 10px;
}
#accountsOrdersTable tr th span.fa {
	float:right;
  cursor: pointer;
}

#accountsOrdersTable tr th span.fa:hover {
	color:#BF1E2E;
  cursor: pointer;
}

.est_confirm, .est_delete {
    color: #BF1E2E;
    cursor: pointer;
    font-weight: bold;
}

.sort-active {
  color:#BF1E2E;
}

.pagination {
  display: inline-block;
  float: right;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color:#BF1E2E;
  color: white;
  border: 1px solid #ddd;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

a {
  cursor: pointer;
}

.vendor_order_completed:hover {
  color:green;
  cursor: pointer;
}
a.btn-rug {
    margin-top: 40px;
    border: 1px solid #000;
    color: #000;
}
#selected_rug {
    font-size: 18px;
    margin-top: 20px;
}
.select-rug.selected {
    border-bottom: 1px solid #000;
}
#payment ul.wc_payment_methods.payment_methods.methods {
    display: none;
}
.com_col_cot_button {
    width: 170px;
    font-weight: bold;
    margin-right: 25px;
    font-size: 16px;
}
.login-as-user-top {
    top: 0px !important;
}
.login-as-user-msg {
  padding-top: 0px !important;
}
.admin-has-been-logged-in-as-a-user {
  padding-top: 20px !important;
}
.button.w357-login-as-user-btn {
  margin: 0px;
}
.home .tp-bullets{
    display:none;
}
.archive #sidebar_primary {
    position: relative !important;
    top: 0 !important;
}
.reminder_notification {
    position: fixed;
    top: 60px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(100%);
    animation: slideReminder 0.5s forwards, fadeOut 0.5s forwards 15s;
}
@keyframes slideReminder {
  from {
      opacity: 0;
      transform: translateX(100%);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}
@keyframes fadeOut {
  to {
      opacity: 0;
      transform: translateX(100%);
  }
}

.vintage .sidebar-inner .widget-title {
  margin-left: -37px !important;
}

#sidebar_primary.col-md-3.col-xs-12.vintage{
  margin-left: -25px !important;
}

#sidebar_primary.vintage h3{
  font-family: 'Sofia Pro', ui-sans-serif;
}
