/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.wk-pct-container .gallery_product {
    height: 345px;
}

.wk-pct-block-heading {
    margin-bottom: 3%;
}

.wk-pct-category-tabs {
    padding: 50px 5px 10px;
    margin-bottom: 20px;
}

.gallery-title {
    text-transform: uppercase;
}

.wk-active-tab {
    border: 1px solid #c9c9c9;
}

.wk-pct-block-desc {
    margin-top: 8px;
    margin-bottom: 20px;
}

.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%;
}

.wk-pct-container .wk-pct-subcat {
    margin-bottom: 2%;
}

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

@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 */
.blog .carousel-indicators {
    top: auto;
    bottom: -14px;
}

#blogCarousel .carousel-indicators {
    position: absolute;
    bottom: -16px;
    left: 41%;
    z-index: 15;
    width: 78%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.wk-pct-left-right .carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #7a7a7a;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.wk-pct-left-right {
    margin-bottom: 15%;
}

.wk-pct-left-right .carousel-indicators {
    margin-bottom: -18px;
    display: block !important;
}

.blog .carousel-indicators .active {
    background: #707070 !important;
}

.wk-pct-container .wk-pct-left-right .carousel-inner {
    height: 318px;
}

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

/* End Slider CSS */

/* Slick arrow CSS */
.slick-arrow {
    z-index: 2;
    width: 37px;
    height: 37px;

    background-color: #00bcd4 !important;
}

.slick-arrow:hover {
    background-color: #00bcd4 !important;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

.btn-wrap {
    text-align: center;
    width: 100%;
}

.slick-arrow {
    background-color: #00bcd4;
    border: none;
    padding: 10px 8px;
    border-radius: 5px;
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s;
}

button.slick-disabled {
    opacity: 0.6;
}

/* Slick arrow CSS End*/
.wk-cus-width-98 {
    width: 98%;
    margin: 0px auto;
}