html, body {
	overflow-x: hidden;
	height: 100%;
}

header .wrap-search .search-form:hover input[type="text"], header .wrap-search .search-form:focus input[type="text"] {
	width: 125px !important;
}

header .main-nav .minimal-menu > ul .megamenu .menu-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 500px;
}
.minimal-menu .mn-wrap {
  visibility: hidden;
}

footer {
  text-align: center;
}

.topbar .left-topbar,.topbar .right-topbar {padding: 10px 0;}

.page p {
  margin-bottom: 20px;
}
.page ul {
  list-style-position: initial;
}
.page ul li {
  margin-left: 20px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px){
  .minimal-menu ul li:focus .menu-wrapper ul, .minimal-menu ul li:focus .menu-wrapper {
      visibility: visible !important;
  }

  .minimal-menu ul li:focus > ul, .minimal-menu ul li:focus > .menu-wrapper {
      visibility: visible;
      opacity: 1;
  }
}
@media only screen and (max-width: 1025px) {
  .minimal-menu .mn-wrap {
    visibility: visible;
  }
  .wrap-search {
    visibility: hidden;
  }
}
/* Home Page */

.mgb-100 {
  margin-bottom: 100px !important;
}

.mgb-70 {
  margin-bottom: 70px !important;
}

.mgt-70 {
  margin-top: 70px !important;
}

.price_color {
  color: #CA7379 !important;
}

.bk {
  color: #333;
}

.strdesc {
  font-size: 12px;
  line-height: 1.42857;
  margin-top: 0px;
}

.pink-btn {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

header .logo {
  width: auto;
}

.category-item .category-thumb .overlay-img:before,
.team-item .team-thumb .overlay-img:before,
.box-product .product-item .product-thumb .overlay-img:before,
.our-works.works-full-width .list-works .works-item .works-thumb .overlay-text:before,
.works-item .works-thumb .overlay-img:before,
.custom-blocks .block-item .media .media-left .block-thumb .overlay-img:before,
.our-team-content .team-item .team-thumb .overlay-img:before,
.our-office .office-item .office-thumb .overlay-img:before,
.team-item .team-thumb .overlay-img:before {
  background-color: transparent;
}

label.minimal-menu-button {
  margin-top: 0px;
}

.box-product{
  width: 100% !important;
}

@media (max-width: 767px) {
  .box-product {
    width: 100% !important;
  }
}

a.logo img {
	max-width: 100%;
  float: left;
  max-height: 120px;
}
@media (max-width: 767px) {
  a.logo img {
    max-height: 60px !important;
	}
}

/* Navigation Menu */

li[class^='level'],li[class*=' level'] { overflow: hidden !important;}

a.level-3 { margin-left: 10px; }
a.level-4 { margin-left: 20px; }
a.level-5 { margin-left: 30px; }
a.level-6 { margin-left: 40px; }
a.level-7 { margin-left: 50px; }
a.level-8 { margin-left: 60px; }
a.level-9 { margin-left: 70px; }
a.level-10 { margin-left: 80px; }

/* Product Page */

.maxStockQty {
	border-color: red !important;
}

.maxStockAdc {
	background: #c0c0c0 !important;
	border-color: #c0c0c0 !important;
	pointer-events: none;
	cursor: default;
}

.ul-product {
  margin-top: 30px;
}

.padsel {
  padding-left:0px !important;
}

/* Category Page */


.main .main-content .fancy-select .trigger {
  min-width: 150px;
}

/* Contact Page */

#contactpage .field {
  margin-bottom: 25px;
}

#contactpage > div.actions > input:hover {
  color: #ca7379;
  background-color: #ffffff;
  transition: all 0.6s ease;
}

div.field input.text{
  width: 100%;
  height: 42px;
  border: 1px solid #DDD;
  border-radius: 20px;
  padding: 0px 20px;
  transition: all 0.6s ease 0;
}

#contactpage_message textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #DDD;
  border-radius: 20px;
  padding: 15px 20px;
  margin-bottom: 25px;
  transition: all 0.6s ease 0s;
}

div.field label, #contactpage_message label {
  display: inline-block;
}

#contact_form div.field input.text:focus{
  border: 1px solid rgba(202, 115, 121, 0.7);
  box-shadow: 0px 0px 4px rgba(202, 115, 121, 0.7);
}

#contactpage > h2 {
  font-size: 20px;
}

span.error, #login #credentials .error {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  color: red;
}

h2.error {
  color: red;
  font-size: 20px;
  text-transform: uppercase;
}

#customer_details .error {
	margin-top: 20px;
  color: red;
}

/* Blog Page */

.content-blog, .blog, .post {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 15px;
}
.blog h2 {
  margin-top: 15px;
}

/* PAYMENT */

/* Cart Page */

.fs88 {
  font-size: 88%;
}
.main .main-content .shop-table .cart_item .product-quantity .quantity input {
  -moz-appearance:textfield;
}

.main .main-content .shop-table .cart_item .product-quantity .quantity input::-webkit-inner-spin-button,
.main .main-content .shop-table .cart_item .product-quantity .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#coupon_code {
  border: 1px solid #DDD;
  border-radius: 20px;
  padding: 0px 20px;
}

#coupon_form .error {
  color: red;
  text-align: center;
  margin-bottom: 40px;
}

input#coupon_code {
  height: 42px;
  border: 1px solid #DDD;
  border-radius: 20px;
  padding: 0px 20px;
  transition: all 0.6s ease 0s;
}

input#coupon_code:focus {
  border: 1px solid rgba(202, 115, 121, 0.7);
  box-shadow: 0px 0px 4px rgba(202, 115, 121, 0.7);
  outline: 0px none !important;
}

input#set_coupon_code_button, .main .main-content .shop-table .update-cart-btn, .main .main-content .shop-table .checkout-btn {
  height:42px;
}

input#set_coupon_code_button {
	margin: 15px 0 40px 0;
}

input#set_coupon_code_button:hover {
	font-weight: bold;
	color: #25262c;
}

#cobtn{
  float: right;
}

#estimate_shipping_button {
  width: 100%;
  margin: 12px 0 0 0;
}
.continue_shopping {
  margin-top: 12px !important;
}
.wrap-coupon h3 {
  color: #25262c;
  font-size: 20px;
  margin: 0 0 40px;
  text-align: center;
  text-transform: uppercase;
}
#estimate_shipping_button:hover {
	color: #25262c;
  font-weight: bold;
}

#set_shipping_button:hover {
	color: #25262c;
  font-weight: bold;
}

dl#estimates {
  margin: 30px 20px;
}

#estimates span {
  color: #212121;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.totals-table td {
  color: #333;
}

.main .main-content .shop-table .cart-action td {
  padding-top: 0px;
}

.main .main-content .shop-table .cart_item .product-price del {
  color: #858585;
}
#payments_options img {
  width: 100%;
}
/* Checkout Page */

label {
  margin-top: 10px;
}

.fancy-select .trigger {
  min-height: 42px;
}

.checkbox-field > input[type="checkbox"].checkbox {
  display: inline;
}

.loader {border: 4px solid #ccc; border-top: 4px solid #999; border-radius: 50%;width: 20px;height: 20px;margin:11px auto 0;left: 0;right: 0;animation: spin 2s linear infinite;position:absolute;}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#payments_options ul, #shipping_options ul, #payments h2 {
  list-style-type: none;
  margin-top: 20px;
}

#payments h2 {
  margin-top: 20px !important;
}

#checkout_col_1 field {
  margin-top: 10px !important;
}

#checkout_col_2 {
  padding-bottom: 30px !important;
  border-radius: 20px;
}

#payments_options span, #shipping_options span{
  color: #212121;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.payment_information {
  margin-top: 5px;
  margin-bottom: 20px;
}

#shipping_options {
  margin-top: 5px;
  margin-bottom: 45px;
}

#payments .legend {
  margin-top: 45px;
}

input[type="checkbox"]{
  width: auto;
}

#other input[type="checkbox"], .checkbox-field label, .required{
  display: inline;
}

#submit_review_order:hover {
  color: #ca7379;
  background-color: #ffffff;
  transition: all 0.6s ease;
}

/* Review Order Page */

.main .main-content .shop-table .cart_item .product-name p {
  color: #212121;
  font-size: 11px;
  padding-bottom: 3px;
  display: inline-block;
  transform: translateZ(0px);
  box-shadow: 0px 0px 1px transparent;
  backface-visibility: hidden;
  position: relative;
  text-transform: uppercase;
}

.addresses {
  color: #333;
  line-height: 1.6;
}

#review-order .shop-shipping h3 {
  text-align: left !important;
}

#place_order:hover {
  color: #ca7379;
  background-color: #ffffff;
  transition: all 0.6s ease;
}


/* Success Page */

#success-page h1 {
  color: #333;
  margin-bottom: 40px;
}

#success-page h5 {
  color: #333;
  margin-top: 30px;
}

#submit_password {
  margin-top: 20px;
}

#submit_password:hover {
  color: #ca7379;
  background-color: #ffffff;
  transition: all 0.6s ease;
}

/* Login Page */

a#reset_password, #resume_login {
  margin-top: 30px;
  text-transform: uppercase;
  display: block;
}

a#reset_password:before, a#resume_login:before {
  background: none;
}

#submit_login:hover {
  color: #ca7379;
  background-color: #ffffff;
  transition: all 0.6s ease;
}

/* Client Details Page */

#customer_details .input-form {
  margin-bottom: 0px;
}

input#register_customer {
  margin-top: 25px;
}

input#register_customer:hover {
  color: #ca7379;
  background-color: #ffffff;
  transition: all 0.6s ease;
}

/* Edit Address Page */

input#edit_customer_address.button {
  margin-top: 25px;
}

input#edit_customer_address.button:hover {
  color: #ca7379;
  background-color: #ffffff;
  transition: all 0.6s ease;
}

/* Account Page */

.recover_order {
	float:left;
  margin-left: 10px;
  font-size: 10px;
}
.hiring-content .body-hiring {
  margin-top: 0px;
}

.hiring-content .body-hiring .hiring-box-1 {
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

/* Custom Selects */
.select-wrapper {
  background-color: #FFF;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.select-wrapper:after {
  content: "\f078";
  font-family: 'FontAwesome';
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 5;
}
select.custom-select {
  width: 100%;
  padding: 10px 40px 10px 10px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #DDD;
  border-radius: 20px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.banner-category {
  max-width: 100%;
  height: auto;
  margin: 0 auto 70px;
}

#whatsapp {
	display: none;
}

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

	#whatsapp {
		display: inline-block;
	}

  .main .main-content .shop-table .cart_item .product-name a {
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .main .main-content .shop-table .cart_item .product-quantity .quantity {
    width: 80px !important;
  }

  .main .main-content .shop-table tr td {
    padding: 8px !important;
  }

  .main .main-content .shop-table .cart_item .product-quantity .quantity input {
    width: 25px !important;
  }
}

.group-span-filestyle label {
	margin-top: 0;
}

.bootstrap-filestyle .form-control  {
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}

.bootstrap-filestyle .input-group-btn label {
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

.product_stock_info {
	font-size: 30px;
}

.product-sku {
  margin-bottom: 10px;
}
