.gform_wrapper input:not([type="submit"]):not(.gform_button_select_files):not(.gform_next_button):not(.gform_previous_button), .gform_wrapper textarea {
    border: 2px solid #e0e0e0 !important;
    padding: 10px 10px !important;
	background: transparent !important;
	border-radius: 0px !important;
}

.gform_button_select_files {
	font-size: 16px !important;
}

.gform_next_button, .gform_previous_button {
	line-height: normal !important;
}

.gform_next_button:focus, .gform_previous_button:focus {
    outline: none;
}

.gform_wrapper {
    margin: 0px !important;
}

.gform_wrapper select {
    border: 2px solid #e0e0e0;
    height: 44px;
    border-radius: 6px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.gfield_label {
    margin-bottom: 3px !important;
}


.gform_button, .gform_button_select_files {
    padding: 12px 25px !important;
    line-height: normal !important;
    border-radius: 0px !important;
    background-color: var( --e-global-color-1f239e1 ) !important;
}

.gform_drop_area {
    border-radius: 0px !important;
}


#services-header.elementor-sticky--effects .elementor-container {
	min-height: 0px !important;
}

#services-header.elementor-sticky--effects #services-page-heading {
	display: none !important;
}

#services-header.elementor-sticky--effects {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    border: 2px dashed #ccc;
    border-radius: 6px;
}

.gf_step_number {
    border: 2px solid var( --e-global-color-290828b );
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    color: var( --e-global-color-290828b );
    line-height: 25px;
}

.gform_wrapper .gform_page_footer {
    border-width: 0px !important;	
}

.gform_wrapper .gf_page_steps {
    margin: 1px 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 2px dashed var( --e-global-color-290828b );
}

.gform_confirmation_message {
    text-align: center;
    background: #98c75d;
    color: white;
    font-size: 20px;
    border-radius: 20px;
    padding: 30px;
}

.gform_button:focus {
	outline: none !important;
}



@media only screen and (min-width: 1025px) {
	.elementor-location-header .feature-button a {
			padding: 8px 18px 11px!important;
    letter-spacing: 2px !important;
    background: white;
    border: 2px solid var( --e-global-color-1f239e1 );
    color: var( --e-global-color-1f239e1 );
    line-height: normal !important;
    margin-top: 0px;
    position: relative;
    border-radius: 0px;
	}
	
	.elementor-location-header .feature-button a:hover {
			background: white !important;
			border-color: var( --e-global-color-1f239e1 );
            color: var( --e-global-color-1f239e1 );
			/* color: var(--e-global-color-10feaba) !important; */
	}

}

.gform_footer {
    padding: 0px !important;
}

.gform_legacy_markup_wrapper .gfield_required {
    color: #b31919 !important;
    margin-left: 2px !important;
}

.marquee {
    overflow: hidden;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    display: flex;
  }
  
  .marquee h6{
    /* font-size: 5em; */
    white-space: nowrap;
    /* text-transform: uppercase */
    font-size: 18px !important;
    font-weight: normal !important;
  }

  .marquee-seperator {
    display: inline-block;
    width: 30px;
  }
  
  .marquee h5{
    /* font-size: 5em; */
    white-space: nowrap;
    /* text-transform: uppercase */
    font-size: 40px !important;
    font-weight: 300 !important;
  }

  .marquee i{
    margin-right: 10px;
  }

  .sku_wrapper {
    display: none !important;
  }

  .gform_required_legend {
    display: none !important;
  }

  .gform-theme--foundation .gform_fields {
    row-gap: 30px !important;
}

.sbi_load_btn {
    border: 2px solid var(--e-global-color-1f239e1) !important;
    border-radius: 0px !important;
    background: transparent !important;
    color: var(--e-global-color-1f239e1) !important;
    font-weight: bold;
}

.collections-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.collections-list > li {
    display: grid;
    /* grid-template-columns: 1fr 2fr; */
    grid-template-columns: 1fr;
    /* gap: 30px; */
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
}

.collections-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    display: grid;
}

.collections-list img {
    width: 100% !important;
    object-fit: cover !important;
    margin-bottom: -7px;
}

@media only screen and (min-width: 1800px) {
    .collections-list img {
        height: 450px !important;
    }
}

@media only screen and (min-width: 1025px) {
    .collections-list img {
        height: 400px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .collections-list img {
        height: 450px !important;
    }
}

@media only screen and (max-width: 767px) {
    .collections-list img {
        height: 400px !important;
    }
}

@media only screen and (max-width: 600px) {
    .collections-list img {
        height: 350px !important;
    }
}

@media only screen and (max-width: 500px) {
    .collections-list img {
        height: 300px !important;
    }
}


.collections-list .right {
    /* padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px; */
    padding: 30px;
}

.collections-list h4 {
    margin-top: 0px;
    font-weight: 300 !important;
}

.collections-list .open-date {
    display: block;
    font-size: 14px;
    margin-top: -10px;
}

.collections-list .explore-collection-button, .woocommerce-Button, .woocommerce-MyAccount-content .button {
    border: 2px solid var(--e-global-color-1f239e1) !important;
    color: var(--e-global-color-1f239e1) !important;
    background: transparent !important;
    font-weight: 600 !important;
    padding: 8px 15px !important;
    display: inline-block !important;
    margin-top: 15px !important;
    border-radius: 0px !important;
} 

.gform_button {
    font-weight: bold !important;
}

.orderby {
    border: 2px solid #dddddd !important;
    border-radius: 0px !important;
}

.woocommerce div.product.elementor ul.tabs li {
    margin-right: 10px !important;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border-top: 2px solid white !important;
    background: white !important;
    padding: 30px !important;
    padding-bottom: 15px !important;
}

.woocommerce div.product.elementor ul.tabs li {
    border-width: 0px !important;
    border-radius: 0px !important;;
}

.woocommerce div.product.elementor ul.tabs {
    margin-bottom: 1px !important;
}

.woocommerce div.product.elementor ul.tabs {
    padding-left: 0px !important;
}

.woocommerce table.shop_attributes td {
    line-height: 2.5 !important;
    padding-left: 10px !important;
}

.woocommerce-Tabs-panel h2 {
    display: none !important;
}

/* .woocommerce table.shop_attributes {
    margin-bottom: 0px !important;
} */

.elementor-menu-cart__footer-buttons .elementor-button--view-cart, .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover, .elementor-menu-cart__footer-buttons .elementor-button--checkout, .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
    background-color: var( --e-global-color-1f239e1 ) !important;
    /* border-color: var( --e-global-color-1f239e1 ) !important; */
    border-width: 0px !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding-right: 10px !important;
}

.ppcp-messages {
    margin-top: 30px;
}

.woocommerce-cart .ppcp-messages {
    display: none !important;
}

.ppc-button-wrapper {
    margin-top: 30px !important;
}

.added_to_cart {
    margin: 0px 10px;
    padding: 16px 15px 7px 15px;
    background: var(--e-global-color-1f239e1);
    color: var(--e-global-color-2811627) !important;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.artist-name {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: -5px;
}

.product-attributes-after-title {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}

.attributes-container {
    font-size: 12px !important;
    color: #8a8a8a !important;
}

.attributes-container strong {
    display: inline !important;
}

.attributes-container {
    margin-bottom: 10px;
}

.product-dimensions-container span {
    display: block;
}

.woocommerce-product-attributes-item--dimensions {
    display: none !important;
}

div#wc-stripe-express-checkout-element-googlePay::after {
    content: "(Pay via credit card)";
    display: block;
    text-align: center;
    margin-top: 10px;
}

.gfield_label {
    display: inline !important;
}

.gfield_required {
    margin-left: 2px;
}

.ginput_container {
    margin-top: 5px;
}