/* 
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: 2.2.3.2
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 {
    overflow-x: hidden;
	margin-top: 0px !important;
}

.elementor-kit-5 a {
    color: #4C6B6D;
}

.woocommerce-price-suffix {
	display: none;
}

.view-icon .elementor-icon-wrapper {
    display: flex;
}

.add-icon span.elementor-button-icon.elementor-align-icon-left {
    display: flex;
}

.like-icon .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	padding: 0;
	display: flex;
	width: auto;
	height: auto;
	background: #00000000;
}

.like-icon .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	position: unset;
	margin: 0;
	font-size: 18px;
    padding: 8px;
    border-radius: 50%;
    background: #FFFFFF;
	color: #000000;
}

.product-slider .overlay {
	opacity: 0;
	height: 0;
	transition: 0.5s;
}

.product-slider:hover .overlay {
	height: 100%;
	opacity: 1;
}

.popup span.cart-count {
    margin-top: -15px !important; 
    position: fixed;
}

.brand-cat .overlay {
	height: 35px;
	transition: 0.5s;
}

.brand-cat:hover .overlay {
	height: 100%;
}

.contact-list .elementor-icon-list-icon {
	order: 0;
}

.absolute-box {
	height:100%;
}

.read-more-btn p {
	color: #000000;
}

.read-more-btn:hover p {
	color: #9B948D;
}
.read-more-btn:hover path {
	fill: #9B948D;
}

.read-more-btn svg {
	transition: margin 300ms;
	margin-right: 10px;
}

.read-more-btn:hover svg {
	margin-right: 0px;
}


.product-info__terms a {
	cursor: pointer;
	color: #000000;
    border: 1px solid #000000;
    padding: 10px;
	margin-right: 10px;
}

.elementor-products-grid ul.products.elementor-grid {
    padding: 0px;
}


/** Mobile Slide Menu **/
#global-header {
	position: fixed;
}

#oom-mobile-menu  {
    position: absolute;
}

.oom-mobile-logo img {
    width: 80px;
}

.mm-hidden + .mm-navbar__breadcrumbs {
    visibility: hidden;
}

.mm-navbar__breadcrumbs a,
.mm-navbar__breadcrumbs span.mm-separator {
	display: none;
}

.mm-listitem {
    position: unset;
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 0px;
}

/** Search Form **/
.elementor-search-form__container {
    padding: 4px 8px;
    width: 150px;
}


/** Wishlist **/
.tinv-wishlist table td, .tinv-wishlist table th {
/*     padding: 0px; */
}

.tinv-wishlist .product-thumbnail {
/*     padding: 0px 20px; */
}

.tinv-wishlist .tinvwl-table-manage-list td, .tinv-wishlist .tinvwl-table-manage-list th {
	border: none;
}

.tinv-wishlist .tinvwl-table-manage-list thead:first-child tr:first-child th {
    border-block-start: 0px;
	text-align: left;
}

.woocommerce.tinv-wishlist button.button.alt {
	font-size: 14px;
    font-weight: normal;
    color: #000000;
    background-color: #F8D135;
    border-radius: 100px;
    padding: 14px 20px;
}

.tinv-wishlist .product-action .button {
    width: auto;
    font-size: 14px;
    font-weight: normal;
    color: #B79003;
    background-color: transparent;
    border-color: #115740;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 20px;
    padding: 14px 20px;
}

.tinv-wishlist .product-action .button:hover,
.woocommerce.tinv-wishlist button.button.alt:hover {
	color: #ffffff;
	background-color: #E6A040;
}

/** Filter Everything **/
body .wpc-filters-main-wrap input.wpc-label-input+label {
	text-transform: capitalize!important;
}

body .wpc-filters-main-wrap input.wpc-label-input+label:hover {
    border-color: #F88319;
}

body .wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper {
    background-color: #F88319;
}

.wpc-filters-main-wrap ul.children {
    margin-left: 0px!important;
    padding-left: 20px!important;
}

.wpc-orderby-select {
	color: #5C5C5C;
    border: 1px solid #CCCCCC;
	border-radius: 0px;
    padding: 4px 20px;
}

.wpc-filter-title {
    background-color: #F7F7F7;
    padding: 8px 12px;
    border-radius: 2px;
}

.wpc-filters-main-wrap ul.wpc-filters-ul-list {
    padding: 0px 8px;
}

.wpc-filters-main-wrap li.wpc-term-item a {
    color: #000;
}

.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon, .wpc-filter-collapsible-reverse.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon, .wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon, .wpc-filter-has-selected.wpc-closed .wpc-filter-title .wpc-open-icon {
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
}

.wpc-wrap-icons .wpc-filter-selected-values {
    min-width: auto!important;
}

.wpc-filter-selected-values {
    margin-top: 0px!important;
    padding-right: 0px!important;
}

/** Single Product **/
.variations tr {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.woocommerce div.product form.cart .variations select {
    padding: 4px 12px;
    color: #707070;
    border: 1px solid #707070;
    border-radius: 0px;
}

.woocommerce div.product form.cart .variations th.label {
	text-align: left;
	width: 120px;
	padding: 0px;
    background: transparent;
}

.woocommerce div.product form.cart .variations td.value {
	width: 100%;
	padding: 10px 0px;
    background: transparent;
}

.tinvwl_add_to_wishlist_button {
	color: #070707;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    font-size: 40px;
}

.oom-product-overlay-info__btn .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
	font-size: 20px;
}

.woocommerce .quantity .qty {
    border: none;
    box-shadow: 2px 3px 6px #00000029;
}

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

.woocommerce div.product form.cart .variations label {
    padding-top: 20px;
}

.woocommerce-variation-price {
	margin-bottom:10px;
}

.woocommerce-variation-price .woocommerce-Price-amount{
	color:#000000;
	font-size:20px;
}

/** Start - Custom Product Listing **/
li.product .added_to_cart.wc-forward {
	display: none;
}


li.product .oom-product-image {
	overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 0;
    cursor: default;
	height: 263px;
	object-fit: contain;
}

li.product .oom-product-image img {
	overflow: hidden;
	width: 100%;
	object-fit: contain;
	height: 263px;
}

li.product .oom-product-image:hover .oom-product-overlay-info,
li.product .oom-product-image:hover .oom-product-overlay-info__btn,
li.product .oom-product-image:hover .oom-product-overlay-info__btn .tinvwl_add_to_wishlist_button {
	visibility: visible;
}

li.product .oom-product-overlay-info {
	height: 100%;
    background: #000000;
    z-index: 1;
    position: absolute;
    bottom: 100%;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0.6;
    transition: visibility 0.2s linear,opacity 0.2s linear;
}

li.product .oom-product-overlay-info__btn,
.oom-product-overlay-info__btn .tinvwl_add_to_wishlist_button  {
	visibility: hidden;
	transition: visibility 0.2s linear,opacity 0.2s linear;
}

.oom-product-overlay-info__btn a.tinvwl_add_to_wishlist_button {
	font-size: 20px;
    padding: 13px;
    color: #000000;
    background: #ffffff;
    border-radius: 100px;
    top: -6px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    background-color: #ffffff;
    padding: 12px;
}

li.product .oom-product-overlay-info {
	color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

li.product .oom-product-overlay-info__btn {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

li.product .oom-product-overlay-info__btn a {
	background-color: transparent;
	padding: 0px;
	margin: 0px!important;
	border: none;
}

li.product .oom-product-overlay-info__btn a:hover {
	background-color: transparent;
}

li.product .oom-product-overlay-info__btn a.added::after {
	color: #000000;
    background: #ffffff;
    padding: 5px;
    border-radius: 100px;
    top: -6px;
    position: relative;
    margin-left: -1px;
}


li.product .oom-product-overlay-info__btn img {
    padding: 4px;
	background: #fff;
    border-radius: 100px;
}
	
li.product .oom-product-content {
	padding: 10px;
}

li.product .oom-product-content-title {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

li.product .oom-product-content-title h4 {
	color: #070707;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 10px;
}

li.product .oom-product-content-price {
	font-weight: normal;
    font-size: 14px;
    color: #070707;
	text-align: center;
}

.elementor-products-grid ul.products.elementor-grid li.product {
	position: relative; 
}

li.product .oom-product-badge  {
	position: absolute;
    z-index: 9;
    right: 1px;
    color: #ffffff;
    padding: 12px 0px;
    margin-top: 10px;
}

li.product .oom-product-badge.sale {
	background-color: #BA5050;
    padding: 4px 40px;
}


li.product .oom-product-badge.new-arrival {
	background-color: #62B581;
    padding: 4px 40px;
}

li.product .oom-product-badge.best-seller {
	background-color: #628CAA;
    padding: 4px 40px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin-right: 10px;
}

nav.woocommerce-pagination {
    float: right;
}
/** End - Custom Product Listing **/


/** Payment Gateway **/
.hitpay-payment-gateway-form {
    flex-wrap: inherit;
}

/** Mobile Slide menu **/
#sticky-header i.fas.fa-bars {
    font-size: 35px;
}

.oom-slideout-menu-panel  {
   position:fixed;
   top:0;
   max-width:330px;
   width:90%;
   z-index:999999999;
   height:100vh;
   padding:40px 25px;
   overflow-y:auto;
   -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.oom-slideout-menu-panel.left {
  left:-500px;
}

.oom-slideout-menu-panel.right {
  right:-500px;
}

.oom-slideout-menu-panel .simple-slideout-menu-close {
    position: absolute;
    top:15px;
    text-decoration:none;
    color:#000;
    margin:0;
    padding:0;
    
}

.oom-slideout-menu-panel .simple-slideout-menu-close:hover{
  color:#bc0909;
}

.oom-slideout-menu-panel .simple-slideout-menu-close .dashicons {
    font-size: 30px;
    width:30px;
    height:30px;
    line-height: 30px;
}

.oom-slideout-menu-panel.left .simple-slideout-menu-close {
    right:20px;
}

.oom-slideout-menu-panel.right .simple-slideout-menu-close {
    left:20px;
}

.oom-slideout-menu-panel > div {
    width:100%;
    height:100%;
}

.oom-slideout-menu-panel.open.left {
    left:0;
}

.oom-slideout-menu-panel.open.right {
    right:0;
}

.oom-slideout-menu-panel ul.slideout-menu {
  display: block;
  padding:0;
  padding-left:10px;
  padding-top:10px;
  margin:0;
}

.oom-slideout-menu-panel ul.slideout-menu li {
  display:block;
  width:100%;
  margin:0;
  padding: 0;
}

.oom-slideout-menu-panel ul.slideout-menu li.menu-item-has-children {
  position: relative;
}

.oom-slideout-menu-panel ul.slideout-menu li.menu-item-has-children > a:before {
  content:'+';
  position: absolute;
  right:0;
  top:0;
  font-size: 1.2em;
}

.oom-slideout-menu-panel ul.slideout-menu li.menu-item-has-children.open > a:before {
  content:'-';
}

.oom-slideout-menu-panel ul.slideout-menu li.menu-item-has-children button {
  background: none;
  padding:0;
  color:#000;
}

.oom-slideout-menu-panel ul.slideout-menu li.menu-item-has-children button:hover {
  border:none;
}

.oom-slideout-menu-panel ul.slideout-menu li.menu-item-has-children .sub-menu-toggle {
  position: absolute;
    right: 0;
    top: 0;
}

.oom-slideout-menu-panel ul.slideout-menu li.menu-item-has-children .sub-menu-toggle .icon-minus {
  display:none;
}

.oom-slideout-menu-panel ul.slideout-menu li.menu-item-has-children > ul.sub-menu {
  display:none;
  margin:0;
  padding-left: 5px;
}

.oom-slideout-menu-panel ul.slideout-menu li.menu-item-has-children.open > ul.sub-menu {
  display: block;
}

.oom-slideout-menu-panel ul.slideout-menu li,
.oom-slideout-menu-panel ul.slideout-menu {
    list:none;
    line-height: 2em;
}

.oom-slideout-menu-panel ul.slideout-menu li:marker {
  display: none;
}

.oom-slideout-menu-panel  ul.slideout-menu  a {
    text-decoration:none;
    line-height: 2em;
    display: block;
    color: #3B3B3B;
    font-size: 16px;
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
}

.oom-slideout-menu-panel  ul.slideout-menu  a:hover {
  color:#EF8F83;
}

/** 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 Post Filter **/
.oom-post-sort-by {
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #707070;
}

/** Custom Post **/
#oom-posts {
    margin-top: 0px;    
}

.oom-post__items {
    margin: 40px 0px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 4fr);
}


.oom-post__item {
    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;
}

.oom-post__item img {
	width: 100%;
}

.oom-post__item_container {
    padding: 20px 10px;
}

.oom-post__item_container hr {
    margin: 10px 0;
	border: 0.1px solid #9B948D;
}

.oom-post__item_title h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.oom-post__item_title a {
	color: #121212;
    font-size: 20px;
    line-height: 24px;
}

.oom-post__item_date span {
    font-size: 12px;
    font-style: italic;
}

.oom-post__item_content {
    font-size: 14px;
    padding: 10px 0px;
    height: 90px;
}

.oom-post__item_link {
    font-size: 14px;
    color: #000000!important;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.oom-post__item_link:hover {
    color: #9B948D!important;
}

.oom-post__item_link:hover i {
	margin-right: 0px;
}

.oom-post__item_link i {
	transition: margin 300ms;
    margin-right: 10px;
}

.oom-post__item_link:hover i {
   margin-left: 30px;
}


/** Custom Pagination **/

.oom-post-pagination {
    margin-top: 40px;
    text-align: right;
}

.oom-post-pagination ul {
    margin: 0; padding: 0;
    
}
.oom-post-pagination ul li {
	font-size: 20px;
    font-weight: normal;
    display: inline; 
    margin: 8px 10px; 
    padding: 6px 15px;
    /*background: #FAFAFA; */
    color: #000; 
}
.oom-post-pagination ul li.active:hover {
    cursor: pointer; 
    background: #F88319;
    color: #fff;
    border-radius: 4px;
    padding: 6px 15px;
}
.oom-post-pagination ul li.inactive {
    /*background: #B8B8B8; */
    color: #000;
    padding: 6px 15px;
}
.oom-post-pagination ul li.selected {
    background: #F88319;
    color: #fff;
    border-radius: 4px;
    padding: 6px 15px;
}

/** 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-signup-form label[for=form-field-i_agree] {
    font-size: 14px;
}

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

#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 */
/* Moved to mini-icon-only.css */

/* 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;
}


/** Button to Top **/
#btn-to-top {
	transform: scale(0.8);
	display: flex;
	background-color: #070707;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 25px;
	transition: background-color .3s, 
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	padding: 0px;
	outline: none;
    border: none;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

#btn-to-top i {
	color: #fff;
	font-size: 20px;
	padding-top: 10px;
}

#btn-to-top:hover {
	cursor: pointer;
	background-color: #333;
}

#btn-to-top:active {
	background-color: #555;
}

#btn-to-top.show {
	opacity: 0.73;
	visibility: visible;
}


/** 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;
}
#to-top a {
    position: fixed;
    color: #FFF;
    padding: 10px 15px;
    text-align: center;
    z-index: 99;
    font-size: 18px;
    font-weight: 300;
    bottom: 20px;
    right: 25px;
    background-color: #000000;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
#to-top a.show {
  opacity: 1;
  visibility: visible;
}
#oom_floating_whatsapp .oom_right {
    bottom: 50px;
    background-color: #27D366;
    padding: 16px;
    width: 60px;
    height: 60px;
}

#oom_floating_whatsapp .oom_right:hover {
    color: #fff;
    background-color: #118C7E;
    bottom: 62px;
    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;
}


/** 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: 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) {
    #oom-signup-form label[for=form-field-i_agree] {
        top: -20px;
        left: 20px;
    }

    .step-cart-progress .oom_column_50,
	.woocommerce .oom_column_70,
	.woocommerce .oom_column_30 {
		width: 100%;
	}
	
	.step-order-summary {
		padding-left: 0px;
	}
	
	.woocommerce .step-order-summary__list {
		width: 100%;
	}
	
	td.product-thumbnail{
		display:flex!important;
	}
	tr.woocommerce-cart-form__cart-item.cart_item{
		display:flex !important;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
		content: attr(data-title) "";
		font-weight: 700;
		float: left;
	}
	td.product-thumbnail a {
		text-align:center;
		padding-top:20px;
	}
	td.product-labels{
		padding-right:10px!important;
	}
	.step-order-summary{
		padding-left:0px!important;
	}
	
	
    #oom-signup-form label[for=form-field-i_agree] {
        top: -20px;
        left: 20px;
    }

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

    .woocommerce .oom_column_40 {
        width: 100%;
    }

    .woocommerce .step-order-summary__list {
        width: 100%;
    }
	
}


@media (max-width: 480px) {
	#oom-posts-filter .oom_column_20 {
		float: right;
		width: 40%;
	}
	
	.oom-post__items {
		grid-template-columns: repeat(1, 4fr);
	}

	.step-cart-progress-item h4 {
		font-size: 12px;
	}

	#order_review td.product-name,
	#order_review td.product-total {
		font-size: 12px;
    	line-height: 14px;
		padding: 5px;
	}
	
	.step-cart-contents .quantity .qty {
		width: 1em;
	}
	
	.product_details .quantity {
		text-align: center;
	}
	
	.woocommerce table.shop_table tbody tr td.product-thumbnail {
		padding-left: 10px;
	}
	
	.product_details__title a {
		font-size: 14px;
	}
	
	.elementor-kit-5 h4 {
		line-height: inherit;
	}
	
	td.product-thumbnail a {
		padding-top: 0px;
	}
	
	.oom-modal-content {
        width: 90%;
    }
}

@media (max-width: 414px) {
    .step-order-summary__list_item_name {
		display: block;
		width: 300px;
	}
    
	td.product-thumbnail a {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-wrap: wrap;
		align-content: space-around;
	}
	
	.step-cart-contents .product_details {
		float: unset;
		width: 100%;
		margin: auto;
	}
	
	.product_details .product_details__price {
    	float: unset;
		text-align: center;
	}
	
	.step-cart-contents .remove_cart_item {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	
	.step-cart-contents .remove_cart_item a {
		float: unset;
		text-align: center;
		margin: auto;
	}
	
	.woocommerce-page table.shop_table_responsive tr td {
		text-align: center!important;
	}

	.step-cart-contents .product-thumbnail img.product-img {
    	width: 50%;
		height: auto!important;
	}
	
/* 	.woocommerce-cart-form__cart-item td.product-thumbnail {
		width: 100%;
		text-align: center;
		border-bottom: 0px!important;
		border-right: 1px solid #707070!important;
	} */
/* 	
	.woocommerce-cart-form__cart-item td.product-labels {
		width: 100%;
		text-align: center;
		border-top: 0px!important;
		border-bottom: 0px!important;
		border-right: 1px solid #707070!important;
		border-left: 1px solid #707070!important;
	} */

	.woocommerce-cart-form__cart-item td.product-price {
		width: 100%;
		text-align: center;
/* 		border-top: 0px!important; */
		border-right: 1px solid #707070!important;
/* 		border-left: 1px solid #707070!important; */
	}
	
	.woocommerce table.shop_table tbody tr td.product-price {
		border-bottom: 1px solid #707070!important;
	}
	
	tr.woocommerce-cart-form__cart-item.cart_item {
		flex-wrap: wrap;
	}

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


	.cart-subtotal td {
		float: left;	
	}
	
	.step-order-summary-content {
		padding: 30px 15px;
	}
	
	.step-cart-progress-item h4 {
		font-size: 10px;
	}

	.woocommerce table.shop_table tbody tr td.product-thumbnail {
		padding-left: 0px;
	}
	
	td.product-labels {
		padding-right: 10px!important;
	}
	
	.woocommerce-page table.cart td.actions .input-text {
		margin-right: 0px!important;
		width: 140px!important;
	}

}

/*
 * iPhone 14/15
 */
 @media (max-width: 395px) {
	
}


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

}

@media (max-width: 280px) {

}

.logo-carousel img.swiper-slide-image {
    height: 100px;
    object-fit: contain;
}