/*
Theme Name: Phipac Woocommerce
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.12
Requires at least: 4.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
@font-face {
  font-family: 'montserratbold';
  src: url('css/fonts/montserrat-bold-webfont.woff2') format('woff2'), url('css/fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratitalic';
  src: url('css/fonts/montserrat-italic-webfont.woff2') format('woff2'), url('css/fonts/montserrat-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url('css/fonts/montserrat-light-webfont.woff2') format('woff2'), url('css/fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratmedium';
  src: url('css/fonts/montserrat-medium-webfont.woff2') format('woff2'), url('css/fonts/montserrat-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratregular';
  src: url('css/fonts/montserrat-regular-webfont.woff2') format('woff2'), url('css/fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratthin';
  src: url('css/fonts/montserrat-thin-webfont.woff2') format('woff2'), url('css/fonts/montserrat-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #ededed;
  font-family: 'montserratregular';
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
p {
  font-size: 1.2em;
  line-height: 1.6em;
}
.list_style_alpha,
.list_style_decimal {
	padding-left: 20px;
}
.list_style_decimal li {
	list-style: decimal;
	margin-left: 10px;
	font-size: 17px;
    line-height: 1.6em;
}
.list_style_alpha li {
	list-style: lower-alpha;
	font-size: 17px;
    line-height: 1.6em;
}

.margin-0 {
  margin: 0 auto;
}
.white-bg {
  background-color: #fff;
}
.pad-20 {
  padding: 20px;
}
.pad-T10 {
  padding-top: 10px;
}
.pad-B10 {
  padding-bottom: 10px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mrg-T30 {
  margin-top: 30px;
}
.mrg-M30 {
  margin-bottom: 30px;
}
.mrg-T60 {
  margin-top: 60px;
}
.mrg-B60 {
  margin-bottom: 60px;
}
img {
  max-width: 100%;
}
.bg-white {
  background: #fff;
}
.btn-yellow {
  background: #ffef62;
  color: #3d860b;
  padding: 8px 18px;
  font-size: 16px;
}
.w100 {
  width: 100%
}
.btn:focus, .btn-yellow:focus {
  outline: none !important;
}
.title_box {
}
.title {
	font-size: 24px !important;
    font-weight: bold;
    margin-bottom: 25px !important;
	margin-top:20px !important;
	text-align:left;
	text-transform:capitalize;
	position:relative;
	padding:0 !important;
}
.happy-clients .title span {
	background-color: #fff;
    position: relative;
    display: inline-block;
    padding-right: 4%;
    z-index: 9;
}
.happy-clients .title:after {
	content: '';
display: none !important;
width: 100%;
background-color: #3d860b;
height: 2px;
position: absolute;
top: 10px;
left: 0;
}
/*.product_specifications .title:after {
	content: '';
display: inline-block;
width: 100%;
background-color: #3d860b;
height: 1px;
margin:40px 0 0 0;
}*/
h1 {
  text-transform: uppercase;
}
ul {
  list-style: none
}
.carousel-caption {
  top: 25%;
  right: 10%;
  left: 10%;
  padding-top: 0px;
  text-shadow: 0 0px 0px rgb(0, 0, 0);
  text-align: left;
}
.carousel-control.left {
  background-image: none
}
.carousel-control.right {
  background-image: none
}
.carousel-caption h1 {
  color: #fff;
  font-weight: bold;
  font-size: 2.7em;
  font-family: 'montserratregular';
  line-height: 1.2em;
  padding-bottom: 10px;
}
.carousel-caption p {
  color: #fff;
  font-size: 1em;
  font-family: 'montserratregular';
  padding-right: 90px;
}
.glyphicon-chevron-left:before {
  background: url(http://phipac.in/wp-content/uploads/2020/06/arrow-left.png) no-repeat;
  width: 78px;
  position: absolute;
  content: " ";
  height: 77px;
}
.glyphicon-chevron-right:before {
  background: url(http://phipac.in/wp-content/uploads/2020/06/arrow-right.png) no-repeat;
  width: 78px;
  position: absolute;
  content: " ";
  height: 77px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  margin-left: -60px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: 30px;
}
/*.home .menu-home {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    background: transparent;
    right: 0;
    border: 0;
}
.home .menu-home .navbar-default .navbar-collapse {
	border:0;
}
.home .menu-home .navbar-nav > li > a {
	color:#fff !important;
	border:0;
}
.home .menu-home ul.top-menu > li.search-icon {
	filter: brightness(0) invert(1);
}*/






.menu-home {
  min-height: 134px;
  background: #fff;
  margin-bottom: 0px;
}
.menu-home .navbar-brand {
  height: auto;
}
.menu-home .navbar-brand img {
	max-height:100px;
}
ul.top-menu {
    text-align: right;
    position: absolute;
    top: 55px;
    padding: 2px 20px 2px 10px;
    right: 0;
    background-color: #3d860b;
    border-radius: 15px 0px 0px 15px;
}
ul.top-menu > li {
  font-family: 'montserratmedium';
  display: inline-block;
  margin-left: 0px;
}
ul.top-menu li.whatsapp {
  font-size: 1em;
  color: #3d860b;
  line-height: 1.3em;
}
ul.top-menu li.whatsapp span {
  padding-right: 8px;
}
ul.top-menu li.whatsapp a img {
  max-width:25px;
  height:auto;
}
ul.top-menu li.whatsapp a i.fa-whatsapp {
  font-size: 2em;
  color: #2b3e34;
  vertical-align: sub;
}
ul.top-menu .search-icon{
  display: none;
}
/* .menu-home .navbar-right .dropdown-menu {right: 0; left: 0; width:320px; } */
/* .menu-home .navbar-right .dropdown-menu.hanger {width:600px !important; } */
.menu-home .navbar-nav > .open > a, .menu-home .navbar-nav > .open > a:focus, .menu-home .navbar-nav > .open > a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  border-bottom: 2px solid #3d860b;
  color: #3d860b !important;
  background-color: transparent;
}

/*.page-id-2 .navbar-default .navbar-nav > li > a:focus, .page-id-2 .navbar-default .navbar-nav > li > a:hover {
  border-bottom: 2px solid #fff;
  color: #fff !important;
}*/

.menu-home .navbar-nav li {
  /*text-transform: uppercase;*/
}
.menu-home .navbar-nav > li > a {
  color: #3d860b !important;
  font-size: 1em;
  font-family: 'montserratbold';
  border-bottom: 2px solid #fff;
}
.navbar-nav > .dropdown > ul.dropdown-content > li > ul > li:hover > a {
  background: #3d860b;
  color: #fff;
}
ul.top-menu li.user-icon {
  position: relative;
}
ul.top-menu li.user-icon:hover ul {
  display: block;
}
ul.top-menu li.user-icon ul {
  display: none;
  position: absolute;
  left:0px;
  padding: 4px 0;
  margin-top: 0px;
  width: 140px;
  text-align: left;
}
ul.top-menu li.user-icon ul li {
  padding-left: 0;
  display: block;
  padding: 10px;
  background-color: #3d860b;
  margin-bottom: 2px;
}
ul.top-menu li.user-icon ul li a {
  color: #fff;
}
/*.menu-home .dropdown-menu .dropdown-submenu {padding:0px; background:none; transition: all.5s ease; }
.menu-home .dropdown-menu .dropdown-submenu a {text-transform: capitalize;}
.menu-home .dropdown-menu .dropdown-submenu:hover a {background:#3d860b; transition: all.5s ease; color:#fff !important; text-transform: capitalize;}
.menu-home .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {background:none;}
.menu-home .dropdown-menu ul li a span.menu-icons {    padding-right: 8px;}
.menu-home .dropdown-menu ul li a span.menu-icons img {  border-radius:4px;}
.menu-home .dropdown-large { position: relative !important;}
.menu-home .dropdown-menu-large {  margin-left: 16px;  margin-right: 16px;  padding: 20px 0px;}
.menu-home .dropdown-menu-large > li > ul {  padding: 0;  margin: 0;}
.menu-home .dropdown-menu-large > li > ul > li {    list-style: none; 
    
	transition: all .3s;
}
.menu-home .dropdown-menu-large > li > ul > li:hover {
    list-style: none;
    background: #3d860b;
    border-radius: 4px;
    color: #fff;
	
	transition: all .3s;
}
.menu-home .dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 4px 10px;
  clear: both;
  font-weight:300;
  line-height: 1.428571429;
  color: #3d860b;
  white-space: normal;
  transition: all .3s;
}
.menu-home .dropdown-menu-large > li > ul > li:hover > a {
  color: #fff !important;
  padding-left:18px;
  transition: all .3s;
 }
.menu-home .dropdown-menu-large > li ul > li > a:hover,
.menu-home .dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #none;
}
.menu-home .dropdown-menu-large .disabled > a,
.menu-home .dropdown-menu-large .disabled > a:hover,
.menu-home .dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.menu-home .dropdown-menu-large .disabled > a:hover,
.menu-home .dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}



*/
.ph_header_menu .container {
	position: initial;
}
.ph_header_menu_div {
    position: inherit;
	margin-top:50px;
}
.ph_header_menu_div .navbar-nav>li.dropdown {
	position: inherit;
}

.ph_header_menu_div .dropdown .dropdown-content {
	border-top: 2px solid #000;
   /* margin-top: -2px;*/	
	padding:20px;
	left:0;
	right:0;
}
.ph_header_menu_div .dropdown .dropdown-content li {
    display: inline-block;
    vertical-align: top;
}
.ph_header_menu_div .dropdown .dropdown-content .view-more-btn a {
	padding: 10px 20px;
    display: inline-block;
    width: auto;
}
.ph_header_menu_div .dropdown .dropdown-content .dropdown_content_list li {
	display:block;
}
.dropdown_arrow {
	
}

/*.page-id-2 .dropdown_arrow:after {
	color:#fff;
}*/
.dropdown_arrow:after {
	content:"";
	display:none;
	font-family: 'FontAwesome';
    color: #3d860b;
    font-size: 25px;
    left: 45px;
    top: -21px;
	height:0;
    position: relative;
}
.dropdown_arrow:hover:after {
	display:block;
}



.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 580px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.dropdown-content a {
	display:flex;
	align-items: center;
  font-size: 1em;
  font-family: 'montserratbold';
  text-transform: none;
/*  color: #3d860b;*/
   color: #000;
  transition: all.3s ease;
  padding: 4px 12px;
  width:100%;
  text-decoration: none;
}
.dropdown-content a .menu-icons {
    margin-right: 8px;
}
.dropdown-content a:hover {
  transition: all.3s ease;
  color: #3d860b;
/*  font-size: 1em;*/
  font-family: 'montserratbold';
}
.dropdown:hover .dropdown-content {
  display: block;
/*  border-top: 2px solid #000;
  margin-top: -2px;
  padding-bottom: 20px;
  padding-top: 20px;*/
}
.dropdown:hover .dropbtn {
  /*background-color: #fff;*/
  background-color:transparent;
}
.dropdown-content li > ul > li > a > span.menu-icons img {
  border-radius: 4px;
  margin-right: 8px;
}
.dropdown-content li.view-more-btn a:hover {
  transition: none;
  text-align: center;
  background: #3d860b !important;
  color: #fff !important;
  margin: 10px 16px;
  border-radius: 4px;
  text-transform: none;
  padding: 8px 10px 8px 0px;
  text-transform: uppercase;
}
.dropdown-content li.view-more-btn a {
  transition: none;
  text-align: center;
  background: #3d860b;
  color: #fff !important;
  margin: 10px 16px;
  border-radius: 4px;
  padding: 8px 10px 8px 0px;
  text-transform: uppercase;
}
.dropdown-content li.view-more-btn a .fa-arrow-right {
  padding-left: 10px;
  transition: all.3s ease;
  font-size: 16px;
}
.dropdown-content li.view-more-btn a:hover .fa-arrow-right {
  padding-left: 20px;
  transition: all.3s ease;
  font-size: 18px;
}

.li_width_100 {
	width:100%;
}
.li_width_50 {
	width:49%;
}
.li_width_33 {
	width:33%;
}
.li_width_25 {
	width:24.5%;
}



.banner_text {
  display: inline-block;
  width: 54%;
  position: relative;
  padding: 9% 0 0 0;
}
.banner_text h1 {
  color: #fff;
  font-weight: bold;
  font-size: 2.7em;
  font-family: 'montserratregular';
  line-height: 1.2em;
  padding-bottom: 10px;
  text-transform: none;
}
.banner_text p {
  color: #fff;
  font-size: 1em;
  font-family: 'montserratregular';
  padding-right: 90px;
}
.inner_banner {
  display: inline-block;
  width: 100%;
  background-color: #3d860b;
  color: #fff;
}
.inner_banner .banner_text {
  padding: 20px 0 !important;
}
.ms-skin-light-6 .ms-nav-prev {
  width: 77px !important;
  height: 77px !important;
  filter: invert(100%);
  -webkit-filter: invert(100%) !important;
  background-position: -74px -12px !important;
  background-color: transparent !important;
  margin-top: 0 !important;
  left: 0px !important;
  transform: translateY(-50%);
}
.ms-skin-light-6 .ms-nav-next {
  width: 77px !important;
  height: 77px !important;
  filter: invert(100%);
  -webkit-filter: invert(100%) !important;
  background-color: transparent !important;
  margin-top: 0 !important;
  transform: translateY(-50%);
  right: 0px !important;
  background-position: -70px -86px !important;
}
.ms-skin-light-6 .ms-nav-prev {
	background-image:url(https://phipac.in/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6.png) !important;
}
.ms-skin-light-6 .ms-nav-next {
	background-image:url(https://phipac.in/wp-content/plugins/master-slider/public/assets/css/skins/light-skin-6.png) !important;
}
.faq {
  float: right;
  margin-top: 25px;
}
.faq ul {
  list-style: none;
}
.faq ul li.contact-us {
  border-left: 2px solid #3d860b;
}
.faq ul li {
  color: #3d860b;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 0 12px;
}
.faq ul li a {
  color: #3d860b;
  font-family: 'montserratregular';
  text-decoration: none;
}
.slider-image h1 {
  font-size: 3.2em;
  font-family: 'montserratlight';
  line-height: 1.3em;
  text-align: left;
}
.slider-image p {
  font-size: 1.3em;
  line-height: 1.4em;
  text-align: left;
}
.orders {
	display:none;
  padding: 80px 0;
  background: #f8f8f8
}
.image {
  position: relative;
}
.bg-effect {
  overflow: hidden;
}
.bg-effect:hover .image img {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: transform 0.3s;
  overflow: hidden;
}
.bg-effect .image img {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s;
}
.box-order {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  box-sizing: border-box;
}
.box-order h2 {
  color: #3d860b;
  font-family: 'montserratlight';
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase
}
.box-order p {
  color: #3d860b;
  font-family: 'montserratlight';
  font-size: 1em;
  font-weight: bold;
  letter-spacing: .8px;
  padding-bottom: 15px;
}
.btn-yellow {
  background: #ffef62;
  color: #3d860b;
  font-weight: bold;
}
.up {
  text-transform: uppercase;
}
.ready-btn {
  background: #3d860b;
  color: #fff;
}
.ready-btn:hover {
  background: #3d860b;
  color: #fff;
}
.ready-btn:focus, .ready-btn:hover {
  background: #3d860b;
  color: #fff;
}
.box .box-image {
  background: #ffef63;
}
span.packaging-image {
  background: #ffef62;
  display: inline-block;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: relative;
}
span.packaging-image img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.our-product {
  /*background: url(http://phipac.in/wp-content/uploads/2020/06/why-choose.jpg) no-repeat center fixed;*/
  background-size: cover;
  color: #fff;
  padding: 30px 0px 20px 0px;
}
.our-product h1,
.our-product h2 {
	color:#3d860b;
}
.productboxesbar {
	 display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.our-product .box {
  text-align: center;
  margin-bottom: 40px;
}
.our-product .box .content .img-container {
	min-height:165px;
}
.our-product .box .content .img-container a {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 101;
}
.our-product .box .box-desp {
    min-height: inherit;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0px 0px 10px 10px;
    background: #0000007d;
}
.our-product .box h4 {
font-size: 1.2em;
    line-height: 1.2em;
    color: #ffffff;
    padding: 0px 5px;
    width: auto;
}
.our-product .load-more {
  margin: 20px auto 0px;
}
.our-product .showmore .btn.btn-yellow {
  font-size: 1.6em;
  padding: 10px 34px;
  color: #3d860b;
  text-transform: uppercase;
}
.content {
  height: auto;
  width: 100%;
  margin-top: 30px;
}
.boxdesp {
  padding: 20px;
}
/*#boxs .box:nth-child(n+7) {
  display: none;
}*/
.img-container {
  overflow: hidden;
  border-radius: 10px;
}
.img-container img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.img-container:hover img {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: transform 0.3s;
  overflow: hidden;
}
.img-container img {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s;
}
.view-more {
  color: #3d860b;
  font-size: 2.2em;
  line-height: 1.2em;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.content.box-desp:hover a {
  transition: all 0.3s;
  color: #3d860b;
}
.content.box-desp:hover {
  transition: all 0.3s;
  background: #ffef62;
}
.view-more a {
  cursor: pointer;
  color: #3d860b;
  font-size: 1em;
  font-weight: bold;
  display: block;
  text-decoration: none;
  line-height: 1.4em;
  border-radius: 10px;
  padding: 100px 28px;
  overflow: hidden;
  transition: all 0.3s;
}
.content.box-desp {
  background: url(http://phipac.in/wp-content/uploads/2020/06/custom-image-texture.jpg);
  position: relative;
  border-radius: 10px;
  /*height: 360px;*/
  height: 262.5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content.box-desp > div {
	display: block;
    padding: 0 10px;
	font-weight:bold;
}
.choose-quantity {
  padding: 80px 0;
  display:none;
}
.choose-quantity .heading {
  padding-bottom: 50px;
}
.choose-quantity .heading h1 {
  font-weight: bold;
  font-size: 2.5em;
  margin-top: 0px;
  color: #3d860b;
  margin-bottom: 30px;
}
.choose-quantity .away {
  padding: 0 36px;
  transition: all .3s ease;
}
.choose-quantity .away h4 {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #3d860b;
  padding-top: 20px;
}
.choose-quantity .away:hover span {
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.39);
  transition: all .3s ease;
}
section.why-choose {
  background: url(https://phipac.in/wp-content/uploads/2025/05/greenimg.jpg) no-repeat fixed center;
  background-size: cover;
  color: #fff;
  padding: 50px 0 70px;
}
.why-choose {}
.why-choose h1 {
  font-size: 2.8em;
  margin-bottom: 20px;
}
.why-choose p {
  font-size: 1.2em;
  line-height: 1.6em;
  padding-bottom: 25px;
}
.why-choose .btn {
  background: #ffef62;
  border-radius: 4px;
  color: #3d860b;
  font-size: 1em;
  font-weight: bold;
  text-transform: capitalize;
  padding: 10px 30px;
/*  border-radius:0px 10px 10px 10px;*/
}
.why-choose .box {
  text-align: center;
}
.why-choose .box h4 {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.3em;
}
.happy-clients {
  padding: 50px 0;
}
.happy-clients h1 {
  font-size: 2.8em;
  margin: 0px;
  color: #3d860b;
  font-weight: bold;
}
.happy-clients p {
  font-size: 1.4em;
  margin: 0px;
  color: #3d860b;
  padding-bottom: 20px;
}
.signup-banner {
  background: url(http://phipac.in/wp-content/uploads/2020/06/signup-bg.jpg) no-repeat fixed center;
  background-size: cover;
  color: #fff;
  padding: 50px 0 50px;
}
.signup-banner .signup h2 {
  color: #fff;
  font-size: 1.6em;
  text-transform: uppercase;
  margin: 0px;
}
.signup.newsletter input[type="text"] {
  height: 40px;
  margin-bottom: 5px;
  width: 100%;
}
.signup.newsletter input[placeholder] {
  padding: 10px;
  font-size: 1.2em;
  color: #3d860b;
}
.signup.newsletter input[type="submit"], .signup.newsletter button.stb {
  box-sizing: border-box;
  padding: 0px;
  font-size: 1.45em;
  background: #3d860b;
  text-transform: uppercase;
  height: 40px;
  text-align: center;
  width: 120px;
  color: #fff;
  border: none;
}
.signup.newsletter input:focus {
  outline: none;
}
.signup.newsletter form label br {
  display: none;
}
.line {
  border-right: 3px solid #fff;
}
.Signup.question {
  padding-left: 40px;
}
.Signup.question .box-customer h4 {
  font-size: 1.2em;
  font-weight: bold;
  color: #3d860b;
}
.Signup.question h2 {
  font-size: 1.6em;
  font-weight: bold;
  color: #ffffff;
  margin-top: 30px;
}
.signup.newsletter h2 {
  font-size: 1.6em;
  font-weight: bold;
  color: #3d860b;
  margin-top: 30px;
}
.product_bg {
  padding: 20px 0 40px 0;
  background: #da901d14
}
.cart .product_bg {
  padding: 0;
  background-color: transparent;
}
.item-box .info .ready-btn {
  background: #3d860b;
  color: #fff;
}
/*Menu !!!!*/
.menu-item {
  background-color: #FEFEFE;
  font-family: 'montserratregular';
  border-radius: 3px;
  padding: 15px 8px 20px 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
}
ul.price .ui-widget.ui-widget-content {
  margin: 0 10px;
}
.header-item {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3C3D41;
  font-size: 11px;
  padding: 15px 15px;
  border-bottom: 1.5px solid #EAEAEA;
  font-family: 'montserratregular';
}
.item-box {
  margin-bottom: 40px;
  background: #fff;
  overflow: hidden;
  box-shadow: 1px 5px 8px 0px rgba(39, 65, 56, 0.22);
}
.item-box .box-img {
  overflow: hidden;
}
.item-box .box-img img {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s;
}
.item-box:hover .box-img img {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  overflow: hidden;
  transform: scale(1.2);
  transition: transform 0.3s;
}
.item-box .info h3 {
  font-size: 18px;
}
.item-box .info h5 {
  font-size: 15px;
  font-weight: normal;
  padding: 10px;
  color: #908f8f;
}
.item-box:hover .info h5 {
  font-size: 15px;
  font-weight: bold;
  color: #3d860b;
}
.item-box .info {
  text-align: center;
  padding-bottom: 40px;
}
button#showmore {
  text-transform: uppercase;
  height: 50px;
  width: 260px;
  line-height: 35px;
  font-size: 22px;
  background: #ffef62;
  color: #3d860b;
}
/*BTN*/
.loadmore {
  height: 40px;
  width: 100%;
  margin-top: 25px;
  position: relative;
  left: 8px;
  text-decoration: none;
  font-size: 15px;
  background-color: #ffef62;
  font-family: 'montserratregular';
  color: #333;
  border-radius: 4px;
  border: none;
}
.mini-menu {
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #848C8F;
  font-size: 11px;
  font-family: 'montserratregular';
}
.mini-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.mini-menu > ul > li {
  position: relative;
}
.mini-menu > ul > li > a {
  display: block;
  outline: 0;
  padding: 1.2em 1em;
  text-decoration: none;
  color: #3C3D41;
  font-weight: normal;
  font-size: 14px;
  font-family: 'montserratregular';
  letter-spacing: 2px;
  background: #FEFEFE;
  border-bottom: 1.5px solid #EAEAEA;
  position: relative;
}
.mini-menu > ul > li a:after {
  position: absolute;
  background: url(http://phipac.in/wp-content/uploads/2020/06/sprite-img.png) -10px -2px;
  width: 17px;
  height: 23px;
  content: " ";
  right: 12px;
  top: 12px;
  font-size: 30px;
  background-repeat: no-repeat;
}
.mini-menu > ul > li a.active:after {
  position: absolute;
  background: url(http://phipac.in/wp-content/uploads/2020/06/sprite-img.png) -8px -25px;
  width: 21px;
  height: 23px;
  content: " ";
  right: 12px;
  top: 20px;
  font-size: 30px;
  background-repeat: no-repeat;
}
.mini-menu .sub > ul.checkbox {
  height: 0;
  overflow: hidden;
  background: #f8f8f8;
}
.mini-menu .sub > ul.price {
  height: 0;
  overflow: hidden;
  background: #fff !important;
}
.mini-menu .sub > ul.checkbox > li {
  font-family: 'montserratregular';
  padding: .5em 2.2em;
}
.mini-menu .sub > ul.checkbox > li > label {
  font-family: 'montserratregular';
  color: #333;
  font-size: 13px;
  display: block;
  text-decoration: none;
  padding: .6em 1em;
  text-transform: capitalize;
  font-style: normal;
  letter-spacing: 1px;
}
.filter > .panel-group > .panel-default > .panel-heading {
  padding: 0px;
  background-color: #fff;
}
.filter > .panel-group > .panel-default > .panel-heading > h4.panel-title > a {
  padding: 15px 20px;
  display: inline-block;
  text-decoration: none;
  background: #fff;
  width: 100%;
}
div#accordion4 ul li {
  padding: 16px 0px;
  border-bottom: 1px solid #ddd;
}
div#accordion4 ul {
  margin: 0px;
}
div#accordion4 ul li:first-child {
  padding-top: 5px;
}
.filter > .panel-group {
  margin-bottom: 0px;
}
#collapseThree > .panel-body {
  padding: 0px;
  background-color: #fff;
}
div#collapseThreeOne {
  margin-top: 0px;
}
#accordion2 > .panel-default > .panel-heading {
  background-color: #165a49;
  padding: 0px;
}
#accordion2 > .panel-default > .panel-heading > h4.panel-title > a {
  padding: 15px 20px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.checkbox h5 {
  padding: 16px 26px;
  background: #26413a;
  margin: 0px;
  color: #fff;
}
.check-custom {
  display: block;
  position: relative;
  padding-left: 35px !important;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: #eee;
}
.check-custom:hover input ~ .checkmark {
  background-color: #98b5ab;
}
.check-custom input:checked ~ .checkmark {
  background-color: #234338;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-custom input:checked ~ .checkmark:after {
  display: block;
}
.check-custom .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*.mini-menu .sub > ul > li > a:hover,
.mini-menu .sub > a.active,
 {
    padding-left: 1.3em;
    color: blue;
    content: "1";
    float: right;
    margin-right:6px;
    line-height: 12px;
}
.mini-menu .sub >  a:after{
    content: "»";
    float: right;
    margin-right:6px;
    line-height: 12px;
}


*/
section.cart {
  background:none;
  padding: 0px 0px 0px 0px;
}
section.cart h3.price .price_small_text {
  display: block;
  font-size: 18px;
  margin-top: 6px;
}
.cart-detail .cart-price select {
  height: 40px;
  border-radius: 2px;
  width: 100%;
  padding: 10px;
}
.cart-detail .cart-price select option {
  padding: 10px 0;
  min-height: 80px !important;
  height: 80px;
  line-height: 20px;
  font-size: 16px;
}
.cart-detail {
  padding: 0px 40px;
}
.cart-detail h2 {
  margin: 0px;
  padding-bottom: 10px !important;
}
.about_us h2,
.about_us h3,
.about_us h4,
.about_us h5,
.about_us h6 {
	font-weight:bold;
}
/* woocommerce cart-price property start  */
.cart-price {
  padding-bottom: 20px;
}
.cart-price .label {
  color: inherit;
  width: 100%;
  display: block;
  text-align: left;
}
.cart-price .label h5 {
  margin-bottom: 0;
}
.cart-price .value {
  width: 100%;
  display: block;
}
.cart-price tr {
  display: block;
  width: 100%;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 2.25em;
}
.single_variation_wrap .ready-btn {
  background: #3d860b !important;
  color: #fff;
  border-color: #3d860b;
  text-transform: uppercase;
  padding: 12px 18px !important;
  font-size: 16px !important;
}
.woocommerce div.product form.cart div.quantity {
  width: 100%;
}
.woocommerce .quantity .qty {
  padding: 10px;
  border: 1px solid #a9a9a9;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  text-align: left;
}
.woocommerce .quantity .qty:focus {
  outline: none;
}
/* woocommerce cart-price property end  */
.cart-detail .Bulk.Discount {
  padding: 10px;
  text-align: center;
  background: url(http://phipac.in/wp-content/uploads/2020/06/custom-image-texture.jpg) no-repeat;
  background-size: cover;
}
.cart-detail .Bulk.Discount h6 {
  font-size: 18px;
  font-weight: bold;
}
.cart-detail .Bulk.Discount ul li {
  background: #f7efe8;
  border: 1px solid #080808;
  border-bottom: 0px solid #000 !important;
}
.cart-detail .Bulk.Discount ul li:last-child {
  border-bottom: 1px solid #000 !important;
}
.cart-detail .Bulk.Discount ul li span {
  display: inline-block;
}
.cart-detail .Bulk.Discount ul li span.request {
  width: 58%;
  text-align: center;
  display: inline-block;
  padding: 11px;
}
.cart-detail .Bulk.Discount ul li span.save {
  width: 40%;
  text-align: center;
  display: inline-block;
  padding: 11px;
  border-left: 1px solid #080808;
}
.cart-detail .bulk h4 {
  font-size: 13px;
  font-weight: bold;
}
/* .table-line {
    border: 1px solid #ddd;
    display: inline-block;
   
} */
.table-line > .nav-tabs {
  border-bottom: none;
}
.table-line .tab-content {
  border: 1px solid #ddd;
  margin-top: -1px;
}
.product-table .table-content {
	display:inline-table;
	width:100%;
}
.product-table .table-content tr {
	margin-bottom: 40px;
    display: inline-table;
    width: 100%;
}
.product-table .table-content tr:last-child {
	margin-bottom:0;
}
.product-table .table-content tr td {
  padding:0;
  border-right: 1px solid #ddd;
  width: 20%;
  font-size: 16px;
}
.product-table .table-content tr td:last-child {
  border-right: 0px solid #ddd;
}
.product-table .table-content tr td strong {
	background-color: #3d860b;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.product-table .table-content tr em {
	display: flex;
    text-align: center;
    padding: 0px 10px;
    background-color: #e8f0ed;
    font-weight: 800;
    font-style: normal;
	height:100px;
	align-items: center;
    justify-content: center;
}
.product-table .table-content tr.width_16 td {
	width:16%;
}
.product_specifications {
	display:inline-block;
	width:100%;
	padding:50px 0;
}
.product_specifications ul {
	display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 10px 5%;
	margin-bottom:0;
}
.product_specifications ul li {
	    width: 16%;
    text-align: center;
}
.product_specifications ul li img {
	    max-width: 70px;
    margin-bottom: 10px;
}
.product_specifications ul li p {
	font-weight: 800;
    font-size: 1.3em;
    line-height: 1.4;
	margin-bottom:0;
}
.desp-review {
  background: #f4fdfa;
  display: inline-block;
  width: 100%;
  padding: 50px 0px 70px 0px;
}
.desp-review .nav-tabs li.active a, .desp-review .nav-tabs li.active a:focus, .desp-review .nav-tabs li.active a:hover {
  color: #234338;
  font-family: 'montserratregular';
  font-size: 19px;
}
.desp-review .nav-tabs li a {
  color: #234338;
  font-family: 'montserratregular';
  font-size: 19px;
}
.desp-review .tab-content #desp {}
.desp-review .tab-content #desp h3 {
  font-family: 'montserratregular';
  font-size: 18px;
  padding-left: 20px;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.desp-review .tab-content #review {
  padding: 30px 20px
}
.desp-review .tab-content #review h3 {
  font-family: 'montserratregular';
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 30px;
}
.desp-review .tab-content div#desp ul li {
  font-size: 14px;
  float: left;
  width: 18%;
  padding: 6px 0px;
  font-family: 'montserratregular';
  color: #234338;
  position: relative;
  margin-right: 16px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.desp-review .tab-content div#desp ul li:before {
  position: absolute;
  right: 0px;
  width: 2px;
  height: 20px;
  content: "";
  background: #bdbdbd;
  top: 5px;
}
.desp-review .tab-content div#desp ul li:nth-child(5):before {
  position: absolute;
  right: 0px;
  width: 0px;
  height: 0px;
  content: "";
  background: #3d860b;
  top: 5px;
}
.desp-review .tab-content div#desp ul li:nth-child(10):before {
  position: absolute;
  right: 0px;
  width: 0px;
  height: 0px;
  content: "";
  background: #3d860b;
  top: 5px;
}
.desp-review .tab-content div#desp ul li strong {
  color: #234338;
  font-family: 'montserratbold';
}
.desp-review .about_us ul{
  margin: 15px 0 30px 5px;
}
.desp-review .about_us ul li {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}
.desp-review .about_us ul li::before {
 position: absolute;
 content: "";
 background: url('https://phipac.in/wp-content/uploads/2025/03/square.jpg') no-repeat;
 width: 10px;
 height: 10px;
 left: 0px;
 top: 8px;
}
.desp-review .about_us .bg-strip{
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    padding: 30px 20px;
    width: 75%;
    margin: 50px auto 0;
    /* background: url(http://phipac.in/wp-content/uploads/2020/06/custom-image-texture.jpg) no-repeat; */
    background-color: #425a4d;
    /* background-size: cover; */
}
.desp-review .about_us .bg-strip h3{
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.desp-review .about_us .bg-strip div{
  padding: 0 6px 0 0;
}
.bg-strip .ready-btn{
  background: #d9bf95;
  color: #3d860b;
}
section.may-you-like {
  background: rgba(217, 144, 28, 0.0784313725490196);
  display:none;
}
section.may-you-like h3 {
  padding: 25px 0;
  color: #234338;
  font-family: 'montserratbold';
  text-transform: uppercase;
}
section.may-you-like .item-box h3 {
  padding: 15px 5px 0px 0px;
  color: #234338;
  font-family: 'montserratregular';
}
section.may-you-like .item-box .like-box {
  height: 190px;
}
section.may-you-like .item-box .like-box img {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  overflow: hidden;
  transform: scale(1);
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s;
}
section.may-you-like .item-box:hover .like-box img {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  overflow: hidden;
  transform: scale(1.2);
  transition: transform 0.3s;
}
section.may-you-like ul.products li.product
{
	margin:0 2.5% 2.992em 0;
}
.order-count {
  padding: 14px 0px 0px 0px;
}
.order-count input {
  padding: 10px;
  border: 1px solid #a9a9a9;
  border-radius: 4px;
  width: 100%;
  height: 40px;
}
.package-quantity ul li {
  text-align: right;
  font-size: 11px;
}
.package-quantity {
  margin-bottom: 20px;
}
section.may-you-like {
  padding: 20px 0;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 1.6em;
  cursor: default;
  outline: none;
  border: 1px solid rgb(207, 207, 207);
  background: #090;
  border-image: initial;
}
.footer-banner {
  /*background: url(http://phipac.in/wp-content/uploads/2020/06/footer-bg.jpg) repeat;*/
  padding-bottom: 10px;
  background:#3d860b;
}
.footer-banner .footer-logo {
  padding-top: 45px;
  padding-bottom: 40px;
}
.footer-banner .footer-logo img {
	max-width:100px;
}
.footer-banner ul.footer-menu {
  list-style: none;
  display: inline-block;
}
.footer-banner .touch h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6em;
  margin: 0px;
  text-transform: capitalize;
  padding-top: 30px;
}
.footer-banner ul.footer-menu li {
  color: #3d860b;
  float: left;
  display: inline-block;
  padding: 0px 26px;
  border-right: 2px solid #3d860b;
  text-align: center;
}
.footer-banner ul.footer-menu li:last-child {
  border-right: none;
}
.footer-banner ul.footer-menu li a {
  font-size: 1.2em;
  color: #3d860b;
  text-decoration: none;
}
.footer-banner .location {
  padding-top: 40px;
}
.footer-banner .location {
  padding-bottom: 40px;
}
.footer-banner .address p {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 0;
}
.newsletter p {
  font-size: inherit;
  padding-bottom: 0;
  line-height: inherit;
}
.footer-banner .phone-number ul li {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 12px;
  line-height: 1.2em;
  display: flex;
  align-items: start;
}
.footer-banner .phone-number ul li a {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
}
.footer-banner .phone-number ul li img {
  padding-right: 15px;
  filter: brightness(0) invert(1);
}
.Signup.question .box-customer ul li {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom:8px;
}
.Signup.question .box-customer ul li a {
  color: #ffffff;
  text-decoration: none;
}
.Signup.question .box-customer ul li span {
  width: 50px;
  display: inline-block;
  padding: 8px;
}
.Signup.question .box-customer ul li span img {
  width: 100%;
}
.address p {
  padding-left: 50px;
  position: relative;
}
.address p:before {
  background: url(http://phipac.in/wp-content/uploads/2020/06/address.png) no-repeat;
  content: "";
  position: absolute;
  left: -5px;
  top: -3px;
  width: 35px;
  height: 57px;
  filter: brightness(0) invert(1);
}
.footer-bottom {
  padding-top: 5px;
}
.copyright {
  padding: 5px 0;
}
.copyright h6 {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 1em;
}
.social-media {
  float: right;
  padding-top: 8px;
}
.social-media > ul > li {
  color: #ffffff;
  padding: 0 2px;
  display: inline-block;
  width: 36px;
  border: 1px solid #ffffff;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50px;
}
.social-media > ul > li:hover {
  background: #3d860b;
}
.social-media > ul > li > a {
  color: #ffffff;
  display: block;
  border-radius: 50px;
}
.social-media > ul > li:hover > a {
  color: #fff;
  display: block;
  border-radius: 50px;
}
.social-media > ul > li > a > i.fab {
  line-height: 33px;
}
.social-media > ul > li > img {
  width: 100%;
}
/* woocommerce property start */
/* single product property start */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 55%;
  float:right;
  margin-bottom:0;
}


section.cart .container {
	display: flex;
    flex-wrap: wrap;
	gap:10px 1%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	position:relative;
	padding-left:20px;
	padding-right:20px;
	width:46%;
	border-radius:10px;
    float: left;
    background-color: #3d860b;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width:52%;
}

.nav-tabs {
  border-bottom: none;
}
.nav-tabs li a {
  border: none !important;
}
.product-table h4 {
  padding: 30px 0 30px 20px;
  font-weight: bold;
  margin: 0px;
}
body.single-product {
	background:none !important;
}
body.single-product .navbar-default {
	border-color:transparent;
}
.single-product .product {
  background: none;
  padding: 0;
}
.single-product .cart h2 {
	    padding-bottom: 30px !important;
    font-weight: 800;
}
.single-product.woocommerce div.product form.cart {
	margin-top:0px;
}
.single-product.woocommerce div.product form.cart {
	margin-bottom:0px !important;
}
.single-product.woocommerce div.product div.summary {
	margin-bottom:0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	max-height:150px;
	height:100%;
	border-radius:10px;
	overflow:hidden;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	opacity:1 !important;
	    border-radius: 10px;
    border: 1px solid #e7e7e7;
    width: 99%;
    margin-left: 0.5%;
}
/* single product Tabs Property Start */
.woocommerce div.product .woocommerce-tabs ul.tabs li, .desp-review ul.tabs li {
  background: none;
  border: 1px solid #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  margin: 0;
}
.desp-review ul.tabs li:before, .desp-review ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: 1px solid #d3ced2;
  border-bottom: 0;
}
.desp-review ul.tabs li.active::before {
  box-shadow: none !important;
}
.desp-review ul.tabs li:hover a, .desp-review ul.tabs li:hover {
  background-color: #eee !important;
}
.desp-review .nav-tabs li a {
  font-weight: 300 !important;
}
.desp-review .nav-tabs {
  margin-bottom: -1px !important;
  padding: 0 !important;
}
.desp-review .panel {
  border:none;
      box-shadow: none;
	  background-color:transparent;
	  margin:0 !important;
}
.desp-review #tab-reviews {
  padding: 30px 20px;
}
.desp-review #tab-reviews .woocommerce-Reviews-title {
  padding: 0 0 30px 0;
}
.woocommerce-MyAccount-navigation li.is-active {
  background-color: #eee;
}
.woocommerce-MyAccount-navigation li {
  padding: 10px 14px;
  background-color: #f5f5f4;
  margin-bottom: 4px;
}
.woocommerce .woocommerce-customer-details address p {
	font-size: 1.0em;
	    margin-left: -24px;
}
.woocommerce .woocommerce-customer-details address {
  font-size: 1.1em;
	padding-left: 38px;
}
.woocommerce .woocommerce-customer-details address:before {
	content: "";
	font-family: 'FontAwesome';
	color: #b5b5b5;
    font-size: 13px;
    margin-left: -22px;
    margin-right: 6px;
}
.woocommerce ul.order_details li, .woocommerce table.my_account_orders td, .woocommerce-MyAccount-navigation li a {
  color: #444;
  font-size: 1.2em;
}
.woocommerce ul.order_details li {
  padding: 8px 12px;
  margin-right: 1em;
}
.woocommerce ul.order_details li strong {
  font-size: 1em;
  margin-top: 6px;
}
/* single product Tabs Property end */
/* Shop page Property Start */
.wpf_infinity a, .lmp_load_more_button .lmp_button {
  text-transform: uppercase;
  height: 50px;
  width: 260px;
  line-height: 35px !important;
  font-size: 22px !important;
  background-color: #ffef62 !important;
  color: #3d860b !important;
  font-weight: bold !important;
  padding: 8px 18px !important;
  border-radius: 4px !important;
}
.wpf-search-container .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover, .lmp_load_more_button .lmp_button:hover {
  background-color: #ffef62 !important;
  color: #3d860b !important;
}
.products .item-box {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 0 !important;
}
.products .item-box .star-rating {
  display: none;
}
.products .item-box .box-img {
  height: 190px;
  overflow: hidden;
}
.products .item-box .box-img img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.products .item-box h2 {
    font-size: 18px !important;
    line-height: 24px;
    color: #333;
    padding-top: 20px !important;
    min-height: 101px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.products .item-box .price {
  font-size: 15px !important;
  font-weight: normal !important;
  padding: 10px;
  color: #908f8f !important;
}
.products .item-box:hover .price {
  font-size: 15px;
  font-weight: bold !important;
  color: #3d860b !important;
}
input[type="submit"], .button, .woocommerce-page .button, .woocommerce button.button, .products .item-box .button {
  background: #3d860b !important;
  color: #fff !important;
  font-weight: bold;
  padding: 8px 18px;
  font-size: 16px;
  border-radius: 4px;
  margin-top: 0 !important;
  line-height: 1.42857143;
}
.products .item-box .button:hover {
  background: #3d860b;
  color: #fff;
}
.sidebar .textwidget .wpf_item {
  background-color: #fff;
  border-color: #ddd;
  padding: 0;
  margin: 0;
  vertical-align: top;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.sidebar .textwidget .wpf_item ul {
  padding: 18px 18px !important;
}
.sidebar .textwidget .wpf_item ul li {
  display: inline-block;
  margin-right: 0 !important;
  width: 100%;
  padding-left: 28px;
}
.sidebar .wpf_item.wpf_item_wpf_tag ul li {
  width: 49%;
}
.sidebar .textwidget .wpf_item ul li input[type="checkbox"] {
  background-color: #eee;
  margin-left: -28px;
  border-radius: 3px;
  position: relative;
  border: none;
}
.sidebar .textwidget .wpf_item ul li input[type="checkbox"]:checked {
  background-color: #234338;
  color: #fff;
}
.wpf_item input[type="checkbox"]:checked:before {
  content: "" !important;
  position: absolute;
  left: 8px;
  top: 5px;
  width: 5px !important;
  height: 10px !important;
  border: solid white !important;
  border-width: 0 3px 3px 0 !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg) !important;
}
.sidebar .textwidget .wpf_item ul li label {
  font-weight: 500;
  margin-bottom: 0;
  line-height:1.4;
}
.sidebar .textwidget .wpf_item .wpf_item_name {
  font-size: 16px;
  padding: 15px 20px;
  margin: 0 !important;
  font-weight: 500;
}
.sidebar .textwidget .wpf_item .wpf_item_name:after {
  right: 20px !important;
  top: 32% !important;
}
.wpf_item .wpf_items_group .wpf_slider.ui-slider {
  height: 13px;
  background: #fff;
  border-radius: 0;
  margin: 35px 20px 20px 20px;
}
.wpf_item .wpf_items_group .wpf_slider.ui-slider .ui-widget-header {
  background: #e9e9e9 !important;
}
.wpf_item .wpf_items_group .wpf_slider.ui-slider .ui-slider-handle {
  border-radius: 3px !important;
  top: -4px;
  width: 1.2em;
  height: 1.2em;
}
.wpf_item .wpf_items_group .wpf-slider-tooltip {
  font-size: 16px;
  color: #f6931f;
  left: 26px;
  margin-bottom: 4px;
}
.wpf_item.wpf_item_price .wpf_items_group {
  border: 1px solid #ddd;
  width: 88%;
  margin: 12px auto 20px;
  border-radius: 4px;
  box-shadow: 1px 0px 23px 4px inset #e8fff7;
  padding: 4px 0;
}
.wpf-search-container ~ .wpf_infinity {
  display: none !important;
}
.wpf-pagination .wpf_infinity {}
.woocommerce-result-count {
  display: none;
}
.wpf-search-container h1.page-title {
  font-size: 24px;
  text-transform: inherit;
}
.site-main .view_cart_full {
  background-color: rgba(217, 144, 28, 0.0784313725490196);
}
.site-main .view_cart_full .woocommerce-message {
  border-top-color: #3d860b !important;
  background-color: #fff;
  margin-bottom: 0px !important;
  display: inline-block;
  width: 100%;
}
.woocommerce-message {
  border-top-color: #3d860b !important;
}
.woocommerce-message a.button:hover, .woocommerce-message a.button {
  background-color: #3d860b;
  color: #fff;
}
.yith_magnifier_zoom {
  overflow: hidden;
}
.yith_magnifier_zoom_magnifier {
  background-color: #fff;
}
.yith_magnifier_lens {
  background-color: rgba(255, 255, 255, 0.5);
  border: none !important;
}
.navbar-static .cart-icon {
  position: relative;
}
.navbar-static .cart-icon span {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  color: #fff;
  background-color: #79ad9b;
  right: -10px;
  top: -5px;
  text-align: center;
  font-size: 11px;
  padding: 4px 0 0;
}
/* Shop page Property End */
ul.flex-direction-nav {
  position: absolute;
  top: 27%;
  z-index: 90;
  width: 100%;
  left: 0;
  margin: 0;
  height: 0;
  padding: 0px;
  list-style: none;
  display: flex;
    align-items: center;
    justify-content: space-between;
	top: 32%;
}
li.flex-nav-prev {
  float: left;
  display: inline-block;
  margin-left:30px;
  height: 30px;
    width: auto;
}
li.flex-nav-next {
  float: right;
  display: inline-block;
  margin-right:30px;
  width:auto;
}
a.flex-next {
  visibility: hidden;
}
a.flex-prev {
  visibility: hidden;
}
a.flex-next:after, a.flex-prev:before {
  display: inline-block;
  width: 20px;
}
a.flex-next:after, a.flex-prev:before {
width: 30px;
    height: 30px;
    background: #ffffffa1;
    border-radius: 100%;
    font-size: 19px !important;
    color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 200;
}
a.flex-next::after {
  visibility: visible;
  content: '\f105';
  font-family: FontAwesome;
  margin-right: 0px;
  font-size: 40px;
}
a.flex-prev::before {
  visibility: visible;
  content: '\f104';
  font-family: FontAwesome;
  margin-left: 0px;
  font-size: 40px;
}
li.flex-nav-next a.flex-next::after {
	display: inline-flex;
}
 
li.flex-nav-next a.flex-next {
	height: 30px;
    display: inline-block;
    width: auto;
}
.cart ol.flex-control-thumbs {
    margin-top: 10px !important;
    display: flex;
    overflow-x: scroll !important;
	gap:0 10px;
	position:relative;
	z-index:999;
	border-radius:10px;
}

.cart .flex-control-thumbs li {
	width:auto;
  margin-right: 0px !important;
  min-width:49%;
}
.cart .flex-control-thumbs li:nth-child(4n+1) {
  clear: inherit !important;
}
.cart-detail .variations {
  margin-bottom: 0 !important;
}
.cart-detail .variations td {
  line-height: 0px;
}
.single_variation_wrap {
  /*margin-top: 16px !important;*/
  margin-top:0 !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport,
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport figure div {
	/*height:310px !important;*/
	position:relative !important;
	border-radius:10px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport figure div a {
	    height: 100%;
    display: inline-block;
	width:100%;
	float:left;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport img {
border: 1px solid #e7e7e7;
    object-fit: cover;
    width: 99% !important;
    height: auto !important;
    border-radius: 10px;
    margin-left: 0.3%;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport img.zoomImg {
	display:none !important;
}
/* single product property end */
/* Cart page property start */
.woocommerce form .form-row textarea {
  padding: 10px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 44px;
  padding: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
input.input-text {
  padding: 14px 15px;
  display: block;
  border: 1px solid #ccc;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
/* Cart page property end */
/* woocommerce property end */
/* contact_page property start */
.form_address_section {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.form_address_section .contact_page_form {
  display: inline-block;
  width: 56%;
}
.form_address_section .contact_page_form h3 {
  font-weight: bold;
  margin-top: 0;
}
.custom_order_page_section ul li, .form_address_section .contact_page_form ul li {
  display: inline-block;
  width: 48%;
  margin-bottom: 3%;
}
.custom_order_page_section ul li:nth-child(2n), .form_address_section .contact_page_form ul li:nth-child(2n) {
  float: right;
}
.form_address_section .contact_page_form ul li:last-child {
  width: 100%;
}
.custom_order_page_section ul li input, .form_address_section .contact_page_form ul li input {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 0;
  padding: 8px 18px;
}
.form_address_section .contact_page_form ul li textarea {
  height: 180px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 8px 18px;
}
.form_address_section .contact_page_form form input[type="submit"] {
  border: 0;
}
.form_address_section .contact_detail {
  display: inline-block;
  width: 40%;
  background-color: #c4ac86;
  padding: 3% 4%;
/*  background: url(http://phipac.in/wp-content/uploads/2020/06/custom-image-texture.jpg) no-repeat;*/
  background-size: cover;
  border-radius:6px;
}
.form_address_section .contact_detail h3 {
  margin-top: 0px;
  color: #000000;
  font-weight: bold;
}
.form_address_section .contact_detail p {
  color: #333;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-weight: 600;
}
.form_address_section .contact_detail ul {
  padding: 20px 0 0 0;
  margin-bottom:0;
}
.form_address_section .contact_detail ul li {
  width: 100%;
  padding: 0 0 18px 60px;
}
.form_address_section .contact_detail ul li p:last-child,
.form_address_section .contact_detail ul li:last-child {
	padding-bottom:0;
}
.form_address_section .contact_detail ul li p a {
  color: #333;
  font-weight: 600;
}
.form_address_section .contact_detail ul li .detail_title {
  line-height: 18px;
  /* color: #588a79; */
  color: #3d860b;
  padding-bottom: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.form_address_section .contact_detail ul li .fa-phone {
  transform: rotate(90deg);
}
.form_address_section .contact_detail ul li .fa {
  height: 46px;
  width: 46px;
  background-color: #b19c7c;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 14px 0;
  font-size: 20px;
  display: inline-block;
  font-style: normal;
  margin-left: -60px;
  float: left;
}
.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-weight: normal;
  text-align: left;
  top: 10px;
  font-size: 15px;
  position: absolute;
  background-color: #fff;
  margin-left: 10px;
  padding-right: 100px;
}
/* contact_page property end */
/* footer property start */
/* footer property end */
/* question_section 5 property start */
.faq_tab {
	display: block
}
.faq_tab ul {
	margin-bottom: 0;
}
.faq_tab li {
	display: inline-block;
	  color: #fff;
    font-size: 18px;
}
.faq_tab li.active a {
	background-color: #425a4d;
}
.faq_tab li a {
	color: #fff;
	padding: 10px 30px;
	 background-color: #8a8a8a;
	display: inline-block;
}
.faq_result
{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.faq_result .question_section
{
	display: none;
}

.question_section {
  display: block;
   border: 1px solid #ccc;
    padding: 10px 20px;
}
.question_section ul {
}
.question_section ul li {
  display: block;
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e2e2;
}
.question_section ul li .question {
  display: block;
  font-size: 19px;
  margin-bottom: 0;
  /*background-color: #f4f4f3;*/
  padding: 10px 20px;
  color: #444;
  cursor: pointer;
  background:url(http://phipac.in/wp-content/uploads/2020/06/footer-bg.jpg) repeat;
}
.question_section ul li .question:after {
  content: "";
  font-size: 20px;
  color: #444;
  font-family: 'FontAwesome';
  float: right;
  font-weight: 100;
}
.question_section ul li .minus:after {
  content: "" !important;
}
.question_section ul li .answer {
  display: none;
  padding: 14px 14px 0 20px;
  position: relative;
}
.question_section ul li .answer:before {
	display: none;
  content: "";
  font-family: 'FontAwesome';
  color: #425a4d;
  font-size: 18px;
  left: 2px;
  position: absolute;
}
.question_section ul li .answer p {
  padding-bottom: 16px;
}
input[type=search] {
  padding: 6px 20px;
  -webkit-appearance: none;
}
/* question_section 5 property end */
/* Custom Order page property start */
.custom_order_page_section {
  display: inline-block;
  width: 100%;
}
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.9);
}
.overlay-content {
  position: relative;
  top: 46%;
  width: 60%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
.overlay .closebtn {
  position: absolute;
  top: 80px;
  right: 100px;
  font-size: 40px;
  cursor: pointer;
  color: #444;
  top: 24px;
  z-index: 999;
}
.overlay .closebtn:hover {
  color: #444;
}
.overlay input[type=text] {
  padding: 10px 20px;
  font-size: 25px;
  border: none;
  width: 100%;
  background: none !important;
  border-bottom: 1px solid #444;
  color: #000;
  font-size: 22px;
  box-shadow: none;
  margin: 0 auto;
}
.overlay input[type=text]:hover {
  background: none;
}
.overlay button {
  float: left;
  width: auto;
  padding: 8px 0px 0px 0px;
  background: none;
  font-size: 22px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 24px;
}
.overlay button:hover {
  background: none;
}
.overlay button:focus {
  background: none;
  outline: none;
}
.overlay .screen-reader-text {
  clip: inherit;
  height: 30px;
  overflow: hidden;
  position: absolute !important;
  width: 100px;
  display: inline-block;
  right: 0;
  top: 0;
}
.light_bg {
  background: #da901d14 !important;
}
.search_result_container .hentry {
  padding: 20px;
  background-color: #fff;
}
.search_result_coloum {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin: 0 auto;
}
.search_result_coloum .col-sm-6:first-child {
  padding-left: 0;
}
.search_result_coloum div a.post-thumbnail img {
  height: auto;
  width: auto;
}
.search_result_coloum .product-table .table-content tbody {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.search_result_coloum .product-table .table-content tbody tr td:first-child {
  width: 100%;
}
.search_result_coloum .product-table .table-content tr td:last-child {
  border-right: 1px solid #ccc;
}
.search_result_coloum .product-table .table-content tbody tr td {
  width: 50%;
  display: inline-block;
  float: left;
}
.search_result_coloum .product-table .button {
  margin-top: 30px !important;
  display: inline-block;
}
.desp-review .search_result_container article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
.desp-review .search_result_container article:last-child {
  border-bottom: none;
}
.desp-review .search_result_container .entry-title a {
  color: #333;
}
/* Custom Order page property end */
/*mini cart start*/
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 122px;
  padding: 10px 10px 5px;
}
.woocommerce ul.order_details {
    border: 1px solid rgba(0,0,0,.1);
    padding: 10px;
    border-radius: 5px;
}
.custom_mini_cart {
  width: 505px;
  display: none;
  border: 1px solid #c8c8c8;
  position: fixed;
  right: 32px;
  background: #fff;
  z-index: 99999;
  top: 106px;
  margin-top: -15px;
}
.custom_mini_cart .top_msg {
  font-size: 28px;
  padding: 20px 20px;
  text-align: center;
  border-bottom: 1px solid #c8c8c8;
}
.custom_mini_cart ul {
  background: #fff;
  display: inline-block;
  width: 498px;
  margin-top: 0;
  overflow-y: scroll;
  height:160px;
  float: left;
  margin-bottom: 0px;
}
.custom_mini_cart ul li {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #c8c8c8;
  border-left: none;
  border-right: none;
  vertical-align: text-top;
  padding: 0 20px !important;
  position: relative;
  border-top: 0;
  float: left;
}
.custom_mini_cart ul li:last-child {
  boder-bottom: none;
}
.custom_mini_cart ul li a {
  color: #000;
  display: inline-block;
  width: auto;
  float: left;
}
.custom_mini_cart ul li a img {
  max-width: 100px;
  padding-right: 20px;
  padding-top: 20px;
  float: left !important;
  width: 100px !important;
  height: auto;
  padding-bottom: 20px;
}
.custom_mini_cart ul li div.mini_cart_product_info {
  display: inline-block;
  width: 305px;
  float: left;
  padding: 20px 0px 20px 20px;
  border-left: 1px solid #c8c8c8;
}
.custom_mini_cart ul li div.mini_cart_product_info .mini_cart_product_title {
  width: 100%;
  line-height: 18px;
}
.custom_mini_cart ul li div.mini_cart_product_info .mini_cart_quantity {
  display: block;
  width: 100%;
  float: left;
  margin: 10px 0 0;
  text-align: right;
}
.custom_mini_cart ul li div.mini_cart_product_info .mini_cart_quantity .mini_cart_size {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: left;
  font-size: 11px !important;
  font-weight: 300;
}
.custom_mini_cart ul li div.mini_cart_product_info .mini_cart_quantity dl.variation {
  margin: 0;
  float: left;
  font-size: 11px !important;
  font-weight: 300;
  padding-left: 0;
  border-left: none;
}
.custom_mini_cart ul li dl.variation dt, .custom_mini_cart ul li dl.variation dd {
  float: left !important;
  display: inline-block;
  font-size: 13px !important;
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.custom_mini_cart ul li dl.variation dd p {
  margin-top: 0px;
  margin-left: 5px !important;
  font-size: 11px !important;
  font-weight: 300;
  padding-bottom: 0 !important;
  line-height: 16px !important;
}
.custom_mini_cart ul li .quantity {
  display: inline-block;
  width: 50%;
  float: left;
}
.custom_mini_cart ul li a.remove {
	display: none;
  position: relative;
  float: right;
  margin-right: 00px;
  margin-top: 5px;
  font-size: 24px !important;
}
.custom_mini_cart ul li a.remove:before {
  display: none;
}
.custom_mini_cart .woocommerce-mini-cart__total {
  width: 100%;
  display: inline-block;
  padding: 10px 20px 0 20px;
  margin-top: 0;
  border-top: 1px solid #c8c8c8;
}
.custom_mini_cart .woocommerce-mini-cart__total strong {
  display: inline-block;
  float: left;
}
.custom_mini_cart .woocommerce-mini-cart__total span.woocommerce-Price-amount {
  display: inline-block;
  text-align: right;
  float: right;
  padding-right: 43px;
  line-height: normal;
}
.custom_mini_cart .woocommerce-mini-cart__buttons {
  padding: 0 20px 20px 20px;
}
.custom_mini_cart .woocommerce-mini-cart__buttons .button {
  margin-right: 10px;
}
.custom_mini_cart .woocommerce-mini-cart__buttons .btn {
  color: #ffffff !important;
  background-color: #303133 !important;
  border: 1px solid #303133 !important;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.custom_mini_cart .woocommerce-mini-cart__buttons .btn:hover {
  color: #303133 !important;
  background-color: #ffffff !important;
  border: 1px solid #303133 !important;
}
.custom_mini_cart .woocommerce-mini-cart__empty-message {
  margin-top: 0;
  padding: 30px 60px;
  background-color: #f4f4f4;
}

.product-row .col-name a{ color:#333 !important;}
.qib-button:not(#qib_id):not(#qib_id){color: #000 !important; background:#ebe5dc !important;}

.woocommerce div.product .product_meta
{
	display:none;
}
.ywmmq-rules-wrapper
{
	display:none !important;
}
.product-type-simple form.cart
{
	/*display:none !important;*/
}
.select_quantity {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}
.navbar-left {
    float: right !important;
    margin-right: -13px;
}
.our-product .content {
margin-top: 0px;
    display: flex;
    align-items: end;
    position: relative;
    justify-content: center;
}
.woocommerce-products-header__title.page-title {
    margin-bottom: 20px;
}
.filter h3 {
    margin-bottom: 20px;
}
.desp-review h1 {
    margin-top: 0px;
}
.question_section h2 {
    font-size: 25px;
    margin-bottom: 20px;
}
.qib-container:not(#qib_id):not(#qib_id) {
    width: 100%;
    margin-bottom: 30px;
}
.single_add_to_cart_button.button.alt {
    margin: 0px 0px 0px 0px !important;
}
.search_result_container h1 {
    margin-bottom: 25px;
}
.product .entry-header {
    margin: 60px 0px 0px 0px;
}
.product .entry-header h2 {
    margin-bottom: 25px;
}
.cart-collaterals {
    margin-top: 40px;
}


/*mini cart End */


.woocommerce div.product form.cart .button.popup_btn
{
	display:inline-block !important; 
	float:none !important;
	line-height:1 !important;
	height:35px !important;
	margin-left:10px !important;
}
.popup_overlay
{
	position:fixed;
	display:none;
	z-index:9999;
	background-color:rgba(0,0,0,0.4);
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:100%;
	width:100%;
}
.popup_overlay .popup_form {
	margin:0 auto;
	display:block;
	width:100%;
	max-width:500px;
	background:#fff;
/*	border:2px solid #ccc;
	border-radius:10px;
	padding:20px 30px;*/
	top:50%;
	left:50%;
	position:absolute;
	transform: translate(-50%, -50%);
    max-height: 92vh;
}
.popup_overlay .popup_form .popupoverflow {
	max-height: 90vh;
    overflow-y: scroll;
    padding: 20px 30px;
    display: block;
}
.popup_overlay .popup_form .popup_header {
	display:block;
	text-align:center;
}
.popup_overlay .popup_form .popup_header img {
	width:70px;
}
.popup_overlay .popup_form .popup_header h3 {
}
.popup_overlay .popup_form .popup_close
{
font-size: 22px;
    position: absolute;
    right: -5px;
    font-weight: 700;
    top: -6px;
    color: #fff;
    text-decoration: none;
    background-color: #3d860b;
    border: none;
    cursor: pointer;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.popup_overlay .popup_form p
{
	display:inline-block;
	width:100%;
	line-height:1.3em;
}
.popup_overlay .popup_form p label
{
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
	margin-bottom:0;
}
.popup_overlay .popup_form p select,
.popup_overlay .popup_form p input, .popup_overlay .popup_form p textarea
{
	width:100%;
	text-indent: 5px;
	border-radius: 4px;
    padding: 4px 6px;
    border: 1px solid rgb(118 118 118);
}
.popup_overlay .popup_form p select {
   min-height: 25.83px;
}
.popup_overlay .popup_form p textarea
{
	height:70px;
}
.popup_overlay .popup_form p span.wpcf7-not-valid-tip
{
	top:2px;
	font-size:11px !important;
}
.popup_overlay .popup_form .wpcf7-response-output
{
	margin:0 !important;
}
.popup_hidden
{
	display:none !important;
}

.hidden_product_info
{
	display:none;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination
{
	display:none !important;
}
.view-more-btn {
  width: 100%;
  float: left;
  text-align: center;
}
.content ul {
	
}
.content ul li {
    display: block;
    font-size: 16.6px;
    margin: 0 0 6px;
    position: relative;
    padding-left: 18px;
}
.content ul li:before {
	content:"";
    display: inline-block;
    width: 7px;
    height: 7px;
    vertical-align: top;
    border-radius: 100%;
    background-color: #000;
    position: absolute;
    top: 7px;
    left: 0;
}
.content a,
.content p {
    font-size: 16.6px;
	color:#333;
}
.content a {
	text-decoration:underline;
}
.content h4 {
	font-size:22px;
}
.content h5 {
	font-size:20px;
}
.content h6 {
	font-size:18px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-weight: 800;
	display:inline-block;
	width:100%;
}

.qib-container, .select_quantity {
	display:none !important;
}

#custominput {
	display:none;
}


.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index:90;
	width:100%;
	height:100%;
	right:0;
	top:0;
	background:transparent !important;
}

.pagination {
	display:block;
	text-align:center;
}
.pagination span, .pagination a {
	padding: 5px 8px;
    background-color: #3d860b;
    color: #fff;
	margin:0 2px;
}
.pagination span {
	background-color:#d8be97 !important;
}


.customer-logos .slick-slide {
	    display: block;
    text-align: center;
	background-color:#f1f1f1;
	padding:20px 5px;
	border-radius:15px;
}
.customer-logos .slick-slide img {
	    max-width: 180px;
    display: inline-block;
}



.woocommerce div.product .woocommerce-tabs ul.tabs {
	display:none;
}






@media only screen and (max-width: 1380px) {
.banner_text {
	padding: 100px 0px 0px 100px;
}
}
@media only screen and (max-width: 1199px) {
.nav > li > a {
    padding: 10px 5px;
}
.bg-effect .image img {
    height: 300px;
}
.our-product .box h4 {
    font-size: 18px;
}
.content.box-desp {
  height: 293px;
}
.view-more a {
  font-size: 25px;
}


}
@media only screen and (max-width: 991px) {
.menu-home .navbar-nav > li > a {
 /*   font-size: 10px;*/
}
.bg-white.choose-quantity .col-sm-4 {
    width: 100%;
    margin-bottom: 40px;
}
.choose-quantity .away h4 {
    padding-top: 10px;
}
.choose-quantity {
    padding: 60px 0px 0px 0px;
}
.footer-banner .col-sm-3 {
    width: 50%;
}
.Signup.question {
    padding-left: 0px;
}
.form_address_section .contact_page_form {
    width: 100%;
}
.form_address_section .contact_detail {
    width: 100%;
	padding: 35px 30px 0px 30px;
    margin: 50px 0px 0px 0px;
}
.banner_text {
	padding: 50px 0px 0px 100px;
}
.search_result_coloum {
    padding: 40px 0px 40px 0px;
}
.content.box-desp {
  height: 219px;
}
.view-more a {
  font-size: 18px;
}
.desp-review .about_us .bg-strip{
  width: 100%;
  margin-top: 35px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary
{
	width:100%;
	height:auto !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width:100%;
}
.product_specifications ul li img {
	max-width:50px;
}
.product_specifications ul li p {
	font-size:1em;
}
.product-table .table-content {
    width: 100%;
    display: inline-block;
    overflow-x: scroll;
    max-width: 750px;
}
.product-table .table-content tr {
    width: 100%;
    display: flex;
    overflow-x: scroll;
}
.product-table .table-content tr td {
    min-width: 200px;
    display: inline-block;
}
.tax-product_cat .products .item-box .box-img {
	height:auto;
}
.tax-product_cat .products .item-box h2 {
    min-height: auto;
}
.tax-product_cat .products .button {
    font-size: 13px;
}

}


@media only screen and (max-width: 1900px) {}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 1024px) {
	.navbar-brand>img {
		max-width:80px;
	}
	}
@media only screen and (max-width: 900px) {}
@media only screen and (max-width: 768px) {
  .menu-home .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }
  .menu-home .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .menu-home .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .menu-home .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
  .our-product .box {
	  margin-bottom:20px;
  }
  .our-product .box .box-desp {
	  min-height:auto;
  }
.ms-skin-light-6 .ms-nav-prev {
    width: 50px !important;
    height: 50px !important;
	background-position: -95px -22px !important;
}
.ms-skin-light-6 .ms-nav-next {
    width: 50px !important;
    height: 50px !important;
	background-position: -72px -103px !important;
}
/*  .home .menu-home {
	  position:relative;
	  background:#fff !important;
  }
  .home .menu-home ul.top-menu > li.search-icon {
    filter: brightness(1) invert(0);
}
.home .menu-home .navbar-nav > li > a {
	color:#3d860b !important;
}*/
/*.page-id-2 .navbar-default .navbar-nav > li > a:focus, .page-id-2 .navbar-default .navbar-nav > li > a:hover {
	color:#3d860b !important;
	border-bottom:2px solid #3d860b !important;
}*/
.dropdown_arrow:after {
	color:#3d860b !important;
	top:20px;
	position:absolute;
}
.ph_header_menu_div .navbar-nav>li.dropdown {
	position:relative;
}
.dropdown-content {
	position:relative;
	margin:0 auto 30px;
	min-width:auto !important;
	width:100%;
	padding:10px 0 2px;
}
.li_width_33, .li_width_25 {
	width:48%;
	display:inline-block;
}
.li_width_100 .view-more-btn {
	width: auto;
        display: inline-block;
}
.li_width_100 .view-more-btn a {
	padding: 10px 20px !important;
    width: auto;
}
.dropdown-content a {
	font-size:12px;
	line-height:15px;
}
.dropdown-content a .menu-icons {
	width:35px;
	min-width:35px;
}
}
@media only screen and (max-width: 767px) {
.navbar-left {
    float: left !important;
    margin-right: 0px;
}
ul.top-menu {
	display: none;
  /*  margin-top: -45px;*/
}




.navbar-toggle {
    margin-top: 28px;
}
ul.top-menu > li {
    margin-left: 0px;
}
.dropdown-content {
    min-width: 300px;
}
.banner_text h1 {
    font-size: 20px;
}
.bg-effect {
    margin-bottom: 30px;
}
.orders {
    padding: 60px 0px 30px 0px;
}
.box-order h2 {
    font-size: 20px;
}
.our-product .img-container {
    height: inherit;
}
.our-product h1 {
    font-size: 25px;
}
.choose-quantity .heading h1 {
    font-size: 25px;
    line-height: 30px;
}
.happy-clients h1 {
    font-size: 25px;
    line-height: 30px;
}
section.why-choose {
    padding: 40px 0px 30px 0px;
}
.why-choose h1 {
    font-size: 25px;
    line-height: 30px;
}
.footer-banner .col-sm-3 {
    width: 100%;
}
.social-media {
    float: left;
}
.address {
    margin-bottom: 40px;
}
.footer-banner .phone-number ul li {
    margin-bottom: 20px;
}
.phone-number {
    margin-bottom: -10px;
}
.footer-banner .footer-logo {
    padding-bottom: 20px;
}
.desp-review .nav-tabs li a {
    font-size: 17px !important;
}
.faq_tab li a {
	font-size: 16px;
    padding: 10px 10px;
}
.question_section h2 {
    font-size: 18px;
	line-height: 30px;
}
.menu-home .navbar-nav > li > a {
    font-size: 14px;
}
.qib-container:not(#qib_id):not(#qib_id) {
	margin-top: 10px;
}
.qib-button:not(#qib_id):not(#qib_id) {
    margin-top: -5px !important;
}
.u-column2.col-2 {
    margin-top: 60px;
}
.search_result_coloum .col-sm-6 {
    width: 100%;
	padding: 0px 0px 0px 0px !important;
}
.search_result_coloum {
    display: inherit;
	padding: 0px 0px 40px 0px;
}
.search_result_coloum div a.post-thumbnail img {
    width: 100%;
}
.search_result_coloum .product-table {
    padding: 20px;
}
.view-more-btn {
  text-align: left;
}
.desp-review .about_us .bg-strip h3 {
  font-size: 22px;
}
.title {
	margin-bottom:20px !important;
	margin-top:5px !important;
	font-size:21px !important;
}

.product_specifications ul li {
	    width: 46%;
    padding: 10px 2%;
}
.ph_header_menu_div {
	margin-top:0;
}
.product_specifications {
	padding:20px 0;
}
.product_specifications .title:after {
	margin:20px 0 0 0;
}
.desp-review {
	padding:30px 0 40px 0;
}
.single-product .cart h2 {
	font-size:22px;
}
.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
}
@media only screen and (max-width: 593px) {
.banner_text {
	padding: 10px 0px 0px 70px;
}
.ms-skin-light-6 .ms-nav-prev {
    width: 30px !important;
    height: 30px !important;
    background-position: -96px -34px !important;
}
.ms-skin-light-6 .ms-nav-next {
    width: 30px !important;
    height: 30px !important;
    background-position: -92px -110px !important;
}
.banner_text p {
    padding-right: 10px;
}
.desp-review .about_us .bg-strip{
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 35px;
}
.desp-review .about_us .bg-strip h3 {
  line-height: 3rem;
  margin-bottom: 20px;
}
}
@media only screen and (max-width: 502px) {
.faq_tab li {
    display: inline-grid;
    width: 100%;
    text-align: center;
    margin-bottom: 1px;
}
.tax-product_cat .product_bg .items .products .product {
	width: 342px;
    max-width: 100%;
    margin: 0 auto 20px;
    float: none;
}
.tax-product_cat .product_bg .items .products .product:nth-child(2n) {
	float:none;
}
.tax-product_cat .product_bg .items .products .product:last-child {
	margin-bottom:0;
}


}
@media only screen and (max-width: 398px) {
.bg-effect .image img {
    height: 350px;
}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 640px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 320px) {}