/*your custom css goes here*/

body {
    background-image: url(../img/background.png);
    background-attachment: fixed;
    background-size: 100% auto;
}

.aiz-plus-minus {
    border: solid 2px black;
    height: 47px;
    width: 110px;
}

.aiz-plus-minus .btn .fas {
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 8px;
    background: black;
    color: white;
}

.aiz-plus-minus .btn .fa-minus {
    background: #bbbbbb;
    color: black;
}

.skeleton {
    height: 440px;
    background: #e4e4e4;
    overflow: hidden;
    position: relative;
}
.skeleton::before ,
.skeleton::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 100%;
    top: 0%;
    left: -250px;
    background: #f5f5f5;
    background-image: linear-gradient(to right, #e4e4e4 25%, #f5f5f5 50%, #e4e4e4 75%);
    animation-name: slide;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transform: skewX(-10deg);
}
.skeleton::after {
    animation-delay: 0.8s;
}

@keyframes slide {
    0% {
        left: -250px;
    }
    100% {
        left: 100%;
    }
}
/* -------- Header -------- */
.main-header.ex_shop_header_two  .header-top { 
    position: relative;
}
.main-header.ex_shop_header_two  .header-top:before {
    content: '';
    background-image: url(../img/background.png);
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
}
.main-header.ex_shop_header_two {
    background-image: url(../img/background.png);
    background-color: #fff;
    background-size: 100% auto;
}
.main-header.ex_shop_header .header-upper {
    background: transparent;
}
.main-header.ex_shop_header_two .header-lower {
    background: transparent;
}
.main-header.ex_shop_header .header-upper .logo-box .logo {
    padding: 10px 0px;
}
.main-header.ex_shop_header .main-menu .navigation>li>a {
    padding: 10px 0px;
}
/* -------- End Header -------- */

.pageslider {
    position: relative;
    /*height: 330px;*/
}
.pageslider img.img-fluid {
    max-height: 350px;
    object-fit: cover;
}
.pageslider .container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


section.products-section_hr_001-three {
    background: transparent;
    padding-bottom: 0;
}

section.products-section_hr_001-three .tab-content {
    padding-top: 0;
    padding-bottom: 0;
}

.feature-12 .feature-block .icon {
    position: relative;
    top: auto;
    left: auto;
}
.feature-12 .feature-block .inner-box {
    padding-left: 30px;
}
.feature-12 .feature-block .inner-box .icon-img {
    width: 70px;
    height: auto;
    display: inline-block;
}

.footer-widget .text {
    line-height: 1.6;
    font-size: 14px;
}
