/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.1.4
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
 *  oom_sasky
*/

html, body {
    overflow-x: hidden;
}

.eicon-close {
  color: black;
}

.return-to-shop{
	display:none!important;
}
.attachment-medium {
  width: 65% !important;
  display: initial;
}
.elementor-custom-embed-image-overlay {
  display: flex;
	justify-content: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

h1,h2,h3,h4,h5{
	font-family:"Oswald", Sans-serif;
}
a,p,span{
	font-family:"Open Sans", Sans-serif;
}

/** Product Archive **/

.woocommerce ul.products li.product a img{
	height:auto;
	object-fit:contain;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1607843137254902);
}
.woocommerce-loop-product__title{
	font-size:17px!important;
	font-weight:500;
	min-height: 65px;
}

.number_of_colors{
	color: #5A5959;
	font-size: 10px;
}

.number_of_color_container{
	text-align:right;
}


.fixed-height-product .woocommerce ul.products li.product a img{
	height:325px!important;
}

.email_hover:hover{
	text-decoration:underline!important;
}

.parent-container{
	overflow:hidden!important;
}

	.step-cart-contents .remove_cart_item{
	    margin-left:60px!important;
	}

.categories-container{
  width: 100%; /* Make sure the element takes the full width of the container */
  height: 100%; /* Make sure the element takes the full height of the container */
  background-size: cover; /* Make sure the background image covers the entire element */
  transition: transform 0.3s ease; /* Add a smooth transition effect for transform */
}

.categories-container:hover{
  transform: scale(1.2); /* Increase the scale to zoom in (e.g., 1.2 for 20% zoom) */
}

.accordion-btn{
font-family: "Open Sans", Sans-serif;
font-weight: 600;
font-size: 11px;
color: #FFFFFF;
background-color: #000000;
border-radius: 9px 9px 9px 9px;
padding: 10px;
margin-top: 10px;
border:none;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.accordion-btn:hover{
background-color: #000000;
}
.accordion-btn:focus{
background-color: #000000;
}

.woocommerce-Button.button {
  font-family: "Open Sans", Sans-serif;
  font-weight: 600!important;
  fill: #FFFFFF!important;
  color: #FFFFFF!important;
  background-color: #000000!important;
  border-radius: 9px 9px 9px 9px!important;
}

a{
    color:#000;
}

.multiplier {
  width: 100% !important;
  display: block;
}

.step-order-btn input.button.alt:hover {
  background: #000!important;
}

.coupon_container{
	font-weight:500;
	font-size:1.2em;
	font-family: "Oswald", Sans-serif;
	text-align:right;
}



#oom_header_icons li {
 	padding-right: 10px;
	padding-left: 10px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads{
	display:none!important;
}

.mm-listitem--selected > .mm-listitem__text{
	background:transparent!important;
}

.header-nav-item-list a:hover{
	text-decoration:underline;
}

.header-nav-item-list a > span{
	color:#5A5959!important;
}

.payment_box.payment_method_hitpay{
	display:none!important;
}

.has-hash {
  color: #c4c4c4 !important;
}

.whatsapp_container{
	background-color:#25D366 !important;
}

.cart_item td{
	background-color:transparent !important;
}

.step-order-summary__list ul#shipping_method li{
	padding:0xp!important;
}

.is_not_sale{
    text-decoration:none!important;
    color:#000;
	font-weight:400;
	font-size:13px;
}
.is_on_sale{
    text-decoration: line-through!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 45px!important;
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 25px!important;
    right: auto;
}
.elementor-icon{
    font-size:40px;
}
.collection-page .elementor-icon{
    display:none!important;
}
.elementor-element .swiper .elementor-swiper-button{
	top:40%!important;
}
.oom-image-zoom{
	overflow:hidden;
}
.swiper-slide{
	overflow:hidden;	
}
.oom-image-zoom .blog-image{
	transition: transform .5s ease;
}
.oom-product-tag-slider .collection-img{
	transition: transform .5s ease;
	border-radius:20px;
	opacity:0.6;
}
.oom-image-zoom:hover .blog-image{
  	transform: scale(1.1);
}
.swiper-slide:hover .collection-img{
	transform: scale(1.1);
}
/* .swiper-slide{
	border-radius:20px;	
	background-color:black;
} */

/** Interest Check **/
.oom-interest-products {
    margin: 40px 0px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 4fr);
}

.oom-interest-product__container {
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 2%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 20px;
    height: 250px;
}

.oom-interest-product__details .title {
    font-size: 16px;
    font-weight: 500;
    font-family: "Oswald", Sans-serif;
    color: #000000;
    padding: 0px;
    margin: 0px;
}

.oom-interest-product__details .description {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    color: #5A5959;
}

.oom-interest-product__details .price {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

.oom-interest-product__btn {
    text-align: center;
}

.oom-interest-join-btn {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    width: 100%;
    display: block;
    padding: 8px;
    border-radius: 9px;
    border: none;
}

.oom-interest-join-btn-mobile{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    width: 100%;
    display: block;
    padding: 8px;
    border-radius: 9px;
    border: none;
}

.oom-interest-join-btn-mobile:hover,
.oom-interest-join-btn-mobile:focus {
    color: #fff;
    background: #292929;
}
 
.oom-interest-join-btn:hover,
.oom-interest-join-btn:focus {
    color: #fff;
    background: #292929;
}

.oom-interest-join-btn.expired {
    background: #5f5f5f;
    pointer-events: none;
}

.oom-interest-join-btn-mobile.expired {
    background: #5f5f5f;
    pointer-events: none;
}

.oom-interest-join-btn.expired:hover {
    background: #5f5f5f;
}

.oom-interest-badge {
    text-align: center;
    font-size: 10px;
    position: absolute;
    padding: 5px 8px;
    border-radius: 8px;
    top: 10%;
    right: 6%;
    background: #000;
    color: #fff;
}

.oom-interest-product-timer {
     text-align: center;
}

.oom-interest-product-timer .distance {
	display: inline-block;
    color: #000;
    font-size: 26px;
    line-height: 26px;
}

.oom-interest-product-timer .distance small {
	display: block;
	color: #000;
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
}

/* Modal Content/Box */
.interested-form.oom-modal {
    z-index: 999;
}

.interested-form .oom-close {
    color: #fff;
    font-size: 28px;
    right: 25%;
    top: 10%;
    position: relative;
}

.interested-form .oom-close:hover {
    color: #fff;
}

.interested-form .oom-modal-content {
    width: 40%; 
    padding: 40px;
}

.interested-form__field {
     padding-bottom: 20px;
}

.interested-form__btn {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    width: 100%;
    display: block;
    padding: 8px;
    border-radius: 9px;
    border: none;
}

.interested-form__btn:hover,
.interested-form__btn:focus {
    color: #fff;
    background: #292929;
}

.interested-form-title {
    text-align: center;
    font-size: 24px;
}

.interested-product-name {
    font-size: 18px;
}

#interested-message h4 {
    text-align: center;
}

#interested-message h4.success {
    color: green;
}

#interested-message h4.error {
    color: red;
}

/** Product Archive **/
.oom-filter-box {
	display: flex;
    justify-content: space-between;
}

.oom-filter-left {
	display: flex;
    flex-direction: row;
    gap: 10px;
}

.oom-size-filter,
.oom-color-filter,
.oom-product-sort {
	position: relative;
}

.oom-size-box .oom-filter-attribute {
	display: grid;
    grid-template-columns: repeat(3, 4fr);
    gap: 10px;
}

.filter-size.filter-attribute {
	position: absolute;
    opacity: 0;
}

.oom-type-box .oom-filter-attribute{

  display: grid;
  grid-template-columns: repeat(1, 4fr);
  column-gap: 50px;
  row-gap: 15px;
  justify-items: left;

}

.label-all-size,.label-tees-vest-size{
	border: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
	border-width: 1px;
	text-align:center;
}
.filter-all-size.filter-attribute,
.filter-tees-vest-size.filter-attribute{
	display:none!important;
}

.oom-size-box,
.oom-color-box,
.oom-type-box{
	background: #FFFFFF;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0px -3px 17px 0px rgba(0, 0, 0, 0.1607843137254902);
    position: absolute;
    z-index: 0;
    width: max-content;
	top: 60px;
	opacity: 0;
	transition: 0.5s;
	pointer-events: none;
}

.oom-size-filter.active .oom-size-box,
.oom-color-filter.active .oom-color-box,
.oom-color-filter.active .oom-type-box{
	opacity: 1;
	z-index: 1;
	pointer-events: auto;
}

.oom-filter-title {
	background: #F4F2F2;
    border-radius: 6px;
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	cursor: pointer;
}

.oom-filter-title i {
	transition: 0.5s;
}

.oom-size-filter.active .oom-filter-title i,
.oom-color-filter.active .oom-filter-title i{
	transform: rotate(180deg);
}

.label-size {
	display: flex;
	justify-content: center;
}

.label-size .attribute-title {
    border: solid;
    border-radius: 5px;
    padding: 5px 10px;
	cursor: pointer;
	border-width: 1px;
}

.filter-size.filter-attribute:checked + .attribute-title,
.label-size .attribute-title:hover {
	background: #000000;
    color: #FFFFFF;
    border-color: #000000;
}

.label-color input,
.label-color span {
	position: absolute;
	opacity: 0;
}

.label-color {
	height: 25px;
    width: 25px;
    border-radius: 50%;
	box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.1607843137254902);
	cursor: pointer;
}

.oom-color-box .oom-filter-attribute {
	display: grid;
    grid-template-columns: repeat(3, 4fr);
    column-gap: 50px;
    row-gap: 15px;
	justify-items: center;
}

.oom-sort-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: #FFFFFF;
	padding: 15px 30px;
	border-radius: 5px;
	box-shadow: 0px -3px 17px 0px rgba(0, 0, 0, 0.1607843137254902);
	position: absolute;
	z-index: 0;
	width: max-content;
	top: 60px;
	right: 0;
	opacity: 0;
	transition: 0.5s;
	pointer-events: none;
}

.oom-product-sort.active .oom-sort-box {
	opacity: 1;
	z-index: 1;
	pointer-events: auto;
}

.oom-product-sort.active .oom-filter-title i{
	transform: rotate(180deg);
}

.label-sort {
	display: flex;
    flex-direction: row;
    gap: 10px;
}

.filter-sort {
	accent-color: #232323;
}

/** product single page **/

.woocommerce .quantity .qty {
  width: 4em!important;
  text-align: center;
  height: auto!important;
}

.minus,.plus {
  margin-left: 5px!important;
  margin-right: 5px;
}

.woocommerce div.product form.cart div.quantity{
	display:flex!important;
}

.variations .label {
  display: none !important;
}
.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed:hover{
	background-color:#c4c4c4!important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background-color:transparent!important;
}
table tbody>tr:nth-child(even)>td, table tbody>tr:nth-child(even)>th{
	background-color:transparent!important;
}

.variable-item.button-variable-item {
  margin: 5px !important;
}

table td, table th {
  padding: 5px 15px 5px 0px!important;
}
.label{
	text-align:start!important;
}

.selected > .variable-item-contents{
	color:#fff!important;
	background-color:#000!important;
}

.selected{
	padding:0px!important;
}
.button-variable-item{
	border-radius:6px!important;	
}
ul.flex-direction-nav {
    position: absolute;
    top: 40%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
	visibility:visible;
	content: url(https://muddygears.sg.oomdcstaging.com/wp-content/uploads/2023/06/left-arrow.svg);
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	font-size: 20px;   
	font-weight: bold;
}

a.flex-prev::before {
    visibility:visible;
    content: url(https://muddygears.sg.oomdcstaging.com/wp-content/uploads/2023/06/right-arrow.svg);
	font-family: 'Font Awesome 5 Free';   
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
}

ul.flex-direction-nav li a {
	color: black;
}

ul.flex-direction-nav li a:hover {
	text-decoration: none;
}

ul.flex-direction-nav li a {
	color: black;
}

ul.flex-direction-nav li a:hover {
	text-decoration: none;
}

.thumbnail_title title{
	display:none;
}
a#single-product-btn {
    width: 99%;
}
div#component_1685526114_inner{
	padding-bottom:0rem!important;
}
div#component_1685526165_inner{
	padding-bottom:0rem!important;
}
#related-product-btn a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	display:none;
}
.elementor-accordion .elementor-accordion-item {
    border: 0px solid #707070!important;
}
.elementor-accordion .elementor-tab-title {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
span.component_title_text.step_title_text{
	font-family:"Open Sans", Sans-serif!important;
	font-weight:bold;
}
ul.component_option_radio_buttons_container li.component_option_radio_button_container, ul.component_option_radio_buttons_container li.component_option_content_container{
	width:25%!important;
}
.radio_button_input input{
	opacity: 0;
	position: fixed;
	width: 0;
}
p.component_section_title{
	display:none;
}
h5.radio_button_title.title{
    font-size: 13px!important;
	padding:5px!important;
}
label.component_option_radio_button_select {
    display: inline-block;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    border: 1px solid #707070;
    border-radius: 6px;
}
ul.component_option_radio_buttons_container li.component_option_radio_button_container{
	padding:0px 0px 10px 0px !important;
}
.component_option_radio_button_container .radio_button_description .title{
	margin-left: -2em!important;
	position: relative;
}
.radio_button_input input[type="radio"]:focus + label{
	z-index:-99!important;
	background-color:black;
}

.radio_button_input input[type="radio"]:checked + label {
	z-index:-99!important;
	background-color:black;
}
.component label.component_option_radio_button_select{
	z-index:9!important;
}
.selected .radio_button_description h5{
	color:white!important;
}
div#component_1685526114 .component_title_wrapper{
	display:none;
}
ul.component_option_thumbnails_container.cp_clearfix{
	margin-left:-10px!important;
}
.composite_price{
	display:none!important;
}
.component_title_wrapper{
	display:none!important;
}
a.button.wp-element-button.product_type_composite.add_to_cart_button{
	display:none!important;
}
a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none!important;
}
button.single_add_to_cart_button.composite_add_to_cart_button.button.alt{
	border: 1px solid black!important;
	padding:12px 24px;
}

.selected img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
    border: 1px solid black;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image{
    border: 0.5px solid #d3d3d3 ;
}
ul.component_option_thumbnails_container li.component_option_thumbnail_container{
    margin:0 0% 1.618em 0!important;
}

.thumbnail_description{
    display:none;
}
.thumbnail_buttons{
    display:none;
}
ul.component_option_radio_buttons_container.cp_clearfix {
    width: 75%;
}

h5.radio_button_title.title {
    font-size: 13px!important;
    padding: 0px 20px 0px 20px!important;
}

.component .composited_product_title_wrapper{
	padding-top:0px!important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background-color:transparent!important;
}

/** Elementor Login Ajax **/
.elementor-message-success {
	color: green;
}

.elementor-message-danger {
	color: red;
}


/** Elementor Icon List widget Alignment **/
.icon-top-align.elementor-widget .elementor-icon-list-item {
    align-items: start;
    align-content: start;
}

.icon-top-align.elementor-widget .elementor-icon-list-icon {
    top: 5px;
    position: relative;
}


/** Hide Default Arrows **/
.swiper-button-next i {
    color: #ffffff;
}

.swiper-button-next i:hover {
    color: #ffffff;
}

.swiper-button-next::after, 
.swiper-button-prev::after {
    content: ""!important;
}
.swiper-button-next,
.swiper-button-prev {
	background-image: none;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
	display: none;
}


/** Custom Display Ratings/Stars **/
.fa-star.checked {
	color: #F4D174;
}

.fa-star {
	color: #808080;
}


/** Custom Pagination **/
.oom-pagination {
    margin-top: 40px;
    text-align: center;
}

.oom-pagination ul {
    margin: 0; padding: 0;
    
}
.oom-pagination ul li {
    font-weight: bold;
    display: inline; 
    margin: 5px; 
    padding: 10px 15px;
    background: #FFF; 
    border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgb(55 55 204 / 15%);
    color: #000000; 
}
.oom-pagination ul li.active:hover {
    cursor: pointer; 
    background: #222222;
    color: #FFFFFF 
}
.oom-pagination ul li.inactive {
    /*background: #B8B8B8; */
    color: #e6e6e6;
}

.oom-pagination ul li.previous-btn.active,
.oom-pagination ul li.previous-btn.inactive,
.oom-pagination ul li.next-btn.active,
.oom-pagination ul li.next-btn.inactive {
    box-shadow: none;
}

.oom-pagination ul li.selected {
    background: #333333;
	border: 1px solid #333333;
    color: #FFF;
}


/** 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: 80px;
    background-color: black;
    padding: 11px;
    width: 50px;
    height: 50px;
	border-radius:5px;
	box-shadow:0px 3px 6px #00000029;
}

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

#oom_floating_whatsapp_text{
    position:fixed;
    bottom: 80px;
    background-color: white;
    padding: 15px 11px 11px 11px;
    width: 120px;
    height: 50px;
	border-radius:5px;
	box-shadow:0px 3px 6px #00000029;
	right:80px;
	font-size:14px;
	z-index:9;
}
#oom_whatsapp_text_container{
    display:block;
}

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

#oom_floating_back_to_top .oom_right {
    bottom: 20px;
    background-color: white;
    padding: 11px;
    width: 50px;
    height: 50px;
	border-radius:5px;
	border:none;
	box-shadow:0px 3px 6px #00000029;
}

#oom_floating_back_to_top .oom_right:hover {
    color: #fff;
    bottom: 22px;
    transition: bottom 0.2s ease-in-out;
}
#oom_floating_back_to_top .oom_float i {
    font-size: 17px;
	color:black;
}

/** 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 **/
.component_table_item .component_table_item_indent {
    padding-left: 10px;
}

.component p {
	margin: 0px;
}

.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: 100%;
/*     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;
} */

.coupon_container {
  border-top: 0px !important;
}

.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 {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 12px 20px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #000000;
}

.actions .coupon.oom_coupon button.oom-btn {
    font-family: "Open Sans", Sans-serif;
    background: #000000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    padding: 15px 40px;
    border-radius: 10px;
}

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: 20px 0px; */
    display: inline-table;
    width: 100%;
}

.checkout_button {
  border: none !important;
}

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

.woocommerce-cart-form__cart-item.cart_item.component_container_table_item{
    display:flex!important;
}

/** 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: 20px;
    font-family: "Open Sans", Sans-serif;
    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: 20%;
}

.woocommerce-cart-form__cart-item td.product-labels {
    width: 60%;
	padding-left: 20px!important;
}

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

.woocommerce-cart-form__cart-item td.subtotal_label,
.woocommerce-cart-form__cart-item td.subtotal_amount,{
    width: 50%;
}

.woocommerce-cart-form__cart-item td.checkout_button {
	float: right;
}

.woocommerce-cart-form__cart-item td.checkout_button a {
	font-family: "Open Sans", Sans-serif;
    background: #000000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    padding: 15px 40px;
    border-radius: 10px;
}

.woocommerce-cart-form__cart-item.subtotal {
	border-top: 1px solid;
    padding-top: 20px;
	padding-bottom: 20px;
}

.woocommerce-cart-form__cart-item.subtotal td,
.woocommerce-cart-form__cart-item.button td{
	border: none!important;
}

.coupon_update_cart_actions.woocommerce-cart-form__cart-item {
	width: auto;
	float: right;
}

.woocommerce-cart-form__cart-item.checkout_btn {
	width: auto;
	float: right;
	border: none!important;
	padding: 0px!important;
}

.woocommerce-cart-form__cart-item td.subtotal_amount {
	float: right;
}

.step-order-summary__list table.shop_table tfoot td{
	display:block!important;
}

.step-order-summary__list ul#shipping_method li{
	padding:0px!important;
}

.woocommerce ul#shipping_method li label{
	border:none!important;
	padding: 5px!important;
/* 	margin-left:-5px!important; */
}

.shipping img {
	display:none!important;
}

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

.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;
}

.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: 14px;
    font-weight: 500;
	text-transform: uppercase;
    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-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: #B87BF4;
    border: #0D0D0D;
    border-radius: 20px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

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

.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: 20px; */
    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: #000;
    border-top-color: #000;
}

.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: 0;
    background-color: #B87BF4;
}

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

.step-order-btn input.button.alt {
    font-family: "Open Sans", Sans-serif;
    background: #000000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    padding: 15px 40px;
    border-radius: 10px;
}

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

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

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

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


/** Custom Mini cart **/
.item_qty_input input {
	width: auto;
    padding: 2px;
    text-align: center;
	border: 1px solid #b6b6b6;
    border-radius: 0px;
	font-size: 12px;
}

.item_qty_input .btn-qty {
    border: 1px solid #b6b6b6;
    border-radius: 0px;
    padding: 2px;
	font-size: 12px;
}

.oom-mini-cart-box {
    padding: 10px 0;
    max-height: 400px;
    overflow: auto;
}
.oom-mini-cart {
   position: relative;
   display: inline-block;
}

span.cart-count {
   font-size: 12px;
   background: Black;
   color: #fff;
   padding: 0 5px;
   margin-top: -5px;
   margin-left: -6px;
   border-radius: 20px;
   position: absolute;
}

.oom-mini-cart .oom-mini-cart__content {
 visibility: hidden;
 transition:visibility 0.3s linear,opacity 0.3s linear;
 color: #fff;
 background-color: #fafafa;
 text-align: center;
 border-radius: 6px;
 top: 100%;
 left: 50%;
 margin-top: 30px;
 margin-left: -220px;
 position: absolute;
 z-index: 9;
 width: 320px;
 padding: 0px;
 padding-bottom: 10px;
 border-bottom: 1px solid
}

/* Show the tooltip text when you mouse over the tooltip container */
.oom-mini-cart:hover > .oom-mini-cart__content {
 visibility: visible;
 opacity: 1;
}

.oom-mini-cart__content .oom-mini-cart__heading h4 {
   padding: 0;
   margin: 0;
   font-size: 16px;
}

.oom-mini-cart__content .oom-mini-cart__heading {
   background: black;
   padding: 10px;
}

.oom-mini-cart__content .oom-mini-cart__items {
   background: #fafafa;
   padding: 10px 0px;
}

.oom-mini-cart__item .oom_row {
	display: flex;
	align-content: center;
    align-items: center;
}

.oom-mini-cart__item_img img {
   width: 50%;
   padding-top: 10px;
}

.oom-mini-cart__item_name h4,
.oom-mini-cart__item_name h4 a {
   font-size: 14px;
   color: #333;
   padding: 0px;
   margin: 0;
   margin-top: 10px;
}

.oom-mini-cart__item .oom-mini-cart__item_qty span {
   color: #333;
   font-size: 10px;
}

.oom-mini-cart__item span.item_qty_input {
   display: block;
   text-align: left;
}

.oom-mini-cart__item .oom-mini-cart__item_name,
.oom-mini-cart__item .oom-mini-cart__item_qty {
   text-align: left;
}

.oom-mini-cart__item .oom-mini-cart__item_remove {
   margin-top: 0px;
}

.oom-mini-cart__item .oom-mini-cart__item_remove span {
   color: #333;
}

.oom-mini-cart__item hr {
   width: 83%;
   border-width: 0.5px;
   margin: auto;
}

.oom-mini-cart__buttons .oom-mini-cart__button {
   padding: 5px 30px;
   border-radius: 4px;
   border: none;
}

.oom-mini-cart__button.oom-mini-cart {
   background: black;
   color: #fff;
}

.oom-mini-cart__button.oom-mini-checkout {
   background: none;
   border: 1px solid black;
   color: black;
}


.oom-mini-cart__item_remove a.remove i {
   color: #333;
   font-size: 10px;
}

.oom-mini-cart__item_remove a.remove:hover,
.oom-mini-cart__item_remove a.remove i:hover {
   color: #333;
   background: none;
}

.oom-mini-cart__content .empty-cart {
   color: black;
   padding-top: 10px;
}

.oom-mini-cart__item .subtotal_total_shipping_amount,
.oom-mini-cart__item .subtotal_total_shipping {
   font-size: 14px;
   color: #333;
   padding: 10px 0;
   margin: 0;
}


#oom_header_icons {
    float: right;
    margin-top: 12px;
}

#oom_header_icons ul li {
   display: inline-block;
   list-style: none;
}

/** Rows and Columns */
.oom_column_100 {
    float: left;
    width: 100%;
}

.oom_column_90 {
    float: left;
    width: 90%;
}

.oom_column_80 {
    float: left;
    width: 80%;
}

.oom_column_70 {
    float: left;
    width: 70%;
}

.oom_column_60 {
    float: left;
    width: 60%;
}

.oom_column_50 {
    float: left;
    width: 50%;
}

.oom_column_40 {
    float: left;
    width: 40%;
}

.oom_column_33_33 {
    float: left;
    width: 33.33%;
}

.oom_column_33 {
    float: left;
    width: 33%;
}

.oom_column_30 {
    float: left;
    width: 30%;
}

.oom_column_20 {
    float: left;
    width: 20%;
}

.oom_column_10 {
    float: left;
    width: 10%;
}

/* Clear floats after the columns */
.oom_row:after {
    content: "";
    display: table;
    clear: both;
}

/** Cover Spin Loading **/
#oom-cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

#oom-cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:calc(50% - 22px);
    top:calc(50% - 22px);
    width:44px;
    height:44px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    -moz-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

#oom-cart-cover-spin {
    position:absolute;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

#oom-cart-cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:calc(50% - 22px);
    top:calc(50% - 22px);
    width:44px;
    height:44px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    -moz-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

/** Login Popup **/
#oom-login-form .elementor-remember-me label {
	font-size: 16px;
}

#oom-login-form .elementor-button {
	width: 100%;
}

#oom-login-form .elementor-lost-password {
	font-size: 16px;
    color: #B4B4B4;
	margin: auto;
	float: right;
}

#oom-login-form .elementor-field-group {
	display: block;
}

#oom-login-form .elementor-register,
#oom-login-form .elementor-login-separator {
	display: none;
}

#oom-signup-form {
	display: none;
}


#oom-login-form .oom-form-link,
#oom-signup-form .oom-form-link {
	text-align: center;
	font-size: 16px;
}

button.btn.button.ur-submit-button {
    width: 100%;
    background-color: #000;
    margin-right: 0px!important;
}

/* #oom-signup-form label {
    display: none;
} */

.mo-openid-app-icons {
    text-align: center;
}

.mo-openid-app-icons>p {
    display: none;
}

.mo-openid-app-icons>a {
    padding-right: 5px;
}

.mo_openid-login-button {
    border-radius: 5px;
	box-shadow: rgb(0 0 0 / 25%) 0px 1px 6px;
}

.mo-openid-app-icons>a {
	padding-right: 5px;
}

/* Login Popup Icon Changes */
section#oom-signup-form a, section#oom-login-form a {
    text-decoration: underline;
}

a.dialog-close-button.dialog-lightbox-close-button {
    position: absolute!important;
    right: 9px!important;
    color: white!important;
    font-size: 15px!important;
}
.fb-img i, .gg-img i, .fb-img-reg i, .gg-img-reg i{
    display: none;
}

.login-button::before, .fb-img::before, .fb-img-reg::before, .gg-img::before, .gg-img-reg::before {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    object-fit: contain!important; 
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 5px;
	margin:0px 10px;
}

/* Login Popup Password Toggle */
#oom-psw-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
}

#oom-psw-reg-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
}

#oom-cfm-psw-reg-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
}


/** Product tag slider **/
.oom-product-tag-slider{
	text-align:center;
	line-height:0;
	position:relative;
	overflow:hidden;
}
#swiper-items{
    background-color:#000;
	border-radius:20px;
}
.product_tag_title{
	color:white;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	width:100%;
}
.product_tag_title h4{
	top:45%;
	width:100%;
	text-align:center;
	position:absolute;
}


/** Modal **/
/* The Modal (background) */
.oom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  }
  
/* Modal Content/Box */
.oom-modal-content {
	background-color: #fefefe;
	margin: 10% auto; /* 15% from the top and centered */
	padding: 0px 20px;
	border: 1px solid #888;
	width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.oom-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.oom-close:hover,
.oom-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
  


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

}

@media (max-width: 1650px) {
	.small_width ul.component_option_thumbnails_container li.component_option_thumbnail_container{
  		width: 20%!important;
	}	
	.small_width .component_option_thumbnail .image{
		width:80%!important;
	}
	ul.component_option_radio_buttons_container.cp_clearfix {
 	 width: 75%;
	}
}


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


@media (max-width: 1290px) {
	#oom_header_icons li {
 	padding-right: 5px;
	padding-left: 5px;
}
}

@media(min-width:1025px){
	.wpmm-menu{
		display:none!important;
	}
}

@media (max-width: 1024px) {
	.e-n-menu-tablet .e-n-menu-item-title {
		justify-content: space-between!important;
	}
}

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

/*
 * iPad Air
 */
 @media (min-width: 821px) {
	.mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout {
  		will-change: unset!important;
	}
	

}
 @media (max-width: 820px) {
	.banner-heading .elementor-widget-container{
		margin:-100px 0px 0px 0px!important;
	}
	 
	 .woocommerce .quantity .qty {
	  width: 6em!important;
	  text-align: center;
	  height: auto!important;
	}
}

/*
 * iPad 9th
 */
@media (max-width: 810px) {
    .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;
    }
    .step-cart-contents table.shop_table{
        padding:10px;
    }
	
}

/*
 * iPad Mini
 */
@media (max-width: 768px) {
    .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;
    }
	
}

@media (min-width:481px){
}


@media (max-width: 480px) {
	.mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout {
  		will-change: unset!important;
	}
	.oom-modal-content {
        width: 90%;
    }

	.oom-filter-box {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.oom-filter-left {
		flex-direction: column;
	}
	
	.oom-size-box,
	.oom-color-box,
	.oom-type-box,
	.oom-sort-box {
		width: 100%;
	}
	.product-thumbnail{
	    display:block!important;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	    display:none!important;
	}
	.step-cart-contents .remove_cart_item{
	    margin-left:10px!important;
	}
	.oom-btn.button{
	    width:25% !important;
	}
	.woocommerce-cart-form__cart-item.checkout_btn{
	    display:flex!important;
	}
	.woocommerce-cart-form__cart-item.subtotal{
	    display:flex!important;
	}
	.step-order-summary{
	    padding-left:0px !important;
	    margin-left:0px !important;
	}
	.woocommerce .step-order-summary__list{
	    width:auto !important;
	}
	.oom-interest-products{
	    margin: 40px 10px !important;
	    display:block !important;
	}
	a#single-product-btn{
	    width:100%!important;
	}
	.elementor-loop-container.elementor-grid{
	    grid-column-gap: 0px!important;
        grid-row-gap: 0px!important;
	}
	.elementor-331 .elementor-element.elementor-element-1d02a2b > .elementor-widget-container{
	padding:0px!important;
	}
	#nav-title {
	  border-style: solid;
	  border-width: 0px 0px 01px 0px;
	  border-color: #000000;
	  justify-content: space-between;
	}
	.swiper{
		overflow:visible!important;
	}
	.eicon-close {
	  color: black;
	}
	.oom-interest-products > .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom:-25px!important;
	}
	.oom-product-tag-slider > .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom:-25px!important;
	}
	ul.component_option_radio_buttons_container.cp_clearfix {
  		width: 100%;
	}
	
	.interested-form .oom-modal-content {
		width: 100%; 
		padding: 40px;
		position: absolute;
		top: 30%;
	}
	.interested-form .oom-close {
	  color: #000;
	  font-size: 28px;
	  right: 5%;
	  top: 36%;
	  position: relative;
	  z-index: 99;
	}
	.banner-heading .elementor-widget-container{
		margin:-50px 0px 0px 0px!important;
	}
	.banner-heading h4{
		font-size:23px!important;
	}
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
		display:flex!important;
	}
	.actions .coupon.oom_coupon button.oom-btn{
		padding:12px 20px!important;
	}
	.reviews-container .swiper {
	  height: 350px;
	}
	.woocommerce-cart-form__cart-item td.product-labels {
	  width: 60%;
	  padding-left: 0px !important;
	  padding-right: 50px !important;
	}
	.product_details__title {
	  text-align: left !important;
	}
	.quantity {
	  text-align: center !important;
	}
	.subtotal_amount {
	  text-align: left !important;
	}
	.step-cart-contents .coupon{
		margin-right:0px!important;
	}
	.woocommerce-cart-form__cart-item td.checkout_button a{
		font-family: "Open Sans", Sans-serif;
		background: #000000;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-transform: none;
		padding: 15px 40px;
		border-radius: 10px;
		width: 100% !important;
		display: block!important;
		text-align: center!important;
	}
}

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

@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) {
	
}

