/* Mini Cart */
li.login-text a span {
    color: #1d1d1d;
    font-size: 15px;
}
.oom-mini-cart__heading {
    background: #8dc01e!important;
}
li.login-text a.login-popup span {
    background: #8dc01e;
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
}

.single-product button.plus, .single-product button.minus {
    color: white !important;
}

/* Gallery */
.oom-gallery .elementor-widget-container .elementor-gallery__container a.e-gallery-item:hover .e-gallery-image {
    transform: scale(1.2);
}

.oom-gallery .elementor-widget-container .elementor-gallery__container a.e-gallery-item .e-gallery-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.oom-page-banner-slide .swiper-slide-bg {
    background-position: bottom center!important;
}


/* Home Page */
.oom-circle-container {
    width: 135px;
    height: 135px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00A2E24D;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.oom-circle-number {
    letter-spacing: 0px;
    color: #8DC01E;
    opacity: 1;
    font-size: 50px;
    font-weight: bold;
}

.oom-service-circle img {
    height: 95px;
    object-fit: contain;
}
.oom-service-circle figure {
    background: #8dc01e;
    padding: 10px 7px 7px 7px;
    border-radius: 50%;
    min-width: 125px;
    text-align: center;
    height: 125px;
    display: flex;
}

.oom-home-service.elementor-widget-image .elementor-widget-container{
    background: #8dc01e;
    min-width: 135px;
    height: 135px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
}
.oom-home-service.elementor-widget-image img {
    width: 85px;
}


/* Footer */
input#form-field-untick_1-0, input#form-field-untick_2-0, input#form-field-untick_3-0 {
    display: none;
}
.elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_0080520.elementor-col-100 {
    background: white;
    border-radius: 10px 10px 0px 0px;
    margin: 0 auto!important;
    width: 99%;
}
.elementor-field-type-checkbox {
    background: white;
    padding: 10px!important;
    margin: 0 auto!important;
    width: 99%;
}
.elementor-field-type-html {
    padding: 10px!important;
    background: white;
    margin: 0 auto!important;
    width: 99%;
}
.elementor-field-type-html.elementor-field-group.elementor-column.elementor-field-group-field_dbfcaa6.elementor-col-100 {
    margin-bottom: 15px!important;
    border-radius: 0px 0px 10px 10px;
}


/* Contact Form 7 */
#oom-footer-contact-form input {
/*     background: transparent!important; */
    border: none!important;
    outline: 0;
    padding: 12px 20px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 15px;
    opacity: 1;
}
.oom-ft-row,.oom-ft-row-services {
    display: flex;
    column-gap: 30px;
}
.oom-ft-row{
	margin-bottom: 15px;
}
.oom-ft-row p{
	margin-bottom: 0px;
}
.oom-ft-col {
    display: block;
    width: 100%;
    
}
.oom-combine-row {
    margin-bottom: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 15px;
    opacity: 1;
    padding: 20px;
}
.oom-combine-row hr {
    margin-bottom: 14.4px!important;
}
.oom-ft-col textarea {
    border: none!important;
    outline: 0;
    padding: 12px 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 15px;
    opacity: 1;
    height: 150px;
}
.oom-ft-row-button .oom-ft-col p input {
    border-radius: 7px 7px 7px 7px;
    padding: 15px 15px 15px 15px;
    background-color: #1d1d1d!important;
    color: #ffffff;
    width: 100%;
}
.oom-ft-row-button .oom-ft-col p input:hover {
    background-color: #000!important;
}

@media(max-width: 800px){
.oom-ft-row-services {
	display: flex;
	flex-direction: column;
    column-gap: 0px!important;
    row-gap: 0px!important;
}
.oom-ft-row {
		display: flex;
		flex-direction: column;
		column-gap: 0px;
		row-gap: 15px;
}
.oom-combine-row {
    margin-bottom: 15px;
}
.oom-ft-row-services span.wpcf7-list-item-label {
    font-size: 15px;
}
}

/* End of Contact Form 7 */


/* Masonry Gallery */
.oom-grid-item {
	position: relative;
	width: 32.8%; 
	min-height: 190px;
	max-height: 190px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
	margin-bottom: 10px;
}
.oom-grid-item:nth-child(1), .oom-grid-item:nth-child(5), .oom-grid-item:nth-child(8), .oom-grid-item:nth-child(12), .oom-grid-item:nth-child(30) { 
	width: 32.8%; 
	min-height: 390px;
	max-height: 390px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
} 
div#oom-image-gallery__button {
    text-align: center;
}
button.oom-image-gallery__button {
    background: #8dc01f;
    border: 1px solid #8dc01f;
    padding: 10px 40px;
    border-radius: 10px;
    color: white;
    font-weight: 500;
}


/* Shop */
.oom-archive-sub-heading {
    border-bottom: 1px solid var(--e-global-color-primary);
    padding-bottom: 10px;
    width: 60%;
}
.oom-sidebar-cat li a {
    color: var( --e-global-color-text);
    font-size: 14px;
}
.oom-sidebar-cat li {
    list-style: none;
    color: gray;
    font-size: 10px;
    margin-bottom: 5px;
}
.page-numbers i {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 20px;
	padding: 5px 12px;
    color: var(--e-global-color-primary);
    font-weight: 600;
}
.page-numbers:hover i {
    color: var(--e-global-color-primary);
}
a.page-numbers.next, a.page-numbers.next:hover, a.page-numbers.prev, a.page-numbers.prev:hover {
    border: none;
	background: transparent;
/* 	padding: 0px; */
}
 
span.page-numbers.current {
    padding: 5px 12px;
    border: 1px solid var(--e-global-color-primary);
    background: var(--e-global-color-primary);
    border-radius: 8px;
}
a.page-numbers {
    padding: 5px 12px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 8px;
}
a.page-numbers:hover {
    padding: 5px 12px;
    border: 1px solid var(--e-global-color-primary);
    background: var(--e-global-color-primary);
    border-radius: 8px;
}
.oom-product-showcase-header .elementor-heading-title {
    line-height: 1rem;
    overflow: hidden;
    min-height: 2.1rem;
    max-height: 2.1rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

/* Single Product  */ 
ol.flex-control-nav.flex-control-thumbs {
    display: flex;
}

@media(max-width:375px){
ol.flex-control-nav.flex-control-thumbs {
    display: initial;
}	
}

.e-atc-qty-button-holder button.single_add_to_cart_button {
    background: var(--e-global-color-primary)!Important;
    border: 1px solid var(--e-global-color-primary)!important;
    border-radius: 10px!important;
	outline:0;
}
.e-atc-qty-button-holder .quantity button {
    padding: 0px;
    margin-top: 0px;
}

button.single_add_to_cart_button.button.alt.wp-element-button:hover {
    background: white!important;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
    background: #8dc01e!important;
}

/* Checkout */

/* Changes */
.woocommerce-checkout tr.cart-subtotal {
    display: none;
}

.woocommerce-checkout .step-order-summary__list table.shop_table tfoot td {
    display: flex;
    justify-content: flex-end;
}
.woocommerce-checkout tr.order-before-total {
    display: none;
}

form.checkout.woocommerce-checkout input#place_order {
    background: black!important;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
}

/* Popup */
#oom-popup-button{
	outline: 0;
}
#oom-popup-button a, #oom-popup-button a:focus {
    outline: 0;
}

/* menu */
@media(max-width:411px){
	ul.icon-lists li {
    padding: 0 5px;
}
}


.e-atc-qty-button-holder input {
    border: 1px solid var(--e-global-color-primary);
}

.e-atc-qty-button-holder input::-webkit-outer-spin-button,
.e-atc-qty-button-holder input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.e-atc-qty-button-holder .quantity button {
	
    padding: 0px;
    margin-top: 0px;
    border: 1px solid var(--e-global-color-primary);
    background: var(--e-global-color-primary);
    color: white;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 1;
}

/** WooCommerce **/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 2;
}

/** Product Meta **/
.oom_product_meta .posted_in a, .oom_product_meta .tagged_as a {
    color: #000000;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 5px 20px;
}

.oom_product_meta .posted_in, .oom_product_meta .tagged_as {
    font-weight: normal;
}

.oom_product_meta .posted_in {
    display: block;
    padding-bottom: 20px;
}

/** Floating icons **/
.oom_float {
	position:fixed;
    padding: 15px;
	color:#FFF;
	padding: 10px 20px;
	text-align:center;
	border-radius: 30px;
	/*box-shadow: 1px 1px 3px #c4c2c2;*/
	z-index: 99;
	font-size: 18px;
    font-weight: 300;
}

.oom_float i {
    font-size: 22px;
}

.oom_left {
    left:20px;
}

.oom_right {
    right:20px;
}

#oom_floating_whatsapp .oom_right {
    bottom: 20px;
    background-color: #27D366;
    padding: 16px;
    width: 60px;
    height: 60px;
}

#oom_floating_whatsapp .oom_right:hover {
    color: #fff;
    background-color: #118C7E;
    bottom: 22px;
    transition: bottom 0.2s ease-in-out;
}


#oom_floating_whatsapp .oom_float i {
    font-size: 30px;
}


/** Slick Slider Flickering Issue Solution **/
.htslider-slider .slick-dots {
    margin-bottom: 20px;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/** Cart **/
.step-cart-contents table.shop_table {
    border: none;
    margin: 0;
    text-align: left;
    width: 100%;
    border-collapse: initial;
    border-radius: 0;
    display: inline-grid;
}

.step-cart-contents table.shop_table td {
    padding: 0;
    vertical-align: middle;
}

.step-cart-contents .product-thumbnail img.product-img {
    width: 80%;
    height: 120px!important;
    object-fit: cover;
}

.step-cart-contents .quantity .qty {
    width: 3em;
    text-align: center;
    padding: 0;
    border: 0.5px solid #666;
}

.step-cart-contents .product_details {
    float: right;
}

.step-cart-contents table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: none;
    background-color: transparent;
}

.step-cart-contents table tbody>tr:nth-child(odd)>td {
    background-color: transparent;
}


.step-cart-contents table tbody tr:hover>td, 
.step-cart-contents table tbody tr:hover>th {
    background-color: transparent;
}

.coupon_update_cart_actions {
    margin-top: 50px;
}

.woocommerce-page table.cart td.actions .input-text {
    width: auto!important;
    border: none!important;
    border-bottom: 1px solid #000!important;
    height: 35px;
    margin-right: 20px!important;
}

.woocommerce .cart .button,
.actions .coupon.oom_coupon button.oom-btn {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 12px 20px!important;
    border: 0;
    border-radius: 0;
    background-color: transparent!important;
    border: 1px solid #000000;
}

button.oom-button.update_cart:disabled {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px 20px!important;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #000000;
}

button.minus,
button.plus {
    border: none;
    font-weight: bold;
    color: #000;
}

button.minus:hover,
button.minus:focus,
button.plus:hover,
button.plus:focus {
    color: #BABABA;
    background: none;
    outline: none;
}


.woocommerce-remove-coupon {
    color: #8B7F62;
}

#order_review td.product-name,
#order_review td.product-total {
    border-top: 0px;
    border-bottom: 0px;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.woocommerce table.shop_table tbody tr td.product-thumbnail{
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding-left: 20px;
}

.woocommerce table.shop_table tbody tr td.product-price{
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
	padding-right: 10px;
}

.woocommerce table.shop_table tbody tr td.actions {
    border: none;
}

.woocommerce table.shop_table tbody tr td {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.woocommerce-cart-form__cart-item {
    margin: 10px 0px;
    display: inline-table;
    width: 100%;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}


/** Steps Process **/
.step-cart-progress-list {
    display: flex;
    border-bottom: 0px solid #BABABA;
    align-items: center;
    justify-content: center;
}

.step-cart-progress-item {
/*     width: 100%; */
	width: fit-content;
}

.step-cart-progress-item.progress-cart {
/*     text-align: left; */
	text-align: center;
	padding: 10px 0px;
}

.step-cart-progress-item.progress-payment {
/*     text-align: right; */
	text-align: center;
	padding: 10px 0px;
}

.step-cart-progress-item.progress-complete {
/*     text-align: right; */
	text-align: center;
	padding: 10px 0px;
}

.step-cart-progress-item.progress-arrow {
/*     margin-top: 8px;
    width: 50%; */
	width: 10%;
	text-align: center;
	margin:auto;
}

.step-cart-progress-item.progress-arrow i {
    color: #BABABA;
}

.step-cart-progress-item.progress-arrow i.current {
    color: #000000;
}

.step-cart-progress-item.progress-arrow.right {
/*     text-align: right; */
	text-align: center;
}

.step-cart-progress-item h4.current {
    color: #000000;
}

.step-cart-progress-item.progress-cart hr.current {
    border-top: 0px;
    border-bottom: 0px solid #000000;
    width: 100px;
}

.step-cart-progress-item.progress-payment hr.current {
    border-top: 0px;
    border-bottom: 0px solid #000000;
    width: 150px;
}

.woocommerce-notices-wrapper {
    margin-top: 0px;
}

.woocommerce-message {
    border-top-color: #ED1F24;
}

.woocommerce-message::before {
    color: #ED1F24;
}

.step-cart-progress-item h4 {
    font-size: 14px;
	font-weight: bold;
    color: #BABABA;
	margin: auto;
}

.woocommerce-billing-fields h4,
#customer_details h3 {
    font-size: 22px;
    font-weight: normal;
}

.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}
.button {
    padding: 10px 24px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}
.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}

.step-container h4 {
    font-size: 30px;
    padding-bottom: 20px;
}

.step-container p {
    font-size: 14px;
}

.step-container .product_details .product_details__title h4 {
    font-size: 22px;
    padding-bottom: 0px;
    color: #444444;
}

.step-container .product_details .product_details__title a {
    color: #444444;
}

.step-order-summary {
    padding-left: 60px;
    /*margin-left: 50px;*/
}

#customer_details {
    border: 1px solid;
    padding: 20px;
}

.step-order-summary-content {
    /*background: #F8F8F8;*/
    padding: 30px;
    border: 1px solid;
}

.step-order-summary h4 {
    font-size: 14px;
    padding-bottom: 0px;
    color: #444444;
    font-weight: bold;
}

.step-cart-contents ul {
    padding: 0;
}
.step-cart-contents ul li {
    list-style: none;
    padding-bottom: 20px;
}

.woocommerce-cart-form__cart-item td.product-thumbnail {
    width: 30%;
}

.woocommerce-cart-form__cart-item td.product-labels {
    width: 30%;
}

.woocommerce-cart-form__cart-item td.product-price {
    width: 40%;
}

.product_details .quantity {
    margin-top: 60px;
}

.product_details .product_details__qty,
.product_details .product_details__price {
    color: #444444;
    font-size: 14px;
    font-weight: bold;
}

.product_details .product_details__qty_label,
.product_details .product_details__price_label {
    color: #444444;
    font-size: 12px;
}

.product_details .product_details__qty,
.product_details .product_details__price {
    /*float: right;*/
    /*margin-right: 20px;*/
    text-align: center;
}

body.woocommerce-cart #footer-c-f, 
body.woocommerce-checkout #footer-c-f,
body.error404 #footer-c-f {
    display: none;
}
span.accept-text-oom {
    font-size: 14px;
}

.step-cart-contents .coupon,
.step-cart-contents button.update_cart {
    margin-top: 40px;
    margin-right: 10px;
}

.step-cart-contents button.update_cart {
    display: none!important;
}

.step-cart-contents .remove_cart_item {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 45px;
}

.step-cart-contents .remove_cart_item a {
    font-size: 12px;
    font-weight: normal;
    color: #444444!important;
    text-decoration: underline;
}

.step-cart-contents .remove_cart_item a:hover {
    background: none;
     color: #F5090F!important;
}

/*.step-order-summary__list {*/
/*    width: 250px;*/
/*}*/

.step-order-summary__list ul {
    padding: 0;
}
.step-order-summary__list ul li {
    list-style: none;
/*     font-family: "Red Hat Display", Sans-serif; */
	font-family: "Poppins", Sans-serif;
    font-size: 14px;
    color: #444444;
    padding-bottom: 10px;
}

.order_summary_before_total {
     margin-top: 50px;
}

.order_summary_before_total hr {
    margin-top: 10px;
}

.order_summary_after_title hr {
    margin: 20px 0;
}

.step-cart-contents-line hr {
    margin: 20px 0;
}

.order_summary_total li,
.coupon_list li {
    list-style: none;
}
.order_summary_total li span {
    color: #444444;
    font-size: 14px;
}

.order_summary_btn {
    margin-top: 10px;
}

.order_summary_btn a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    background-color: #000000;
    border: #0D0D0D;
    border-radius: 20px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px;
}

.order_summary_btn a:hover {
	background-color: #000000;
}

.woocommerce table.shop_table tfoot th {
    font-weight: normal;    
}

.step-cart-contents .order_summary_btn .button {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 8px;
    border: 0;
    border-radius: 0;
    background-color: #4E6A85;
    width: 100%;
}
.step-order-information {
	margin-top: 20px;
	margin-right: 20px;
}

.step-order-information input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.step-order-information__line hr {
    border-color: #444444;
    margin-bottom: 20px;
}


.step-order-summary__list table.shop_table {
    border: none;
}

.step-order-summary__list  table.shop_table td {
    border: none;
    background: transparent;
    padding: 0;
    padding-bottom: 20px;
}

.step-order-summary__list table.shop_table tfoot th {
    border: none;
    background: transparent;
    padding: 0;
}

.step-order-summary__list table.shop_table tfoot td {
    border: none;
}

.step-order-summary__list ul#shipping_method li {
    /*padding: 5px 0px;*/
    padding: 20px;
}

.woocommerce ul#shipping_method li input {
    margin: 3px 0.4375em 0 0;
    vertical-align: top;
}

.woocommerce ul#shipping_method .amount {
    /*display: none;*/
    margin-left: 10px;
}

.woocommerce ul#shipping_method li input[type='radio'] {
    accent-color: black;
}

.woocommerce-shipping-totals th {
    /*margin-top: 50px;*/
    font-size: 14px;
    font-weight: 500!important;
    padding-bottom: 20px!important;
    color: #444444;
}

.woocommerce ul#shipping_method li label {
    margin-top: -25px;
    /*margin-left: 40px;*/
    /*border-radius: 5px;*/
    /*display: flex;*/
    /*font-weight: normal;*/
    padding: 20px;
    margin-left: 40px;
    border: 1px solid #444444;
    border-radius: 5px;
    display: flex;
}

/*.step-order-summary__list {*/
/*    width: 320px;*/
/*}*/

.step-order-summary__list table.shop_table tfoot td {
    display: flex;
}

.woocommerce-shipping-totals.shipping th {
    display: flex;
    /*padding-top: 50px!important;*/
}

.woocommerce ul#shipping_method {
    width: 100%;
}


/*.step-order-btn {*/
/*    margin-top: -380px;*/
/*}*/

.woocommerce-info {
    margin-top: 20px;
}

.woocommerce-info,
.woocommerce-info::before {
    color: #000000;
    border-top-color: #000000;
}

.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce-info a.showcoupon,
.woocommerce-info a.showlogin,
.woocommerce-form-login a 
{
    color: #000000;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f3f3f3;
    margin-bottom: 20px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    border: 0;
    border-radius: 0;
    background-color: #0F228B;
    border: 1px solid #0F228B;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #4E6A85;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px;
    border: 1px solid;
    border-radius: 10px;
    background-color: #000000;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #FFFFFF;
    background-color: #BFA369;
}

.product-name a {
	color: #0F228B;
}

.step-order-btn input.button.alt {
    margin: auto;
    padding: 12px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    background-color: #000000;
    border: #000000;
    border-radius: 20px;
     width: 60%; 
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.step-order-btn input.button.alt:hover {
    background: #BFA369;
}

.step-cart-contents img {
    width: 90%;
}

.woocommerce-shipping-destination {
    display: none;
}

.product_details__title a {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

/** Responsive **/
@media (max-width: 1920px) {
	
}

@media (max-width: 1440px) {
	
}


@media (max-width: 1280px) {
	
}

@media (max-width: 1024px) {
	
}

/*
 * Surface Pro
 */
@media (max-width: 912px) {
	
}

/*
 * iPad Air
 */
 @media (max-width: 820px) {
	
}

/*
 * iPad 9th
 */
@media (max-width: 810px) {
	
}

/*
 * iPad Mini
 */
@media (max-width: 768px) {
	#subscription-form .elementor-field-group.elementor-field-type-submit,
	#contact-form .elementor-field-group.elementor-field-type-submit {
		margin-top: 0px;
	}

	.big-no {
		font-size: 20px;
	}

    .oom-modal-content {
        width: 80%;
    }
    .woocommerce .oom_column_60 {
        padding-right: 0%!important;
        width: 100%;
    }

    .woocommerce .oom_column_40 {
        width: 100%;
    }

    .woocommerce .step-order-summary__list {
        width: 480px;
    }
	
	.woocommerce ul.products li.product a.add_to_cart_button {
		top: -9%;
    	left: 35%;
	}

     .woocommerce .oom_column_60 {
        padding-right: 0%!important;
        width: 100%;
    }
    
    .woocommerce .oom_column_50 {
        width: 100%;
    }
	
	.oom-mini-cart-box .oom_column_40 {
		width: 40%;
	}

    .woocommerce .oom_column_40 {
        width: 100%;
    }

    .woocommerce .step-order-summary__list {
        width: 100%;
    }
	
	
    .woocommerce-cart-form__cart-item td.product-thumbnail {
        width: 30%;
    }
    
    .woocommerce-cart-form__cart-item td.product-labels {
        width: 20%;
    }
    
    .woocommerce-cart-form__cart-item td.product-price {
        width: 50%;
    }
    
    tr.coupon_update_cart_actions td.actions {
        width: 100%!important;
    }
    
    .woocommerce-page table.cart td.actions .input-text {
        width: 45%!important;
    }
    
    .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        padding: 20px;
    }
    
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: flex;
    }
    
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display: none;
    }
    
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }
    
    .step-cart-progress-item.progress-arrow {
        width: 0px;
        padding: 0px 50px;
    }
    
    .step-cart-progress-item.progress-payment {
        text-align: center;
    	padding-left: 40px;
    }
    
    .step-order-btn {
        margin-top: 10px;
    }
    
    .woocommerce-shipping-totals.shipping th {
        padding-top: 0px!important;
    }
    
    .woocommerce-shipping-totals th {
        margin-top: 0px;
    }
	
	.step-cart-progress-item.progress-payment hr.current {
		width: 250px;
	}
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
		text-align: left!important;
	}
	
	.step-order-summary {
		padding: 0px;
	}
	
	.woocommerce .woocommerce-ordering select {
		font-size: 14px;
		padding: 5px;
	}

	.woocommerce .woocommerce-result-count {
		font-size: 14px;
	}

	.woocommerce ul.products li.product a.add_to_cart_button {
		top: 0%;
		left: 0%;
	}
	
	.woocommerce div.product form.cart .variations {
		margin-bottom: 0;
	}
	
	ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px;
	}
	
	.woocommerce ul.products li.product .button {
		padding: 0px!important;
    	margin-right: 0px!important;
		font-size: 12px;
	}
	
	.woocommerce ul.products li.product .price {
		margin-top: -5px;
	}
	.product_details__title h4 {
		 line-height: 18px;
	}
	
	.product_details__title a {
		 font-size: 14px;
	}
	
	button.minus, button.plus {
		padding: 0px;
	}
	
	.woocommerce-cart-form__cart-item td.product-thumbnail {
		padding-top: 20px!important;
        width: 40%;
    }
	.product_details .quantity {
		margin-top: 50px;
	}
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		padding-top: 10px;
	}
	
	.step-cart-contents .quantity .qty {
		width: 2em;
	}
	
	.woocommerce table.shop_table tbody tr td.product-thumbnail {
		padding-left: 10px;
	}
	
	.step-cart-contents .remove_cart_item {
		margin-left: 5px;
	}
    
    .woocommerce-cart-form__cart-item td.product-labels {
        width: 30%;
    }
    
    .woocommerce-cart-form__cart-item td.product-price {
        width: 30%;
    }
    
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        text-align: left!important;
    }
    
    .step-cart-contents .product-thumbnail img.product-img {
        height: 100px!important;
    }
	
	.oom-mini-cart .oom-mini-cart__content {
		 margin-right: -25px;
	}
	
	.step-cart-progress-item.progress-arrow {
		 padding: 0px 20px;
	}
	
	.step-cart-progress-item h4 {
		font-size: 14px;
	}
	
	.step-cart-progress-list {
		display: block;
	}
	
	.step-cart-progress-item.progress-arrow {
		display: none;
	}
	
	.step-cart-progress-item.progress-payment,
	.step-cart-progress-item.progress-complete {
		text-align: left;
	}
	
	.step-cart-progress-item.progress-cart hr.current,
	.step-cart-progress-item.progress-payment hr.current {
		width: 100%;
	}
	.step-cart-progress-item.progress-payment {
		padding-left: 0px;
	}
	
	#oom_header_icons ul {
		padding: 0px;
	}
	
    .oom-mini-cart .oom-mini-cart__content {
        margin-top: 10px;
        margin-left: -280px;
    }
      
    .oom_column_50.left {
        display: block;
    }
    
    .oom-mini-cart .oom-mini-cart__content {
	    margin-top: 15px;
        margin-left: -300px;
	}
}


@media (max-width: 480px) {
	#subscription-form .elementor-field-group.elementor-field-type-submit,
	#contact-form .elementor-field-group.elementor-field-type-submit {
		margin-top: 0px;
	}

	.image-slider .swiper-container-horizontal>.swiper-pagination-bullets {
		width: 35%;
	}

	.image-slider .elementor-widget-media-carousel .elementor-swiper-button-next {
		left: 66%;
	}

	.image-slider .elementor-widget-media-carousel .elementor-swiper-button-prev {
		left: 25%;
	}
	
	.oom-modal-content {
        width: 90%;
    }
}

@media (max-width: 414px) {
	[type=button], [type=submit], button {
		    padding: 0.5rem;
	}
	.step-cart-contents .remove_cart_item {
		margin-left: 5px;
	}
}

@media (max-width: 375px) {
	
}


@media (max-width: 360px) {
	.step-cart-contents .remove_cart_item {
		margin-left: 0px;
	}
    .woocommerce-page table.cart td.actions .input-text {
		margin-right: 0px!important;
	}
}



@media (max-width: 320px) {
	
}



/* Amendments */
span.item_qty_input button, span.item_qty_input input {
    text-align: center;
}

/* WooCommerce Shop Pagination */
/* .woocommerce nav.woocommerce-pagination ul {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
nav.woocommerce-pagination ul.page-numbers {
    border: none!important;
}
nav.woocommerce-pagination ul.page-numbers li {
    border: none;
}
nav.woocommerce-pagination {
    margin-bottom: 30px;
} */




