html, body {
    overflow-x: hidden;
}

.variations[role="presentation"] tr, .variations[role="presentation"] th, .variations[role="presentation"] tD {
    display: block;
    text-align: left;
    background: transparent;
    padding: 0;
    line-height: 1 !important;
}
.variations[role="presentation"] th {
        padding-bottom: 14px;
        padding-top: 20px;
}
.variable-item {
    background-color: transparent !important;
    color: #000 !important;
    padding: 0.4rem 1.6rem !important;
    border: 1px solid #000 !important;
    line-height: 1;
    min-height: 43px;
    outline: none !important;
        box-shadow: none !important;
        border-radius: 8px !important;
}
.variable-item.selected {
    background: #000 !important;
    color: #fff !important;
    outline: none !important;
}
.variations[role="presentation"] th label {
    line-height: 1.2 !important;
    font-size: 15px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #013220;
    font-weight: 600;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000000;
    font-weight: 600;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: 0.3rem 0.6rem !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #000000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 10px 20px;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
}
a.reset_variations {
    font-size: 15px !important;
    display: inline-block !important;
    margin-top: 8px;
}


.UploadGift-MessBox {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 12px;
    font-size: 15px;
}
.FileUpload-box {
    font-weight: 500;
    border: 1px dashed #999999;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    border: 1px dashed #999999;
    background-color: #ffffff;
    transition: 0.2s;
    height: 120px;
    border-radius: 8px;
}
.FileUpload-box input[type="file"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.FileUpload-box > span {
    font-weight: 400;
    font-weight: 15px;
    border-radius: 4px;
    background-color: #efefef;
    color: #121212bf;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 6px;
    text-align: center;
}
label[for="shipped-Recipient"] {
    display: block;
    user-select: none;
}
.entry-summary .woocommerce-variation-add-to-cart label[for="shipped-Recipient"]{
    margin-bottom: 5px;
}
.entry-summary .woocommerce-variation-add-to-cart label[for="shipped-Recipient"] input[type=checkbox] {
    margin-top: 0;
}
.entry-summary .woocommerce-variation-add-to-cart label[for="Photo-Marketing"] input[type=checkbox] {
    position: relative;
    margin-top: 0;
}
.entry-summary .woocommerce-variation-add-to-cart input#Artist-Note::placeholder {
	font-size: 12px;
}

/*#### cart page css start ####*/
.woocommerce-cart header.page-header {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.woocommerce-cart .page-content .wp-block-woocommerce-cart.alignwide {
    margin-left: 0;
    margin-right: 0;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button {
    position: relative;
    width: 100%;
    background-color: #c36;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.woocommerce-cart main.page {
    position: relative;
    min-height: 90vh;
}
.woocommerce-cart .page-content table.wc-block-cart-items .wc-block-cart-item__remove-link {
    position: relative;
    padding: 2px 5px;
    background-color: #ff0000;
    color: #ddd;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
}
.woocommerce-cart .page-content table.wc-block-cart-items .wc-block-cart-item__remove-link:hover {
    position: relative;
    padding: 2px 5px;
    background-color: #ff0000;
    color: #fff;
}

/*releted product*/
.wp-block-woocommerce-product-new li.wc-block-grid__product .wp-block-button .add_to_cart_button {
    text-decoration: none;
    font-size: 14px;
}

.wp-block-woocommerce-product-new li.wc-block-grid__product .wp-block-button .add_to_cart_button:hover {
    color: #fff;
}

.wp-block-woocommerce-product-new li.wc-block-grid__product .wc-block-grid__product-title {
    text-decoration: none;
    font-size: 14px;
}

.wp-block-woocommerce-product-new li.wc-block-grid__product a.wc-block-grid__product-link {
    text-decoration: none;
}
/*#### cart page css end ####*/



/*#### Checkout page css start ###*/
.woocommerce-checkout .page-content .alignwide.wc-block-checkout {
    margin-left: 0px;
    margin-right: 0px;
}
.wc-block-checkout .wc-block-components-order-summary__content .wc-block-components-product-details .wc-block-components-product-details__name {
	font-weight: 600;
}
/*#### Checkout page css end ###*/

/*#### Product details page css start ###*/
.single-product .summary.entry-summary h1.product_title.entry-title {
    font-size: 30px;
}
.single-product .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs{
    margin-top: 10px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(25% - 10px);
}

.single-product .woocommerce-tabs .elvora-accordion-body  .elvora-accordion-content {
    padding-left: 0;
    padding-right: 0;
}

.single-product .woocommerce-tabs .elvora-accordion-body .elvora-accordion-content table tr td {
    padding-left: 10px;
}

.single-product .comment-respond .form-submit input {
    background-color: #c36 !important;
    color: #fff !important;
}
.single-product .comment-respond .comment-form-cookies-consent{
    display:flex;
}
.single-product .comment-respond .comment-form-cookies-consent [type=checkbox] {
    vertical-align: middle;
    margin-right: 5px;
}
.single-product .site-footer .site-branding , .woocommerce-shop .site-footer .site-branding{
    max-width: 60% !important;
}
@media(max-width:991px){
    .single-product .site-footer .site-branding, .woocommerce-shop .site-footer .site-branding{
        max-width: 100% !important;
        margin-bottom: 5px;
    }
}
/*#### Product details page css end ###*/
/*product list page*/
.woocommerce-shop .woocommerce-ordering select.orderby {
    padding: 10px 12px !important;
    border: 1px solid #b4b4b4;
}
.woocommerce ul.products li.product .button{
    background-color: #c36;
    color: #fff;
}
/*product list page*/

@media(max-width:767px){
    .elementor-57 .elementor-element.elementor-element-3624f41{
        left: 0 !important;
        top: -60px;
    }
    .elementor-57 .elementor-element.elementor-element-3624f41 .hfe-nav-menu__toggle{
        margin-left: auto;
        margin-right: 10px;
    }
	.entry-summary .woocommerce-variation-add-to-cart input#Artist-Note::placeholder {
		font-size: 10px;
	}
}


