/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2024 | 06:56:57 */
.wc-pao-addon-name {
    display: block;
}
.single-product .wc-pao-addon-id-1716984686 > .woocommerce-variation-title {
    display: none;
}
/*Dimensions TABLE CSS*/
.custom-table-div table.custom-table td, 
.custom-table-div table.custom-table th 
{
    border: 2px solid #e6e6e6 !important;
    text-align: center !important;
    padding: 5px;
}
.custom-table-div strong
{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.custom-table-div
{
    margin-bottom: 40px;
}
.custom-table-div table.custom-table th
{
    font-size: 14px;
    text-transform: initial;
}
/*Dimensions TABLE CSS*/
/*CHECKOUT DEPOSIT BUTTON CSS FIX*/
.woocommerce-checkout #wc-deposits-options-form input.input-radio:enabled ~ label {
    line-height: 50px;
}
.woocommerce-checkout .switch-toggle {
    height: 50px;
}
/*CHECKOUT DEPOSIT BUTTON CSS FIX*/
textarea.input-text.addon.addon-custom-textarea {
    min-height: 100px;
    width: 270px;
    resize: none;
}
.single-product .nice-select.addon.addon-select {
    width: 270px !important;
    border-radius: 0;
    border: 2px solid #e6e6e6;
}
.single-product p.form-row-wide select
{
    width: 270px !important;
}
/*.single-product .variations_form .variations label {
    padding-right: 46px;
}
.single-product .variations_form .variations .value select {
    max-width: 270px;
}*/
/*PRODUCT INNER PAGE JS CSS FOR SHOWING REQURIED SELECTION CSS*/
.single-product .product-addon-add-mattress option:first-child,
.single-product .product-addon-add-mattress option:nth-child(2) {
    display: block !important;
}
/*PRODUCT INNER PAGE JS CSS FOR SHOWING REQURIED SELECTION CSS*/
/*FABRIC AND COLOR CSS*/
.single-product .swatch-on-single.swatch-with-bg {
    width: 52px;
    height: 52px;
    border-radius: unset;
}
.single-product .woodmart-swatch:after {
    border-color: #ff9311;
    border: 3px solid #ff9311 !important;
    top: -7px;
    padding: 30px;
    left: -7px;
}
/*FABRIC AND COLOR CSS*/
/*ADD * FOR VALIDATION FOR REQUIRED FIELDS Top 2 Fields*/
.single-product .variations_form .variations label::after 
{
    content: '*';
    color:#e2322e;
    font-size: 18px;
}
/*ADD * FOR VALIDATION FOR REQUIRED FIELDS Top 2 Fields*/
.single-product h3.addon-name {
    width: 22%;
    float: left;
    font-size: 14px;
    font-weight:500;
    line-height: 17px;
    margin-top: 12px;
}
/*.single-product p.form-row-wide select {
    width: 44% !important;
    float: left;
    clear: none;
}*/
.single-product p.form-row-wide {
    clear: none;
}
.single-product .single_variation_wrap 
{
display: flex
;flex-direction: column-reverse;
}
.single-product div#product-addons-total {
    padding-top: 50px;
}
.single-product .woocommerce-variation-add-to-cart-disabled 
{
    margin-top: -20px !important;
}
.single-product .woocommerce-variation.single_variation {
    order: 1;
}
.single-product h3.addon-name {
    width: 22%;
    float: left;
    font-size: 14px;
    font-weight:500;
    line-height: 17px;
    margin-top: 12px;
}
/*.single-product p.form-row-wide select {
    width: 44% !important;
    float: left;
    clear: none;
}*/
.single-product p.form-row-wide {
    clear: none;
}
.single-product div#product-addons-total {
    padding-top: 50px;
}
.single-product .woocommerce-variation-add-to-cart-disabled 
{
    margin-top: -20px !important;
}
.single-product .woocommerce-variation.single_variation {
    order: 1;
}
/* Mobile Phone CSS ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/*DEPOSIT SECTION CSS FIX IN CHECKOUT PAGE*/
.woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce-checkout-review-order-table th 
{
    width: 100% !important;
    max-width: 100% !important;
}
.woocommerce-checkout table td {
    text-align: left !important;
    display: table-cell;
    flex-direction: column;
}
/*DEPOSIT SECTION CSS FIX IN CHECKOUT PAGE*/
/*Fabric Choices PAGE COLOR IMAGES CSS FOR MOBILE ONLY*/
.page-id-1191 img.vc_single_image-img {
    width: 365px !important;
    height: auto !important;
}
/*Fabric Choices PAGE COLOR IMAGES CSS FOR MOBILE ONLY*/
textarea.input-text.addon.addon-custom-textarea {
    width: 100%;
}
.single-product-content p.form-row-wide select {
    width: 100% !important;
}
.single-product-content p.form-row-wide {
    float: none !important;
}
.single-product-content .nice-select.addon.addon-select {
    width: 100% !important;
}
.tooltip {
    width: 100% !important;
    height: auto !important;
    display: inline-block !important;
    position: absolute !important;
}
.single-product div#product-addons-total {
    padding-top: 50px;
}
.single-product .woocommerce-variation-add-to-cart-disabled 
{
    margin-top: -20px !important;
}
.single-product h3.addon-name {
    width: 100%;
}
.single-product p.form-row-wide select {
    width: 100% !important;
}
.single-product div#product-addons-total {
    padding-top: 20px;
}
/* table td {
    display: flex;
} */

.variations_form .variations .value select {
    max-width: 100%;
}
/*MOBILE TOOLTIP NOT SHOWING FIX CSS*/
.single-product .woodmart-tooltip::before {
    content: attr(data-value);
    background: #000;
    color: #fff;
    top: -30px;
    z-index: 99999;
    font-size: 11px;
right: 50%;
    padding: 2px 0;
    opacity: 0;
    padding:5px 10px;
    width:130px;
   position: relative;
  display:inline-block;
  border-radius:50px;
  margin:0 auto !important;

 }
.single-product .woodmart-tooltip:hover::before {
    opacity: 1;
}
/*MOBILE TOOLTIP NOT SHOWING FIX CSS*/
}
/* Mobile Phone CSS ----------- */
/* TABLET CSS ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/*DEPOSIT SECTION CSS FIX IN CHECKOUT PAGE*/
.woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce-checkout-review-order-table th 
{
    width: 100% !important;
    max-width: 100% !important;
}
.woocommerce-checkout table td {
    text-align: left !important;
    display: table-cell;
    flex-direction: column;
}
/*DEPOSIT SECTION CSS FIX IN CHECKOUT PAGE*/
textarea.input-text.addon.addon-custom-textarea {
    width: 100%;
}
.single-product-content p.form-row-wide select {
    width: 100% !important;
}
.single-product-content p.form-row-wide {
    float: none !important;
}
.single-product-content .nice-select.addon.addon-select {
    width: 100% !important;
}
/*MOBILE TOOLTIP NOT SHOWING FIX CSS*/
.single-product .woodmart-tooltip::before {
    content: attr(data-value);
    background: #000;
    color: #fff;
    top: -30px;
    z-index: 99999;
    font-size: 11px;
    padding: 2px 0;
    opacity: 0;
right: 50%;
    padding:5px 10px;
    width:130px;
   position: relative;
  display:inline-block;
  border-radius:50px;
  margin:0 auto !important;

 }
.single-product .woodmart-tooltip:hover::before {
    opacity: 1;
}
/*MOBILE TOOLTIP NOT SHOWING FIX CSS*/
.single-product div#product-addons-total {
    padding-top: 50px;
}
.single-product .woocommerce-variation-add-to-cart-disabled 
{
    margin-top: -20px !important;
}
.single-product h3.addon-name {
    width: 100%;
}
.single-product p.form-row-wide select {
    width: 100% !important;
}
.single-product div#product-addons-total {
    padding-top: 20px;
}
table td {
    display: flex;
}

.variations_form .variations .value select {
    max-width: 100%;
}
}
/* TABLET CSS ----------- */




/* Header CSS */
.whb-text-element.reset-mb-10.text-element-inline {
    padding-top: 15px;
    padding-left: 2px;
    font-size: 18px;
    color: #ffb535;
}
/* Bottom text by */
.text-by p {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: lowercase;
    font-family: "Poppins" !important;
    margin-bottom: 2px;
    margin-top: -25px;
    font-style: italic;
}
.lower-text {
    font-size: 18px;
    color: #ffb535;
}
.text-by1 p {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: lowercase;
    font-family: "Poppins" !important;
    font-style: italic;
    padding-top: 12px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */

.whb-text-element.reset-mb-10 {
    font-size: 10px;
    padding-left: 2px;
    color: #ffb535;
}
}  



.wc-pao-addon-image-swatch {
    display: inline-block !important;
    outline: 2px solid #ddd !important;
    padding: 2px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
.wc-pao-addon-image-swatch.selected {
    outline-color: orange !important;
    outline-width: 2px;
}
.wc-pao-addon-image-swatch:active, .wc-pao-addon-image-swatch:focus, .wc-pao-addon-image-swatch:hover {
    outline: 2px solid orange !important;
}

.single-product #tiptip_holder {
    display: none !important;
}

.wc-pao-addon-image-swatch{
    position: relative;
}
.wc-pao-addon-image-swatch .wc-pao-addon-image-swatch-price {
    display: none;
    background-color: #3b3b3b;
    color: #fff;
    padding: 2px;
    font-size: 5px;
    text-align: center;
    position: absolute;
    top: -17px;
    right: 0;
    left: 0;
    margin: 0 auto;
	text-transform: capitalize;
	z-index: 9;
}
.wc-pao-addon-image-swatch:hover .wc-pao-addon-image-swatch-price {
    display: inline;
}
.wc-pao-addon-image-swatch .wc-pao-addon-image-swatch-price::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #3b3b3b;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(45deg);
    bottom: -1.5px;
}
.Bed.Base.Type .wc-pao-addon-wrap .wc-pao-addon-image-swatch {
    height: 100%;
}
.Bed.Base.Type .wc-pao-addon-wrap .wc-pao-addon-image-swatch{
/* 	opacity: 0; */
}
.wc-pao-addon-image-swatch img {
    width: 55px;
    height:55px;
}
.Bed.Base.Type .wc-pao-addon-wrap .wc-pao-addon-image-swatch.selected .wc-pao-addon-image-swatch-price {
    display: block;
	position: absolute;
    left: 0px;
    width: max-content;
    right: auto;
    top: -55px;
    font-size: 14px;
    padding: 7px 30px 7px 15px;
	opacity: 1;
}
.single-product .wc-pao-addon-container .wc-pao-addon-wrap {
    position: relative;
    left: 0;
}
.Bed.Base.Type .wc-pao-addon-wrap {
    margin-top: 16px;
}
.single-product .single_variation_wrap .woocommerce-variation-title {
    padding-top: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.single-product .Bed.Base.Type .wc-pao-addon-image-swatch:hover {
    transform: unset !important;
}