.row>[class*=col-] .elementor-container{ 
	display:flex;
}
.flex-control-thumbs {
  display: flex;
}
.wp-block-image a{
	display: block;
	text-align: center;
}
.wp-block-image .aligncenter{
  margin-left: auto !important;
  margin-right: auto !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  display: flex;
}
#gallery-1 img {
  border: none !important;
}
#gallery-1 .gallery-item {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px){
#h-happy-hacks {
  padding-top: 5%;
}
#customer_details {
  width: 100% !important;
}
.review-order-wrapper {
  width: 100% !important;
}
.select2-container--open .select2-dropdown--below {
  width: 345px !important;
}
.hslide_misc_holder { display: none !important; }
}
.sku_wrapper {
  display: none;
}
#fet-img-one .wpb_content_element{
	margin-bottom: 0px !important;
}
.page-id-14543 .product_meta,
.page-id-14543 .tt-tab-wrapper{
	display: none;
}
.product.woocommerce.add_to_cart_inline{
	border: none !important;
	text-align: center;
}
.page-id-14543 .woocommerce-Price-amount.amount{
	display: none;
}
.added_to_cart.wc-forward{
	border: 0 none;
	font-size: 15px !important;
	padding-left: 16px;
	width: 190px;
	padding-right: 16px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 41px;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
}
.ajax_add_to_cart.c-btn.type-2{
  background: #272b2b;
  border: 0 none;
  font-size: 15px !important;
  padding-left: 22px;
  width: 190px;
  padding-right: 16px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 41px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
}
.page-id-14543 .elementor-widget-container p{
	font-size: 16px;
}
.page-id-14543 .elementor-icon-wrapper {
  padding-bottom: 15px;
}
.page-id-14543 .elementor-widget-container ul{
	margin-left: 7%;
}
.elementor-widget-container ul>li{
	padding: 6px 0;
	list-style: disc;
	font-size: 16px;
}
#customer_details {
  float: left;
  width: 57%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}
.review-order-wrapper{
	float: right;
  width: 41%;
}
.page-id-15125 .elementor-widget-container p{
	font-size: 16px;
}
.page-id-15125 .elementor-icon-wrapper {
  padding-bottom: 15px;
}
.page-id-15125 .elementor-widget-container ul{
	margin-left: 7%;
}
/*
.page-id-15125 .woocommerce-Price-amount.amount {
  display: none;
}
*/
#cart-vid{
	width: 100%;
	margin-top: 25px;
}
/* START Make the WooCommerce Cart Table Responsive  for Mobile */
/* CSS published in http://www.jeremycarter.com.au/optimising-woocommerce-checkout-for-mobile/ */

@media screen and (max-width: 600px) {

/* Force table to not be like tables anymore */
.woocommerce-page table.shop_table, 
.woocommerce-page table.shop_table thead, 
.woocommerce-page table.shop_table tbody, 
.woocommerce-page table.shop_table th, 
.woocommerce-page table.shop_table td, 
.woocommerce-page table.shop_table tr { 
	display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
.woocommerce-page table.shop_table thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.woocommerce-page table.shop_table tr { 
	/*border: 1px solid #d2d3d3; */
}

.woocommerce-page table.shop_table td { 
	/* Behave  like a "row" */
	border: 1px solid #d2d3d3; 
	position: relative;
}

.woocommerce-page table.shop_table {
	border: none;
}

.woocommerce-page table.shop_table td.product-spacer {
	border-color: #FFF;
	height: 10px;
}
/*
.woocommerce-page table.shop_table td:before { 
	position: absolute;
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
}
*/
.woocommerce .woocommerce-cart-form .shop_table, .woocommerce-page .woocommerce-cart-form .shop_table {
  min-width: 380px;
}
dt {
  font-weight: 700;
  font-size: 14px;
}
.woocommerce-page table.shop_table td.product-thumbnail::before {
  content: none;
}
.woocommerce .shop_table .product-subtotal, .woocommerce-page .shop_table .product-subtotal,
.woocommerce .shop_table .product-quantity, .woocommerce-page .shop_table .product-quantity,
.woocommerce .shop_table .product-price, .woocommerce-page .shop_table .product-price,
.woocommerce .shop_table .product-thumbnail, .woocommerce-page .shop_table .product-thumbnail,
.woocommerce .shop_table .product-remove, .woocommerce-page .shop_table .product-remove {
  width: auto;
}
/*
Label the data
*/
.woocommerce-page table.shop_table td.product-remove:before {
	content: "DELETE";
}

.woocommerce-page table.shop_table td.product-thumbnail:before {
	content: "IMAGE";
}

.woocommerce-page table.shop_table td.product-name:before {
	content: "PRODUCT";
}

.woocommerce-page table.shop_table td.product-price:before {
	content: "PRICE";
}

.woocommerce-page table.shop_table td.product-quantity:before {
	content: "QUANTITY";
}

.woocommerce-page table.shop_table td.product-subtotal:before {
	content: "SUBTOTAL";
}

.woocommerce-page table.shop_table td.product-total:before {
	content: "TOTAL";
}

.woocommerce .quantity, 
.woocommerce #content .quantity, 
.woocommerce-page .quantity, 
.woocommerce-page #content .quantity {
	margin: 0;
}

.woocommerce-page table.cart td.actions, 
.woocommerce-page #content table.cart td.actions {
	text-align: left;
	border:0;
	padding-left: 6px !important;
}

.woocommerce-page table.cart td.actions .button.alt, 
.woocommerce-page #content table.cart td.actions .button.alt {
	float: left;
	margin-top: 10px;
}

.woocommerce-page table.cart td.actions div, 
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input, 
.woocommerce-page #content table.cart td.actions input {
	margin-bottom: 10px;
}

.woocommerce-page .cart-collaterals .cart_totals {
	float: left;
	width: 100%;
	text-align: left;
}

.woocommerce-page .cart-collaterals .cart_totals th, 
.woocommerce-page .cart-collaterals .cart_totals td {
	border:0 !important;
}

.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
	padding-left: 6px !important;
}

.woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td {
	padding-left: 6px !important;
	border:0 !important;
}

.woocommerce-page table.shop_table tbody {
	padding-top: 10px;
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	float: none;
	width: 100%;
}

.woocommerce .order_details ul, 
.woocommerce-page .order_details ul,
.woocommerce .order_details, 
.woocommerce-page .order_details {
	padding:0;
}

.woocommerce .order_details li, 
.woocommerce-page .order_details li {
	clear: left;
	margin-bottom: 10px;
	border:0;
}

}

/* END Make the WooCommerce Cart Table Responsive  for Mobile */
.variation-Momsteesize p,
.variation-size p{
  line-height: 14px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
	font-size: 14px !important;
}
    iframe{      
         display: block; 
 width: 100%; 
 border: none; 
 overflow-y: auto; 
 overflow-x: hidden;
    }
.elementor-15125 .elementor-element.elementor-element-07fcf58 .elementor-button {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0;
	margin-bottom: 10px;
}
@media only screen and (min-width: 991px) {
.woocommerce-shop .col-md-3{
	width: 33%;
}
}
.woocommerce-page .simple-text.tt-content ul li {
	display: inline-block;
	background: #f7deb0;
  margin: 9px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.woocommerce-account .wp-block-post-featured-image {
  display: none;
}
.logged-in .wp-block-post-featured-image {
  margin-top: 20px;
	display: block !important;
	
}
@media screen and (max-width: 991px) {
	.tt-tab-wrapper.type-1 .tt-nav-tab {
		display: inline-flex;
	}
}
@media screen and (min-width: 768px) {
	.mobile-img{
		display: none;
	}
}
.page-id-24705 .content {
	background: #ffc0cbfc;
}
.product_video_iframe_light.nickx-popup {
  display: none !important;
}


.sbsdfs{
	margin-top: 10px;
    padding: 18px 40px 18px 40px;
    background-color: #ffbf00;
    border: 1px;
    color: #000;
	    font-size: 20px;
	margin-top: 20px;
}
input#email {
    width: 50%;
    border: 1px solid #ccc;
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.g-recaptcha {
    margin-top: 20px;
}
.g-recaptcha div {
    margin: auto;
}
#frerfsfdsf{
	text-align:center;
}