/**
* 2010-2019 Webkul.
*
* NOTICE OF LICENSE
*
* All rights is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2019 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

.wk-pct-block-heading{
    margin-bottom: 3%;
}
.wk-pct-category-tabs{
    padding: 25px 5px 10px;
    margin-bottom: 10px;
}
.gallery-title{
    text-transform: uppercase;
}
.wk-active-tab{
    border: 1px solid #c9c9c9;
}
.wk-pct-block-desc{
    margin-top: 8px;
    margin-bottom: 40px;
}
.wk-pct-block-title{
    margin-top: 3%;
}
.wk-pct-block-product-image img {
    max-width: 97%;
}
.wk-pct-tabbed-tabs{
    width: auto;
    display: inline-block;
    border: 1px solid #c3c3c3;
    border-bottom: none;
}
.wk-pct-tabbed-tabs a{
    padding: 12px 20px;
    display: inline-block;
}
/* .wk-pct-tab-content .tab-pane{
    padding: 22px 0px;
} */
.wk-pct-tabbed-block {
    margin-top: 2%;
    margin-bottom: 2%;
}
.wk-pct-tabbed-desc{
    margin-bottom: 3.3%;
}
.wk-pct-container .wk-pct-subcat{
    margin-bottom: 1%;
}
.wk-pct-container .wk-pct-product-block{
    margin-top: 1%;
}
.wk-pct-product-list{
    margin-top: 1%;
}
.wk-pct-container img {
    max-width: 97%;
}
/* Used to give some space below the product detail on product detail page */
#content-wrapper #main .row .col-md-6 .product-information {
    margin-bottom: 8%;
}
.wk-pct-container.wk-pct-left-right-container {
    margin-bottom: 8%;
}
.wk-pct-column{
    margin-bottom: 7%;
    font-size: 18px;
}
.wk-pct-subcat .btn {
    padding: 2px 8px;
    font-size: 14px;
}
.wk-pct-subcat a {
    margin-bottom: 5px;
}
.wk-pct-product-ul{
    display: flex;
    flex-wrap: wrap;
	width: fit-content;
	width: -moz-fit-content;
}
.wk-float-right{
    float: right;
}

.left-block {border: 1px solid #e3e3e3; border-bottom: none;}

.product_img_link {background: #fff !important;}

ul.product_list.grid > li .product-container .product-image-container .content_price {
    z-index: 9;
}
.wk-pct-tab-content .wk-pct-no-margin {
    margin-bottom: 1.5% !important;
}
.wk-pct-container .tab-content {
    margin-top: 18px !important;
}
@media (max-width: 760px) {
    .wk-pct-products .thumbnail-container {
        margin-left: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .wk-pct-container .row .col-md-3 {
        float: left;
        width: 40% !important;
        margin-left: 6% !important;
    }
}

/* Start Left Column Slider CSS */
.wk-pct-product-slider-container {
    /* margin-bottom: 50px; */
    position: relative;
    float: left;
    width: 100%;
  }

  .wk-pct-product-slider {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .wk-pct-product-slider li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }

  .wk-pct-product-slider img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
  }

  .wk-pct-product-slider .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 1em;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .6);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
  }

  .wk-pct-product-slider_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../img/productslider.gif") no-repeat left top;
    margin-top: -45px;
  }

  .wk-pct-product-slider_nav:active {
    opacity: 1.0;
  }

  .wk-pct-product-slider_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
  }
/* End Left Column Slider CSS */

/* Start Slider CSS */
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 99%;
    position:relative;
    padding-left: 3px;
    margin-top: -4%;
    margin-bottom: -2%;
}
.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    margin-right: 0px;
}
.MultiCarousel .MultiCarousel-inner .item > div {
    padding:10px;
    margin:10px;
    background:#f1f1f1;
    color:#666;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position:absolute;
    border-radius:0%;
    top:calc(50% - 20px);
}
.MultiCarousel .leftLst {
    left:0;
}
.MultiCarousel .rightLst {
    right:0;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
    background:#ccc;
    display: none;
}

.button-containe {
	display: flex;
    justify-content: center;
	}

/* End Slider CSS */