/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* global */

p { margin: 0; }

.product-image { border: 1px solid #ddd; } 

.main-content, .left-sidebar, .right-sidebar { padding-top: 60px; }

ol, ul, dl { margin-top: 0; margin-bottom: 0; }

/* desktop header */

@media (max-width: 991px) {
    .desktop_header {
        display: none !important;
    }
    
}

/* mobile header */

#header .mobile-toggle {
    margin: 0 !important;
}

.mobile_header .e-con .elementor-widget {
    min-width: auto !important;
}

html.panel-opened .side-nav-panel-close {
    padding: 2px 2px;
    background-color: #009BAA;
}

#side-nav-panel > .menu-wrap {
    padding-top: 50px;
}

#side-nav-panel .accordion-menu > li.menu-item > a {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

#side-nav-panel .share-links { display: none; }

/* sticky header */

#header.sticky-header .header-main.sticky { box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26); }

.header-main.sticky .hide_sticky { display: none; }


/* single product page */

.product-images .img-thumbnail .inner { border: 1px solid #ddd; }
.single-product .product_title { margin-bottom : 20px; }
/* .single-product p { margin-bottom: 1.2rem; } */
.joinchat__woo-btn { margin-top: 30px; }

/* cart page */

.page-id-6 .includes_tax {
	display:none !important;
}

/* user dashboard */

.wc-action-btn.button {
  font-weight: 600;
  background: #009BAA;
  color: #fff;
  margin-right: 5px !important;
}

.wc-action-btn.button:hover {
  background: #FEC803;
  color: #201F1E;
}


/* Product Single Page Gallery */

.spec_gallery .gallery-columns-6 .gallery-item {
  max-width: 15.667% !important;
}
.spec_gallery{
	margin-top:30px !important;
}

.spec_gallery .gallery {
    gap: 5px;
    text-align: center;
    margin-bottom: 0 !important;
	margin-top: 10px !important;
	margin-left: 0px !important;
}
.spec_gallery .gallery-caption {
	font-size: 10px !important;
    font-weight: 600 !important;
    color: #333 !important;
	padding: 6px 2px !important;
  }

.spec_gallery .gallery-icon img {
    max-width: 50px !important;
    height: auto;
    margin: 0 auto ;
    display: block;
}
.spec_gallery .gallery-item{
    padding: 10px 0 2px 0 !important;
	border: 1px solid #ddd !important;
}
.spec_gallery figure {
  margin: 0 !important;
}
 span.specification_ttl {
    font-size: 16px;
    font-weight: 600 !important;
    color: #222529;
}
.warranty_card {
  margin-top: 30px !important;
}
.warranty_card .alignnone {
  margin-top: 10px !important;
}

.warranty_card .alignnone {
  width: 18% !important;
}
.single-product .description.woocommerce-product-details__short-description  p{
  margin-top: 20px !important;
  font-size: 14px !important;
}

@media (max-width: 991px) {
  .spec_gallery .gallery-columns-6 .gallery-item {
    max-width: 30% !important;
 }
}