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


/** 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 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: 20px;
    background-color: #27D366;
    padding: 16px;
    width: 60px;
    height: 60px;
}

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

.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: 0;
}
input#coupon_code{
	border-radius: 0!important;
}
.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-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: #580454;
    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: #580454;
}

.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: #580454;
    border-top-color: #580454;
}

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

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #e6e6e6;
    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 {
    margin: auto;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    line-height: 1.6em;
    background-color: #580454;
    border: #580454;
    border-radius: 20px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

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

.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: 40px;
    height: 24px;
    padding: 0px;
    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;
}

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

input.qty[type=number] {
  -moz-appearance: textfield;
}

.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: #042B52;
   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%;
 right: 0%;
 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: #922692;
   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: flex-start;
	justify-content: center;
}

.oom-mini-cart__item_img img {
   width: 50%;
   height: 100%!important;
}

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

.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;
	margin-top: 10px;
}

.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: #580454;
   color: #fff;
}

.oom-mini-cart__button.oom-mini-checkout {
   background: none;
   border: 1px solid #580454;
   color: #580454;
   padding: 7px 25px!important;
}


.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: #042B52;
   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 {
   min-width: 100px;
}

#oom_header_icons ul li {
   display: inline-block;
   list-style: none;
   padding-right: 8px;
}

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



/** 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) {
	td.product-thumbnail, td.product-price {
		padding-top: 20px!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%;
    }

    .woocommerce .oom_column_40, .oom_column_50 {
        width: 100%;
    }

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


@media (max-width: 480px) {
    .oom-mini-cart .oom-mini-cart__content {
		margin-top: 20px;
		margin-left: -300px;
	}

	.oom-modal-content {
        width: 90%;
    }
}

@media (max-width: 414px) {
	.oom-mini-cart .oom-mini-cart__content {
		margin-top: 12px;
		margin-left: -300px;
	}
}

@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) {
	.oom-mini-cart .oom-mini-cart__content {
		margin-top: 12px;
		margin-left: -260px;
		width: 320px;
	}
}





/* Custom Css by Chan */
.service-item a {
    color: #000000;
    font-weight: 500;
}
.service-item figure.elementor-image-box-img {
    margin-top: 8px!important;
}
#testimonial-slider .swiper-slide {
    border: 5px solid #eeeeee;
    border-top: 0;
    border-bottom: 0;
}
#testimonial-slider span.swiper-pagination-bullet {
    width: 40px;
    border-radius: 0;
}
#testimonial-slider .elementor-swiper-button {
    border: 2px solid #000000;
    border-radius: 50%;
    padding: 5px;
}
ul.benefits {
    list-style: none;
    padding-left: 0;
    columns: 2!important;
    -webkit-columns: 2!important;
    -moz-columns: 2!important;
    display: block!important;
    width: 100%;
}
li.benefit-lists {
    position: relative;
	padding-left: 20px;
}
li.benefit-lists p {
    color: #ffffff;
}
li.benefit-lists:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: #ffffff;
}
.material_gallery {
    display: flex;
}
.material_thumb {
    width: 20%;
	max-height: 555px;
}
.material_gallery2 {
    width: 78%;
    margin-right: 2%;
}
.material_thumb .swiper-slide-thumb-active img {
    border: 2px solid #000000;
}
div#oom_header_icons ul {
    padding-left: 0;
}
div#oom_header_icons img {
    height: 23px;
    object-fit: cover;
}
li.elementor-portfolio__filter.elementor-active {
    border-bottom: 2px solid;
}
#home-material-loop a:before {
    content: "+";
    position: absolute;
    top: 32%;
    left: 41%;
    font-size: 130px;
    color: #ffffff;
    display: none;
    font-weight: 200;
}
#home-material-loop .elementor-widget-image:hover a:before{
	display: block;
	z-index: 2;
}
.product_details__title h4 a {
    font-size: 14px!important;
}
.product_details__title h4 {
    line-height: 1;
}
.product_cat-consultation .wafer, .product_cat-wafer .consultation{
	display:none!important;
}
button.single_add_to_cart_button {
    margin-bottom: 0!important;
    display: inline!important;
    width: auto!important;
}
@media (min-width: 1440px){
	#project-slider .swiper-slide-next {
		width: 50%!important;
	}
	#project-slider .swiper-wrapper {
		margin-left: -10%;
	}
	.material_thumb img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
  	.material_thumb {
		max-height: 360px;
	}
	.elementor-testimonial__text {
		padding: 0 35px;
	}
	.oom_column_60.md-70{
		width: 70%!important;
	}
}
@media (max-width: 767px){
	ul.benefits{
		columns: 1!important;
		-webkit-columns: 1!important;
		-moz-columns: 1!important;
	}
	.material_thumb {
		max-height: 175px;
	}
	.material_gallery2 img{
		height: 175px;
    	object-fit: cover;
	} 
}

#to-top a i {
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
    font-style: normal;
}

.oom-btn.large-btn .elementor-button{
	width: 180px;
}
.oom-btn .elementor-button {
    width: 160px;
    padding: 20px!important;
    position: relative;
}
.oom-btn .elementor-button-content-wrapper{
	justify-content: flex-end!important;
}
.oom-btn .elementor-button-content-wrapper:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
	color: #922692;
	transition: .3s;
	font-weight: 900;
}
.oom-btn .elementor-button-text{
	position: absolute;
	left: 30px;
	transition: .3s;
}
.oom-btn a.elementor-button:hover .elementor-button-text{
	left: 15px;
	transition: .3s;
}
.oom-btn .elementor-button:hover .elementor-button-content-wrapper:after{
	color: #ffffff;
	transition: .3s;
}

.elementor-item-active:after, .elementor-item:hover:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #8F278D;
    position: absolute;
    bottom: 0;
}
.menu-item a.elementor-item {
    display: flex;
    justify-content: center;
}
.woocommerce div.product form.cart div.quantity{
	margin-right: 0!important;
}
.woocommerce div.product form.cart div.quantity input {
    border: none;
    box-shadow: 0px 3px 6px #00000029;
}
button.single_add_to_cart_button {
    box-shadow: 0px 3px 6px #00000029;
}
.woocommerce div.product form.cart div.quantity input:focus-visible {
    outline: none!important;
}
.footer-form imput::placeholder {
  opacity: 1;
}
input::-webkit-input-placeholder {
     opacity: 1;
}
.step-cart-progress-item.progress-payment {
    width: 50%;
}
.woocommerce a.remove{
	width: 100%!important;
}

@media (max-width: 375px){
	.circle-bg{
		min-height: 335px!important;
	}
}
