body {
	padding: 0px;
	margin: 0px;
	
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype'),
        url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
 
.darkHeader {
    position: fixed;
    width: 100%;
    background: rgb(255 255 255);
    top: 0px;
    z-index: 999;
    box-shadow: 0 0 4px 1px #00000042;
}
.header_outer {
  border-bottom: 1px solid #f0f0f0;
}
.top_sec {
    background: #000;
    color: #fff;
  }
  .logo {
    margin-top: -50px;
    background: #fff;
    padding: 10px 0;
    position: relative;
  }
  .logo::before {
	background: #fff;
  width: 2000px;
  height: 130px;
  content: "";
  position: absolute;
  left: -2000px;
  top: 0;
  }
  .top_txt {
    font-size: 14px;
    padding-top: 14px;
  }
  .cart_Sec, .log_Sec {
    display: inline-block;
    vertical-align: middle;
    padding: 23px 15px;
    border-left: 1px solid #ececec;
  }
	.cart_Sec a {
	  color: #000;
	}
  .cart_ico {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-right: 2px;
  }
  .cart_txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
  }
  .cart_txt a {
    color: #000;
  }
  .cart_ico span {
    display: inline-block;
    vertical-align: middle;
  }
  .search_sec {
    margin-top: 20px;
  }
  .aws-container .aws-search-field {
    color: #fff !important;
    font-size: 13px !important;
    margin: 0 !important;
    border: 1px solid #f15a24 !important;
    background: #f15a24 !important;
  }
  .aws-container .aws-search-form .aws-form-btn {
    border: 1px solid transparent !important;
    background: #000 !important;
  }
  .aws-container .aws-search-form .aws-search-btn svg {
    color: #fff;
  }
  .aws-container .aws-search-field::placeholder{
    color:#fff;
  }
  .ms-slide-info {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 120px;
    width: auto !important;
  }
  .logos_sec {
    padding: 90px 0;
  }
  .slide_sub {
    font-size: 14px;
    background: #f15a24;
    display: inline;
    padding: 6px 14px;
    color: #fff;
    border-radius: 5px;
  }
  .slide_titl {
    font-size: 40px;
    font-weight: 900;
    color: #000;
    margin-top: 15px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .slide_titl strong {
    display: block;
    line-height: 1;
    font-weight: 900;
    color: #f15a24;
  }
  .slide_txt {
    font-size: 15px;
    padding-right: 40%;
    color: #575757;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .slide_btn a {
    background: #f15a24;
    padding: 12px 30px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
  }
	.home_banner_section{
	  position: relative;
	}
	.celeb_sec{
	  margin-top: 20px;
	}
	.bnr_txt em{
	  display: block;
	  font-size: 11px;
	  margin-top: 6px;
	  color: #787878;
	}
	.bnr_txt{
		text-align: center;
	}
	.bnr_sn{
	  margin-top: 30px;
	}
	.bnr_sn a{
	  background: #f15a24;
	  border-radius: 50px;
	  padding: 10px 30px;
	  color: #fff;
	}
	.bnr_sn a:hover{
	  background: #ff0d0d;
	}
	.bnr_titi_n strong{
	  display: block;
	  color: #000;
	  font-weight: 900;
	  font-size: 65px;
	}
	.bnr_titi_n{
	  text-align: center;
	  font-size: 50px;
	  color: #f15a24;
	  text-transform: uppercase;
	  line-height: 1;
	}
	.bnr_sn
	{
	  font-size: 18px;
	}
  .usp_sec {
    border: 1px solid #ccc;
    margin-right: 40px;
  }
  .sale_product {
    margin-top: 20px;
    margin-right: 40px;
  }
  .sale_product .woocommerce ul.products li.product .price {
    text-align: center;
  }
  .sale_product .add_to_cart_button {
    float: none !important;
  }
  .usp_cont {
    border-bottom: 1px solid #ccc;
    padding: 15px 20px 15px 15px;
  }
  .usp_cont:last-child {
    border-bottom: 0;
  }
  .usp_ico {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    text-align: center;
    margin-right: 15px;
  }
  .usp_right {
    display: inline-block;
    vertical-align: text-top;
    width: 75%;
  }
  .usp_name {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
  }
  .usp_txt {
    font-size: 13.7px;
    color: #6a6a6a;
  }
    .sale_product .has-post-thumbnail.product {
      border-width: 1px !important;
      border-color: rgba(191, 191, 191, 0.54) !important;
      border-style: solid;
      background-color: rgb(255, 255, 255);
      margin: 0 2% 2.992em 0 !important;
    }
 
  .abt_cont {
    background: linear-gradient(90deg, #F15A24, #F7961E);
    padding: 64px 60px 90px 117px;
    color: #fff;
	height: 100%;  
  }
  .abt_image img {
    object-fit: cover;
     width: 100%;
    height: 480px !important;
  }
  .abt_sub {
    font-size: 13px;
    text-transform: uppercase;
  }
  .abt_titl {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .abt_txt {
    font-size: 17px;
    margin-bottom: 35px;
  }
  .rm a {
    font-size: 17px;
    color: #fff;
    background: #2d2d2d;
    padding: 12px 20px;
    border-radius: 5px;
  }
  .rm a:hover {
    background: #F7961E;
  }
  .cta_cont_lft {
    overflow: hidden;
    position: relative;
    border-radius: 7px;
  }
  .cta_cont_right img {
    width: 96%;
  }
  .cta_cont_right {
    overflow: hidden;
    border-radius: 7px;
  }
  .cta_cont {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 30px;
    transform: translate(0,-50%);
  }
  .cta_sub {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
  }

/*   .serv_main_titl::after {
    width: 140px;
    height: 1px;
    background: #b7b7b7;
    content: "";
    position: absolute;
    left: 224px;
    top: 19px;
  } */
  .product_outer {
    margin: 50px 0 0;
  }
  .serv_main_titl {
    font-size: 25px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
    color: #005bab;
  }
  .cta_titl {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .cta_txt {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .cta_btn a {
    font-size: 15px;
    color: #fff;
    background: #f15a24;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .newsletter_sec {
    margin: 50px 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 40px;
    text-align: center;
  }
  .nws_lft {
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    line-height: 1;
  }
  .nws_right {
    display: inline-block;
    vertical-align: bottom;
  }
  #esfpx_email_3324a328365f78 {
    width: 400px !important;
  }
  #ivupe {
    background: #000 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-left: 10px !important;
    border-radius: 3px;
  }
  .foot_title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .foot_left {
    border-right: 1px solid #cccccc7a;
  }
  .foot_left ul {
    margin: 0;
    padding: 0;
  }
  .foot_left ul li {
    list-style-type: none;
    font-size: 15px;
    padding-bottom: 7px;
    color: #525151;
  }
  .foot_no ul li img {
	  width: 20px;
	  margin-right: 5px;
  }
  .foot_left ul li a {
    color: #525151;
  }
  .foot_left ul li a:hover {
    color: #f15a24;
  }
  .foot_sec {
    padding-bottom: 18px;
    border-bottom: 1px solid #cccccc70;
    margin-bottom: 15px;
  }
  .pay_sec span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }

  .foot_btm {
    text-align: center;
    font-size: 15px;
    color: #525151;
    border-top: 1px solid #ccccccad;
    margin: 40px 110px;
    padding-top: 20px;
  }
  .foot_btm a {
    color: #525151;
  }
  .related.products h2 {
    margin-bottom: 40px;
    text-transform: capitalize;
  }

  .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 40px;
  }
  
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border-width: 2px;
    border-color: rgba(255, 20, 20, 0.29);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 17.1px 0.9px rgba(0, 0, 0, 0.12);
    padding: 20px 20px 30px !important;
	  min-height: 400px;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
  }
  .woocommerce-loop-product__title, .home_product_block_heading{
    color: #343434;
    text-transform: none;
    line-height: 1.5;
    font-size: 15px !important;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
	.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover
	{
	  background: #F7961E !important;
	}
  .home_product_block {
    margin-bottom: 30px;
  }
  .home_product_block_heading a{
    color: #343434;
  }
  .home_product_block_heading {
    margin-bottom: 10px;
  }
  .home_product_block_price {
    margin-bottom: 10px;
  }
  .woocommerce-Price-amount.amount {
    color: #000;
    font-size: 18px;
  }
  .woocommerce ul.products li.product .price {
    color: #ff0d0d !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-align: left;
  }
 
 .home .button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .home .woocommerce ul.products li.product .button{
    background: linear-gradient(90deg, #F15A24, #F7961E);
    font-weight: 500 !important;
    color: #fff !important;
    padding:10px 9px 9px !important;
    display: inline-block !important;
    font-size: 12px !important;
	 margin-right:2px !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    margin-top: 2px !important;
    float: left;
  }
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woocommerce ul.products li.product .button{
    background: #f15a24;
    font-weight: 500 !important;
    color: #fff !important;
    padding:10px 9px 9px !important;
	margin-right:4px !important;
    display: inline-block !important;
    font-size: 14px !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    margin-top: 2px !important;
    float: left;
  }
.wc-buy-now-btn {
  background: #000 !important;
  font-size: 12px !important;
}
.wc-buy-now-btn:hover {
  background: #F7961E !important;
}
  .home_product_block_inner .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 9px 15px !important;
  }
  a.added_to_cart.wc-forward {
    padding: 11px !important;
    vertical-align: -5px !important;
    background: #2f93d8 !important;
  }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #f00 !important;
    font-weight: bold !important;
    font-size: 25px !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 15px !important;
  background: #ddd;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #222 !important;
  color: #fff !important;
  }
  .single_add_to_cart_button {
    background: #000 !important;
    padding: 0 20px !important;
    height: 42px !important;
    border-radius: 50px !important;
    outline: none !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 15px !important;
    font-weight: 500 !important;
    background: linear-gradient(180deg, #F15A24, #F7961E) !important;
  }
.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button.alt {
  background: #000 !important;
  border-radius: 30px !important;
  padding: 13px 23px !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  margin-left: 10px !important;
}
.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button.alt:hover {
  background: #fff !important;
  color: #000 !important;
  border:1px solid #333;
}
  .variations td {
    display: block !important;
  }
  select#pa_select-size {
    padding: 10px;
    min-width: 54%;
  }
  .single_add_to_cart_button:hover {
    background: #f15a24 !important;
  }
  .qib-button:not(#qib_id):not(#qib_id) {
    height: 40px !important;
    width: 40px !important;
    font-weight: 500;
  }
  .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    height: 40px !important;
  color: #333;
  }
  .sku_wrapper {
  display: block;
  }
  .checkout-button {
    background: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
  }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    min-width: 48%;
  }
  .woocommerce-input-wrapper {
    display: block;
    width: 100%;
  }
  .woocommerce-input-wrapper input {
    width: 100%;
  border: 1px solid #ccc !important;
  min-height: 45px;
  border-radius: 0 !important;
  font-size: 15px;
  }
  .woocommerce-input-wrapper textarea {
  border: 1px solid #ccc !important;
  height: 136px !important;
  border-radius: 0 !important;
  font-size: 15px;
  resize: none;
  }
  .woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #efeeee;
    padding: 7px;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    padding: 9px 5px 0px;
  }
  .woocommerce-Tabs-panel--product-description ul {
    padding: 0;
    margin: 0;
  }
  .woocommerce-Tabs-panel--product-description ul li {
    display: inline-block;
    padding-right: 20px;
    width: 19%;
  }
  form.checkout_coupon.woocommerce-form-coupon button, .woocommerce-cart-form button{
    background: #313131 !important;
    color: #fff !important;
    font-size: 15px !important;
    padding: 12px !important;
    border-radius: 0 !important;
  }
.button.wc-backward{
	background: #313131 !important;
    color: #fff !important;
    font-size: 15px !important;
    padding: 12px !important;
    border-radius: 0 !important;
}
  input#coupon_code {
    height: 40px !important;
  }
  input.minus, input.plus {
    background: #000 !important;
    padding: 11px 17px !important;
  }
  .col-lg-6.offset-lg-6.cart-bottom-text {
    display: none;
  }
  
  .woocommerce span.onsale {
    height: 45px !important;
    width: 45px !important;
    padding: 0px !important;
  }
  .inner_page_header {
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
  }
  .inner_banner_heading {
    text-align: center;
    color: #fff;
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 35px;
    line-height: 1.0909090909;
    z-index: 99;
    padding-bottom: 2px;
  }
  .breadcrumb-container {
    text-transform: uppercase;
    left: 0;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 16px;
  }
  .woocommerce-breadcrumb {
    margin-top: 10px !important;
    margin-bottom: 50px !important;
  }
  .woocommerce ul.products li.product .onsale {
    top: 15px !important;
    right: 15px !important;
  background-color: #000 !important;
  }
  .wpfFilterTitle {
    background: #f15a24;
    padding: 11px 7px 0 !important;
    margin-bottom: 20px !important;
  }
  .wpfFilterWrapper .wfpTitle {
    height: 15px !important;
    text-transform: uppercase;
    color: #fff !important;
  }
  .wpfTitleToggle {
    padding-top: 3px !important;
    color: #fff;
  }
  .wpfFilterWrapper .wfpTitle {
    font-size: 16px;
    padding: 5px !important;
  }
  .woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 7px;
    border-radius: 0;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
  }
  button.wpfFilterButton.wpfButton {
    background: #000 !important;
    padding: 10px !important;
    min-height: auto;
    font-size: 13px;
    border-radius: 0;
  }
  .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    font-size: 18px !important;
  }
  .woocommerce span.onsale {
    top: 1.5em !important;
    left: 1.5em !important;
    background-color: #000000 !important;
  }
  .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    right: 10px !important;
  left:auto !important;
  }
  .home_product_block_inner {
    position: relative;
  }
  .onsale {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .special_pro .has-post-thumbnail.product.type-product {
    border-width: 1px;
    border-color: rgba(191, 191, 191, 0.29);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 17.1px 0.9px rgba(0, 0, 0, 0.12);
    padding: 20px 20px 30px !important;
    /* margin: 0 2% 2.992em 0 !important;
    width: 23% !important; */
  }
  .home_product_block_inner{
    border-width: 1px;
    border-color: rgba(191, 191, 191, 0.29);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 17.1px 0.9px rgba(0, 0, 0, 0.12);
    padding: 20px 20px 70px !important;
	min-height: 392px;  
  }
  .home_product_block_inner:hover {
    border-width: 1px;
    border-color: rgba(255, 20, 20, 0.29);
    border-style: solid;
  }
  .woocommerce div.product .product_title {
    font-size: 30px;
    font-weight: bold;
    text-transform: none;
    line-height: 38px;
  }
  .woocommerce-product-gallery__image img {
    border-width: 2px;
    border-color: rgba(255, 13, 13, 0.34);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 17.1px 0.9px rgba(0, 0, 0, 0.12) !important;
    width: 98% !important;
    padding: 50px;
  }
  #tab-description h2 {
    display: none;
  }
a#back-to-top {
    line-height: 27px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    transform: rotate(0deg);
    position: fixed;
    bottom: 35px;
    right: 27px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s;
    border-radius: 50px;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
#mce-EMAIL {
  background-color: #ececec;
  border-radius: 3px 3px 3px 3px;
  font-size: 14px;
  padding-top: 12px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
  width: 400px;
}
#mc-embedded-subscribe {
  background: #000 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  margin-left: 10px !important;
  border-radius: 3px;
}
.page .entry-header, .blog_page_banner{
  max-width: 100% !important;
  padding: 90px 0px 90px !important;
  margin: 0px 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  background-color: #041015 !important;
}
.inner_page_header.entry-header{
  max-width: 100% !important;
  padding: 80px 0px 80px !important;
  margin: 0px 0 50px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
	background-image:url(../images/inner_bnr.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: 0px -60px;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.mc-field-group {
  display: inline-block;
  vertical-align: middle;
}
#mc_embed_shell {
  display: inline-block;
  vertical-align: middle;
}
#mce-responses {
  display: inline-block;
  vertical-align: middle;
}
.optionalParent {
  display: inline-block;
  vertical-align: middle;
}
.page .entry-title, .blog_page_title {
    color: #ffffff;
    position: relative;
    font-size: 26px;  text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99;
    margin-bottom: 3px;
	font-family: Mooli;
}
.inner_txt strong {
  color: #f15a24;
}
.innet_titl {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.frm_fld p {
  margin: 0 0 12px;
}
.frm_fld input, .frm_fld textarea {
  width: 100%;
  padding: 8px;
  color: #F15A24;
}
.frm_fld textarea {
	height:100px;	
}
.send_btn input {
  background: linear-gradient(90deg, #F15A24, #F7961E) !important;
}
.discl {
font-size: 15px;
  color: #646464;
}
.discl strong {
  color: red;
  font-size: 25px;
}
.entry-content strong {
  color: #000;
}
.mob_res {
  position:fixed;
  width:100%;
  z-index:999;
  bottom:0;
}
.mob_res ul li a {
  color:#fff;
  padding:10px 0;
  display:block;
}
.mob_res ul li {
  list-style-type:none;
  float:left;
  width:50%;
  text-align:center;
  text-transform:uppercase;
  background:red;
}
.mob_res ul {
  margin:0;
}
li.mail_mob {
  background:#f15a24 !important;
}
.thankyou-btn a {
  display:inline-block;
  background:#f15a24;
  padding:10px 25px;
  margin-top:10px;
  color:#fff;
}
#place_order {
  background: #F15A24;
}
#place_order:hover {
  background: #333;
}
.woo-sctr-shortcode-countdown-text-before {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #F15A24 !important;
  margin: 20px 0 !important;
}
/*.whatsapp_icon img {*/
/*  margin-right:5px;*/
/*}*/
.sticky_whatsapp_btn {
  width: 40px;
  position: fixed;
  left: 25px; /* Move the button to the left side */
  bottom: 25px; /* Position the button at the bottom */
  border-radius: 50%;
  z-index: 9999;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, .4);
  animation: pulse 2s infinite;
}

.sticky_whatsapp_btn img {
  width: 40px;
}

@keyframes pulse {
  0% {
    -webkit-box-shadow:0 0 0 0 #ededed;
    -moz-box-shadow:0 0 0 0 #ededed;
    box-shadow:0 0 0 0 #ededed;
  }
  70% {
    -webkit-box-shadow:0 0 0 15px rgba(255,1,1,0);
    -moz-box-shadow:0 0 0 15px rgba(255,1,1,0);
    box-shadow:0 0 0 15px rgba(255,1,1,0);
  }
  100% {
    -webkit-box-shadow:0 0 0 0 rgba(255,1,1,0);
    -moz-box-shadow:0 0 0 0 rgba(255,1,1,0);
    box-shadow:0 0 0 0 rgba(255,1,1,0);
  }
}
.archive .term-description {
  font-size: 14px !important;
}
@media only screen and (max-width : 320px) {
	.top_sec {
	  display: none;
	}
	.logo {
	  margin-top: 0;
	}
	.logo img {
	  width: 35px;
	}
	.logo {
	  margin-top: 0px;
	  padding:8px 0 10px;
	}
	.logo::before {
		display:none;	
	}
	.log_Sec {
	  display: none;
	}
	.cart_Sec {
	 	position: absolute;
		top: 15px;
		left: 50%;
		padding: 0;
		border: none;
		transform: translate(-50%,0);
	}
	.cart_ico {
	  font-size: 13px;
	  margin-right: 2px;
	}
	.aws-container .aws-search-field, .aws-container .aws-search-form .aws-search-btn {
	  height: 77% !important;
	}
	.search_sec {
		display: none;
	}
	.ms-slide-info {
	  left: 12px;
		top: 41%;
	}
	.bnr_titi_n{
	  font-size: 14px;
	  line-height: 1.2;
		margin-top: 20px;
	}
	.bnr_titi_n strong{
	  font-size: 18px;
	}
	.slide_txt, .slide_sub  {
	  display: none;
	}
	.slide_titl {
	  font-size: 16px;
	  margin-top: 7px;
	  margin-bottom: 8px;
	}
	.slide_btn a {
	  padding: 5px 10px;
	  font-size: 12px;
	}
	.logos_sec {
	  padding: 20px 0;
	}
	.home_banner_section
	{
	  position: relative;
	  height: 140px;
	}
	.home_banner_section img{
	  object-fit: cover;
	  height: 100%;
	}
	.bnr_txt{
	  text-align: center;
	  padding-right: 40%;
		left: 0;
	}
	.bnr_txt img{
	  width: 100px;
	}
	.bnr_sn{
	  margin-top: 3px;
	}
	.bnr_sn a{
	  padding: 5px 15px;
	  font-size: 10px;
	}
	.celeb_sec{
	  margin-top: 3px;
	  font-size: 9px;
	}
	.bnr_txt em{
	  font-size: 8px;
	  margin-top: 2px;
	}
	.usp_sec {
	  margin-right: 0;
	}
	.usp_cont {
	  padding: 15px 9px 15px 9px;
	}
	.usp_ico {
	  margin-right: 8px;
	}
	.usp_name {
	  font-size: 14px;
	}
	.usp_txt {
	  font-size: 11px;
	}
	.serv_main_titl {
	  font-size: 20px;
	  margin-bottom: 20px;
	}
	.serv_main_titl::after {
	  width: 90px;
	  left: 166px;
	  top: 15px;
	}
	.sale_product {
	  margin-right: 0;
	}
	.sale_product .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
 		 width: 100%;
		margin: 0 0 0.992em;
	}
	.product_outer .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
 		 width: 100%;
		margin: 0 0 0.992em;
	}
	.home_product_block_inner {
	  padding: 10px 14px 60px !important;
	  min-height: auto;
	}
	.abt_cont {
	  padding: 25px 15px 40px 15px;
	}
	.abt_titl {
	 	font-size: 24px;
    	margin-bottom: 10px;
	}
	.abt_txt {
	  font-size: 14px;
	  margin-bottom: 25px;
	}
	.product_outer {
	  margin: 20px 0 0;
	}
	.woocommerce ul.products[class*="columns-"] li.product {
	  width: 100%;
	  margin-bottom: 20px;
	}
	.cta_cont_lft img {
	  object-fit: cover;
	  height: 100%;
	}
	.cta_cont_lft {
	  height: 160px;
	  margin-bottom: 20px;
	}
	.cta_sub {
	  font-size: 10px;
	}
	.cta_titl {
	  font-size: 18px;
	  margin-bottom: 0;
	}
	.cta_txt {
	  font-size: 13px;
	}
	.cta_btn a {
	  font-size: 14px;
	  padding: 7px 13px;
	}
	.cta_cont_right img {
	  width: 100%;
	}
	.discl strong {
	  font-size: 17px;
	}
	.extra_txt {
	  font-size: 15px;
	}
	.nws_lft {
	  font-size: 24px;
	  margin-right: 0;
	  line-height: 1;
		margin-bottom: 15px;
	}
	.newsletter_sec {
	  margin: 10px 0;
	}
	.nws_right {
	  display: block;
	}
	#ivupe {
	  font-size: 13px !important;
	  margin-left: 0px !important;
	  margin-top: 10px !important;
	}
	.foot_left ul li {
	  font-size: 14px;
	  padding-bottom: 4px;
	}
	.foot_title {
	  font-size: 19px;
	  margin-bottom: 7px;
	}
	.foot_btm {
	  font-size: 13px;
	  margin: 20px 0px;
	  padding-top: 10px;
	  padding-bottom: 30px;
	}
	.page .entry-header, .blog_page_banner {
	  padding: 50px 0px 50px !important;
	  margin: 0px 0 20px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 20px;
	}
	.innet_titl {
	  font-size: 24px;
	}	
	.inner_txt {
	  font-size: 15px;
	}
	.inner_banner_heading {
	  font-size: 20px;
	  margin-top: 0;
	}
	.woocommerce .woocommerce-breadcrumb a {
	  color: #dadada;
	}
	.woocommerce-breadcrumb {
	  margin-bottom: 20px !important;
	}
	.inner_page_header.entry-header {
	  padding: 60px 0px 10px !important;
	  margin: 0px 0 0px !important;
	  background-position: 0px 0px;
	}
	.wpfDisplay {
	  font-size: 14px;
	}
	.wpfFilterWrapper .wpfCheckbox label::before {
	  top: 2px !important;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	  float: left;
	}
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
	  width: 100% !important;
	  margin: 0 0 0.992em !important;
	}
	.woocommerce div.product .product_title {
	  font-size: 22px;
	  line-height: 30px;
	}
	.woocommerce-tabs.wc-tabs-wrapper {
	  margin-top: 20px;
	}
	  #mce-EMAIL {
		width: 295px;
		margin-bottom: 10px;
	  }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.top_sec {
	  display: none;
	}
	.logo {
	  margin-top: 0;
	}
	.logo img {
	  width: 35px;
	}
	.logo {
	  margin-top: 0px;
	  padding:8px 0 10px;
	}
	.logo::before {
		display:none;	
	}
	.log_Sec {
	  display: none;
	}
	.cart_Sec {
	 	position: absolute;
		top: 15px;
		left: 50%;
		padding: 0;
		border: none;
		transform: translate(-50%,0);
	}
	.cart_ico {
	  font-size: 13px;
	  margin-right: 2px;
	}
	.aws-container .aws-search-field, .aws-container .aws-search-form .aws-search-btn {
	  height: 77% !important;
	}
	.search_sec {
		display: none;
	}
	.ms-slide-info {
	  left: 12px;
	  top: 41%;	
	}
	.bnr_titi_n{
	  font-size: 14px;
	  line-height: 1.2;
		margin-top: 20px;
	}
	.bnr_titi_n strong{
	  font-size: 18px;
	}
	.slide_txt, .slide_sub  {
	  display: none;
	}
	.slide_titl {
	  font-size: 16px;
	  margin-top: 7px;
	  margin-bottom: 8px;
	}
	.slide_btn a {
	  padding: 5px 10px;
	  font-size: 12px;
	}
	.logos_sec {
	  padding: 20px 0;
	}
	.home_banner_section
	{
	  position: relative;
	  height: 140px;
	}
	.home_banner_section img{
	  object-fit: cover;
	  height: 100%;
	}
	.bnr_txt{
	  text-align: center;
	  padding-right: 40%;
		left: 0;
	}
	.bnr_txt img{
	  width: 100px;
	}
	.bnr_sn{
	  margin-top: 3px;
	}
	.bnr_sn a{
	  padding: 5px 15px;
	  font-size: 10px;
	}
	.celeb_sec{
	  margin-top: 3px;
	  font-size: 9px;
	}
	.bnr_txt em{
	  font-size: 8px;
	  margin-top: 2px;
	}
	.usp_sec {
	  margin-right: 0;
	}
	.usp_cont {
	  padding: 15px 9px 15px 9px;
	}
	.usp_ico {
	  margin-right: 8px;
	}
	.usp_name {
	  font-size: 14px;
	}
	.usp_txt {
	  font-size: 11px;
	}
	.serv_main_titl {
	  font-size: 20px;
	  margin-bottom: 20px;
	}
	.serv_main_titl::after {
	  width: 90px;
	  left: 166px;
	  top: 15px;
	}
	.sale_product {
	  margin-right: 0;
	}
	.sale_product .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
 		 width: 100%;
		margin: 0 0 0.992em;
	}
	.product_outer .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
 		 width: 100%;
		margin: 0 0 0.992em;
	}
	.home_product_block_inner {
	  padding: 10px 14px 60px !important;
	  min-height: auto;
	}
	.abt_cont {
	  padding: 25px 15px 40px 15px;
	}
	.abt_titl {
	 	font-size: 24px;
    	margin-bottom: 10px;
	}
	.abt_txt {
	  font-size: 14px;
	  margin-bottom: 25px;
	}
	.product_outer {
	  margin: 20px 0 0;
	}
	.woocommerce ul.products[class*="columns-"] li.product {
	  width: 100%;
	  margin-bottom: 20px;
	}
	.cta_cont_lft img {
	  object-fit: cover;
	  height: 100%;
	}
	.cta_cont_lft {
	  height: 160px;
	  margin-bottom: 20px;
	}
	.cta_sub {
	  font-size: 10px;
	}
	.cta_titl {
	  font-size: 18px;
	  margin-bottom: 0;
	}
	.cta_txt {
	  font-size: 13px;
	}
	.cta_btn a {
	  font-size: 14px;
	  padding: 7px 13px;
	}
	.cta_cont_right img {
	  width: 100%;
	}
	.discl strong {
	  font-size: 17px;
	}
	.extra_txt {
	  font-size: 15px;
	}
	.nws_lft {
	  font-size: 24px;
		margin-right: 0;
		line-height: 1;
		margin-bottom: 15px;
	}
	.newsletter_sec {
	  margin: 10px 0;
	}
	.nws_right {
	  display: block;
	}
	#ivupe {
	  font-size: 13px !important;
	  margin-left: 0px !important;
	  margin-top: 10px !important;
	}
	.foot_left ul li {
	  font-size: 14px;
	  padding-bottom: 4px;
	}
	.foot_title {
	  font-size: 19px;
	  margin-bottom: 7px;
	}
	.foot_btm {
	  font-size: 13px;
	  margin: 20px 0px;
	  padding-top: 10px;
	  padding-bottom: 30px;
	}
	.page .entry-header, .blog_page_banner {
	  padding: 50px 0px 50px !important;
	  margin: 0px 0 20px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 20px;
	}
	.innet_titl {
	  font-size: 24px;
	}	
	.inner_txt {
	  font-size: 15px;
	}
	.inner_banner_heading {
	  font-size: 20px;
	  margin-top: 0;
	}
	.woocommerce .woocommerce-breadcrumb a {
	  color: #dadada;
	}
	.woocommerce-breadcrumb {
	  margin-bottom: 20px !important;
	}
	.inner_page_header.entry-header {
	  padding: 60px 0px 10px !important;
	  margin: 0px 0 0px !important;
	  background-position: 0px 0px;
	}
	.wpfDisplay {
	  font-size: 14px;
	}
	.wpfFilterWrapper .wpfCheckbox label::before {
	  top: 2px !important;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	  float: left;
	}
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
	  width: 100% !important;
	  margin: 0 0 0.992em !important;
	}
	.woocommerce div.product .product_title {
	  font-size: 22px;
	  line-height: 30px;
	}
	.woocommerce-tabs.wc-tabs-wrapper {
	  margin-top: 20px;
	}
	 #mce-EMAIL {
		width: 218px;
	  }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.top_sec {
	  display: none;
	}
	.logo {
	  margin-top: 0;
	}
	.logo img {
	  width: 45px;
	}
	.logo {
	  margin-top: 0px;
	  padding:8px 0 10px;
	}
	.logo::before {
		display:none;	
	}
	.log_Sec {
	  display: none;
	}
	.cart_Sec {
	 	position: absolute;
		top: 21px;
		left: 50%;
		padding: 0;
		border: none;
		transform: translate(-50%,0);
	}
	.cart_ico {
	  font-size: 13px;
	  margin-right: 2px;
	}
	#rmp_menu_trigger-136 {
	  top: 19px !important;
	}
	.aws-container .aws-search-field, .aws-container .aws-search-form .aws-search-btn {
	  height: 77% !important;
	}
	.search_sec {
		display: none;
	}
	.ms-slide-info {
	  left: 12px;
		top: 41%;
	}
	.bnr_titi_n{
	  font-size: 20px;
	  line-height: 1.2;
	}
	.bnr_titi_n strong{
	  font-size: 45px;
	  margin-top: 40px;
	}
	.slide_txt, .slide_sub  {
	  display: none;
	}
	.slide_titl {
	 	font-size: 35px;
		margin-top: 10px;
		margin-bottom: 28px;
	}
	.logos_sec {
	  padding: 20px 0;
	}
	.usp_sec {
	  margin-right: 0;
	}
	.usp_cont {
	  padding: 12px 6px 12px 6px;
	}
	.usp_ico {
	  margin-right: 8px;
	}
	.usp_name {
	  font-size: 14px;
	}
	.usp_txt {
	  font-size: 11px;
	}
	.serv_main_titl {
	  font-size: 20px;
	  margin-bottom: 20px;
	}
	.serv_main_titl::after {
	  width: 90px;
	  left: 166px;
	  top: 15px;
	}
	.sale_product {
	  margin-right: 0;
	}
   .sale_product .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
 		 width: 100%;
		margin: 0 0 0.992em;
	}
	.home_product_block_inner {
	  padding: 10px 14px 60px !important;
	  min-height: auto;
	}
	.abt_cont {
	  padding: 25px 15px 40px 15px;
	}
	.abt_titl {
	 	font-size: 24px;
    	margin-bottom: 10px;
	}
	.abt_txt {
	  font-size: 14px;
	  margin-bottom: 25px;
	}
	.abt_image img {
	  height: 100%;
	}
	.abt_image {
	  height: 100%;
	}
	.product_outer {
	  margin: 20px 0 0;
	}
	.cta_cont_lft img {
	  object-fit: cover;
	  height: 100%;
	}
	.cta_cont_lft {
	  height: 160px;
	  margin-bottom: 20px;
	}
	.cta_sub {
	  font-size: 10px;
	}
	.cta_titl {
	  font-size: 18px;
	  margin-bottom: 0;
	}
	.cta_txt {
	  font-size: 13px;
	}
	.cta_btn a {
	  font-size: 14px;
	  padding: 7px 13px;
	}
	.cta_cont_right img {
	  width: 100%;
	}
	.discl strong {
	  font-size: 17px;
	}
	.extra_txt {
	  font-size: 15px;
	}
	.nws_lft {
		 font-size: 20px;
		margin-right: 5px;
		line-height: 1;
	}
	.newsletter_sec {
	  margin: 10px 0;
	}
	.nws_right {
	  display: block;
	}
	#ivupe {
	  font-size: 13px !important;
	  margin-left: 0px !important;
	  margin-top: 10px !important;
	}
	.foot_left ul li {
	  font-size: 14px;
	  padding-bottom: 4px;
	}
	.foot_title {
	  font-size: 19px;
	  margin-bottom: 7px;
	}
	.foot_btm {
	  font-size: 13px;
	  margin: 20px 0px;
	  padding-top: 10px;
	  padding-bottom: 30px;
	}
	.page .entry-header, .blog_page_banner {
	  padding: 50px 0px 50px !important;
	  margin: 0px 0 20px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 20px;
	}
	.innet_titl {
	  font-size: 24px;
	}	
	.inner_txt {
	  font-size: 15px;
	}
	.inner_banner_heading {
	  font-size: 20px;
	  margin-top: 0;
	}
	.woocommerce .woocommerce-breadcrumb a {
	  color: #dadada;
	}
	.woocommerce-breadcrumb {
	  margin-bottom: 20px !important;
	}
	.inner_page_header.entry-header {
	  padding: 60px 0px 10px !important;
	  margin: 0px 0 0px !important;
	  background-position: 0px 0px;
	}
	.wpfDisplay {
	  font-size: 14px;
	}
	.wpfFilterWrapper .wpfCheckbox label::before {
	  top: 2px !important;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	  float: left;
	}
	.woocommerce div.product .product_title {
	  font-size: 22px;
	  line-height: 30px;
	}
	.woocommerce-tabs.wc-tabs-wrapper {
	  margin-top: 20px;
	}
	.special_pro .has-post-thumbnail.product.type-product {
	   padding: 10px 20px 20px !important;
    	margin-bottom: 20px !important;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	  min-height: 355px;
	}
	#esfpx_email_3324a328365f78 {
	  padding-top: 9px !important;
	  padding-bottom: 9px !important;
	}
	.bnr_txt{
	  left: 10px;
	}
	.bnr_txt img
	{
	  width: 270px;
	}
  .woocommerce-Tabs-panel table{
   width: 100% !important;
  }
  
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.top_txt {
	  font-size: 12px;
	}
	.ms-slide-info{
	  top: 40%;
	  left: 40px;
	}
	.bnr_titi_n{
	  font-size: 30px;
	  line-height: 1.2;
	  margin-top: 50px;
	}
	.bnr_titi_n strong{
	  font-size: 55px;
	}
	.innet_titl {
	  font-size: 25px;
	  margin-bottom: 20px;
	}
	.usp_ico {
	  width: 40px;
	  margin-right: 5px;
	}
	.serv_main_titl {
	  font-size: 22px;
	  margin-bottom: 30px;
	}
	.serv_main_titl::after {
	  left: 174px;
	  top: 18px;
	}
	.abt_cont {
	  padding: 40px 30px 40px 37px;
	}
	.abt_txt {
	  font-size: 15px;
	  margin-bottom: 25px;
	}
	.abt_image img {
	  height: 100%;
	}
	.abt_image {
	  height: 100%;
	}
	.foot_left ul li {
	  font-size: 15px;
	}
	.newsletter_sec {
	  margin: 20px 0;
	  padding-bottom: 30px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.top_sec {
	  display: none;
	}
	.logo {
	  margin-top: 0;
	}
	.logo img {
	  width: 45px;
	}
	.logo {
	  margin-top: 0px;
	  padding:8px 0 10px;
	}
	.logo::before {
		display:none;	
	}
	.log_Sec {
	  display: none;
	}
	.cart_Sec {
	 	position: absolute;
		top: 21px;
		left: 50%;
		padding: 0;
		border: none;
		transform: translate(-50%,0);
	}
	.cart_ico {
	  font-size: 13px;
	  margin-right: 2px;
	}
	#rmp_menu_trigger-136 {
	  top: 19px !important;
	}
	.aws-container .aws-search-field, .aws-container .aws-search-form .aws-search-btn {
	  height: 77% !important;
	}
	.search_sec {
		display: none;
	}
	.ms-slide-info {
	  left: 12px;
	}
	.slide_txt, .slide_sub  {
	  display: none;
	}
	.slide_titl {
	 	font-size: 35px;
		margin-top: 10px;
		margin-bottom: 28px;
	}
	.logos_sec {
	  padding: 20px 0;
	}
	.usp_sec {
	  margin-right: 0;
	}
	.usp_cont {
	  padding: 12px 6px 12px 6px;
	}
	.usp_ico {
	  margin-right: 8px;
	}
	.usp_name {
	  font-size: 14px;
	}
	.usp_txt {
	  font-size: 11px;
	}
	.serv_main_titl {
	  font-size: 20px;
	  margin-bottom: 20px;
	}
	.serv_main_titl::after {
	  width: 90px;
	  left: 166px;
	  top: 15px;
	}
	.sale_product {
	  margin-right: 0;
	}
   .sale_product .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
 		 width: 100%;
		margin: 0 0 0.992em;
	}
	.home_product_block_inner {
	  padding: 10px 14px 60px !important;
	  min-height: auto;
	}
	.abt_cont {
	  padding: 25px 15px 40px 15px;
	}
	.abt_titl {
	 	font-size: 24px;
    	margin-bottom: 10px;
	}
	.abt_txt {
	  font-size: 14px;
	  margin-bottom: 25px;
	}
	.abt_image img {
	  height: 100%;
	}
	.abt_image {
	  height: 100%;
	}
	.product_outer {
	  margin: 20px 0 0;
	}
	.cta_cont_lft img {
	  object-fit: cover;
	  height: 100%;
	}
	.cta_cont_lft {
	  height: 160px;
	  margin-bottom: 20px;
	}
	.cta_sub {
	  font-size: 10px;
	}
	.cta_titl {
	  font-size: 18px;
	  margin-bottom: 0;
	}
	.cta_txt {
	  font-size: 13px;
	}
	.cta_btn a {
	  font-size: 14px;
	  padding: 7px 13px;
	}
	.cta_cont_right img {
	  width: 100%;
	}
	.discl strong {
	  font-size: 17px;
	}
	.extra_txt {
	  font-size: 15px;
	}
	.nws_lft {
	  font-size: 24px;
	  margin-right: 0;
	  line-height: 1;
	}
	.newsletter_sec {
	  margin: 10px 0;
	}
	.nws_right {
	  display: block;
	}
	#ivupe {
	  font-size: 13px !important;
	  margin-left: 0px !important;
	  margin-top: 10px !important;
	}
	.foot_left ul li {
	  font-size: 14px;
	  padding-bottom: 4px;
	}
	.foot_title {
	  font-size: 19px;
	  margin-bottom: 7px;
	}
	.foot_btm {
	  font-size: 13px;
	  margin: 20px 0px;
	  padding-top: 10px;
	  padding-bottom: 30px;
	}
	.page .entry-header, .blog_page_banner {
	  padding: 50px 0px 50px !important;
	  margin: 0px 0 20px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 20px;
	}
	.innet_titl {
	  font-size: 24px;
	}	
	.inner_txt {
	  font-size: 15px;
	}
	.inner_banner_heading {
	  font-size: 20px;
	  margin-top: 0;
	}
	.woocommerce .woocommerce-breadcrumb a {
	  color: #dadada;
	}
	.woocommerce-breadcrumb {
	  margin-bottom: 20px !important;
	}
	.inner_page_header.entry-header {
	  padding: 60px 0px 10px !important;
	  margin: 0px 0 0px !important;
	  background-position: 0px 0px;
	}
	.wpfDisplay {
	  font-size: 14px;
	}
	.wpfFilterWrapper .wpfCheckbox label::before {
	  top: 2px !important;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	  float: left;
	}
	.woocommerce div.product .product_title {
	  font-size: 22px;
	  line-height: 30px;
	}
	.woocommerce-tabs.wc-tabs-wrapper {
	  margin-top: 20px;
	}
	.special_pro .has-post-thumbnail.product.type-product {
	  padding: 10px 10px 20px !important;
   	 margin-bottom: 0 !important;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	  min-height: 355px;
	}
	#esfpx_email_3324a328365f78 {
	  padding-top: 9px !important;
	  padding-bottom: 9px !important;
	}
	.bnr_txt{
	  left: 10px;
	}
	.bnr_txt img
	{
	  width: 270px;
	}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}
/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
     .top_sec {
		display: block;
	  }
	.top_txt {
	  font-size: 12px;
	}
	.logo {
	  margin-top: -50px;
		padding: 22px 0;
		 text-align:center;
	}
	.search_sec {
		display: block;
	}
	.cart_Sec {
    	position: static;
		padding: 18px 15px;
	}
	  .log_Sec {
		display: inline-block;
		  padding: 18px 15px;
		 
	  }
	 .logo img {
		width: 55px;
	  }
	.innet_titl {
	  font-size: 25px;
	  margin-bottom: 20px;
	}
	.usp_ico {
	  width: 40px;
	  margin-right: 5px;
	}
	.serv_main_titl {
	  font-size: 22px;
	  margin-bottom: 30px;
	}
	.serv_main_titl::after {
	  left: 174px;
	  top: 18px;
	}
	.abt_cont {
	  padding: 41px 30px 41px 37px;
	}
	.abt_txt {
	  font-size: 15px;
	  margin-bottom: 25px;
	}
	.abt_image img {
	  height: 100%;
	}
	.abt_image {
	  height: 100%;
	}
	.foot_left ul li {
	  font-size: 15px;
	}
	.newsletter_sec {
	  margin: 20px 0;
	  padding-bottom: 30px;
	}
  .cta_cont_lft {
    height: auto;
    margin-bottom: 0;
  }
  .cta_titl {
    font-size: 22px;
  }
}

@media screen and (min-width: 1424px) {
	.abt_cont {
		padding: 105px 90px 105px 70px;
	}
	.cta_cont_lft img {
		width: 100%;
	}
	.abt_image img {
		width: 100%;
	}
}

@media screen and (min-width: 1624px) {
  	.abt_cont {
		padding:137px 90px 145px 170px;
	}
	.cta_cont_lft img {
		width: 100%;
	}
	.abt_image img {
		width: 100%;
	}
}

@media screen and (min-width: 1920px) {
	.ms-slide-info {
		left: 350px;
	}
	.abt_cont {
		padding: 195px 90px 195px 300px;
	}
	.cta_cont_lft img {
		width: 100%;
	}
	.abt_image img {
		width: 100%;
	}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info {
		left: 360px;
	}
	.abt_cont {
		padding: 219px 90px 219px 370px;
	}
	.cta_cont_lft img {
		width: 100%;
	}
	.abt_image img {
		width: 100%;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info {
		left: 620px;
	}
	.abt_cont {
		padding: 312px 90px 312px 620px;
	}
	.cta_cont_lft img {
		width: 100%;
	}
	.abt_image img {
		width: 100%;
	}
}  