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 p:empty {
  min-height: 1.5em;
}

.page ul,
.page ol {
margin-bottom: 20px;
}

.page ul li,
.page ol li{
  margin-left: 20px;
  margin-bottom: 10px;
}

form span.error {
  font-size: 0.85em;
  color: #dc3545;
}

@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;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}
label.minimal-menu-button {
  margin-top: 0px;
}

.box-product{
  width: 100% !important;
}
.box-product.related_products.new-arrival {
	margin-top: 60px;
}
.short-desc p:empty {
  min-height: 1.5em;
}

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

a.logo img {
  max-width: 100%;
  float: none;
  max-height: 150px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  a.logo img {
    max-height: 55px !important;
  }
}
.logo .store-name {
  margin-top: 45px;
  font-size: 36px;
  line-height: 1.1;
}
.logo h1 {
  margin-top: 5px;
}
/* Navigation Menu */

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

a.level-3 { margin-left: 10px; }
a.level-4 { margin-left: 10px;color:#888 !important }
a.level-5 { margin-left: 17px;color: #888 !important}
a.level-6 { margin-left: 25px; color: #888 !important}
a.level-7 { margin-left: 30px; color: #888 !important}
a.level-8 { margin-left: 35px; color: #888 !important}
a.level-9 { margin-left: 40px; color: #888 !important}
a.level-10 { margin-left: 45px; color: #888 !important}

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

/* Related product slider */
.bxslider-products {
  margin-left: 5px;
}
.bx-wrapper {
  box-shadow: none;
  border: none;
  background: none !important;
}
.bx-wrapper .bx-prev {
  left: -50px;
}
.bx-wrapper .bx-next {
  right: -50px;
}
@media only screen and (max-width: 479px) {
  .bx-wrapper .bx-prev,.bx-wrapper .bx-next {
    display:none;
  }
  .bxslider-products {
    margin-left: 0;
  }
  .slider-products {
    width: 250px;
    overflow: hidden;
    margin: 0 auto;
  }
}


/* 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(209, 209, 209, 0.7);
  box-shadow: 0px 0px 7px rgba(209, 209, 209, 0.7);
}

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

h2.success {
    color: #155724;
    background-color: #d4edda;
    border-radius: 2rem;
    padding: 1rem 0.55rem !important;
    margin-bottom: 1rem !important;
    margin-top: 1rem;
    border: none;
    text-align: center;
    text-transform: none;
    width: 100%;

  }
	#credentials .error,
  #customer_details .error,
  #coupon_form .error,
	h2.error {
    color: red;
    background-color: #ffe9e9;
    border-radius: 2rem;
    padding: 1rem 0.55rem !important;
    margin-bottom: 1rem !important;
    margin-top: 1rem;
    border: none;
    text-align: center;
    text-transform: none;
    width: 100%;

  }
  #customer_details .error {
    margin-top: 20px !important;
    width: 100%;
  }
  #customer_details #contacts_email .error {
    display: block;
  }
  #customer_details #contacts_email .error a {
    text-decoration: underline;
    color: #533f03;
  }
  #credentials .notice {
    color: #0c5460;
    background-color: #d1ecf1;
    padding: 0.55rem 1.25rem !important;
    margin-bottom: 1rem !important;
    margin-top: 1rem;
    border: none;
    border-radius: 2rem;
  }
  #credentials .warning {
    color: #856404;
    background-color: #fff3cd;
    padding: 0.55rem 1.25rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: none;
    border-radius: 2rem;
  }
  #coupon_form .success {
  color: #155724;
  background-color: #d4edda;
    border-radius: 2rem;
    padding: 1rem 0.55rem !important;
    margin-bottom: 1rem !important;
    margin-top: 1rem;
    border: none;
    text-align: center;
    text-transform: none;
    width: 100%;
  }
/* Blog Page */

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

.blog p:empty {
  min-height: 1.5em;
}

figure img {
  width: 100%;
  margin-bottom: 1em;
}

/* 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 20px 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: auto;
}
#payments_options li {
  margin-bottom: 12px;
}
/* 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;
}
#success-page .gray-bg {
  padding: 2px 15px 15px 15px;
}

#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;
}

@media (max-width: 473px) {
  #contacts_accepts_marketing {
    margin-top: 1.5rem;
    margin-bottom: -2rem;
  }

  #customer_details #contacts_accepts_marketing label {
    position: relative;
    top: -2.8rem;
    left: 1.8rem;
  }

  #contacts #contacts_accepts_marketing label {
    position: relative;
    top: -3.4rem;
    left: 1.8rem;
  }
}

/* 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 */
#customer-summary .status {
  border-radius: .25rem;
  padding: .25em .4em;
  display: inline-block;
  line-height: 18px;
}

#customer-summary .status.paid {
  color: #fff;
  background-color: #28a745;
}

#customer-summary .status.pending-payment {
  color: #000;
  background: #ffc107;
}

#customer-summary .status.canceled {
  color: #fff;
  background-color: #dc3545;
}

#customer-summary .status.abandoned {
  color: #fff;
  background-color: #6c757d;
}

#customer-summary .orders_body label {
  font-weight: bold;
  margin: 0;
}

#customer-summary .orders_body h3 {
	margin: 0 0 15px 0;
}

#customer-summary .orders_body .ordered_product {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}

#customer-summary a.tracking_number {
  text-decoration: underline!important;
}

#customer-summary .ordered_product h4 {
  margin: 0;
}
#customer-summary .ordered_product h4.float-left {
  font-weight: 600;
}

#customer-summary .order_amounts {
  background: #f5f5f5;
  padding: 20px;
  border-top: 3px solid #ccc;
  margin-top: 15px;
  position: relative;
  margin: 20px -20px -20px -20px;
}

.recover_order {
  float:right;
  margin-right: 40px;
  font-size: 10px;
}

.recover_order a {
  color: #fff!important;
  display: block;
  float: right;
  padding: 10px 20px;
  border-radius: 15px;
}

.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, .sortby {
  background-color: #FFF;
  display: inline-block;
  position: relative;
  width: 100%;
}
.select-wrapper:after, .sortby:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  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;
}
.bottom-footer {
  padding: 20px 0 15px 0;
  background: #25282c;
}

.bottom-footer ul.payment {
  text-align: right;
  margin-bottom: 10px;
}
.bottom-footer ul.payment li {
  display: inline-block;
  float: none;
}
.bottom-footer ul.payment li span {
  display: block;
  border: 1px solid #e1e1e1;
  width: 55px;
  height: 33px;
  border-radius: 3px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}
.bottom-footer ul.payment li span img {
  max-width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.bottom-footer ul.payment li span:before {
  content: '';
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  z-index: 0;
  transform: rotate(60deg);
  top: -76px;
  left: -50px;
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .bottom-footer .powerd-by {
    text-align: center;
    padding-bottom: 20px;
  }
  .bottom-footer ul.payment {
    text-align: center;
    margin: 10px 0;
    padding: 0;
  }
}
.bottom-footer, .bottom-footer a {
  color:#858585
}
@media screen and (max-width: 767px) {

  .bottom-footer {
    text-align: center;
  }
  .bottom-footer .copyright {
    margin-bottom: 15px;
  }
  .bottom-footer ul.list-payment {
     width: 100%;
  }

  #whatsapp {
    display: inline-block;
  }

  .main .main-content .shop-table .cart_item .product-name a {
    width: 100px;
    white-space: pre-line;
  }

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

  .main .main-content .shop-table tr td {
    padding: 8px 4px  !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;
}

.price {
  line-height: 1;
}
.price small {
  font-size: 22px;
  color: #858585;
}
.product-sku {
  margin-bottom: 10px;
}
#product-sku,
.short-desc.brand,
.product_stock_info {
  font-size: 15px !important;
}
.product_stock_info {
  margin-bottom: 20px;
}
#product-sku label, #product-sku .sku_elem {
  float: left;
  font-size: 15px !important;
}
#product-sku .sku_elem {
  color: #212121;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* Video Responsive */
.videoWrapper {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  margin: 0 auto 30px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Filters */
#show_filters {
  border-width: 1px;
}
.category_menu_list .count:before {
  content: '(';
}
.category_menu_list .count:after {
  content: ')';
}
.parent-2 {
  display: none;
}
#side_filters {
  display: none;
}
@media (min-width: 991px) {
  #side_filters {
    display: block !important;
  }
}
#side_filters h5 {
  font-size: 1em;
  font-weight: 600;
  margin-top: 0;
}
#side_filters .side_filters_selected {
  margin-bottom: 15px;
}
#side_filters .side_filters_selected .clearAll {
  text-decoration: underline;
  margin-top: 1em;
}
#side_filters .clearFilter {
  background: #eee;
}
#side_filters .badge a {
  color: #fff;
  opacity: 0.7;
}
#side_filters .badge a:hover {
  opacity: 1;
}
.category_menu_list .count {
  color: #aeaeae;
}
.category_menu_trigger_child.active i {
  transform: rotate(180deg);
}
#side_filters .side_filters_selected .clearFilter {
  margin-bottom: 2px;
}
#side_filters .filter_wrapper {
  border: 1px solid #DDD;
  padding: 15px;
  margin-bottom: 15px;
}
#side_filters .filter_wrapper .button-field button{
  width: 100%;
  margin-top: 10px;
}
#side_filters .filter_wrapper ul {
  margin: 0;
  padding: 0;
  max-height: 142px;
  overflow: auto;
  list-style: none;
}
#side_filters .filter_wrapper > ul li {
  margin-bottom: 5px;
}
#side_filters .filter_wrapper > ul li > ul {
  margin: 0 0 10px 5px;
  padding: 0;
  display: none;
}
#side_filters .custom-control .custom-control-label {
  display: inline-block;
  margin: 0;
  text-transform: none;
}
#side_filters .custom-control .checkbox {
  margin: 0 5px 0 0;
  display: inline-block;
}
#side_filters .category_menu_trigger_child {
  display: block;
  position: relative;
  padding-right: 30px;
}
#side_filters .category_menu_trigger_child i {
  float: right;
  margin-right: -15px;
}
#side_filters #price_filter {
  padding: 0;
  border: 0;
}
#side_filters #price_filter .price_message {
  display: none;
  margin: 10px 0 0 0;
  padding: 10px;
}
.showing-results {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .showing-results {display: none;}
  #side_filters {margin-top: 20px;}
}

/* Search page */
#search-form {
  position: relative;
  margin-bottom: 20px;
}
#search-form input {
  padding-right: 30px;
}
#search-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 34px;
  height: 34px;
  -webkit-appearance: none;
  border: none;
  font-size: 20px;
  background: none;
}
