/* =========== Colors ========== */
body.boxed {background-color: #e9e9e9;}
/* =========== small devices ========== */
.show-for-small {display: none !important;}
@media (max-width: 767px) {
  .hide-for-small {
    display: none!important;
  }
  .show-for-small {
  	display: inline-block !important;
  }
}
/* =========== Slider ========== */

.home-slider .tp-banner-container .tp-banner ul li {background: #333;}
.home-slider .tp-banner-container .tp-banner ul li img {opacity: .85;}
.home-slider .tp-banner-container .tp-banner ul li .caption h2 {line-height: 1.0;}
@media only screen and (max-width: 767px) and (min-width: 530px) {
  .home-slider .tp-banner-container .tp-banner ul li .caption h2 {font-size:28px;}
  .home-slider .tp-banner-container .tp-banner ul li .caption h3 {font-size:21px;}
  .home-slider .tp-banner-container .tp-banner ul li .caption .caption-btn {display:none;}
  .tp-rightarrow,.tp-leftarrow {display:none;}
}
@media only screen and (max-width: 530px) {
  .home-slider .tp-banner-container .tp-banner ul li .caption h2 {font-size:18px;}
  .home-slider .tp-banner-container .tp-banner ul li .caption h3 {font-size:15px;}
  .home-slider .tp-banner-container .tp-banner ul li .caption .caption-btn {display:none;}
  .tp-rightarrow,.tp-leftarrow {display:none;}
}
/* ============================= */
/* =========== Top bar ========== */
#logo { min-height: 96px; display: block; align-items: center; }
.top-bar-dropdown .options {z-index:999;}
.cart-dropdown-price { display: inline !important; }
/* ============================= */
/* Navigation */
.level-3 { margin-left: 12px !important; }
.level-4 { margin-left: 24px !important; }
.level-5 { margin-left: 36px !important; }
.level-6 { margin-left: 48px !important; }
.level-7 { margin-left: 60px !important; }
.level-8 { margin-left: 72px !important; }
.level-9 { margin-left: 84px !important; }
.level-10 { margin-left: 96px !important; }

#jPanelMenu-menu .mega-headline {
  display: block;
  margin-bottom: 0;
}

#jPanelMenu-menu .mega-headline span {
  color: #fff;
  background-color: inherit;
  padding-left: 0;
}

#jPanelMenu-menu .level-3 { padding-left: 42px !important; margin-left: 0 !important; }
#jPanelMenu-menu .level-4 { padding-left: 54px !important; margin-left: 0 !important; }
#jPanelMenu-menu .level-5 { padding-left: 66px !important; margin-left: 0 !important; }
#jPanelMenu-menu .level-6 { padding-left: 78px !important; margin-left: 0 !important; }
#jPanelMenu-menu .level-7 { padding-left: 90px !important; margin-left: 0 !important; }
#jPanelMenu-menu .level-8 { padding-left: 102px !important; margin-left: 0 !important; }
#jPanelMenu-menu .level-9 { padding-left: 114px !important; margin-left: 0 !important; }
#jPanelMenu-menu .level-10 { padding-left: 126px !important; margin-left: 0 !important; }

/* Footer */
#subscribe-result {margin-top:70px !important;}
#footer > div > div:nth-child(1) > img {
  width: auto;
  height: auto;
}
.four.columns > img {
  width: 90%;
}
.maxStockQty {
  border-color: red !important;
}
.maxStockAdc {
  background: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
  pointer-events: none;
  cursor: default;
}
.product-page .product-price-discount i{
  background-color: #FFF;
}
.product-price-discount i{
  background-color: #f6f6f6;
}
.contact_button {
  margin: 0px !important;
  padding: 7px 14px !important;
  margin-top: 10px !important;
}
.strdesc{
  font-size: 14px;
  color: #D0D0D0;
}
.prod{
  font-size: 14px;
  font-weight: 500 !important;
}
.prod p:empty {
  min-height: 1.5em;
}
.pgtitle{
  font-size: 28px;
  line-height: 50px;
  color: #606060;
  font-weight: 500;
  margin:0px;
}
/* Page */
.page td {
  vertical-align: top;
  padding: 5px;
}
.page p:empty {
  min-height: 1.5em;
}
#wrapper .page img {
  width: auto;
  display: initial;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}

/* Category Page */
.shop figure.product h2, #featured_products figure.product h3 {overflow: hidden; font-size: 15px;}

#price-slider-range {
  margin: 0 0 16px 0 !important;
}

#categories > li.dropdown {
  border-bottom: 1px solid #eee;
}

#categories li.dropdown a {
  border-bottom: none;
  background-color: transparent;
}

#categories li.dropdown a:hover {
  color: #fff;
  background-color: #37b6bd;
}
#categories li ul {
  display: block;
  background-color: #f8f8f8;
  position: relative;
  padding: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
	#categories li ul,
  .widget.all_filter {display: none;}
}
#categories li ul li a:hover span {
  color: #808080;
}
/* Contact Page */
.required{
  color: #888;
}
#contactpage input{
  width: 240px;
  min-width: 91.5%;
  vertical-align: baseline;
  margin-bottom: 5px;
}
#contactpage label{
  margin-top: 10px;
}
#contactpage br{
  display:none;
}
span.error{
  display: inline-block;
  width: 100%;
  color: red;
  float: left;
}

h2.error{
  font-size: 18px;
  font-weight: bold;
  color: red;
}

#contactpage textarea {
  width: auto;
  min-width: 91.5%;
  min-height: 180px;
  resize: vertical;
}
.center{
  display:block !important;
  text-align:center !important;
}
.selectric {width: 270px;}
/* =============== PAYMENTS =============== */
/* Cart Page */
#set_coupon_code_button, #estimate_shipping_button {
  background-color: #C0C0C0;
}
#coupon_form {
  width: 90%;
}
#coupon_code{
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  float:left;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  margin-top: 37px;
}
#set_coupon_code_button{
  float:left;
  line-height: 20px;
  width: 100%;
  padding: 10px 0;
}
@-moz-document url-prefix() {
  #set_coupon_code_button{
    line-height: 18px;
  }
}
#estimate_shipping_button {
 width: 90%;
}
.upd{
  padding: 9px 14px !important;
  background-color: #C0C0C0 !important;
}

table.cart-table.bottom .cart-btns {
  line-height: 20px;
  padding: 9px 14px !important;
}
@-moz-document url-prefix() {
  table.cart-table.bottom .cart-btns a  {
    line-height: 22px;
  }
}
.responsive-table {
  overflow-x: auto;
}
#whatsapp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #whatsapp {
    display: block;
  }
  #coupon_form {
    width: 100%;
  }
  #whatsapp a {
    background-color: #25d366;
  }
  .responsive-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  #set_coupon_code_button{
    width: 100%;
  }
}
table .cart-total {
  min-width: 50px;
  width: auto;
}
td.remove-button {
  width: 5%;
  padding-left: 20px !important;
}
label.error{
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  color: red;
}
.estimate{
  margin: 45px 0px 0px;
}
#estimate_shipping_country, #estimate_shipping_region, #estimate_shipping_municipality{
  padding: 10px 12px !important;
  margin-bottom: 20px !important;
  width: 90%;
}
.checkout-content select, .checkout-summary select, #estimate_shipping_form select {
  border-radius: 0;
}
#estimate_shipping_postal{
  width: 45%;
  margin-bottom: 20px !important;
}
#estimate_shipping_form{
  margin: 10px 0px 0px;
}
dl#estimates{
  margin: 10px 0px;
}
@media only screen and (max-width: 900px) {
  #estimate_shipping_button {
    width: 100%;
  }
  #coupon_form {
    width: 100%;
  }
  #estimate_shipping_country, #estimate_shipping_region, #estimate_shipping_form #order_shipping_municipality, #estimate_shipping_municipality{
    width: 100%;
  }
  #estimate_shipping_postal {
    width: 100%;
    padding: 10px 0;
  }
  #coupon_code {
    width: 100%;
    padding: 10px 0;
    float: none;
    margin-bottom: 20px !important;
  }
  #set_coupon_code_button {
    width: 100%;
    float: none;
  }
}
/* Checkout Page */
#payments_options span {
  display: inline-flex;
  width: 90%;
}
.payment_information {
  padding: 0 0 0 26px;
  margin: 5px 0;
  line-height: 16px;
}
.payment_information p {
  line-height: 16px;
  margin: 5px 0;
}
.nobdr{
  border: none;
}

.legend {
  margin-top: 30px;
  margin-bottom: 10px;
}

label {
  margin-top: 10px;
}
#payments {
	padding-right: 20px;
}
#payments img {
	width: auto;
}
#payments .legend, #shipping .legend {
	margin-bottom: 20px;
}
#payments_options li, #shipping_options li {
	margin-bottom: 15px;
}
.loader {border: 4px solid #ccc; border-top: 4px solid #999; border-radius: 50%;width: 20px;height: 20px;margin:7px auto 0;left: 0;right: 0;animation: spin 2s linear infinite;position:absolute;}

 @media only screen and (min-width: 767px) and (max-width: 1900px) {
   .loader {right: 45%}
    }
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#order_shipping_address_country, #order_shipping_address_region, #order_shipping_address_municipality{
  padding: 10px 12px !important;
  margin-bottom: 20px !important;
}
input[type="checkbox"]{
  width: auto;
}
input[type="checkbox"], label[for="shipping_same_as_billing"], .required{
  display: inline;
}
.checkbox-field label{
  display: inline;
}
.bg-grey{
  background-color: #F4F4F4;
}
.cl2{
  padding: 0px 0px 20px 20px;
  float:right;
}
#payments, #shipping, .actions{
  display: block;
  margin-bottom: 20px;
}
#shipping, .actions{
  margin-top: 30px;
}
#other textarea {
  width: 95.4%;
}
.checkout-content select, .checkout-summary select {
  width: 94.4%;
}

/* Review Page */
.address {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  background-color: #F6F6F6;
}
table .cart-title span {
  font-weight: 600;
  color: #666;
}
/* Success Page */

#success_bar{
  border-top: 1px solid #F0F0F0;
  padding-top: 9px;
}
#credentials{
  display:block;
  padding-right: 15px;
}
@media (max-width: 767px) {
	#credentials {
  	display: block;
    padding-right: 0;
  }
}
input#submit_password.button{
  background-color: #C0C0C0 !important;
}
#success h1 {
  text-transform: uppercase;
  color: #606060;
  font-weight: 500;
}

#success b {
  font-weight: 600;
  color: #606060;
}
#success #customer-password {
  text-align: left !important
}
#success #customer-password #credentials {
    display: block;
}
/* =============== CUSTOMERS =============== */
.txtCenter {
  text-align: center;
}
.saddress,
.baddress {
  margin: 0 20%;
}
/* Login Page */
#customer-login{
  border-right: 1px solid #F0F0F0;
  text-align: left;
}
#customer-order-table {
	clear: both;
}
#reset_password{
  font-size: 13px;
}
.logintext{
  margin: 20px 0px;
}
#wrapper .cart-table img {width: auto;margin: 0 auto;}
/* Registration/Details Page */

.details_form{
  text-align: center;
}
#customer_details input, #customer_details select {
  display: inline-block;
  padding: 10px;
  width: 100%;
}
input#register_customer.button{
  width: 60%;
}

#contacts_accepts_marketing input{
  max-width: 1rem;
}

#customer_contacts input, #customer_details_password input {
  width: 100%
}
#customer_details #contacts_accepts_marketing {
  padding: 5px 0 10px;
}
#customer_details #contacts_accepts_marketing input {
  margin: 0;
}
#customer_details #contacts_accepts_marketing label {
  font-size: 13px;
}
/* Edit Address Page */
.btn-add { margin-top: 20px; }
.address_form{
  text-align: center;
}
#address input, #address select {
  display: inline-block;
  padding: 10px 0px;
  width: 100%;
}
input#edit_customer_address.button{
  width: 60%;
}
#customer_shipping_address_country,
#customer_shipping_address_region,
#customer_shipping_address_municipality,
#customer_billing_address_country,
#customer_billing_address_region,
#customer_billing_address_municipality,
select[name^='additional_field'] {
  height: 40px;
}
/* Account Page */
#customer-summary h3 .reorder-btn {
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  position: absolute;
  right: 45px;
  top: 5px;
  background: #37b6bd;
  font-size: 13px;
}

#customer-summary h3.ui-state-active .reorder-btn {
  background: #FFF;
  color: #37b6bd;
}

#customer-summary h3 .reorder-btn:hover {
  background: #C0C0B7;
}

#customer-summary h3.ui-state-active .reorder-btn:hover {
  background: #37b6bd;
  color: #FFF;
  border: 2px solid #fff;
  padding: 3px 8px;
}

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

#customer-summary .orders_item table {width: 100%; padding-top: 10px; margin-top: 10px; border-top: 1px solid #ccc;}

#customer-summary .ui-accordion .ui-accordion-content {
	padding: 0;
}

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

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

#customer-summary .order_amounts {
  background: #f9f9f9;
  padding: 15px;
  border-top: 3px solid #ccc;
  margin-top: 15px;
  position: relative;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 900px) {
 .table-col.last-column {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  #customer-login {
      border:none;
  }
  #customer-new {
      text-align: center;
  }
    .mega-headline {
      margin-bottom: 0px;
      background:none;
      padding: 0;
      color: #FFF;
      font-weight: normal;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1024px)  {
  #mailchimp button {position: absolute;}
}
@media only screen and (min-width: 960px) and (max-width: 1389px) {
  .fullwidth .fullwidth-element.home-slider   { width: 100%; }
}
/* Owl Carousel */
.outside p {
  font-size: 0;
}
.owl-carousel .owl-nav {
	position: absolute;
  right: 0;
  top: -30px;
}
.owl-carousel .owl-nav button {
  width: 25px;
  height: 25px;
  cursor: pointer;
  color:#FFF!important;
  background-color: #c4c4c4!important;
  font-size: 0;
  text-align: center;
  margin-left: 3px;
}

.owl-carousel .owl-nav button:hover {
  color:#FFF;
  background-color: #b4b4b4!important;
}

.bootstrap-filestyle.input-group > input {
  width: 100%;
  box-sizing: border-box;
}
.group-span-filestyle.input-group-btn > label {
  background: #37b6bd;
  margin-top: 0;
  text-align: center;
  color: white;
}
.product_stock_info {
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.product-sku {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  table.cart-table.bottom .cart-btns a {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0;
    padding: 9px 0 !important;
  }
  table.cart-table.bottom .cart-btns {
    float: none !important;
    margin: 0;
    padding: 0 !important;
  }
  table.cart-table.bottom th {
    padding: 15px 0;
  }
 	a.cart-remove, a.cart-remove:hover {
    background-color: unset;
    color: #df2727;
    width: 14px;
    height: auto;
    padding-right: 3px;
	}
  .cart-remove:before {
    top: 0;
    left: 0;
	}
  td.remove-button {
    width: 3%;
    padding-left: 8px !important;
    padding-right: 0 !important;
	}
  table.cart-table td {
    padding: 10px 6px;
    font-size: 12px;
    line-height: 18px;
    border-top: #eee 1px solid;
    border-bottom: none;
  }
  table.cart-table td.order-total {
  	font-size: 16px;
  }
  table.cart-table td.order-subtotal strong {
  	font-weight: normal;
    color: inherit;
  }
  table td.minus-plus-unit {
    width: 15px;
    height: 100px;
	}
  table.cart-table th {
    padding: 10px 6px;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
	}
  .cart-table .qtyminus, .cart-table .qtyplus {
  	width: 38px;
    height: 30px;
  }
  .cart-table .qtyplus:before, .cart-table .qtyminus:before {
  	top: 10px;
    left: 14px;
  }
  .cart-table input.qty {
    width: 24px;
    padding: 3px 6px 3px 6px !important;
  }

}

/* ------------------------------------------------------------------- */
/* New Slider
---------------------------------------------------------------------- */
.new_slider {
  position: relative;
  overflow: hidden;
}

.new_slider .owl-height {
  overflow: hidden;
}

.new_slider .owl-item {
  float: left;
  position: relative;
}

.new_slider .owl-item .item.text_on {
  position: relative;
  height: 480px;
  overflow: hidden;
}

.new_slider .owl-item .item.text_on img {
  position: absolute;
}

.new_slider .owl-nav.disabled {
  display: none;
}

.new_slider .owl-nav button.owl-prev {
  left: 0;
}

.new_slider .owl-nav button.owl-next {
  right: 0;
}

.new_slider .layer {
  position: absolute;
  background: #000000;;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 1;
}

.new_slider .caption {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: table;
  left: 100px;
  margin: 0!important;
  background: none;
}

.new_slider .bg_slide {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.new_slider .caption .inside_caption {
  display: table-cell;
  vertical-align: middle;
}

.new_slider .owl-nav button {
  margin-top: -25px;
  top: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  color: #555;
  background: #fff;
  font-size: 1.5em;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
  -webkit-appearance: none;
  border: none;
}

.new_slider .owl-nav button:hover {
  color: #000;
}

.new_slider .owl-nav button:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 18px;
  top: 13px;
  position: relative;
}

@media (max-width: 991px) {
  .new_slider .owl-item .item.text_on {
    height: 280px;
  }
}

@media (max-width: 768px) {
  .new_slider .owl-nav { display: none; }
  .new_slider .caption {width: 100%; left: 0;}
  .new_slider .caption .inside_caption {padding: 0 25px;}
  .new_slider .caption h2 {font-size: 28px;}
}

@media (max-width: 414px){
  .new_slider .caption h2 {font-size: 18px;}
  .new_slider .caption a.caption-btn {padding: 10px 15px; font-size: 13px;}
}
