@charset "UTF-8";
@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39062deg) skewY(.39062deg);
        transform: skewX(.39062deg) skewY(.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39062deg) skewY(.39062deg);
        transform: skewX(.39062deg) skewY(.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes swing {
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
        transform: perspective(400px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
        transform: perspective(400px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0)
    }
}

@keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0)
    }
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
}

@-webkit-keyframes flipOutX {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@-webkit-keyframes flipOutY {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0)
    }
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg)
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg)
    }
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    80% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(700px);
        transform: translateY(700px)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    80% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(700px);
        transform: translateY(700px)
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc
}

.flip-clock-wrapper a:hover {
    color: #fff
}

.flip-clock-wrapper ul {
    list-style: none
}

.flip-clock-wrapper.clearfix:after,
.flip-clock-wrapper.clearfix:before {
    content: " ";
    display: table
}

.flip-clock-wrapper.clearfix:after {
    clear: both
}

.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none
}

.flip-clock-meridium {
    background: 0 0!important;
    box-shadow: 0 0 0!important;
    font-size: 36px!important
}

.flip-clock-meridium a {
    color: #313333
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0
}

.flip-clock-wrapper:after,
.flip-clock-wrapper:before {
    content: " ";
    display: table
}

.flip-clock-wrapper:after {
    clear: both
}

.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: 700;
    line-height: 87px;
    border-radius: 6px;
    background: #000
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none!important
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0!important;
    overflow: visible!important;
    cursor: default!important
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 70px
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0
}

.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .7)
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 10ms .49s linear both;
    -moz-animation: asd 10ms .49s linear both;
    animation: asd 10ms .49s linear both;
    z-index: 5
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px
}

.flip-clock-divider:first-child {
    width: 0
}

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    left: 5px
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: #000;
    text-shadow: none
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -88px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -91px
}

.flip-clock-dot.top {
    top: 30px
}

.flip-clock-dot.bottom {
    bottom: 30px
}

@-webkit-keyframes asd {
    0% {
        z-index: 2
    }
    100% {
        z-index: 4
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2
    }
    100% {
        z-index: 4
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2
    }
    100% {
        z-index: 4
    }
}

@keyframes asd {
    0% {
        z-index: 2
    }
    100% {
        z-index: 4
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn .5s .5s linear both;
    -moz-animation: turn .5s .5s linear both;
    animation: turn .5s .5s linear both
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg)
    }
    100% {
        -webkit-transform: rotateX(0)
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg)
    }
    100% {
        -moz-transform: rotateX(0)
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg)
    }
    100% {
        -o-transform: rotateX(0)
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg)
    }
    100% {
        transform: rotateX(0)
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 .5s linear both;
    -moz-animation: turn2 .5s linear both;
    animation: turn2 .5s linear both
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0)
    }
    100% {
        -webkit-transform: rotateX(-90deg)
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0)
    }
    100% {
        -moz-transform: rotateX(-90deg)
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0)
    }
    100% {
        -o-transform: rotateX(-90deg)
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0)
    }
    100% {
        transform: rotateX(-90deg)
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .2s linear both
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../../assets/images/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

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

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {}
}

@media (min-width:768px) {
    .container {}
}

@media (min-width:992px) {
    .container {}
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none
}

.custom-range::-webkit-slider-thumb:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none
}

.custom-range::-moz-range-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none
}

.custom-range::-ms-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
    .d-print-inline {
        display: inline!important
    }
    .d-print-inline-block {
        display: inline-block!important
    }
    .d-print-block {
        display: block!important
    }
    .d-print-table {
        display: table!important
    }
    .d-print-table-row {
        display: table-row!important
    }
    .d-print-table-cell {
        display: table-cell!important
    }
    .d-print-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5)!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
     ::after,
     ::before {
        text-shadow: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px!important
    }
    .container {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@font-face {
    font-family: themify;
    src: url(../fonts/themify.eot?-fvbane);
    src: url(../fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'), url(../fonts/themify.woff?-fvbane) format('woff'), url(../fonts/themify.ttf?-fvbane) format('truetype'), url(../fonts/themify.svg?-fvbane#themify) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" ti-"],
[class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

body {
    font-family: Lato, sans-serif;
    position: relative;
    background: #fff;
    font-size: 14px;overflow-x:hidden!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, sans-serif;
    font-weight: 400
}

h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.1;
    text-transform: uppercase
}

h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 32px;
    text-transform: uppercase
}

h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.2;
    color: #444
}

h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.2;
    text-transform: capitalize;
    color: #999
}

h5 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.2;
    color: #555
}

h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #999
}

ul {
    padding-left: 0;
    margin-bottom: 0
}

li {
    display: inline-block;
    font-size: 14px
}

p {
    font-size: 14px;
    color: #999;
    line-height: 18px
}

span {
    line-height: 1.5
}

a {
    -webkit-transition: .5s ease;
    transition: .5s ease
}

a:hover {
    text-decoration: none;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

a:focus {
    outline: 0
}

.btn:focus,
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control {
    padding: 12px 20px;
    border-radius: 22px;
    font-size: 14px
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ced4da
}

del {
    font-size: 14px;
    color: #aaa;
    font-weight: 400
}

[data-notify=progressbar] {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px
}

.progress-bar {
    background-color: #19a340
}

.progress-bar-info {
    background-color: #00829a
}

.section-t-space,
section {
    padding-top: 50px
}

.section-b-space {
    padding-bottom: 50px
}

.border-section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.border-b {
    border-bottom: 1px solid #38352f
}

.grey-bg {
    background-color: #f5f5f5
}

.theme-bg {
    background-color: #616161
}

.padding-l {
    padding-left: 8px;
    padding-right: 8px
}

.light-grey-bg {
    background-color: #f8f7f8
}

.small-section {
    padding-top: 30px;
    padding-bottom: 30px
}

.light-layout {
    background-color: #f8f8f8
}

.btn-solid {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 50px;
    border: none;
    overflow: hidden;
    background-color: #000
}

.btn-solid.btn-solid-sm {
    padding: 8px 10px
}

.btn-solid:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    width: 50px;
    z-index: 1
}

.btn-solid:hover {
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-solid:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    transition: all 550ms cubic-bezier(.19, 1, .22, 1)
}

.btn-solid:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 0;
    line-height: 18px;
    letter-spacing: .03em;
    margin-bottom: 0;
    content: "";
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    background-position: left;
    background-size: 125%
}

.title.title-color {
    -webkit-animation: colorchange 10s infinite alternate;
    animation: colorchange 10s infinite alternate;
    background: 0 0;
    -webkit-text-fill-color: unset
}

.title-basic h2 {
    padding-top: 0
}

.title1 {
    text-align: center
}

.title1 h4 {
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: -3px
}

.title1 .title-inner1 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative
}

.title1 .title-inner1:after {
    position: absolute;
    height: 5px;
    width: 70px;
    background-color: #000;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0
}

@-webkit-keyframes colorchange {
    0% {
        color: #ea6169
    }
    10% {
        color: #f8b3ba
    }
    20% {
        color: #f3bc71
    }
    30% {
        color: #fdbe7d
    }
    40% {
        color: #8abda9
    }
    50% {
        color: #8ee6e7
    }
    60% {
        color: #0192a5
    }
    70% {
        color: #7cced0
    }
    80% {
        color: #99cfbb
    }
    90% {
        color: #f0bcb2
    }
    100% {
        color: #9dddec
    }
}

.layout-1-slide-1 img {
    -webkit-animation: movetop 5s linear infinite;
    animation: movetop 5s linear infinite;
    position: absolute
}

.layout-1-slide-1 img:first-child {
    right: 100px;
    -webkit-animation: moveleft 5s linear infinite;
    animation: moveleft 5s linear infinite
}

@-webkit-keyframes moveleft {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveleft {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes movetop {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movetop {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.no-arrow .slick-next,
.no-arrow .slick-prev {
    display: none!important
}

.slick-slide {
    line-height: 1
}

.slick-prev {
    left: unset;
    right: 25px;
    top: -38px
}

.slick-prev:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f053";
    color: #535353
}

.slick-prev:after {
    position: absolute;
    content: "";
    height: 13px;
    width: 2px;
    background-color: #eee;
    left: 24px
}

.slick-next {
    right: -5px;
    top: -38px
}

.slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    color: #535353
}

.loader-wrapper {
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    webkit-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 1031;
    top: 0
}

.loader-wrapper .bar {
    position: relative;
    margin-left: -100px
}

.loader-wrapper .bar>div {
    width: 10px;
    height: 30px;
    position: absolute;
    top: 35px;
    left: 45px;
    opacity: 1;
    -webkit-animation: fadeit .6s linear infinite;
    animation: fadeit .6s linear infinite
}

.loader-wrapper .bar>div:nth-child(1) {
    background: #fa5858;
    -webkit-transform: rotate(0) translate(0, -30px);
    transform: rotate(0) translate(0, -30px);
    -webkit-animation-delay: .05s;
    animation-delay: .05s
}

.loader-wrapper .bar>div:nth-child(2) {
    background: #faac58;
    -webkit-transform: rotate(30deg) translate(0, -30px);
    transform: rotate(30deg) translate(0, -30px);
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.loader-wrapper .bar>div:nth-child(3) {
    background: #f4fa58;
    -webkit-transform: rotate(60deg) translate(0, -30px);
    transform: rotate(60deg) translate(0, -30px);
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.loader-wrapper .bar>div:nth-child(4) {
    background: #9afe2e;
    -webkit-transform: rotate(90deg) translate(0, -30px);
    transform: rotate(90deg) translate(0, -30px);
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loader-wrapper .bar>div:nth-child(5) {
    background: #58faac;
    -webkit-transform: rotate(120deg) translate(0, -30px);
    transform: rotate(120deg) translate(0, -30px);
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.loader-wrapper .bar>div:nth-child(6) {
    background: #2efef7;
    -webkit-transform: rotate(150deg) translate(0, -30px);
    transform: rotate(150deg) translate(0, -30px);
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.loader-wrapper .bar>div:nth-child(7) {
    background: #2e9afe;
    -webkit-transform: rotate(180deg) translate(0, -30px);
    transform: rotate(180deg) translate(0, -30px);
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.loader-wrapper .bar>div:nth-child(8) {
    background: #2e2efe;
    -webkit-transform: rotate(210deg) translate(0, -30px);
    transform: rotate(210deg) translate(0, -30px);
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loader-wrapper .bar>div:nth-child(9) {
    background: #ac58fa;
    -webkit-transform: rotate(240deg) translate(0, -30px);
    transform: rotate(240deg) translate(0, -30px);
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.loader-wrapper .bar>div:nth-child(10) {
    background: #a901db;
    -webkit-transform: rotate(270deg) translate(0, -30px);
    transform: rotate(270deg) translate(0, -30px);
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.loader-wrapper .bar>div:nth-child(11) {
    background: #fa58f4;
    -webkit-transform: rotate(300deg) translate(0, -30px);
    transform: rotate(300deg) translate(0, -30px);
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.loader-wrapper .bar>div:nth-child(12) {
    background: #fa58ac;
    -webkit-transform: rotate(330deg) translate(0, -30px);
    transform: rotate(330deg) translate(0, -30px);
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes fadeit {
    0% {
        opacity: 1
    }
    100% {
        opacity: .2
    }
}

@keyframes fadeit {
    0% {
        opacity: 1
    }
    100% {
        opacity: .2
    }
}

.ratio_40 .bg-size:before {
    padding-top: 40%;
    content: "";
    display: block
}

.ratio_45 .bg-size:before {
    padding-top: 45%;
    content: "";
    display: block
}

.ratio2_1 .bg-size:before {
    padding-top: 50%;
    content: "";
    display: block
}

.ratio_56 .bg-size:before {
    padding-top: 56%;
    content: "";
    display: block
}

.ratio2_3 .bg-size:before {
    padding-top: 60%;
    content: "";
    display: block
}

.ratio3_2 .bg-size:before {
    padding-top: 66.66%;
    content: "";
    display: block
}

.ratio_landscape .bg-size:before {
    padding-top: 75%;
    content: "";
    display: block
}

.ratio_square .bg-size:before {
    padding-top: 100%;
    content: "";
    display: block
}

.ratio_asos .bg-size:before {
    padding-top: 127.7777778%;
    content: "";
    display: block
}

.ratio_portrait .bg-size:before {
    padding-top: 150%;
    content: "";
    display: block
}

.ratio1_2 .bg-size:before {
    padding-top: 200%;
    content: "";
    display: block
}

.b-top {
    background-position: top!important
}

.b-bottom {
    background-position: bottom!important
}

.b-center {
    background-position: center!important
}

.b-left {
    background-position: left!important
}

.b-right {
    background-position: right!important
}

.b_size_content {
    background-size: contain!important
}

.bg-light0 {
    background-color: #d0edff
}

.bg-light1 {
    background-color: #f1e7e6
}

.bg-light2 {
    background-color: #bfbfbf
}

.dropdown {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #b2b6be
}

.dropdown .dropdown-menu {
    min-width: 7rem;
    border-radius: 0
}

.dropdown.language {
    width: 80px
}

.dropdown.currency {
    width: 65px
}

.dropdown:focus {
    outline: 0!important
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 0 24px 0 12px
}

.dropdown .select:focus {
    outline: 0!important
}

.dropdown .select::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    top: 2px;
    right: 10px
}

.dropdown.active .select>i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    padding: 5px 0
}

.dropdown .dropdown-menu li {
    padding: 6px 15px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    display: block;
    color: #333
}

.dropdown .dropdown-menu li:hover {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.dropdown .dropdown-menu li:active {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header-shadow .left-shadow {
    position: absolute;
    left: 0;
    top: 90px
}

.header-shadow .right-shadow {
    position: absolute;
    right: 0;
    top: 90px
}

.sidebar-unset {
    overflow-y: unset!important
}

.notification-bar {
    padding: 8px;
    background-color: #eec8c1;
    overflow: hidden
}

.notification-bar p {
    color: #fff;
    margin-bottom: 0
}

.notification-bar .marquee {
    margin-bottom: 0;
    color: #fff;
    white-space: nowrap;
    -webkit-animation: marquee 35s linear infinite;
    animation: marquee 35s linear infinite
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

header .navbar {
    padding: 0 25px 0 0
}

header .navbar .bar-style i {
    font-size: 24px;
    color: #eec8c1
}

header .sidenav {
    height: 100vh;
    width: 300px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -300px;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header .sidenav .sidebar-back {
    padding: 5px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    cursor: pointer
}

header .sidenav nav {
    background-color: #fff;
    z-index: 9;
    position: relative;
    height: 100vh;
    top: 0;
    overflow-y: auto
}

header .sidenav.open-side {
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header .sidenav.open-side .sidebar-overlay {
    opacity: .8;
    visibility: visible
}

header .sidenav .sidebar-overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s
}

header .sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
    margin-left: 50px;
    margin-top: 50px;
    color: #938d8c
}

header .sidenav .pixelstrap li a {
    padding: 10px 25px
}

header .sidenav .pixelstrap li ul li a {
    padding: 5px 18px
}

header .sidenav .pixelstrap li ul li a.highlighted,
header .sidenav .pixelstrap li ul li a:active,
header .sidenav .pixelstrap li ul li a:focus {
    padding: 5px 18px
}

header .sidenav .pixelstrap li .clothing-menu li a {
    padding: 5px 0!important
}

header .sidenav .pixelstrap li .clothing-menu li a:focus {
    font-size: 14px
}

header .sidenav .pixelstrap li .clothing-menu li a:hover {
    font-size: 14px;
    padding: 5px 0
}

header .sidenav .pixelstrap li .clothing-menu li a:focus,
header .sidenav .pixelstrap li .clothing-menu li a:hover {
    padding: 5px 0!important
}

header.header-1 .service-vertical {
    padding: 25px 30px 25px 0
}

header.header-1 .slider-bg .home-slider .home {
    margin: 0
}

header.header-1 .bg-class {
    background-color: #eec8c1
}

header.header-1 .pixelstrap.sm-horizontal>li>a,
header.header-1 .pixelstrap.sm-horizontal>li>a:active,
header.header-1 .pixelstrap.sm-horizontal>li>a:focus,
header.header-1 .pixelstrap.sm-horizontal>li>a:hover {
    padding: 20px 30px 20px 0;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff
}

header.header-1 .pixelstrap.sm-horizontal>li>a:hover {
    color: #4d4d4d
}

header.header-1 .pixelstrap.sm-horizontal .icon-cls a,
header.header-1 .pixelstrap.sm-horizontal .icon-cls a:active,
header.header-1 .pixelstrap.sm-horizontal .icon-cls a:focus,
header.header-1 .pixelstrap.sm-horizontal .icon-cls a:hover {
    padding-right: 20px
}

header.header-1 .header-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header.header-1 .header-section .search-bar {
    padding-left: 80px
}

header.header-1 .header-section .search-bar .search__input {
    width: 600px
}

header.header-1 .header-section .search-bar .search-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0
}

header.header-1 .brand-logo {
    padding: 12px 0 20px
}

header.header-1 .left-part {
    margin-top: 15px
}

header.header-1 .left-part p {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #b3b7bf
}

header.header-1 .right-part {
    text-align: right;
    margin-top: 15px
}

header.header-1 .right-part ul li {
    border-right: 1px solid #eee
}

header.header-1 .right-part ul li .select-option,
header.header-1 .right-part ul li a {
    padding: 0 12px;
    color: #b2b6be;
    text-transform: capitalize
}

header.header-1 .right-part ul li .select-option select,
header.header-1 .right-part ul li a select {
    padding: 0 5px;
    border: 0;
    color: #aaa;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-transform: capitalize;
    position: relative
}

header.header-1 .right-part ul li .select-option select:focus,
header.header-1 .right-part ul li a select:focus {
    outline: 0
}

header.header-1 .right-part ul li .select-option {
    position: relative;
    font: normal normal normal 14px/1 FontAwesome
}

header.header-1 .right-part ul li .select-option:after {
    position: absolute;
    content: "\f107";
    top: 0;
    right: 0
}

header.header-1 .right-part ul li:first-child a {
    padding-left: 0
}

header.header-1 .right-part ul li:last-child {
    border-right: none
}

header.header-1 .right-part ul li:hover a {
    color: #000
}

header.header-1 .nav-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

header.header-1 .nav-icon ul .setting-icon {
    display: none
}

header.header-1 .nav-icon ul .onhover-div {
    padding: 0 130px 0 0
}

header.header-1 .nav-icon ul .onhover-div .icon-detail {
    position: absolute;
    top: 0;
    left: 40px
}

header.header-1 .nav-icon ul .onhover-div .icon-detail h6 {
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0
}

header.header-1 .nav-icon ul .onhover-div .icon-detail h6 a {
    color: #444;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header.header-1 .nav-icon ul .onhover-div .icon-detail h6.up-cls {
    margin-top: -3px;
    margin-bottom: 0
}

header.header-1 .nav-icon ul .onhover-div .icon-detail span {
    color: #b2b6be
}

header.header-1 .nav-icon ul .onhover-div .show-div {
    top: 56px
}

header.header-1 .nav-icon ul .onhover-div .show-div.shopping-cart {
    right: 0
}

header.header-1 .nav-icon ul .onhover-div:after {
    display: none
}

header.header-1 .nav-icon ul .onhover-div:hover .icon-detail h6 a {
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header.header-1 .nav-icon ul .wishlist-icon {
    padding: 0 95px 0 0
}

header.header-1 .nav-icon ul .cart-icon {
    padding: 0 70px 0 0
}

header.header-1 .nav-icon ul .cart-icon .cart h6 {
    margin-top: 0
}

header.header-1 .search-3 {
    display: none
}

header.header-2 .content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header.header-2 .content-header .left-section {
    width: 65%
}

header.header-2 .content-header .right-section {
    width: 35%;
    border-left: 1px solid #eee
}

header.header-2 .upper-section {
    padding: 25px 0 25px 25px;
    border-bottom: 1px solid #eee
}

header.header-2 .upper-section li {
    border-right: 1px solid #eee
}

header.header-2 .upper-section li a {
    padding: 0 12px;
    color: #aaa;
    text-transform: capitalize;
    font-size: 14px
}

header.header-2 .upper-section li a select {
    border: 0;
    color: #aaa;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-transform: capitalize;
    background: url(../images/dropdown.png) no-repeat 85%
}

header.header-2 .upper-section li a select:focus {
    outline: 0
}

header.header-2 .upper-section li:first-child a {
    padding-left: 0
}

header.header-2 .upper-section li:last-child a {
    padding-right: 8px
}

header.header-2 .upper-section li:nth-last-child(-n+2) {
    border-right: none
}

header.header-2 .lower-section {
    padding: 25px 0 25px 25px
}

header.header-2 .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header.header-2 .header-top .brand-logo {
    padding-right: 50px
}

header.header-2 .search-bar {
    padding-top: 0;
    padding-bottom: 20px
}

header.header-2 .search-bar .search__input {
    width: 890px
}

header.header-2 .search-bar .search-icon {
    top: 0;
    right: 20px
}

header.header-2 .home-icon {
    color: #aaa;
    font-size: 18px
}

header.header-2 .nav-icon ul .setting-icon {
    display: none
}

header.header-2 .nav-icon ul .onhover-div {
    padding: 0 121px 0 0
}

header.header-2 .nav-icon ul .onhover-div .icon-detail {
    position: absolute;
    top: 0;
    left: 40px
}

header.header-2 .nav-icon ul .onhover-div .icon-detail h6 {
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0
}

header.header-2 .nav-icon ul .onhover-div .icon-detail h6 a {
    color: #333;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header.header-2 .nav-icon ul .onhover-div .icon-detail h6.up-cls {
    margin-top: -3px;
    margin-bottom: 0
}

header.header-2 .nav-icon ul .onhover-div .icon-detail span {
    color: #aaa
}

header.header-2 .nav-icon ul .onhover-div .show-div {
    top: 50px
}

header.header-2 .nav-icon ul .onhover-div .show-div.shopping-cart {
    right: 32px
}

header.header-2 .nav-icon ul .onhover-div:after {
    display: none
}

header.header-2 .nav-icon ul .onhover-div:hover .icon-detail h6 a {
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header.header-2 .nav-icon ul .wishlist-icon {
    padding: 0 90px 0 0
}

header.header-2 .nav-icon ul .cart-icon .cart h6 {
    margin-top: 0
}

header.header-2 .pixelstrap.sm-horizontal>li>a,
header.header-2 .pixelstrap.sm-horizontal>li>a:active,
header.header-2 .pixelstrap.sm-horizontal>li>a:focus,
header.header-2 .pixelstrap.sm-horizontal>li>a:hover {
    padding: 33px 20px 33px 0;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #444
}

header.header-2 .pixelstrap.sm-horizontal>li>a:hover {
    color: #000
}

header.header-2 .pixelstrap.sm-horizontal .icon-cls a,
header.header-2 .pixelstrap.sm-horizontal .icon-cls a:active,
header.header-2 .pixelstrap.sm-horizontal .icon-cls a:focus,
header.header-2 .pixelstrap.sm-horizontal .icon-cls a:hover {
    padding-right: 20px
}

header.header-2 .category-section {
    left: 15px
}

header.header-3 .brand-logo {
    border-right: 1px solid #eee;
    padding: 15px 28px 15px 0
}

header.header-3 .search-bar {
    margin-top: 30px;
    width: 88%
}

header.header-3 .search-bar .search__input {
    width: 100%
}

header.header-3 .search-bar .search-icon {
    top: 0;
    right: 22px
}

header.header-3 .nav-icon ul .onhover-div {
    padding: 40px 15px
}

header.header-3 .nav-icon ul .onhover-div:after {
    display: none
}

header.header-3 .nav-icon ul .onhover-div .show-div {
    z-index: 9999
}

header.header-3 .nav-icon ul .setting-icon {
    padding-right: 0
}

header.header-3 .nav-icon ul .cart-icon {
    text-align: left;
    padding-right: 88px
}

header.header-3 .nav-icon ul .cart-icon:after {
    display: block;
    left: -3px;
    right: unset
}

header.header-3 .nav-icon ul .cart-icon .cart-count {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    top: 28px;
    left: 30px
}

header.header-3 .nav-icon ul .cart-icon .cart {
    right: 18px;
    top: 36px
}

header.header-3 .nav-icon ul .cart-icon .cart h6 {
    margin-top: 0;
    color: #999;
    margin-bottom: -3px
}

header.header-3 .nav-icon ul .cart-icon .cart span {
    color: #555
}

header.header-3 .home-icon {
    color: #000;
    font-size: 20px
}

header.header-3 .pixelstrap.sm-horizontal>li>a,
header.header-3 .pixelstrap.sm-horizontal>li>a:active,
header.header-3 .pixelstrap.sm-horizontal>li>a:focus,
header.header-3 .pixelstrap.sm-horizontal>li>a:hover {
    padding: 23px 25px 23px 0;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #555
}

header.header-3 .pixelstrap.sm-horizontal>li>a:hover {
    color: #000
}

header.header-3 .pixelstrap.sm-horizontal .icon-cls a,
header.header-3 .pixelstrap.sm-horizontal .icon-cls a:active,
header.header-3 .pixelstrap.sm-horizontal .icon-cls a:focus,
header.header-3 .pixelstrap.sm-horizontal .icon-cls a:hover {
    padding-right: 15px
}

header.header-3 .search-3 {
    display: none
}

header.header-3 .padding-class {
    padding: 0;
    text-align: right
}

header.header-3 .nav-icon ul .setting-icon:hover .show-div.setting {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

header.header-3 .right_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header.header-3 .right_part .navbar {
    padding: 42px 15px 0
}

header.header-4 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1
}

header.header-4 .left-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left
}

header.header-basic {
    position: relative;
    top: 0
}

header.header-center {
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}

header.header-center .brand-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

header.header-center #main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #eee
}

header.header-center .bg-class {
    -webkit-box-shadow: 0 1px 3px 0 rgba(167, 167, 167, 0);
    box-shadow: 0 1px 3px 0 rgba(167, 167, 167, 0)
}

header.header-center .left-part {
    padding: 22px 0
}

header.header-center .search-bar .search-icon {
    top: 0;
    right: 24px
}

header.header-center .pixelstrap.sm-horizontal>li>a,
header.header-center .pixelstrap.sm-horizontal>li>a:active,
header.header-center .pixelstrap.sm-horizontal>li>a:focus,
header.header-center .pixelstrap.sm-horizontal>li>a:hover {
    padding: 18px 0;
    padding-right: 30px
}

header .sm-horizontal.text-black>li>a,
header .sm-horizontal.text-black>li>a:active,
header .sm-horizontal.text-black>li>a:focus,
header .sm-horizontal.text-black>li>a:hover {
    color: #000
}

header .sm-horizontal.text-black>li>a:hover {
    color: #000
}

header .dark-font.pixelstrap.sm-horizontal>li>a,
header .dark-font.pixelstrap.sm-horizontal>li>a:active,
header .dark-font.pixelstrap.sm-horizontal>li>a:focus,
header .dark-font.pixelstrap.sm-horizontal>li>a:hover {
    color: #000
}

header .dark-font.pixelstrap.sm-horizontal>li>a:hover {
    color: #000
}

header .mobile-icon,
header .mobile-icon-home,
header .mobile-icon-search {
    display: none
}

header .search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 15px
}

header .search-bar .search__input {
    width: 250px;
    padding: 12px 50px 12px 24px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 50px;
    border: 1px solid #eee;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

header .search-bar .search__input:focus {
    outline: 0
}

header .search-bar .search-icon {
    top: 23px;
    right: 20px;
    background-color: #000;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    position: absolute;
    margin-top: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    border: none;
    padding: 0
}

header .search-bar .search-icon:after {
    position: absolute;
    content: "\e610";
    font-family: themify
}

header .search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-animation: fadeIn .3s ease;
    animation: fadeIn .3s ease
}

header .search-overlay>div {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .search-overlay>div .overlay-content {
    width: 100%
}

header .search-overlay>div .overlay-content .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

header .search-overlay>div .overlay-content input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #777;
    border-radius: 0;
    padding: 20px 0!important
}

header .search-overlay>div .overlay-content input::-webkit-input-placeholder {
    color: #777;
    font-size: 18px
}

header .search-overlay>div .overlay-content input::-moz-placeholder {
    color: #777;
    font-size: 18px
}

header .search-overlay>div .overlay-content input:-ms-input-placeholder {
    color: #777;
    font-size: 18px
}

header .search-overlay>div .overlay-content input:-moz-placeholder {
    color: #777;
    font-size: 18px
}

header .search-overlay>div .overlay-content button {
    position: absolute;
    top: 8px;
    background-color: transparent;
    border: 0;
    font-size: 24px;
    color: #777;
    right: 10px
}

header .search-overlay>div .closebtn {
    position: fixed;
    top: 10px;
    right: 25px;
    color: #777;
    font-size: 40px;
    cursor: pointer
}

header .header-content {
    position: relative
}

header .header-content .nav-right {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header .brand-logo {
    padding: 15px 0;
    display: inline-block;
    vertical-align: middle
}

header .toggle-nav {
    position: relative;
    cursor: pointer;
    display: none
}

header .mobile-back {
    display: none
}

header .nav-icon ul .onhover-div {
    position: relative;
    padding: 32px 15px
}

header .nav-icon ul .onhover-div img {
    cursor: pointer
}

header .nav-icon ul .onhover-div:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #eee;
    right: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .nav-icon ul .onhover-div .show-div {
    top: 89px;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    text-align: left;
    border: 1px solid #333;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    right: 0;
    border-radius: 0!important;
    padding: 15px 20px;
    min-width: 175px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header .nav-icon ul .onhover-div .show-div.setting h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px
}

header .nav-icon ul .onhover-div .show-div.setting h6:first-child {
    margin-top: 0
}

header .nav-icon ul .onhover-div .show-div.setting ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    padding-left: 17px;
    padding-top: 5px
}

header .nav-icon ul .onhover-div .show-div.setting ul li a {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize
}

header .nav-icon ul .onhover-div .show-div.setting ul li a:hover {
    color: #eec8c1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header .nav-icon ul .onhover-div .show-div.setting ul li.active a {
    color: #eec8c1
}

header .nav-icon ul .onhover-div .show-div {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

header .nav-icon ul .cart-icon {
    position: relative;
    padding-right: 64px
}

header .nav-icon ul .cart-icon:after {
    display: none
}

header .nav-icon ul .cart-icon .cart {
    position: absolute;
    top: 28px;
    right: 0
}

header .nav-icon ul .cart-icon .cart span {
    color: #999
}

header .nav-icon ul .cart-icon .cart h6 {
    color: #eec8c1;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: -3px
}

.bg-gradient {
    background: -webkit-gradient(linear, right top, left top, from(#4c2fbf), to(#2e9de4))!important;
    background: linear-gradient(to left, #4c2fbf 0, #2e9de4 100%)!important
}

.hover-unset {
    position: unset!important
}

.slider-part {
    padding: 0;
    background-color: #fff;
    border: 20px solid #fff
}

.layout-2-menu .home-slider .home {
    height: 60vh
}

.layout-2-menu .home-slider .home .slider-contain {
    height: 60vh;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -40px
}

.layout-2-menu .home-slider .home .slider-contain>div {
    padding: 25px 275px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), color-stop(1%, rgba(255, 255, 255, .12)), color-stop(31%, rgba(255, 255, 255, .75)), color-stop(52%, rgba(255, 255, 255, .9)), color-stop(53%, rgba(255, 255, 255, .89)), color-stop(73%, rgba(255, 255, 255, .75)), color-stop(75%, rgba(255, 255, 255, .7)), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(to right, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .12) 1%, rgba(255, 255, 255, .75) 31%, rgba(255, 255, 255, .9) 52%, rgba(255, 255, 255, .89) 53%, rgba(255, 255, 255, .75) 73%, rgba(255, 255, 255, .7) 75%, rgba(255, 255, 255, .1) 100%)
}

.shadow-home .home-slider:after {
    content: "";
    position: absolute;
    height: 26px;
    background: url(../images/s-1.png) no-repeat scroll center 0 transparent;
    top: 0;
    width: 100%
}

.full-slider .home-slider .slider-contain h5 {
    font-size: calc(14px + (26 - 14) * ((100vw - 320px)/ (1920 - 320)))
}

.full-slider .home-slider .slider-contain h1 {
    font-size: calc(18px + (45 - 18) * ((100vw - 320px)/ (1920 - 320)))
}

.full-slider .home-slider .slider-contain h4 {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px)/ (1920 - 320)))
}

.home-slider {
    position: relative;
    overflow: hidden
}

.home-slider .home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 75vh
}

.home-slider .home.home1 {
    background-image: url(../images/home-banner/1.jpg)
}

.home-slider .home.home2 {
    background-image: url(../images/home-banner/2.jpg)
}

.home-slider .home.home3 {
    background-image: url(../images/home-banner/3.jpg)
}

.home-slider .home.home4 {
    background-image: url(../images/home-banner/4.jpg)
}

.home-slider .home.home5 {
    background-image: url(../images/home-banner/5.jpg)
}

.home-slider .home.home6 {
    background-image: url(../images/home-banner/6.jpg)
}

.home-slider .home.home7 {
    background-image: url(../images/home-banner/7.jpg)
}

.home-slider .home.home8 {
    background-image: url(../images/home-banner/8.jpg)
}

.home-slider .home.home9 {
    background-image: url(../images/home-banner/9.jpg)
}

.home-slider .home.home10 {
    background-image: url(../images/home-banner/10.jpg)
}

.home-slider .home.home11 {
    background-image: url(../images/home-banner/11.jpg)
}

.home-slider .home.home12 {
    background-image: url(../images/home-banner/12.jpg)
}

.home-slider .home.home13 {
    background-image: url(../images/home-banner/13.jpg)
}

.home-slider .home.home14 {
    background-image: url(../images/home-banner/14.jpg)
}

.home-slider .home.home15 {
    background-image: url(../images/home-banner/15.jpg)
}

.home-slider .home.home16 {
    background-image: url(../images/home-banner/16.jpg)
}

.home-slider .home.home17 {
    background-image: url(../images/home-banner/17.jpg)
}

.home-slider .home.home18 {
    background-image: url(../images/home-banner/18.jpg)
}

.home-slider .home.home19 {
    background-image: url(../images/home-banner/19.jpg)
}

.home-slider .home.home20 {
    background-image: url(../images/home-banner/20.jpg)
}

.home-slider .home.home21 {
    background-image: url(../images/home-banner/21.jpg)
}

.home-slider .home.home22 {
    background-image: url(../images/home-banner/22.jpg)
}

.home-slider .home.home23 {
    background-image: url(../images/home-banner/23.jpg)
}

.home-slider .home.home24 {
    background-image: url(../images/home-banner/24.jpg)
}

.home-slider .home.home25 {
    background-image: url(../images/home-banner/25.jpg)
}

.home-slider .home.home26 {
    background-image: url(../images/home-banner/26.jpg)
}

.home-slider .home.home27 {
    background-image: url(../images/home-banner/27.jpg)
}

.home-slider .home.home28 {
    background-image: url(../images/home-banner/28.jpg)
}

.home-slider .home.home29 {
    background-image: url(../images/home-banner/29.jpg)
}

.home-slider .home.home30 {
    background-image: url(../images/home-banner/30.jpg)
}

.home-slider .home.home31 {
    background-image: url(../images/home-banner/31.jpg)
}

.home-slider .home.home32 {
    background-image: url(../images/home-banner/32.jpg)
}

.home-slider .home.home33 {
    background-image: url(../images/home-banner/33.jpg)
}

.home-slider .home.home34 {
    background-image: url(../images/home-banner/34.jpg)
}

.home-slider .home.home35 {
    background-image: url(../images/home-banner/35.jpg)
}

.home-slider .home.home36 {
    background-image: url(../images/home-banner/36.jpg)
}

.home-slider .home.home37 {
    background-image: url(../images/home-banner/37.jpg)
}

.home-slider .home.home38 {
    background-image: url(../images/home-banner/38.jpg)
}

.home-slider .home.home39 {
    background-image: url(../images/home-banner/39.jpg)
}

.home-slider .home.home40 {
    background-image: url(../images/home-banner/40.jpg)
}

.home-slider .home.text-white .slider-contain h4,
.home-slider .home.text-white .slider-contain h5 {
    color: #fff
}

.home-slider .slider-contain {
    width: 100%;
    height: 75vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home-slider .slider-contain h5 {
    font-size: calc(14px + (26 - 14) * ((100vw - 320px)/ (1920 - 320)));
    color: #999;
    text-transform: capitalize;
    letter-spacing: .05em;
    margin-top: -6px
}

.home-slider .slider-contain h1 {
    margin-bottom: 0;
    margin-top: 7px;
    color: #eec8c1;
    font-size: calc(18px + (45 - 18) * ((100vw - 320px)/ (1920 - 320)));
    text-transform: capitalize;
    line-height: 1.5em
}

.home-slider .slider-contain h4 {
    font-size: calc(15px + (18 - 15) * ((100vw - 320px)/ (1920 - 320)));
    font-weight: 700;
    letter-spacing: .03em;
    color: #777;
    margin-bottom: 0;
    margin-top: 10px
}

.home-slider .slider-contain .btn-outline,
.home-slider .slider-contain .btn-solid {
    margin-top: 20px
}

.home-slider .slick-next,
.home-slider .slick-prev {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 42%;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    height: 44px;
    width: 44px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.home-slider .slick-next:before,
.home-slider .slick-prev:before {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    font-family: FontAwesome;
    font-size: 32px;
    line-height: 22px;
    vertical-align: top;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin: 0 auto
}

.home-slider .slick-next:after,
.home-slider .slick-prev:after {
    display: none
}

.home-slider .slick-next {
    right: 1px
}

.home-slider .slick-next:before {
    content: "\f105"
}

.home-slider .slick-prev {
    left: 1px;
    z-index: 1
}

.home-slider .slick-prev:before {
    content: "\f104"
}

.home-slider .p-left .slider-contain {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.home-slider .p-right .slider-contain {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.home-slider .p-center .slider-contain {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-slider .slick-slide {
    line-height: 0
}

.home-slider.l-4-slider .slider-contain {
    margin-top: 58px
}

.home-slider.l-4-slider .slider-contain .btn-solid {
    margin-bottom: -9px
}

.home-slider.l-4-slider .slick-next,
.home-slider.l-4-slider .slick-prev {
    top: calc(50% + 37px)
}

.home-slider.home-55 .home {
    height: 55vh
}

.home-slider.home-55 .slider-contain {
    height: 55vh
}

.home-slider.home-60 .home {
    height: 60vh
}

.home-slider.home-60 .slider-contain {
    height: 60vh
}

@media (min-width:700px) {
    .home-slider.home-65 .home {
        /* height: 65vh */
        /* height: 40vh; */
        height: 350px;
    }
}

.home-slider.home-65 .slider-contain {
    height: 130px
}

.home-slider.home-70 .home {
    height: 70vh
}

.home-slider.home-70 .slider-contain {
    height: 70vh
}

.home-slider.home-100 .home {
    height: 100vh
}

.home-slider.home-100 .slider-contain {
    height: 100vh
}

.home-slider.home-fix .home {
    height: 532px
}

.home-slider.home-fix .slider-contain {
    height: 532px
}

.home-slider:hover .slick-next,
.home-slider:hover .slick-prev {
    opacity: 1;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.home-slider:hover .slick-prev {
    left: 40px
}

.home-slider:hover .slick-next {
    right: 40px
}

.slider-bg {
    position: relative;
    background: url(../images/main-banner-bg.jpg) no-repeat;
    width: 100%;
    -webkit-box-shadow: inset 0 -3px 6px 0 #ddd;
    box-shadow: inset 0 -3px 6px 0 #ddd;
    vertical-align: middle;
    height: 65vh;
    background-size: cover!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider-bg.slider-bg-2 {
    background: url(../images/main-banner-bg2.jpg) no-repeat
}

.slider-bg .home-slider .home {
    height: 50vh;
    padding: 0 100px
}

.slider-bg .home-slider .home .slider-contain {
    height: 50vh
}

.slider-bg:after {
    content: "";
    position: absolute;
    height: 11px;
    background: url(../images/shadow.png) no-repeat scroll center 0 transparent;
    top: 0;
    width: 100%
}

.banner .banner-bg {
    margin-top: -1px;
    margin-bottom: -3px
}

.slider-category>div {
    padding-top: 20px
}

.slider-category .category-right .cat-box+.cat-box {
    padding-top: 20px
}

.contain-slider .slider-contain {
    padding: 0 60px
}

.title-basic {
    position: relative
}

.title-basic .title {
    position: relative
}

.title-basic .timer-flash {
    display: inline-block;
    -webkit-transform: scale(.3);
    transform: scale(.3);
    margin-top: 2px;
    position: absolute;
    top: -38px;
    left: 10px
}

.title-basic .timer-flash .flip-clock-divider .flip-clock-label {
    display: none
}

.service-panel {
    background-color: #eec8c1
}

.service-panel .service {
    padding: 12px 0
}

.service-panel .service .service-block .media svg {
    fill: #fff
}

.service-panel .service .service-block .media svg path {
    fill: #fff
}

.service-panel .service .service-block .media p {
    color: rgba(255, 255, 255, .8)
}

.service-panel .service .service-block .media h5 {
    color: #fff
}

.service-banner {
    padding-top: 20px
}

.service-banner .service-box {
    text-align: center;
    padding: 15px
}

.service-banner .service-box p {
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase
}

.service-banner .row>div:nth-child(odd) .service-box {
    background-color: #eec8c1
}

.service-banner .row>div:nth-child(even) .service-box {
    background-color: #eee
}

.service.service-abjust .service-block .media h5 {
    margin-bottom: .5rem
}

.service.service-abjust .service-block .media p {
    color: rgba(0, 0, 0, .5)
}

.service .service-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service .service-block .media {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service .service-block .media img {
    margin-right: 8px
}

.service .service-block .media svg {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    fill: #eec8c1
}

.service .service-block .media svg path {
    fill: #eec8c1
}

.service .service-block .media h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600
}

.service .service-block .media p {
    text-transform: capitalize;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .8)
}

.service .service-block+.service-block {
    border-left: 1px solid rgba(238, 238, 238, .4)
}

.service .service-block:hover img,
.service .service-block:hover svg {
    -webkit-animation: pulse 1s ease-in-out;
    animation: pulse 1s ease-in-out;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.service .service-block:hover h5 {
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.service-block1 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.service-block1 svg {
    margin-bottom: 10px;
    width: 50px;
    height: 50px
}

.service-block1 svg path {
    fill: #eec8c1
}

.service-block1 h5 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px
}

.service-block1 p {
    letter-spacing: .03em;
    margin-bottom: -3px;
    line-height: 1.5
}

.service-block1:hover svg {
    -webkit-animation: pulse 1s ease-in-out;
    animation: pulse 1s ease-in-out;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.service-block1:hover h4 {
    color: #eec8c1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.service-block1+.service-block1 {
    border-left: 1px solid #eee
}

.service-vertical {
    background-color: #fff;
    display: inline-block;
    padding: 25px 30px
}

.service-vertical.vertical-border {
    border: 2px solid #333
}

.service-vertical .service-block {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.service-vertical .service-block p {
    margin-bottom: 0;
    text-transform: capitalize
}

.service-vertical .service-block .top-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-vertical .service-block .top-section img {
    margin-right: 8px
}

.service-vertical .service-block .top-section h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.service-vertical .service-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.service-vertical .service-block:hover img {
    -webkit-animation: pulse 1s ease-in-out;
    animation: pulse 1s ease-in-out;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.service-vertical .service-block:hover h5 {
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.category {
    position: relative
}

.category .slick-slider .slick-list {
    margin: 0 -15px
}

.category .slick-slider .slick-list .slick-slide>div {
    margin: 0 15px;
    position: relative
}

.category .category-block {
    border: 1px solid #eee;
    padding: 25px 0 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.category .category-block img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.category .category-block .category-content {
    display: inline-block;
    padding: 10px 0 10px 20px;
    margin-left: 30px;
    border-left: 1px solid #eee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.category .category-block .category-content h5 {
    color: #eec8c1;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0
}

.category .category-block .category-content h6 {
    margin-bottom: 0
}

.category .category-block .category-content .btn-solid {
    position: absolute;
    display: none;
    top: 37px;
    right: 20px
}

.category .category-block:hover {
    background-color: #eec8c1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.category .category-block:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.category .category-block:hover .category-content {
    border-left: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.category .category-block:hover .category-content h5,
.category .category-block:hover .category-content h6 {
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.category .category-block:hover .category-content .btn-solid {
    display: block;
    -webkit-animation: fadeInRight .5s ease;
    animation: fadeInRight .5s ease
}

.category .category-img {
    position: relative;
    text-align: center
}

.category .category-img .bg-size,
.category .category-img img {
    border: 1px solid #eee
}

.category .category-img .category-text {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    top: 65px;
    right: 80px
}

.category .category-img .category-text h5 {
    color: #eec8c1;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0
}

.category .category-img .category-text h6 {
    margin-bottom: 0
}

.category .category-img:hover .category-text {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.category .category-wrap {
    text-align: center;
    padding: 35px 45px;
    background-color: #fff;
    border: 1px solid #eee
}

.category .category-wrap img {
    margin: 0 auto;
    padding-bottom: 25px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.category .category-wrap h5 {
    color: #eec8c1;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0
}

.category .category-wrap h6 {
    margin-bottom: 10px
}

.category .category-wrap:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.category .category-wrapper .img-block {
    border-radius: 100%;
    border: 2px solid #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden
}

.category .category-wrapper .img-block img {
    margin: 0 auto;
    width: 100%
}

.category .category-wrapper .category-title {
    text-align: center
}

.category .category-wrapper .category-title h5 {
    display: inline-block;
    text-transform: uppercase;
    color: #eec8c1;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: -3px
}

.category .category-wrapper:hover .img-block {
    border: 2px solid #eec8c1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.category .category-wrapper:hover .category-title h5 {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #000
}

.category.absolute-banner {
    margin-top: -125px
}

.category.absolute-banner .absolute-bg {
    background-color: #fff;
    position: relative;
    padding: 25px;
    -webkit-box-shadow: 0 0 8px 0 #ddd;
    box-shadow: 0 0 8px 0 #ddd
}

.category.category-classic {
    text-align: center
}

.category.category-classic .category-wrapper {
    text-align: center;
    display: inline-block
}

.category.category-classic .category-wrapper .img-block {
    overflow: visible;
    border-color: transparent;
    padding: 20px;
    background-color: rgba(0, 0, 0, .1)
}

.category.category-classic .category-wrapper .img-block img {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 64px;
    height: auto
}

.category.category-classic .category-wrapper:hover .img-block img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.category.category-classic.bg-none .category-wrapper .img-block {
    background-color: transparent;
    padding: 0
}

.category.category-classic.bg-grey .category-wrapper .img-block {
    background-color: #f9f9f9
}

.category-box {
    -webkit-box-shadow: 0 2px 3px 0 rgba(90, 90, 90, .3);
    box-shadow: 0 2px 3px 0 rgba(90, 90, 90, .3)
}

.category-box .category-title {
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    color: #000
}

.blog-info.blog-vertical h5 {
    margin-top: 0
}

.blog-info.blog-vertical h6,
.blog-info.blog-vertical p {
    margin-top: 5px
}

.blog-info h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
    margin-bottom: 0
}

.blog-info p {
    color: #444;
    margin-bottom: 0;
    margin-top: 10px
}

.blog-info h6 {
    color: #999;
    margin-top: 10px;
    text-transform: capitalize;
    margin-bottom: 0
}

.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.timer p {
    padding: 20px 25px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.blog-section .slick-slider .slick-list {
    margin: 0 -15px
}

.blog-section .slick-slider .slick-list .slick-slide>div {
    margin: 0 15px;
    position: relative
}

.blog-section .review-box {
    background-color: #fff;
    border: 3px solid #eee;
    text-align: center;
    padding: 0 30px 30px
}

.blog-section .review-box .slick-next,
.blog-section .review-box .slick-prev {
    top: unset;
    bottom: -14px
}

.blog-section .review-box .slick-next {
    left: 30px;
    right: 0;
    margin: 0 auto
}

.blog-section .review-box .slick-prev {
    left: -30px;
    right: 0;
    margin: 0 auto
}

.blog-section .review-box .review-content .avtar {
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 100%;
    display: inline-block;
    margin-top: 10px
}

.blog-section .review-box .review-content .avtar img {
    border-radius: 100%;
    height: 60px;
    width: auto;
    margin: 0 auto;
    border: 1px solid #eee
}

.blog-section .review-box .review-content h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #eec8c1;
    margin-top: 15px
}

.blog-section .review-box .review-content h6 {
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: capitalize;
    color: #555
}

.blog-section .review-box .review-content p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
    display: block;
    max-width: 100%;
    height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.single-section .blog-box .media {
    margin-bottom: 23px
}

.single-section .blog-box .review-sec .review-block .media:last-child {
    padding-bottom: 30px
}

.single-section .blog-box .blog-white .product {
    text-align: center
}

.single-section .blog-box .blog-white .product img {
    height: 250px;
    margin: 0 auto
}

.single-section .blog-box .blog-white .product .timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-section .blog-box .blog-white .product .timer p {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    background-color: #000;
    text-align: center;
    margin-bottom: 0
}

.single-section .blog-box .blog-white .product p {
    margin-bottom: 0;
    margin-top: 14px;
    color: #444
}

.single-section .blog-box .blog-white .product h5 {
    color: #eec8c1;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0
}

.single-section .blog-box .blog-white .product h5 strike {
    color: #777;
    font-weight: 400
}

.blog-box {
    border: 3px solid #333;
    padding: 5px 35px 35px
}

.blog-box .review-sec .review-block .media {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 0;
    position: relative
}

.blog-box .review-sec .review-block .media .icon {
    position: absolute;
    left: 65px
}

.blog-box .review-sec .review-block .media .icon i {
    font-size: 22px;
    color: #000
}

.blog-box .review-sec .review-block .media .icon img {
    height: auto;
    border-radius: unset;
    border: unset
}

.blog-box .review-sec .review-block .media img {
    height: 90px;
    border-radius: 100%;
    border: 1px solid #f3f3f3;
    width: auto
}

.blog-box .review-sec .review-block .media .media-body h6 {
    color: #eec8c1;
    text-transform: uppercase;
    font-weight: 500
}

.blog-box .review-sec .review-block .media .media-body p {
    color: #444;
    margin-top: 15px;
    line-height: 21px;
    margin-bottom: 0
}

.blog-box .review-sec .review-block .media:last-child {
    padding-bottom: 0;
    border-top: 1px solid #f3f3f3
}

.blog-box.blog-pattern {
    border: 1px solid #eee;
    background: url(../images/blog/pattern.png);
    padding: 5px
}

.blog-box.blog-pattern .blog-white {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0 30px 30px
}

.blog-box.blog-pattern .blog-white.contact {
    padding: 40px 60px
}

.blog-box.blog-pattern .blog-white.contact h3 {
    margin-bottom: 0;
    margin-top: 18px;
    font-weight: 700
}

.blog-box.blog-pattern .blog-white.contact h5 {
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -5px
}

.blog-box.blog-pattern .blog-white.contact .contact-form h5 {
    margin-top: 48px;
    color: #eec8c1
}

.blog-box.blog-pattern .blog-white.contact .contact-form .theme-form {
    margin-top: 30px
}

.blog-box.blog-pattern .blog-white.contact .contact-form .theme-form .form-control {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 18px;
    padding: .375rem .75rem
}

.blog-box.blog-pattern .blog-white.app-white {
    padding: 50px 60px 0;
    text-align: center
}

.blog-box.blog-pattern .blog-white.app-white h5 {
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -6px
}

.blog-box.blog-pattern .blog-white.app-white h5 span {
    color: #eec8c1
}

.blog-box.blog-pattern .blog-white.app-white .app-buttons {
    margin-top: 21px
}

.blog-box.blog-pattern .blog-white.app-white .app-buttons>a:last-child {
    margin-left: 5px
}

.blog-box.blog-pattern .blog-white.app-white .mobile1 {
    margin-top: 56px
}

.blog-box.blog-pattern .blog-white.feature-sec .feature-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
    width: 100%
}

.blog-box.blog-pattern .blog-white.feature-sec .feature-block .media {
    margin-bottom: 0;
    width: 50%;
    padding: 14px 5px 15px
}

.blog-box.blog-pattern .blog-white.feature-sec .feature-block .media img {
    height: 80px;
    width: auto
}

.blog-box.blog-pattern .blog-white.feature-sec .feature-block .media .media-body h5 {
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    margin-bottom: -2px;
    margin-top: -4px
}

.blog-box.blog-pattern .blog-white.feature-sec .feature-block .media:last-child {
    border-left: 1px solid #eee
}

.blog-box.blog-pattern .blog-white.feature-sec .feature-block:last-child {
    border-bottom: none
}

.blog-box.blog-pattern .blog-white.product-sec .product-block .media {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.blog-box.blog-pattern .blog-white.product-sec .product-block .media img {
    height: 58px;
    width: auto
}

.blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body h5 {
    color: #eec8c1;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: -4px
}

.blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body p {
    text-transform: capitalize;
    margin-bottom: -3px
}

.blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body a {
    position: absolute;
    right: 1px
}

.blog-box.blog-pattern .blog-white.product-sec .product-block:first-child .media {
    padding-top: 0
}

.blog-box.blog-pattern .blog-white.product-sec .product-block:last-child .media {
    padding-bottom: 0;
    border-bottom: none
}

.blog-box .media {
    margin-bottom: 30px
}

.blog-box .media img {
    height: 104px
}

.blog-box .media .media-body {
    -ms-flex-item-align: center;
    align-self: center
}

.blog-box .media:last-child {
    margin-bottom: 0
}

.layout-4 {
    position: relative;
    margin: 25px 0
}

.layout-4.lookbook-left {
    margin: 15px 0
}

.layout-4 .border-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

.layout-4:after {
    position: absolute;
    content: "";
    border: 8px solid #eee;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1
}

.banner-bg {
    background-image: linear-gradient(45deg, #595959 9.26%, #fff 9.26%, #fff 50%, #595959 50%, #595959 59.26%, #fff 59.26%, #fff 100%);
    background-size: 38.18px 38.18px;
    background-attachment: fixed;
    padding: 30px 0;
    text-align: center
}

.banner-bg.dark-bg {
    background-image: linear-gradient(45deg, #737373 9.26%, #fff 9.26%, #fff 50%, #737373 50%, #737373 59.26%, #fff 59.26%, #fff 100%)
}

.banner-bg .banner-content {
    display: inline-block;
    padding: 25px 50px;
    vertical-align: middle
}

.banner-bg .banner-content h6 {
    color: #777
}

.banner-bg .banner-content h2 span {
    color: #eec8c1;
    font-weight: 700
}

.banner-bg .banner-content h2 span.color {
    color: #000;
    font-weight: 400
}

.banner-bg .banner-content .banner-btn {
    padding: 20px 125px;
    background-color: #fff;
    border: 1px dashed #000
}

.banner-bg .banner-content .banner-btn h6 {
    color: #333;
    line-height: 1.6
}

.banner-bg .banner-content .banner-btn h6 span {
    color: #eec8c1;
    font-weight: 700
}

.banner-bg .banner-content.app-content {
    padding: 0 70px 0 0
}

.banner-bg .banner-content.app-content .app-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-bg .banner-content.app-content .app-inner img {
    margin: 20px 120px 0
}

.banner-bg .banner-content.app-content .app-inner .app-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-bg .banner-content.app-content .app-inner .app-download h5 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0
}

.banner-bg .banner-content.app-content .app-inner .app-download .app-buttons {
    margin-top: 30px
}

.banner-bg .banner-content.app-content .app-inner .app-download .app-buttons img {
    margin: 0
}

.banner-bg .banner-content.app-content .app-inner .app-download .app-buttons>a:last-child {
    margin-left: 5px
}

.banner-bg.no-bg {
    position: relative;
    background: #fff;
    background: 0 0;
    border: 8px solid #000
}

.banner-bg.no-bg h6 {
    color: #000
}

.banner-bg.no-bg h2 span {
    color: #eec8c1
}

.banner-bg.no-bg .banner-btn {
    padding: 5px
}

.banner-bg.no-bg .banner-btn h6 {
    color: #fff;
    padding: 15px 120px;
    border-radius: 50px;
    background-color: #000;
    line-height: 1.6
}

.banner-bg.no-bg .banner-btn h6 span {
    color: #eec8c1
}

.banner-bg.app-sec {
    padding: 30px 0 0
}

.banner-bg.app-sec .app-sec-content {
    padding-left: 50px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.banner-bg.app-sec .app-sec-content h5 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: -4px
}

.banner-bg.app-sec .app-sec-content h3 {
    color: #eec8c1;
    margin-top: 20px
}

.banner-bg.app-sec .app-sec-content .btn-solid {
    margin-top: 25px
}

.app-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%
}

.app-section .app-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-left: 40px;
    height: 100%
}

.app-section .app-content h5 {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: -4px
}

.banner-content {
    text-align: center
}

.banner-content.layout-3 h2 span {
    color: #000;
    font-weight: 700
}

.banner-content.layout-3 h2 span.f-bold {
    font-weight: 700
}

.banner-content.layout-3 .banner-btn {
    padding: 20px 175px
}

.banner-content h6 {
    text-transform: uppercase;
    letter-spacing: .5em;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    margin-top: -1px
}

.banner-content h2 {
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0
}

.banner-content h2 span {
    font-weight: 700
}

.banner-content h4 {
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 0
}

.banner-content .banner-btn {
    display: inline-block;
    padding: 20px 280px;
    background-color: #eec8c1;
    border-radius: 50px;
    margin-top: 20px
}

.banner-content .banner-btn h6 {
    color: #fff;
    letter-spacing: .1em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: -3px
}

.banner-content .banner-btn h6 span {
    font-weight: 700
}

.box-design {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.collection-banner {
    position: relative;
    overflow: hidden;
    border: 1px solid #eee
}

.collection-banner .img-part {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.collection-banner.p-left .contain-banner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.collection-banner.p-right .contain-banner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.collection-banner.p-center .contain-banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.collection-banner.banner_textcolor .contain-banner h5 {
    color: #eec8c1;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0
}

.collection-banner .contain-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 65px;
    padding-right: 65px
}

.collection-banner .contain-banner.banner-3 {
    padding-left: 50px;
    padding-right: 50px
}

.collection-banner .contain-banner.banner-4 {
    padding-left: 50px;
    padding-right: 50px
}

.collection-banner .contain-banner .banner-deal {
    padding: 3px 15px;
    background-color: #000;
    display: inline-block;
    border-radius: 50px
}

.collection-banner .contain-banner .banner-deal h6 {
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0
}

.collection-banner .contain-banner h3 {
    color: #555;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px
}

.collection-banner .contain-banner h6 {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize
}

.collection-banner:hover .img-part {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.banner-sec.landscape-layout {
    background-color: #f8f7f8
}

.banner-sec.landscape-layout .left-banner {
    background-color: #000;
    width: 100%;
    height: 100%;
    padding: 50px 5px;
    text-align: center
}

.banner-sec.landscape-layout .left-banner h2 {
    color: #fff;
    margin-bottom: 20px
}

.banner-sec.landscape-layout .center-banner {
    border: none
}

.banner-sec.landscape-layout .center-banner .contain-right {
    padding-right: 90px
}

.banner-sec.landscape-layout .center-banner .contain-right>div {
    margin-bottom: -4px
}

.banner-sec.landscape-layout .right-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eec8c1;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-sec.landscape-layout .right-banner h5 {
    letter-spacing: .5em;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -5px
}

.banner-sec.landscape-layout .right-banner h2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: .28em;
    color: #fff;
    margin-top: 15px
}

.banner-sec.landscape-layout .right-banner h6 {
    display: inline-block;
    background-color: #fff;
    color: #444;
    font-weight: 700;
    padding: 10px 45px;
    letter-spacing: .1em;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase
}

.banner-sec .collection-banner {
    position: relative
}

.banner-sec .collection-banner.p-left .banner-contain {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.banner-sec .collection-banner.p-right .banner-contain {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.banner-sec .collection-banner.p-center .banner-contain {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-sec .collection-banner.p-up .banner-contain {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.banner-sec .collection-banner.p-middle .banner-contain {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-sec .collection-banner.p-down .banner-contain {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.banner-sec .collection-banner .banner-contain {
    position: absolute;
    top: 0;
    padding: 50px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-sec .collection-banner .banner-contain h2,
.banner-sec .collection-banner .banner-contain h4,
.banner-sec .collection-banner .banner-contain h5 {
    text-transform: uppercase
}

.banner-sec .collection-banner .banner-contain h4 {
    color: #333;
    margin-bottom: 0
}

.banner-sec .collection-banner .banner-contain h2 {
    color: #000;
    margin-top: 5px
}

.banner-sec .collection-banner .banner-contain h5 {
    color: #777;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0
}

.banner-sec .center-banner {
    position: relative;
    background-color: #fff;
    height: 100%;
    border: 5px solid #4d4d4d
}

.banner-sec .center-banner.border-default {
    border: 10px solid #fff
}

.banner-sec .center-banner .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.banner-sec .center-banner .contain-left,
.banner-sec .center-banner .contain-right {
    position: absolute;
    top: 0;
    padding: 60px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-sec .center-banner .contain-left h4,
.banner-sec .center-banner .contain-right h4 {
    color: #333;
    text-transform: capitalize;
    margin-bottom: 0
}

.banner-sec .center-banner .contain-left h4 span,
.banner-sec .center-banner .contain-right h4 span {
    font-weight: 700
}

.banner-sec .center-banner .contain-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.banner-sec .center-banner .contain-right>div {
    margin-bottom: -4px
}

.banner-sec .center-banner .contain-right h6 {
    color: #333;
    margin-bottom: 0
}

.banner-sec .center-banner .contain-right h6 span {
    color: #aaa
}

.banner-sec .center-banner .contain-right h5 {
    font-weight: 700;
    margin-top: 5px;
    color: #eec8c1;
    margin-bottom: 10px
}

.banner-sec .center-banner .contain-right p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
    color: #333;
    margin-bottom: 0
}

.margin-cls>a:first-child .collection-banner {
    margin-bottom: 30px
}

.grid-5 .box-5 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: calc(20% - 30px);
    margin: 0 15px 30px
}

.grid-5 .box-5:nth-last-child(-n+5) {
    margin: 0 15px
}

.product-layout .center-product {
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    padding: 0 30px 30px
}

.product-layout .center-product.border-change {
    border: 2px solid #eec8c1
}

.product-layout .center-product .cart-info {
    opacity: 1;
    bottom: 25px
}

.product-layout .center-product .product-img {
    margin-top: 28px;
    margin-bottom: 28px
}

.product-layout .center-product .product-details p {
    margin-bottom: 0
}

.product-layout .center-product .product-details h5 {
    font-weight: 700;
    color: #eec8c1;
    margin-top: 5px;
    margin-bottom: 50px
}

.product-layout .center-product:hover .cart-info {
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-layout .center-product:hover .cart-info button {
    -webkit-animation: none;
    animation: none
}

.product-layout .center-product:hover .cart-info a:nth-child(2) i {
    -webkit-animation: none;
    animation: none
}

.product-layout .center-product:hover .cart-info a:nth-child(3) i {
    -webkit-animation: none;
    animation: none
}

.product-layout .center-product:hover .cart-info a:nth-child(4) i {
    -webkit-animation: none;
    animation: none
}

.cart-info {
    position: absolute;
    bottom: 15px;
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.cart-info a [class*=" ti-"],
.cart-info a [class^=ti-] {
    display: inline-block;
    border-left: 1px solid #eee
}

.cart-info button {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
    cursor: pointer
}

.cart-info i {
    color: #aaa;
    font-size: 18px;
    padding-right: 15px;
    padding-left: 15px
}

.cart-info i:hover {
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.rating {
    margin-top: 20px
}

.rating i:nth-child(-n+4) {
    color: #ffba00
}

.rating i:last-child {
    color: #ddd
}

.rating .three-star {
    padding-bottom: 5px
}

.rating .three-star i {
    color: #acacac
}

.rating .three-star i:nth-child(-n+3) {
    color: #ffd200
}

.add-btn {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.add-btn .btn-outline {
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    color: #444;
    text-transform: uppercase;
    border: 2px solid #ddd;
    background-color: #fff;
    font-size: 14px
}

.add-btn .btn-outline:hover {
    background-color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 2px solid #000;
    color: #fff
}

.product-box {
    position: relative;
    padding: 20px;
    overflow: hidden;
    vertical-align: middle;
    height: auto
}

.product-box .img-block .lable-wrapper .lable1 {
    position: absolute;
    background-color: #eec8c1;
    padding: 2px 3px;
    color: #fff;
    text-transform: uppercase;
    top: 15px;
    left: 15px
}

.product-box .img-block .lable-wrapper .lable1:before {
    border-left: 14px solid #eec8c1;
    border-top: 14px solid transparent;
    border-bottom: 11px solid transparent;
    content: "";
    height: 0;
    left: 39px;
    position: absolute;
    top: 0;
    width: 0
}

.product-box .img-block .lable-wrapper .lable2 {
    position: absolute;
    color: #444;
    text-transform: uppercase;
    left: 15px;
    top: 40px
}

.product-box .img-block .lable-wrapper .lable3 {
    position: absolute;
    top: 15px;
    left: -32px;
    z-index: 1;
    background: #000;
    color: #fff;
    padding: 0 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px;
    text-transform: uppercase
}

.product-box .img-block .lable-wrapper .lable4 {
    position: absolute;
    padding: 10px 6px;
    background-color: #eec8c1;
    color: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    top: 10px;
    left: 25px
}

.product-box .img-block .lable-wrapper .lable5 {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    top: 75px;
    left: 18px
}

.product-box .img-block .lable-wrapper .lable6 {
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    background-color: #000;
    padding: 2px 6px;
    color: #000;
    top: 9px;
    left: 10%
}

.product-box .img-block .lable-wrapper .lable6:before {
    border-right: 11px solid #000;
    border-top: 12px solid transparent;
    border-bottom: 13px solid transparent;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    bottom: 0;
    width: 0
}

.product-box .img-block .lable-wrapper .lable7 {
    position: absolute;
    top: 15px;
    right: 25px;
    text-transform: uppercase
}

.product-box .img-block .cart-details button,
.product-box .img-block .cart-wrap button {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
    cursor: pointer
}

.product-box .img-block .cart-details i,
.product-box .img-block .cart-wrap i {
    color: #aaa;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-box .img-block .cart-details i:hover,
.product-box .img-block .cart-wrap i:hover {
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-box .img-block .cart-details {
    position: absolute;
    top: 0;
    right: 10px;
    opacity: 0
}

.product-box .img-block .cart-details i {
    padding-top: 7px;
    padding-bottom: 7px
}

.product-box .img-block .cart-wrap {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100px;
    opacity: 0
}

.product-box .img-block .cart-wrap a,
.product-box .img-block .cart-wrap button {
    background-color: #fff;
    border-radius: 100%;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, .29);
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, .29)
}

.product-box .img-block .cart-wrap a:hover,
.product-box .img-block .cart-wrap button:hover {
    background-color: #eec8c1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-box .img-block .cart-wrap a:hover i,
.product-box .img-block .cart-wrap button:hover i {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-box .img-block .cart-info {
    bottom: 42px
}

.product-box .img-block .cart-info i {
    font-size: 18px
}

.product-box .img-block .cart-right {
    position: absolute;
    top: 7px;
    right: 7px;
    opacity: 1
}

.product-box .img-block .cart-right button {
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .8);
    opacity: 1;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 30px;
    height: 30px
}

.product-box .img-block .cart-right button i {
    color: #333
}

.product-box .img-block .cart-right a i {
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 5px 0;
    background-color: rgba(255, 255, 255, .8);
    width: 30px;
    height: 30px;
    color: #333;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-box .img-block .add-btn {
    position: absolute;
    bottom: 90px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-box .img-block .add-btn .btn-outline {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: #444;
    text-transform: uppercase;
    border: 1px solid #eee;
    background-color: #fff;
    font-size: 14px
}

.product-box .img-block .add-btn .btn-outline:hover {
    background-color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-color: #000;
    color: #fff
}

.product-box .product-info {
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-box .product-info h6 {
    text-transform: capitalize;
    color: #444;
    margin-bottom: 0;
    margin-top: 20px
}

.product-box .product-info h5 {
    margin-top: 5px;
    margin-bottom: 0;
    color: #eec8c1;
    font-weight: 700
}

.product-box .product-info.margin-cls h6 {
    margin-top: 15px
}

.product-box .type-box {
    margin-top: 10px
}

.product-box .type-box li {
    margin: 0 2px
}

.product-box .type-box li img {
    width: 24px;
    height: 24px
}

.product-box .addtocart_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .96);
    opacity: 0;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1;
    visibility: hidden
}

.product-box .addtocart_box .addtocart_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 10px
}

.product-box .addtocart_box .addtocart_detail>div>div+div {
    margin-top: 10px
}

.product-box .addtocart_box .addtocart_detail h5 {
    text-transform: uppercase;
    font-weight: 700
}

.product-box .addtocart_box .addtocart_btn {
    position: relative;
    left: 0;
    right: 0;
    padding: 6px 0 0;
    margin: 0
}

.product-box .addtocart_box .addtocart_btn a {
    text-transform: uppercase;
    font-weight: 700
}

.product-box .addtocart_box .close-cart {
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer
}

.product-box .addtocart_box .close-cart i {
    font-size: 14px;
    color: #222
}

.product-box .addtocart_box.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-box.product-select-box .select-dropdown {
    position: relative;
    background-color: transparent;
    width: auto;
    max-width: 100%;
    border-radius: 6px;
    margin: 10px 0;
    border: 1px solid #ddd
}

.product-box.product-select-box .select-dropdown select {
    width: 100%;
    padding: 8px 24px 8px 10px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.4
}

.product-box.product-select-box .select-dropdown select:active,
.product-box.product-select-box .select-dropdown select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-box.product-select-box .select-dropdown:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #aaa
}

.product-box.product-select-box .product-info h6 {
    margin-top: 10px
}

.product-box.product-select-box .qty-add-box .qty-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-box.product-select-box .qty-add-box .qty-box label {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 4px
}

.product-box.product-select-box .qty-add-box .qty-box .input-group {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.product-box.product-select-box .qty-add-box .qty-box .input-group .form-control {
    height: 32px;
    margin-right: 5px;
    border-radius: 0;
    padding: .175rem .35rem
}

.product-box.product-select-box .qty-add-box .qty-box button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    min-height: 32px;
    padding: 7px 10px;
    background-color: #eee;
    color: #000;
    border: none;
    border-radius: 2px;
    cursor: pointer
}

.product-box.product-select-box .qty-add-box .qty-box button i {
    padding-left: 5px
}

.product-box:hover .product-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-box:hover .cart-details {
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-box:hover .cart-details button {
    -webkit-animation: fadeInRight .3s ease-in-out;
    animation: fadeInRight .3s ease-in-out
}

.product-box:hover .cart-details a:nth-child(2) i {
    -webkit-animation: fadeInRight .5s ease-in-out;
    animation: fadeInRight .5s ease-in-out
}

.product-box:hover .cart-details a:nth-child(3) i {
    -webkit-animation: fadeInRight .7s ease-in-out;
    animation: fadeInRight .7s ease-in-out
}

.product-box:hover .cart-details a:nth-child(4) i {
    -webkit-animation: fadeInRight 1s ease-in-out;
    animation: fadeInRight 1s ease-in-out
}

.product-box:hover .add-btn {
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation: fadeInUp .5s ease-in-out;
    animation: fadeInUp .5s ease-in-out
}

.product-box:hover .cart-wrap {
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-box:hover .cart-wrap button {
    -webkit-animation: fadeInUp .3s ease-in-out;
    animation: fadeInUp .3s ease-in-out
}

.product-box:hover .cart-wrap a:nth-child(2) {
    -webkit-animation: fadeInUp 450ms ease-in-out;
    animation: fadeInUp 450ms ease-in-out
}

.product-box:hover .cart-wrap a:nth-child(3) {
    -webkit-animation: fadeInUp .5s ease-in-out;
    animation: fadeInUp .5s ease-in-out
}

.product-box:hover .cart-wrap a:nth-child(4) {
    -webkit-animation: fadeInUp 650ms ease-in-out;
    animation: fadeInUp 650ms ease-in-out
}

.product-box:hover .cart-info {
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-box:hover .cart-info button {
    -webkit-animation: fadeInUp .3s ease-in-out;
    animation: fadeInUp .3s ease-in-out
}

.product-box:hover .cart-info a:nth-child(2) i {
    -webkit-animation: fadeInUp .5s ease-in-out;
    animation: fadeInUp .5s ease-in-out
}

.product-box:hover .cart-info a:nth-child(3) i {
    -webkit-animation: fadeInUp .7s ease-in-out;
    animation: fadeInUp .7s ease-in-out
}

.product-box:hover .cart-info a:nth-child(4) i {
    -webkit-animation: fadeInUp 1s ease-in-out;
    animation: fadeInUp 1s ease-in-out
}

.product-box:hover .cart-right button {
    -webkit-animation: none;
    animation: none
}

.product-box:hover .cart-right a i {
    opacity: 1
}

.product-box:hover .cart-right a:nth-child(2) i {
    -webkit-animation: fadeInDown .5s ease-in-out;
    animation: fadeInDown .5s ease-in-out
}

.product-box:hover .cart-right a:nth-child(3) i {
    -webkit-animation: fadeInDown .7s ease-in-out;
    animation: fadeInDown .7s ease-in-out
}

.product-box:hover .cart-right a:nth-child(4) i {
    -webkit-animation: fadeInDown 1s ease-in-out;
    animation: fadeInDown 1s ease-in-out
}

.product-box.product-full {
    padding: 0;
    padding-bottom: 20px
}

.product-box.product-full .product-info h6 {
    margin-top: 18px
}

.border-box {
    border: 1px solid #eee
}

.border-box .product-box {
    border-left: 1px solid #eee
}

.color-variant li {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0 5px;
    position: relative
}

.color-variant li.red {
    background-color: red
}

.color-variant li.blue {
    background-color: #00f
}

.color-variant li.orange {
    background-color: orange
}

.color-variant li.yellow {
    background-color: #ff0
}

.color-variant li.green {
    background-color: green
}

.color-variant li.light-purple {
    background-color: #9c27b0
}

.color-variant li.theme-color {
    background-color: #000
}

.color-variant li.theme-blue {
    background-color: #eec8c1
}

.color-variant li.active {
    -webkit-box-shadow: 0 0 5px 0 #929292;
    box-shadow: 0 0 5px 0 #929292;
    border-color: transparent
}

.color-variant li.active:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
    top: 50%;
    height: 12px;
    width: 12px;
    background-size: 80%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    -webkit-filter: invert(100);
    filter: invert(100);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.color-variant.type-box li.active:after {
    -webkit-filter: none;
    filter: none
}

.size-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.size-box li {
    width: auto;
    min-width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 2px;
    cursor: pointer;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.size-box li a {
    color: #222
}

.size-box li.active {
    -webkit-box-shadow: 0 2px 5px #777;
    box-shadow: 0 2px 5px #777;
    border-color: transparent;
    background-color: #fff
}

.padding-lr {
    padding: 0 15px
}

.bg-repeat {
    background-repeat: repeat!important
}

.tab-layout1 {
    background-color: #f8f7f8
}

.tab-layout1.grey-bg {
    background-color: #f5f5f5
}

.tab-layout1 .theme-tab {
    position: relative
}

.tab-layout1 .theme-tab .tab-content {
    display: none
}

.tab-layout1 .theme-tab .tab-content[style="display: block;"] .product-box,
.tab-layout1 .theme-tab .tab-content[style="display: block;"] .tab-box {
    -webkit-animation: zoomIn .3s ease-in-out;
    animation: zoomIn .3s ease-in-out
}

.tab-layout1 .theme-tab .drop-shadow .left-shadow {
    position: absolute;
    top: 60px;
    left: 230px
}

.tab-layout1 .theme-tab .drop-shadow .right-shadow {
    position: absolute;
    top: 60px;
    right: 230px
}

.tab-layout1 .theme-tab .tabs {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 50px
}

.tab-layout1 .theme-tab .tabs li {
    margin-left: 12px;
    margin-right: 12px;
    text-transform: uppercase
}

.tab-layout1 .theme-tab .tabs li a {
    color: #444;
    font-weight: 700;
    padding: 20px
}

.tab-layout1 .theme-tab .tabs .current a {
    color: #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000
}

.tab-layout1 .theme-tab .border-row1 {
    margin-left: 0;
    margin-right: 0
}

.tab-layout1 .theme-tab .border-row1 .product-box {
    border-right: 1px solid #eee;
    border-top: 1px solid #eee
}

.tab-layout1 .theme-tab .border-row1>div:first-child .product-box {
    border-left: 1px solid #eee
}

.tab-layout1 .theme-tab .border-row1>div:nth-last-child(-n+6) .product-box {
    border-bottom: 1px solid #eee
}

.tab-layout1 .theme-tab .border-row1>div:nth-last-child(6) .product-box {
    border-left: 1px solid #eee
}

.tab-layout1 .theme-tab .product-box {
    background-color: #fff
}

.tab-layout2 {
    background-color: #fff;
    position: relative
}

.tab-layout2 .theme-tab .tabs {
    margin-bottom: 0!important;
    border-top: 2px solid #eee
}

.tab-layout2 .theme-tab .tabs .current a {
    border-bottom: 0
}

.tab-layout2 .theme-tab .shadow-cls {
    position: relative
}

.tab-layout2 .theme-tab .shadow-cls .drop-shadow .left-shadow {
    position: absolute;
    bottom: -22px;
    left: 0;
    top: unset
}

.tab-layout2 .theme-tab .shadow-cls .drop-shadow .right-shadow {
    position: absolute;
    bottom: -23px;
    right: 0;
    top: unset
}

.tab-layout3 .theme-tab {
    position: relative
}

.tab-layout3 .theme-tab .tab-content {
    display: none
}

.tab-layout3 .theme-tab .tab-content[style="display: block;"] .product-box,
.tab-layout3 .theme-tab .tab-content[style="display: block;"] .tab-box {
    -webkit-animation: zoomIn .3s ease-in-out;
    animation: zoomIn .3s ease-in-out
}

.tab-layout3 .theme-tab .tabs {
    margin: 0 0 50px;
    text-align: center
}

.tab-layout3 .theme-tab .tabs li {
    margin: 0 5px;
    padding: 15px 25px;
    text-transform: uppercase;
    border-radius: 50px
}

.tab-layout3 .theme-tab .tabs li a {
    color: #555;
    font-weight: 700
}

.tab-layout3 .theme-tab .tabs .current {
    background-color: #eec8c1;
    border-radius: 50px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.tab-layout3 .theme-tab .tabs .current a {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.tab-layout3 .product-box.full-box {
    border: 1px solid #eee
}

.tab-layout3 .product-box.full-box .product-info h6 {
    margin-top: 82px
}

.tab-layout3 .product-box .product-info h6 {
    margin-top: 12px
}

.tab-layout3 .row-border>div:nth-child(-n+2) .product-box {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.tab-layout3 .row-border>div:nth-last-child(-n+2) {
    border-bottom: 1px solid #eee
}

.tab-layout3 .row-border>div:nth-child(2),
.tab-layout3 .row-border>div:nth-child(4) {
    border-left: 1px solid #eee
}

.tab-layout4 .product-box.full-box {
    border: 1px solid #eee;
    border-top: none;
    padding-top: 46px
}

.tab-layout4 .product-box.full-box .product-info h6 {
    margin-top: 40px
}

.tab-layout4 .theme-tab {
    position: relative
}

.tab-layout4 .theme-tab .tab-content {
    display: none
}

.tab-layout4 .theme-tab .tab-content[style="display: block;"] .product-box,
.tab-layout4 .theme-tab .tab-content[style="display: block;"] .tab-box {
    -webkit-animation: zoomIn .3s ease-in-out;
    animation: zoomIn .3s ease-in-out
}

.tab-layout4 .theme-tab .tabs {
    background-color: #000;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.tab-layout4 .theme-tab .tabs li {
    text-transform: uppercase;
    padding: 16px 20px
}

.tab-layout4 .theme-tab .tabs li a {
    color: #eec8c1;
    font-weight: 700
}

.tab-layout4 .theme-tab .tabs .current {
    background-color: #eec8c1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.tab-layout4 .theme-tab .tabs .current a {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.tab-layout4 .row-border1 .product-box {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.tab-layout4 .row-border2 .product-box {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.vertical-tab .slick-next {
    right: 25px
}

.vertical-tab .slick-prev {
    right: 55px
}

.vertical-tab .tab-head {
    padding: 0 30px;
    border: 1px solid #eee;
    border-bottom: none
}

.vertical-tab .tab-inner .theme-tab {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vertical-tab .tab-inner .theme-tab .tab-content {
    display: none
}

.vertical-tab .tab-inner .theme-tab .tab-content[style="display: block;"] .product-box,
.vertical-tab .tab-inner .theme-tab .tab-content[style="display: block;"] .tab-box {
    -webkit-animation: zoomIn .3s ease-in-out;
    animation: zoomIn .3s ease-in-out
}

.vertical-tab .tab-inner .theme-tab .tabs {
    width: 20%;
    border: 1px solid #eee;
    border-right: 0
}

.vertical-tab .tab-inner .theme-tab .tabs li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase
}

.vertical-tab .tab-inner .theme-tab .tabs li a {
    color: #aaa
}

.vertical-tab .tab-inner .theme-tab .tabs .current:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #eee;
    border-bottom: 10px solid transparent;
    right: 0
}

.vertical-tab .tab-inner .theme-tab .tabs .current a {
    color: #000
}

.vertical-tab .tab-inner .theme-tab .tab-content-cls {
    width: 80%
}

.vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4,
.vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6 {
    border: 1px solid #eee
}

.vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4 .product-box,
.vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6 .product-box {
    border-right: 1px solid #eee
}

.vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4>div .product-box:last-child,
.vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6>div .product-box:last-child {
    border-top: 1px solid #eee
}

.vertical-tab .tab-inner .theme-tab #mob_tab_cls {
    display: none;
    font: normal normal normal 28px/1 FontAwesome
}

.vertical-tab .tab-inner .theme-tab #mob_tab_cls:before {
    content: "\f107"
}

.vertical-tab .side-banner img {
    height: 662px;
    width: 100%
}

.vertical-tab2 .tab-inner .theme-tab .tabs .current {
    background-color: #000
}

.vertical-tab2 .tab-inner .theme-tab .tabs .current:after {
    border-right: 10px solid #fff
}

.vertical-tab2 .tab-inner .theme-tab .tabs .current a {
    color: #fff
}

.tab-title2 .tabs .current {
    background-image: url(../images/bg-title.jpg);
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, .4)!important
}

.tab-title2 .tabs .current a {
    color: #000!important;
    font-weight: 700;
    text-shadow: 2px 2px rgba(187, 187, 187, .47)
}

.slider-section .side-banner img {
    height: 652px;
    width: 100%
}

.slider-section .side-banner.side-banner1 img {
    height: 657px
}

.slider-section .side-banner.side-banner3 img {
    height: 804px
}

.slider-section .tab-head {
    padding: 0 30px;
    border: 1px solid #eee;
    border-bottom: none
}

.slider-section .slick-slider {
    border: 1px solid #eee
}

.slider-section .slick-slider .product-box {
    border-right: 1px solid #eee
}

.slider-section .slick-slider>div .product-box+.product-box {
    border-top: 1px solid #eee
}

.slider-section .slick-slider .slick-next {
    right: 30px
}

.slider-section .slick-slider .slick-prev {
    right: 60px
}

.slider-section .deal-box {
    padding: 0 30px 30px;
    border: 1px solid #eee
}

.slider-section .deal-box .slick-slider .slick-next {
    right: 0
}

.slider-section .deal-box .slick-slider .slick-prev {
    right: 30px
}

.slider-section .deal-box .product {
    text-align: center
}

.slider-section .deal-box .product img {
    height: 449px;
    margin: 0 auto
}

.slider-section .deal-box .product .timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider-section .deal-box .product .timer p {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    background-color: #eec8c1;
    text-align: center;
    margin-bottom: 0
}

.slider-section .deal-box .product p {
    margin-bottom: 0;
    margin-top: 21px;
    color: #444
}

.slider-section .deal-box .product h5 {
    color: #eec8c1;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 15px
}

.slider-section .deal-box .product h5 strike {
    color: #777;
    font-weight: 400
}

.slider-section .ratio_asos .bg-size:before {
    padding-top: 99%
}

.slider-section.no-border-product .slick-slider {
    border: none
}

.slider-section.no-border-product .slick-slider .slick-slide>div {
    margin: 0 15px;
    line-height: 0
}

.slider-section.no-border-product .slick-slider .product-box {
    border: none;
    padding: 0
}

.slider-section.no-border-product .slick-slider .product-box .img-block .cart-info {
    bottom: 22px
}

.no-border-product .product-box {
    border: none;
    padding: 0
}

.no-border-product .product-box .img-block .cart-info {
    bottom: 22px
}

.media-product-section .media,
.media-product-section .product-box {
    padding: 20px
}

.media-product-section .media img,
.media-product-section .product-box img {
    height: 150px;
    width: auto;
    padding: 10px
}

.media-product-section .media h5,
.media-product-section .product-box h5 {
    font-weight: 700;
    margin-bottom: 15px
}

.media-product-section .media h6,
.media-product-section .product-box h6 {
    text-transform: capitalize;
    margin-bottom: 3px
}

.media-product-section .media .cart-info,
.media-product-section .product-box .cart-info {
    opacity: 1;
    bottom: 0;
    position: relative;
    text-align: left;
    display: block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.media-product-section .media .cart-info button i,
.media-product-section .product-box .cart-info button i {
    padding-left: 0
}

.media-product-section .media .cart-info i,
.media-product-section .product-box .cart-info i {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px
}

.media-product-section .media:hover .cart-info button,
.media-product-section .product-box:hover .cart-info button {
    -webkit-animation: none;
    animation: none
}

.media-product-section .media:hover .cart-info a:nth-child(2) i,
.media-product-section .media:hover .cart-info a:nth-child(3) i,
.media-product-section .media:hover .cart-info a:nth-child(4) i,
.media-product-section .product-box:hover .cart-info a:nth-child(2) i,
.media-product-section .product-box:hover .cart-info a:nth-child(3) i,
.media-product-section .product-box:hover .cart-info a:nth-child(4) i {
    -webkit-animation: none;
    animation: none
}

.collection-about p {
    line-height: 24px;
    margin-top: -7px;
    margin-bottom: 25px
}

.collection-section .slick-slide>div {
    margin: 0 15px;
    position: relative
}

.collection-section .collection_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center
}

.collection-section .collection_detail h6 {
    color: #999;
    text-transform: capitalize;
    margin-bottom: 5px
}

.collection-section .collection_detail h5 {
    color: #525252;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0
}

.collection-section>div:nth-child(n+2) {
    margin-top: 30px
}

.collection-section .card {
    border: none
}

.collection-section .card .card-body {
    background-color: rgba(247, 247, 248, .6)
}

.logo h2 {
    padding-top: 0
}

.logo .slick-slide.slick-current.slick-active>div {
    border-left: none
}

.logo .padding-0 .logo-img {
    padding: 0
}

.logo .slick-slide>div {
    border-left: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.logo.no-border h2 {
    text-align: left
}

.logo.no-border .slick-slide>div {
    border: none
}

.logo.no-border .logo-img:last-child {
    border: none
}

.logo .logo-img {
    padding: 20px 0
}

.logo .logo-img img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer
}

.logo .logo-img:last-child {
    border-top: 1px solid #eee
}

.logo .logo-img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.lookbook-section .lookbook-left {
    width: 100%;
    position: relative
}

.lookbook-section .lookbook-left.bg-effect:after {
    position: absolute;
    content: "";
    border: 12px solid #eec8c1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    z-index: -1
}

.lookbook-section .lookbook-left .bg-lookbook {
    -webkit-box-shadow: 0 0 5px 1px rgba(102, 102, 102, .82);
    box-shadow: 0 0 5px 1px rgba(102, 102, 102, .82)
}

.lookbook-section .lookbook-left .lb-dots {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #eec8c1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.lookbook-section .lookbook-left .lb-dots span {
    color: #fff
}

.lookbook-section .lookbook-left .lb-dots.dots1 {
    top: 40%;
    left: 13%
}

.lookbook-section .lookbook-left .lb-dots.dots2 {
    top: 68%;
    left: 4%
}

.lookbook-section .lookbook-left .lb-dots.dots3 {
    top: 64%;
    left: 32%
}

.lookbook-section .lookbook-left .lb-dots.dots4 {
    right: 18%;
    top: 55%
}

.lookbook-section .lookbook-left .hover-box.hovered-btn.lb-dots {
    background-color: #000
}

.lookbook-section .lookbook-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.lookbook-section .lookbook-right .hover-detail {
    margin-bottom: 8px
}

.lookbook-section .lookbook-right .hover-detail li {
    display: block
}

.lookbook-section .lookbook-right .hover-detail li a {
    color: #444
}

.lookbook-section .lookbook-right .hover-detail li a span {
    font-weight: 700
}

.lookbook-section .lookbook-right .hover-detail li .number-cls {
    padding: 7px 13px;
    background-color: #eec8c1;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px;
    height: 36px;
    width: 36px;
    display: inline-block
}

.lookbook-section .lookbook-right .hover-detail li+li {
    margin-top: 25px
}

.lookbook-section .lookbook-right .hover-detail .hovered-btn .number-cls {
    background-color: #000
}

.instashop-section .insta-box {
    position: relative
}

.instashop-section .insta-box .overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#4c2fbf), to(#2e9de4));
    background: linear-gradient(to left, #4c2fbf 0, #2e9de4 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.instashop-section .insta-box .insta-add {
    position: absolute;
    border-radius: 100%;
    border: 1px solid #eec8c1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.instashop-section .insta-box .insta-add i {
    color: #eec8c1;
    padding: 8px
}

.instashop-section .insta-box .insta-add:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.instashop-section .insta-box:hover .overlay {
    visibility: visible;
    opacity: .2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.t-0 {
    top: 0
}

.l-0 {
    left: 0
}

.t-5 {
    top: 5%
}

.l-5 {
    left: 5%
}

.t-10 {
    top: 10%
}

.l-10 {
    left: 10%
}

.t-15 {
    top: 15%
}

.l-15 {
    left: 15%
}

.t-20 {
    top: 20%
}

.l-20 {
    left: 20%
}

.t-25 {
    top: 25%
}

.l-25 {
    left: 25%
}

.t-30 {
    top: 30%
}

.l-30 {
    left: 30%
}

.t-35 {
    top: 35%
}

.l-35 {
    left: 35%
}

.t-40 {
    top: 40%
}

.l-40 {
    left: 40%
}

.t-45 {
    top: 45%
}

.l-45 {
    left: 45%
}

.t-50 {
    top: 50%
}

.l-50 {
    left: 50%
}

.t-55 {
    top: 55%
}

.l-55 {
    left: 55%
}

.t-60 {
    top: 60%
}

.l-60 {
    left: 60%
}

.t-65 {
    top: 65%
}

.l-65 {
    left: 65%
}

.t-70 {
    top: 70%
}

.l-70 {
    left: 70%
}

.t-75 {
    top: 75%
}

.l-75 {
    left: 75%
}

.t-80 {
    top: 80%
}

.l-80 {
    left: 80%
}

.t-85 {
    top: 85%
}

.l-85 {
    left: 85%
}

.t-90 {
    top: 90%
}

.l-90 {
    left: 90%
}

.t-95 {
    top: 95%
}

.l-95 {
    left: 95%
}

.t-100 {
    top: 100%
}

.l-100 {
    left: 100%
}

.portfolio-padding {
    padding-bottom: 40px
}

.portfolio-section .article-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    float: left;
    font-size: 18px;
    line-height: 24px
}

.portfolio-section .article-title a {
    color: #fff
}

.portfolio-section .isotopeSelector {
    float: left;
    width: 100%;
    position: relative
}

.portfolio-section .isotopeSelector .overlay {
    position: relative;
    border: 1px solid #ddd
}

.portfolio-section .isotopeSelector img {
    width: 100%;
    height: auto
}

.portfolio-section .isotopeSelector {
    margin-bottom: 30px
}

.portfolio-section .isotopeSelector img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.portfolio-section .isotopeSelector .overlay-background {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.portfolio-section .isotopeSelector .overlay-background i {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    padding: 10px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 22px;
    display: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.portfolio-section .isotopeSelector:hover .overlay-background {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 3px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .2);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.portfolio-section .isotopeSelector:hover .overlay-background i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.portfolio-section .border-portfolio {
    margin: 3px;
    overflow: hidden
}

.portfolio-section .product-box {
    padding: 0
}

.portfolio-section .product-box .img-block .cart-info {
    bottom: 0
}

.portfolio-section .product-box:hover .img-block .cart-info {
    bottom: 15px
}

.portfolio-section #form1 {
    padding-bottom: 20px;
    text-align: center
}

.portfolio-section .filter-button {
    padding: 0 24px;
    font-size: 20px;
    line-height: 35px;
    border: none;
    background-color: #fff;
    border-radius: 22px;
    cursor: pointer
}

.portfolio-section .filter-button.active {
    background-color: #000;
    color: #fff
}

.portfolio-section.fullwidth-portfolio .isotopeSelector {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px
}

.filter-section .filter-container {
    text-align: center;
    padding: 0 0 20px
}

.filter-section .filter-container ul.filter>li {
    padding: 0 24px;
    font-size: 20px;
    line-height: 35px;
    border-radius: 22px
}

.filter-section .filter-container ul.filter>li>a {
    color: #000;
    font-size: 20px
}

.filter-section .filter-container ul.filter>li>a:focus,
.filter-section .filter-container ul.filter>li>a:hover {
    text-decoration: none;
    color: #000;
    outline: 0
}

.filter-section .filter-container ul.filter>li.active {
    background-color: #000
}

.filter-section .filter-container ul.filter>li.active a {
    color: #fff
}

.filter-section .filter-container ul.filter>li span {
    color: #ddd;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px
}

.filter-section .filter-container .filter>li {
    padding: 0;
    margin: 0
}

.filter-section .title1 .title-inner1 {
    margin-top: -5px;
    text-align: center
}

.filter-section h1 {
    text-align: center
}

.demo-colored-wrap {
    background: #ecf0f1
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-title {
    display: none
}

.offer-box {
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -415px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 9
}

.offer-box img {
    margin-right: 18px
}

.offer-box.toggle-cls {
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.offer-box .heading-right h3 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 230px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translate(50%, -50%) rotate(-90deg);
    transform: translate(50%, -50%) rotate(-90deg);
    text-align: center;
    background-color: #000;
    margin-bottom: 0;
    cursor: pointer
}

.modal-open {
    padding-right: 0!important
}

#sizemodal {
    padding-right: 0!important
}

#sizemodal .modal-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.theme-modal {
    padding-right: 0!important
}

.theme-modal .modal-dialog .modal-content .modal-body {
    background-color: #fff
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    background-color: #fff;
    padding: 45px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
    padding-right: 10px;
    padding-top: 5px;
    position: absolute;
    right: 17px;
    top: 0
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
    color: #000
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2 {
    border-bottom: 1px dashed #777;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-weight: 700
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
    margin-bottom: 30px;
    text-align: center;
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form {
    margin: 0 auto;
    text-align: center
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 12px;
    height: 50px;
    border-radius: 0;
    width: 100%;
    letter-spacing: .05em
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
    margin-bottom: 15px;
    text-align: center;
    color: #000;
    margin-top: -3px
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h4 {
    text-align: center;
    margin-bottom: 20px;
    color: #000
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group {
    margin: 0 auto;
    text-align: center
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 12px;
    max-width: 640px;
    left: 0;
    right: 0;
    margin: 0 auto;
    letter-spacing: .05em
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-outline,
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-solid {
    margin-top: 15px;
    text-align: center
}

.theme-modal .modal-dialog .demo_modal button.close,
.theme-modal .modal-dialog .quick-view-modal button.close {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 5px
}

.theme-modal .modal-dialog .demo_modal .view-detail,
.theme-modal .modal-dialog .quick-view-modal .view-detail {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.theme-modal .modal-dialog .demo_modal .product-right .size-box,
.theme-modal .modal-dialog .quick-view-modal .product-right .size-box {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body {
    background-image: linear-gradient(135deg, #eec8c1 5.77%, #fff 5.77%, #fff 25%, #111 25%, #111 30.77%, #fff 30.77%, #fff 50%, #eec8c1 50%, #eec8c1 55.77%, #fff 55.77%, #fff 75%, #111 75%, #111 80.77%, #fff 80.77%, #fff 100%);
    background-size: 36.77px 36.77px;
    background-color: #fff;
    padding: 20px
}

.theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 50px;
    background-color: #fff
}

.theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body .modal-bg .close {
    right: 24px;
    top: -3px;
    padding: 0
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body {
    height: 75vh;
    overflow-y: scroll;
    padding: 25px;
    background-image: none!important
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
    width: 5px
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
    background: #000
}

.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
    background: #555
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 25px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
    max-width: 150px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body {
    padding: 0 15px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 {
    font-size: 16px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 i {
    margin-right: 8px;
    color: #fff;
    background: #19a340;
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
    display: inline-block;
    font-size: 16px;
    padding: 6px 10px;
    margin: 0 6px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box {
    padding-left: 10px;
    padding-right: 10px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail {
    text-align: center
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 {
    font-weight: 700;
    text-transform: capitalize
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 a {
    color: #000
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .upsell_payment {
    padding-top: 15px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell {
    margin: 20px 0 10px
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell h4 {
    font-weight: 600
}

.theme-modal.exit-modal .media .media-body h4 {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: 500
}

.theme-modal.exit-modal .media .media-body h5 {
    font-size: 18px;
    color: #777;
    margin-bottom: 0
}

#quick-view .modal-dialog .modal-content .modal-body {
    background-image: none
}

.add_to_cart {
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.add_to_cart ::-webkit-scrollbar {
    width: 3px;
    height: 7px
}

.add_to_cart ::-webkit-scrollbar-track {
    background: #ddd
}

.add_to_cart ::-webkit-scrollbar-thumb {
    background: #888
}

.add_to_cart ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.add_to_cart .theme-form {
    padding: 0 20px
}

.add_to_cart .forget-class {
    margin-top: 10px;
    text-transform: capitalize;
    text-decoration: underline
}

.add_to_cart .forget-class a {
    color: #000
}

.add_to_cart .cart-inner {
    background-color: #fff;
    z-index: 9;
    position: relative;
    top: 0
}

.add_to_cart .cart-inner .cart_media {
    padding: 0 20px
}

.add_to_cart .cart-inner .cart_media li {
    position: relative;
    padding-bottom: 10px;
    width: 100%
}

.add_to_cart .cart-inner .cart_media li .media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.add_to_cart .cart-inner .cart_media li .media img {
    height: 90px
}

.add_to_cart .cart-inner .cart_media li .media .media-body {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 20px
}

.add_to_cart .cart-inner .cart_media li .media .media-body h4 {
    color: #333
}

.add_to_cart .cart-inner .cart_media li .media .media-body h4 span {
    color: #777;
    font-size: 16px
}

.add_to_cart .cart-inner .cart_media li .total {
    border-top: 1px solid #f1f5f4;
    border-bottom: 1px solid #f1f5f4;
    padding-top: 10px;
    padding-bottom: 10px
}

.add_to_cart .cart-inner .cart_media li .total h5 {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #999
}

.add_to_cart .cart-inner .cart_media li .total h5 span {
    float: right
}

.add_to_cart .cart-inner .cart_media li .buttons {
    margin-top: 15px
}

.add_to_cart .cart-inner .cart_media li .buttons a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.add_to_cart .cart-inner .cart_media li .buttons .checkout {
    float: right;
    background-color: #eec8c1
}

.add_to_cart .cart-inner .cart_media .close-circle {
    position: absolute;
    top: 0;
    right: 0
}

.add_to_cart .cart-inner .cart_media .close-circle i {
    color: #a1a1a1;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.add_to_cart .cart-inner .cart_media .close-circle i:hover {
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.add_to_cart .cart-inner .cart_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.add_to_cart .cart-inner .cart_top h3 {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.add_to_cart .cart-inner .cart_top .close-cart {
    margin-left: auto
}

.add_to_cart .cart-inner .cart_top .close-cart i {
    color: #000;
    font-size: 18px
}

.add_to_cart .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.add_to_cart.open-side {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.add_to_cart.open-side .overlay {
    opacity: .8;
    visibility: visible;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.add_to_cart.left {
    left: -300px;
    top: 0;
    height: 100vh;
    width: 300px
}

.add_to_cart.left .cart-inner {
    height: 100vh;
    overflow: auto
}

.add_to_cart.left.open-side {
    left: 0
}

.add_to_cart.right {
    right: -300px;
    height: 100vh;
    width: 300px;
    top: 0
}

.add_to_cart.right .cart-inner {
    height: 100vh;
    overflow: auto
}

.add_to_cart.right.open-side {
    right: 0
}

.add_to_cart.bottom,
.add_to_cart.top {
    height: 218px;
    width: 100%
}

.add_to_cart.bottom .cart_media,
.add_to_cart.top .cart_media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.add_to_cart.bottom .cart_media .cart_product,
.add_to_cart.top .cart_media .cart_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    overflow-y: auto
}

.add_to_cart.bottom .cart_media .cart_product li,
.add_to_cart.top .cart_media .cart_product li {
    min-width: 245px;
    max-width: 225px;
    margin-right: 18px;
    padding-bottom: 0
}

.add_to_cart.bottom .cart_media .cart_total,
.add_to_cart.top .cart_media .cart_total {
    width: 25%
}

.add_to_cart.bottom .cart-inner,
.add_to_cart.top .cart-inner {
    height: 218px
}

.add_to_cart.bottom .cart-inner .cart_top,
.add_to_cart.top .cart-inner .cart_top {
    margin-bottom: 0;
    background-color: #fbfbfb;
    padding: 15px 44px;
    border-bottom: none
}

.add_to_cart.bottom .cart-inner .cart_media,
.add_to_cart.top .cart-inner .cart_media {
    padding: 0
}

.add_to_cart.bottom .cart-inner .cart_media .cart_product,
.add_to_cart.bottom .cart-inner .cart_media .cart_total,
.add_to_cart.top .cart-inner .cart_media .cart_product,
.add_to_cart.top .cart-inner .cart_media .cart_total {
    padding: 30px 44px
}

.add_to_cart.top {
    top: -300px
}

.add_to_cart.top.open-side {
    top: 0
}

.add_to_cart.bottom {
    bottom: -300px
}

.add_to_cart.bottom.open-side {
    bottom: 0
}

footer .border-cls {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

footer.footer-2 .instagram {
    height: unset;
    margin-top: 50px
}

footer.footer-2 .footer-section .footer-link {
    border-right: none!important
}

footer.footer-2 .call-us,
footer.footer-2 .callus {
    margin-top: 43px
}

footer.footer-2 .call-us .footer-banner-content .footer-social ul li a:hover,
footer.footer-2 .callus .footer-banner-content .footer-social ul li a:hover {
    background-color: #000
}

footer.footer-2 .call-us .footer-banner-content .call-text,
footer.footer-2 .callus .footer-banner-content .call-text {
    margin-right: 40px
}

footer.footer-2 .call-us .footer-banner-content .footer-social,
footer.footer-2 .callus .footer-banner-content .footer-social {
    margin-left: 40px;
    margin-right: 5px
}

footer.footer-2 .footer-bottom {
    border-top: 1px solid #eee
}

footer.footer-2 .footer-bottom ul li a {
    color: #aaa
}

footer.footer-2 .sub-footer {
    background-color: #aaa
}

footer.footer-2 .subscribe-section .subscribe-content .subscribe-form .btn-solid {
    background-color: #333
}

footer.footer-3 .footer-section .about-section {
    border-right: none
}

footer.footer-3 .footer-section .footer-link {
    border-right: none;
    border-left: 1px solid #eee
}

footer.footer-3 .footer-section .footer-link .footer-content ul li a {
    color: #999
}

footer.footer-3 .footer-section .footer-link .footer-content .contact-list li {
    color: #999
}

footer.footer-3 .footer-section .height-cls {
    height: 100%
}

footer.footer-3 .footer-social {
    margin: 0;
    padding-top: 20px
}

footer.footer-3 .footer-social ul li:first-child {
    padding-left: 0
}

footer.footer-3 .footer-social ul li a:hover {
    background-color: #000
}

footer.footer-3 .footer-bottom ul li a {
    color: #999
}

footer.footer-3 .sub-footer {
    background-color: #555
}

footer.footer-3 .sub-footer p {
    color: #999
}

footer.footer-4 .border-class {
    border-left: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 125px
}

footer.footer-4 .border-class .footer-social {
    margin-left: -15px;
    margin-right: 0;
    margin-top: 40px
}

footer.footer-4 .border-class .footer-social ul li a i {
    color: #999
}

footer.footer-4 .border-class .footer-social ul li:hover a i {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

footer.footer-4 .call-text {
    margin-right: 0
}

footer.footer-4 .call-text h3 {
    color: #999
}

footer.footer-4 .footer-section .footer-link .footer-content ul li a {
    color: #999
}

footer.footer-4 .footer-section .footer-link .footer-content .contact-list li {
    color: #999
}

footer.footer-4 .footer-section .about-section .footer-content p {
    color: #999
}

footer.footer-4 .height-cls .footer-link:last-child {
    border-right: none
}

footer.footer-4 .footer-bottom ul li a {
    color: #999
}

footer.footer-4 .sub-footer {
    background-color: #999
}

footer .subscribe-section {
    background-color: #eec8c1;
    padding: 25px 0
}

footer .subscribe-section .subscribe-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .subscribe-section .subscribe-content h4 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: -3px
}

footer .subscribe-section .subscribe-content h4 i {
    font-size: 22px;
    color: #fff;
    padding-right: 12px
}

footer .subscribe-section .subscribe-content p {
    margin-bottom: 0;
    color: #fff;
    padding-left: 25px;
    border-left: 1px solid #fff;
    margin-left: 25px
}

footer .subscribe-section .subscribe-content .subscribe-form {
    margin-left: 30px
}

footer .subscribe-section .subscribe-content .subscribe-form .form-group .form-control {
    border-radius: 50px;
    font-size: 14px;
    width: 270px;
    padding: .375rem .75rem
}

footer .subscribe-section .subscribe-content .subscribe-form .btn-solid {
    margin-left: -30px;
    padding: 7px 20px;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset
}

footer .subscribe-section.grey-part {
    background-color: #eee
}

footer .subscribe-section.grey-part .subscribe-content h4 {
    color: #000
}

footer .subscribe-section.grey-part .subscribe-content h4 i {
    color: #000
}

footer .subscribe-section.grey-part .subscribe-content p {
    color: #000
}

footer .footer-section .about-section {
    border-right: 1px solid #eee
}

footer .footer-section .about-section .footer-mobile-title {
    display: none
}

footer .footer-section .about-section .footer-mobile-title h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    padding-bottom: 40px;
    margin-bottom: 0
}

footer .footer-section .about-section .footer-mobile-title h4:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 30px;
    background-color: #000;
    bottom: 25px;
    left: 0
}

footer .footer-section .about-section .footer-content p {
    padding-top: 25px;
    color: gray;
    letter-spacing: .03em;
    line-height: 28px;
    margin-bottom: -8px
}

footer .footer-section .footer-link {
    border-right: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer .footer-section .footer-link .footer-title h4 {
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #444
}

footer .footer-section .footer-link .footer-title h4:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 30px;
    background-color: #000;
    bottom: 25px;
    left: 0
}

footer .footer-section .footer-link .footer-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .footer-section .footer-link .footer-content ul li a {
    color: gray;
    text-transform: capitalize;
    line-height: 24px
}

footer .footer-section .footer-link .footer-content ul li a:hover {
    color: gray;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

footer .footer-section .footer-link .footer-content .contact-list li {
    color: gray;
    position: relative;
    padding-left: 25px;
    line-height: 24px;
    text-transform: capitalize
}

footer .footer-section .footer-link .footer-content .contact-list li i {
    position: absolute;
    left: 0;
    top: 3px
}

footer .instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative
}

footer .instagram .instagram-banner {
    position: absolute;
    height: 45px;
    width: 260px;
    background-color: #fff;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0
}

footer .instagram .instagram-banner h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600
}

footer .instagram .instagram-banner h5 span {
    color: #000
}

footer .instagram .instagram-box {
    position: relative;
    background-color: #eec8c1;
    overflow: hidden
}

footer .instagram .instagram-box img {
    width: 100%
}

footer .instagram .instagram-box .overlay {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(238, 200, 193, .5);
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(2) rotate(90deg);
    transform: scale(2) rotate(90deg)
}

footer .instagram .instagram-box .overlay i {
    font-size: 20px;
    color: #fff
}

footer .instagram .instagram-box:hover .overlay {
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: scale(1.5) rotate(0);
    transform: scale(1.5) rotate(0)
}

footer .call-text {
    text-align: left;
    margin-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .call-text h3 {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: -4px
}

footer .call-text .call-no {
    color: #eec8c1;
    font-weight: 700;
    font-size: 22px
}

footer .call-text .call-no span {
    color: #000
}

footer .call-us,
footer .callus {
    border: 1px solid #eee;
    position: relative;
    background-size: cover;
    padding: 70px 0
}

footer .call-us .footer-banner-content,
footer .callus .footer-banner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0
}

footer .call-us .footer-banner-content .address-section,
footer .callus .footer-banner-content .address-section {
    margin-left: 80px;
    margin-right: 50px
}

footer .call-us .footer-banner-content .address-section h6,
footer .callus .footer-banner-content .address-section h6 {
    color: gray;
    text-transform: capitalize;
    margin-bottom: 5px
}

footer .call-us .footer-banner-content .address-section p,
footer .callus .footer-banner-content .address-section p {
    font-size: 16px;
    color: #444;
    margin-bottom: -3px;
    line-height: 1.4
}

footer .footer-bottom {
    padding: 30px 0;
    text-align: center
}

footer .footer-bottom ul li {
    padding-left: 22px;
    padding-right: 22px
}

footer .footer-bottom ul li a {
    text-transform: capitalize;
    color: gray
}

footer .footer-bottom ul li:hover a {
    color: gray;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

footer .sub-footer {
    background-color: #b2b6be
}

footer .sub-footer.grey-footer {
    background-color: #555
}

footer .sub-footer p {
    color: #fff;
    margin-bottom: 0;
    padding: 25px 0;
    text-transform: uppercase
}

footer .sub-footer .payment-card-bottom {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer .sub-footer .payment-card-bottom li {
    padding-left: 15px;
    display: inline-block
}

footer .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 60px;
    margin-right: 80px
}

footer .footer-social ul li {
    padding: 2px 5px
}

footer .footer-social ul li a {
    height: 42px;
    width: 42px;
    display: block;
    padding: 9px 11px;
    font-size: 18px;
    color: #333;
    border-radius: 50%;
    text-align: center
}

footer .footer-social ul li a i {
    font-size: 22px;
    color: #444;
    font-family: Font Awesome 5 Free!important;
}

footer .footer-social ul li a:hover {
    background-color: #eec8c1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

footer .footer-social ul li a:hover i {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.slick-instagram {
    margin-bottom: -1px;
    margin-top: -1px
}

.tap-top {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    bottom: 50px;
    right: 30px;
    z-index: 9;
    display: none;
    color: #fff;
    text-align: center;
    background: #000;
    border: none;
    font-size: 22px;
    padding: 7px;
    cursor: pointer
}

.tap-top>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.tap-top.star-top {
    border-radius: 0;
    background: 0 0
}

.tap-top.star-top .star-icon {
    font-size: 50px;
    color: #eec8c1
}

.tap-top.star-top .star-icon i {
    position: absolute;
    top: 14px;
    left: 18px;
    color: #fff;
    font-size: 25px
}

.tap-top.top-cls {
    bottom: 100px
}

.select_input select {
    padding: 12px 20px;
    margin-bottom: 30px;
    font-size: 14px
}

.template-password {
    background: url(../images/coming-soon.jpg);
    background-blend-mode: overlay;
    background-color: #e0e0e0;
    background-size: cover;
    height: 100vh
}

.template-password #container {
    height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.template-password #container>div {
    width: 100%
}

.template-password #container #login {
    width: 100%;
    margin-bottom: 120px
}

.template-password #container #login h2 {
    color: #eec8c1;
    font-size: 30px;
    font-weight: 700
}

.template-password #container #login .theme-form h3 {
    color: #000;
    font-size: 20px
}

.template-password #container #login .theme-form input {
    border-color: #ddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 15px;
    height: inherit
}

.template-password #container #login .theme-form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.template-password #container #powered {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0
}

.template-password #container #powered p {
    color: #000
}

.template-password #container #owner a {
    font-weight: 700;
    color: #000
}

.review-page .comment-section {
    border-bottom: none!important
}

.review-page .comment-section li:first-child {
    border-top: none;
    padding-top: 0
}

.review-page .comment-section li:last-child {
    padding-bottom: 0
}

.review-page .comnt-sec {
    margin-top: 10px
}

.review-page .comnt-sec li {
    margin-right: 15px;
    padding-bottom: 0!important;
    padding-top: 0!important;
    border-top: none!important
}

.review-page .comnt-sec li a {
    color: #777;
    font-size: 16px
}

.review-page .comnt-sec li a i {
    margin-right: 5px
}

.error-section {
    padding: 130px 0 140px;
    text-align: center
}

.error-section h1 {
    font-size: calc(100px + (200 - 100) * ((100vw - 320px)/ (1920 - 320)));
    font-weight: 900;
    margin: 0;
    line-height: .8;
    color: #aaa;
    margin-top: -11px
}

.error-section h2 {
    color: #aaa;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 40px 0
}

.breadcrumb-section {
    background-color: #f8f8f8;
    position: relative
}

.breadcrumb-section .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumb-section .page-title h2 {
    font-size: 22px;
    margin-bottom: 0
}

.breadcrumb-section .breadcrumb {
    background-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #555;
    font-weight: 600;
    margin: 0;
    padding: 5px
}

.breadcrumb-section .breadcrumb a {
    color: #555;
    font-weight: 600
}

.breadcrumb-section:after {
    content: "";
    position: absolute;
    height: 11px;
    background: url(../images/shadow.png) no-repeat scroll center 0 transparent;
    top: 0;
    left: 0;
    width: 100%
}

.about-head {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.about-head h2 {
    color: #000;
    margin-bottom: 0
}

.about-page p:last-child {
    margin-bottom: -7px
}

.about-page .banner-section {
    border-radius: 5px;
    overflow: hidden
}

.about-page h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
    color: #272523
}

.about-page p {
    line-height: 2;
    letter-spacing: .03em
}

.upper-part {
    margin-bottom: -2px
}

.testimonial {
    background-color: #f8f8f8
}

.testimonial .testimonial-slider .upper-part img {
    border-radius: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    height: 130px;
    width: 130px;
    margin: 0 auto
}

.testimonial .testimonial-slider .upper-part .testimonial-body {
    padding: 0
}

.testimonial .testimonial-slider .upper-part .testimonial-body p {
    line-height: 22px;
    letter-spacing: .03em;
    margin-top: 10px
}

.testimonial .testimonial-slider .upper-part .testimonial-body h5 {
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
    margin-top: 7px
}

.testimonial .testimonial-slider .upper-part .testimonial-body h6 {
    margin-bottom: 0
}

.testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    border-left: 1px solid #ddd;
    padding-left: 50px
}

.team {
    position: relative
}

.team .avtar-image {
    padding: 8px;
    border: 1px solid #ddd
}

.team img {
    margin: 0 auto;
    padding: 0 10px
}

.team h2 {
    color: #222
}

.team h4 {
    color: #333;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 5px
}

.team h6 {
    margin-bottom: 0
}

.collection-filter-block {
    margin-bottom: 30px;
    padding: 0 30px;
    border: 1px solid #ddd;
    background-color: #fff
}

.collection-filter-block .product-service {
    padding: 30px 0
}

.collection-filter-block .product-service .media {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.collection-filter-block .product-service .media svg {
    height: 40px;
    width: 40px
}

.collection-filter-block .product-service .media svg path {
    fill: #000
}

.collection-filter-block .product-service .media .media-body {
    padding-left: 10px
}

.collection-filter-block .product-service .media .media-body h4 {
    margin-bottom: 5px;
    color: #222
}

.collection-filter-block .product-service .media .media-body p {
    margin-bottom: 0;
    text-transform: capitalize
}

.collection-filter-block .product-service .media:last-child {
    padding-bottom: 0
}

.collection-collapse-block {
    padding-bottom: 24px
}

.collection-collapse-block.open {
    margin-bottom: 12px
}

.collection-collapse-block .collapse-block-title {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    margin: 30px 0 0
}

.collection-collapse-block .collapse-block-title:after {
    position: absolute;
    display: block;
    top: 0;
    right: -3px;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #444
}

.collection-collapse-block .collection-collapse-block-content .color-selector {
    margin-top: 30px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
    color: #777;
    padding-bottom: 10px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child a {
    padding-bottom: 0
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
    margin-top: 30px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
    margin-bottom: 12px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child {
    margin-top: 30px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
    margin-bottom: 0
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    color: #777;
    font-weight: 600;
    letter-spacing: .5px
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
    top: 1px;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid #777
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
    top: 1px;
    height: 15px;
    width: 15px;
    background-size: 65%
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>")
}

.color-selector ul li {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #444
}

.color-selector ul .color-1 {
    background-color: #fff
}

.color-selector ul .color-2 {
    background-color: grey
}

.color-selector ul .color-3 {
    background-color: #ffc4c4
}

.color-selector ul .color-4 {
    background-color: #ffb6ff
}

.color-selector ul .color-5 {
    background-color: #ffc107
}

.color-selector ul .color-6 {
    background-color: #ffffcb
}

.color-selector ul .color-7 {
    background-color: #8bc34a
}

.color-selector ul li.active {
    border: 1px solid #000;
    position: relative
}

.color-selector ul li.active:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
    top: 10px;
    right: 4px;
    height: 15px;
    width: 15px;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute
}

.collection-sidebar-banner {
    margin-top: 30px
}

.collection-sidebar-banner img {
    width: 100%
}

.top-banner-wrapper .top-banner-content h4 {
    font-weight: 600;
    color: #444;
    margin-bottom: 15px
}

.top-banner-wrapper .top-banner-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 10px
}

.top-banner-wrapper .top-banner-content p {
    line-height: 1.5;
    color: #777;
    margin-bottom: 0
}

.product-wrapper-grid .product-box {
    padding: 0
}

.product-wrapper-grid.list-view .product-wrap .product-info {
    text-align: left;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 15px
}

.product-wrapper-grid.list-view .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0
}

.product-wrapper-grid.list-view .product-box .img-block,
.product-wrapper-grid.list-view .product-box .img-wrapper {
    width: 25%;
    position: relative
}

.product-wrapper-grid.list-view .product-box .product-detail {
    padding-left: 15px;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left!important
}

.product-wrapper-grid.list-view .product-box .product-detail .rating {
    margin-top: 0
}

.product-wrapper-grid.list-view .product-box .product-detail p {
    display: block!important;
    margin-bottom: 5px;
    line-height: 18px
}

.product-wrapper-grid.list-view .product-box .product-detail .color-variant {
    padding-top: 10px
}

.product-wrapper-grid.list-view .product-box .product-detail h6 {
    font-weight: 700
}

.collection-product-wrapper .product-top-filter {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.collection-product-wrapper .product-top-filter .popup-filter,
.collection-product-wrapper .product-top-filter .product-filter-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.collection-product-wrapper .product-top-filter .popup-filter .search-count,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup,
.collection-product-wrapper .product-top-filter .product-filter-content .search-count,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup {
    border-right: 1px solid #ddd;
    padding: 20px;
    text-transform: capitalize;
    width: 35%
}

.collection-product-wrapper .product-top-filter .popup-filter .search-count h5,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5,
.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5 {
    margin-bottom: 0
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-view,
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    padding: 20px;
    width: 10%
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li,
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li {
    height: 100%;
    vertical-align: middle;
    cursor: pointer
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child,
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child {
    margin-right: 14px
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view,
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    padding: 20px;
    width: 20%;
    border-right: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul,
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li,
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li {
    margin-left: 10px
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img,
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img {
    height: 18px;
    cursor: pointer
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view .filter-select li,
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view .filter-select li {
    width: 5px;
    height: 15px;
    background-color: #eec8c1;
    margin-left: 4px
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    position: relative;
    width: 20%
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border: 0;
    padding: 20px;
    border-right: 1px solid #ddd;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: url(../images/dropdown.png) no-repeat 95%
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus {
    outline: unset
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option {
    padding: 20px 0
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 15%
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
    right: 10px
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    border-right: none
}

.collection-product-wrapper .product-top-filter .popup-filter {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
    width: 3px
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
    background: #ddd
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
    background: #888
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    position: relative;
    cursor: pointer;
    width: 20%;
    background: url(../images/dropdown.png) no-repeat 95%
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
    font-size: 16px;
    color: #222
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
    background-color: #f8f8f8;
    width: 270px;
    height: 600px;
    overflow-y: scroll
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
    border: none
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card {
    padding: 0 30px
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
    padding: 0 30px
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
    width: 100%
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup {
    display: none;
    position: absolute;
    z-index: 9;
    top: 75px;
    left: 0;
    border: 1px solid #f1f5f4;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    min-width: 330px
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
    display: block
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
    margin-bottom: 0
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    width: 20%
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    padding-right: 45px;
    font-size: 16px
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
    right: 35px
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    padding: 20px
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    width: 20%
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    right: 25px!important
}

.collection-product-wrapper .product-wrapper-grid .product-box {
    margin-top: 50px
}

.collection-product-wrapper .product-wrapper-grid .product-box .product-detail p {
    display: none
}

.collection-product-wrapper .product-wrapper-grid .product-five {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6 {
    font-size: 13px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4 {
    font-size: 18px
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
    padding-right: 0
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3 {
    padding: 8px 4px;
    font-size: 12px
}

.filter-main-btn {
    display: none;
    cursor: pointer;
    width: auto;
    padding: 0 0 15px;
    font-size: 16px
}

.filter-btn {
    color: #fff;
    background-color: #000;
    padding: 7px 10px
}

.collection-mobile-back {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    display: none
}

.collection-mobile-back span {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    cursor: pointer
}

.collection-mobile-back span i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px
}

.product-pagination {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 50px 0
}

.product-pagination .pagination {
    border-radius: 0
}

.product-pagination .pagination .page-item {
    border-radius: 0
}

.product-pagination .pagination .page-item a {
    padding: 18px;
    border-bottom: 0;
    border-top: 0;
    color: #777;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%
}

.product-pagination .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.product-pagination .pagination .page-item.active a {
    color: #000;
    background-color: #fff;
    border-color: #ddd
}

.product-pagination .product-search-count-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-right: 15px
}

.product-pagination .product-search-count-bottom h5 {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 0
}

.bundle {
    margin-top: 10px
}

.bundle .bundle_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bundle .bundle_img .img-box img {
    max-width: 115px;
    border: 1px solid #ddd;
    padding: 2px
}

.bundle .bundle_img .plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 7px;
    font-size: 22px
}

.bundle .bundle_detail {
    margin-top: 15px
}

.bundle .bundle_detail .price_product {
    color: #000;
    padding-left: 3px;
    font-weight: 700
}

.theme_checkbox label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    color: #333
}

.theme_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.theme_checkbox label input:checked~.checkmark:after {
    display: block
}

.theme_checkbox label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ddd
}

.theme_checkbox label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.collection .collection-block {
    text-align: center
}

.collection .collection-block .bg-size,
.collection .collection-block img {
    margin-bottom: 20px
}

.collection .collection-block .collection-content {
    text-align: center
}

.collection .collection-block .collection-content h3 {
    margin-bottom: 10px;
    color: #222;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .05em
}

.collection .collection-block .collection-content h4 {
    color: #222;
    margin-bottom: 10px;
    font-size: 16px
}

.collection .collection-block .collection-content p {
    line-height: 1.5
}

.collection .collection-block .collection-content .btn-outline,
.collection .collection-block .collection-content .btn-solid {
    padding: 10px 25px
}

.faq-section .accordion.theme-accordion .card {
    margin-top: 30px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    border-radius: 18px
}

.faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type,
.faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #ddd
}

.faq-section .accordion.theme-accordion .card:first-child {
    margin-top: 0
}

.faq-section .accordion.theme-accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(248, 248, 248, .65)
}

.faq-section .accordion.theme-accordion .card .card-header button {
    color: #333;
    text-align: left;
    font-size: 16px;
    padding: 12px 20px;
    font-weight: 600
}

.faq-section .accordion.theme-accordion .card .card-header button:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #000;
    right: 20px;
    top: 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before {
    border-top: 0;
    border-bottom: 6px solid #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.faq-section .accordion.theme-accordion .card .card-header button:hover {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.faq-section .accordion.theme-accordion .card .card-body {
    padding: 15px 18px
}

.faq-section .accordion.theme-accordion .card .card-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    letter-spacing: .06em
}

.pwd-page {
    text-align: center
}

.pwd-page h2 {
    margin-bottom: 25px;
    color: #222;
    margin-top: -5px
}

.pwd-page .theme-form input {
    border-color: #ddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: center;
    border-radius: 25px
}

.pwd-page .theme-form .btn-outline,
.pwd-page .theme-form .btn-solid {
    margin: 0 auto
}

.login-page h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    margin-top: -5px
}

.login-page .theme-card {
    padding: 30px;
    border: 1px solid #ddd;
    line-height: 1;
    border-radius: 22px
}

.login-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.login-page .theme-card .theme-form input {
    border-color: #ddd;
    font-size: 12px;
    padding: 12px 20px;
    margin-bottom: 30px;
    height: inherit;
    border-radius: 22px
}

.login-page .authentication-right {
    height: calc(100% - 70px)
}

.login-page .authentication-right h6 {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px
}

.login-page .authentication-right p {
    font-size: 14px;
    color: #555;
    line-height: 2;
    margin-bottom: 1rem
}

.register-page h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    margin-top: -5px
}

.register-page .theme-card {
    padding: 30px;
    border: 1px solid #ddd;
    line-height: 1;
    border-radius: 22px
}

.register-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.register-page .theme-card .theme-form input {
    border-color: #ddd;
    font-size: 12px;
    padding: 12px 20px;
    margin-bottom: 30px;
    height: inherit;
    border-radius: 22px
}

.search-block {
    padding: 0
}

.search-block .form-header .input-group input {
    padding: 15px 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.search-block .form-header .input-group i {
    padding-right: 10px
}

.search-block .form-header .input-group .btn {
    z-index: 0
}

.contact-page .map iframe {
    width: 100%;
    height: 400px;
    border: none
}

.contact-page .contact-right {
    padding-top: 30px;
    padding-bottom: 30px
}

.contact-page .contact-right ul li {
    position: relative;
    padding-left: 150px;
    margin-top: 45px;
    display: block
}

.contact-page .contact-right ul li:first-child {
    margin-top: 0
}

.contact-page .contact-right ul li .contact-icon {
    position: absolute;
    left: 0;
    text-align: center;
    width: 130px;
    border-right: 1px solid #ddd
}

.contact-page .contact-right ul li .contact-icon i {
    font-size: 20px;
    color: #333
}

.contact-page .contact-right ul li .contact-icon h6 {
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 600;
    color: #333
}

.contact-page .contact-right ul li p {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 30px;
    color: #7f786d
}

.contact-page .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 14px;
    font-weight: 600
}

.contact-page .theme-form input {
    border-color: #ddd;
    font-size: 12px;
    padding: 12px 20px;
    margin-bottom: 30px;
    border-radius: 22px;
    height: inherit
}

.contact-page .theme-form textarea {
    border-color: #ddd;
    font-size: 12px;
    padding: 12px 20px;
    margin-bottom: 30px;
    height: inherit;
    border-radius: 22px
}

.contact-page .form-control {
    border-radius: 22px;
    padding: 12px 20px;
    font-size: 14px
}

.qty-box .input-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.qty-box .input-group span button {
    background: #fff!important;
    border: 1px solid #ced4da
}

.qty-box .input-group .form-control {
    text-align: center;
    width: 70px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset
}

.qty-box .input-group button {
    background-color: transparent;
    border: 0;
    color: #777;
    cursor: pointer;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1
}

.qty-box .input-group button i {
    font-weight: 900;
    color: #222
}

.qty-box .input-group .icon {
    padding-right: 0
}

.order-history .responsive-data {
    display: none
}

.order-history .responsive-data .price {
    margin-bottom: 2px
}

.order-history .dark-data {
    color: #000;
    font-weight: 600
}

.cart-section .table tbody+tbody,
.wishlist-section .table tbody+tbody {
    border-top: none
}

.cart-section .cart-buttons,
.wishlist-section .cart-buttons {
    padding-top: 35px
}

.cart-section .cart-buttons>div:last-child,
.wishlist-section .cart-buttons>div:last-child {
    text-align: right;
    padding-right: 59px
}

.cart-section .wishlist-buttons,
.wishlist-section .wishlist-buttons {
    padding-top: 35px;
    text-align: right
}

.cart-section .wishlist-buttons:last-child a,
.wishlist-section .wishlist-buttons:last-child a {
    margin-left: 15px
}

.cart-section .cart-table,
.wishlist-section .cart-table {
    overflow: hidden;
    margin-bottom: 0
}

.cart-section .cart-table thead th,
.wishlist-section .cart-table thead th {
    border-bottom-width: 1px;
    font-weight: 900;
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center;
    padding: 0 .75rem .75rem
}

.cart-section tbody h2,
.wishlist-section tbody h2 {
    margin-bottom: 0
}

.cart-section tbody tr td,
.wishlist-section tbody tr td {
    min-width: 210px;
    vertical-align: middle;
    color: #777;
    border-top: 0;
    border-bottom: 1px solid #eee;
    text-align: center
}

.cart-section tbody tr td a,
.cart-section tbody tr td p,
.wishlist-section tbody tr td a,
.wishlist-section tbody tr td p {
    color: #777;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0
}

.cart-section tbody tr td a img,
.cart-section tbody tr td p img,
.wishlist-section tbody tr td a img,
.wishlist-section tbody tr td p img {
    height: 90px
}

.cart-section tbody tr td .td-color,
.wishlist-section tbody tr td .td-color {
    color: #000
}

.cart-section tbody tr td h2,
.wishlist-section tbody tr td h2 {
    font-size: 24px;
    color: #222;
    font-weight: 400
}

.cart-section tbody tr td .mobile-cart-content,
.wishlist-section tbody tr td .mobile-cart-content {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

.cart-section tbody tr td .mobile-cart-content .qty-box,
.wishlist-section tbody tr td .mobile-cart-content .qty-box {
    border-radius: 5px
}

.cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control,
.wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
    width: 48px;
    padding: 6px
}

.cart-section tbody tr td .mobile-cart-content .col-xs-3,
.wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px
}

.cart-section tbody tr td .mobile-cart-content h2,
.wishlist-section tbody tr td .mobile-cart-content h2 {
    font-size: 20px
}

.cart-section tfoot tr th,
.wishlist-section tfoot tr th {
    padding-top: 35px;
    text-align: right
}

.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
    padding-top: 35px;
    padding-bottom: 0;
    text-align: right;
    border: none;
    padding-right: 63px
}

.cart-section tfoot tr td h2,
.wishlist-section tfoot tr td h2 {
    font-size: 24px;
    margin-bottom: 0
}

.cart-section tfoot tr td:first-child,
.wishlist-section tfoot tr td:first-child {
    width: 85%;
    font-size: 15px;
    padding-right: 10px;
    text-transform: capitalize;
    font-weight: 700
}

.cart-section .striped-table tbody:nth-child(odd),
.wishlist-section .striped-table tbody:nth-child(odd) {
    background-color: #f8f8f8
}

.blog-detail-page .blog-detail p:last-child {
    margin-bottom: 0
}

.blog-detail-page .blog-detail img {
    margin-bottom: 40px
}

.blog-detail-page .blog-detail h3 {
    color: #222;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.blog-detail-page .blog-detail p {
    color: #777;
    line-height: 1.8
}

.blog-detail-page .blog-detail .post-social {
    color: #777;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px
}

.blog-detail-page .blog-detail .post-social li+li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #ddd
}

.blog-detail-page .blog-advance>div:last-child p:last-child {
    margin-bottom: 0
}

.blog-detail-page .blog-advance .bg-size,
.blog-detail-page .blog-advance img {
    margin-bottom: 25px;
    margin-top: 25px
}

.blog-detail-page .blog-advance ul {
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 2.5;
    font-size: 15px
}

.blog-detail-page .blog-advance ul li {
    display: list-item;
    font-weight: 700
}

.blog-detail-page .blog-advance p {
    line-height: 1.8
}

.blog-detail-page .comment-section {
    border-bottom: 1px solid #ddd
}

.blog-detail-page .comment-section li {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 1px solid #ddd
}

.blog-detail-page .comment-section li img {
    height: 65px;
    width: 65px;
    margin-right: 20px;
    border-radius: 100%
}

.blog-detail-page .comment-section li h6 {
    color: #444;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px
}

.blog-detail-page .comment-section li h6 span {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #777;
    margin-left: 20px
}

.blog-detail-page .comment-section li p {
    line-height: 1.8;
    margin-bottom: 0
}

.blog-detail-page .blog-contact h2 {
    margin-bottom: 0;
    margin-top: -5px
}

.blog-detail-page .blog-contact .theme-form label {
    text-transform: capitalize;
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.blog-detail-page .blog-contact .theme-form input,
.blog-detail-page .blog-contact .theme-form textarea {
    border-color: #ddd;
    font-size: 14px;
    padding: 12px 20px;
    margin-bottom: 30px;
    border-radius: 22px
}

.blog-page .blog-sidebar h6 {
    margin-bottom: 0;
    line-height: 20px;
    color: #333;
    font-weight: 700
}

.blog-page .blog-sidebar p {
    line-height: 20px;
    margin-bottom: 0;
    color: #555
}

.blog-page .blog-sidebar h4 {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 20px;
    letter-spacing: 1px
}

.blog-page .blog-sidebar .theme-card {
    border: 1px solid #ddd;
    padding: 30px;
    background-color: #fff
}

.blog-page .blog-sidebar .theme-card .recent-blog li .media img {
    width: 100px;
    margin-right: 10px
}

.blog-page .blog-sidebar .theme-card .recent-blog li+li {
    margin-top: 20px
}

.blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
    background-color: #000;
    height: 70px;
    width: 70px;
    margin: 0 15px 0 0;
    padding: 15px
}

.blog-page .blog-sidebar .theme-card .popular-blog li .blog-date span {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.blog-page .blog-sidebar .theme-card .popular-blog li+li {
    margin-top: 30px
}

.blog-page .blog-sidebar .theme-card .popular-blog li p {
    margin-top: 10px
}

.blog-page .blog-sidebar .theme-card+.theme-card {
    margin-top: 30px
}

.blog-page .blog-media {
    margin-bottom: 30px
}

.blog-page .blog-media:last-child {
    margin-bottom: 0
}

.blog-page .blog-media .blog-right {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-page .blog-media .blog-right h6 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px
}

.blog-page .blog-media .blog-right h4 {
    color: #333;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px
}

.blog-page .blog-media .blog-right p {
    line-height: 1.8;
    margin-bottom: 0;
    letter-spacing: .04em
}

.blog-page .blog-media .blog-right ul {
    color: #777;
    margin-bottom: 15px
}

.blog-page .blog-media .blog-right ul li {
    font-size: 14px;
    line-height: 1.5
}

.blog-page .blog-media .blog-right ul li i {
    padding-right: 3px
}

.blog-page .blog-media .blog-right ul li+li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #ddd
}

.product-right-slick .slick-next,
.product-right-slick .slick-prev,
.product-slick .slick-next,
.product-slick .slick-prev,
.rtl-product-right-slick .slick-next,
.rtl-product-right-slick .slick-prev,
.rtl-product-slick .slick-next,
.rtl-product-slick .slick-prev {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: -10px
}

.product-right-slick .slick-next:before,
.product-right-slick .slick-prev:before,
.product-slick .slick-next:before,
.product-slick .slick-prev:before,
.rtl-product-right-slick .slick-next:before,
.rtl-product-right-slick .slick-prev:before,
.rtl-product-slick .slick-next:before,
.rtl-product-slick .slick-prev:before {
    font: normal normal normal 14px/1 FontAwesome;
    opacity: 1;
    color: #000;
    background-color: #fff;
    border-radius: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-right-slick .slick-next,
.product-slick .slick-next,
.rtl-product-right-slick .slick-next,
.rtl-product-slick .slick-next {
    right: 1px
}

.product-right-slick .slick-next:before,
.product-slick .slick-next:before,
.rtl-product-right-slick .slick-next:before,
.rtl-product-slick .slick-next:before {
    content: "\f105"
}

.product-right-slick .slick-prev,
.product-slick .slick-prev,
.rtl-product-right-slick .slick-prev,
.rtl-product-slick .slick-prev {
    left: 1px;
    z-index: 1
}

.product-right-slick .slick-prev:before,
.product-slick .slick-prev:before,
.rtl-product-right-slick .slick-prev:before,
.rtl-product-slick .slick-prev:before {
    content: "\f104"
}

.product-right-slick .slick-slide>div,
.product-slick .slick-slide>div,
.rtl-product-right-slick .slick-slide>div,
.rtl-product-slick .slick-slide>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.product-right-slick:hover .slick-next,
.product-right-slick:hover .slick-prev,
.product-slick:hover .slick-next,
.product-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-next,
.rtl-product-slick:hover .slick-prev {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-right-slick:hover .slick-next:before,
.product-right-slick:hover .slick-prev:before,
.product-slick:hover .slick-next:before,
.product-slick:hover .slick-prev:before,
.rtl-product-right-slick:hover .slick-next:before,
.rtl-product-right-slick:hover .slick-prev:before,
.rtl-product-slick:hover .slick-next:before,
.rtl-product-slick:hover .slick-prev:before {
    opacity: 1
}

.product-right-slick:hover .slick-next,
.product-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-next,
.rtl-product-slick:hover .slick-next {
    right: 20px
}

.product-right-slick:hover .slick-prev,
.product-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-prev {
    left: 20px
}

.rtl-slider-nav .slick-slide>div,
.rtl-slider-right-nav .slick-slide>div,
.slider-nav .slick-slide>div,
.slider-right-nav .slick-slide>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 15px 0;
    border: 1px solid #ddd;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.rtl-slider-nav .slick-slide.slick-current>div,
.rtl-slider-right-nav .slick-slide.slick-current>div,
.slider-nav .slick-slide.slick-current>div,
.slider-right-nav .slick-slide.slick-current>div {
    border-color: #aaa;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.rtl-slider-nav .slick-slide.slick-active,
.rtl-slider-right-nav .slick-slide.slick-active,
.slider-nav .slick-slide.slick-active,
.slider-right-nav .slick-slide.slick-active {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.rtl-slider-right-nav .slick-slide:first-child>div,
.slider-right-nav .slick-slide:first-child>div {
    margin-top: 0
}

.pro_sticky_info {
    border: 1px solid #ddd;
    padding: 20px
}

.is_stuck {
    margin-top: 80px
}

.image-scroll div>div {
    padding-bottom: 20px
}

.image-scroll div>div:last-child {
    padding: 0
}

.product-right p {
    margin-bottom: 0;
    line-height: 1.5em
}

.product-right .product-title {
    color: #222;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px
}

.product-right .border-product {
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px dashed #ddd
}

.product-right h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.2em
}

.product-right h3 {
    font-size: 26px;
    color: #222;
    margin-bottom: 15px
}

.product-right h4 {
    font-size: 16px;
    margin-bottom: 7px;
    margin-top: -6px
}

.product-right h4 del {
    color: #777
}

.product-right h4 span {
    padding-left: 5px;
    color: #000
}

.product-right .color-variant {
    margin-bottom: 10px
}

.product-right .product-buttons {
    margin-bottom: 20px
}

.product-right .product-buttons .btn-outline,
.product-right .product-buttons .btn-solid {
    padding: 7px 25px
}

.product-right .product-buttons a:last-child {
    margin-left: 10px
}

.product-right .product-description h6 span {
    float: right
}

.product-right .product-description .qty-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.product-right .product-description .qty-box .input-group {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    width: unset
}

.product-right .product-description .qty-box .input-group .form-control {
    border-right: none
}

.product-right .size-box {
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.product-right .size-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-right .size-box li {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    line-height: 1
}

.product-right .product-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-right .product-icon .product-social {
    margin-top: 5px
}

.product-right .product-icon .product-social li {
    padding-right: 30px
}

.product-right .product-icon .product-social li a {
    color: #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.product-right .product-icon .product-social li a i {
    font-size: 18px
}

.product-right .product-icon .product-social li a:hover {
    color: #000
}

.product-right .product-icon .product-social li:last-child {
    padding-right: 0
}

.product-right .product-icon .wishlist-btn {
    background-color: transparent;
    border: none
}

.product-right .product-icon .wishlist-btn i {
    border-left: 1px solid #ddd;
    font-size: 18px;
    padding-left: 10px;
    margin-left: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-right .product-icon .wishlist-btn span {
    padding-left: 10px;
    font-size: 18px
}

.product-right .product-icon .wishlist-btn:hover i {
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-right .payment-card-bottom {
    margin-top: 10px
}

.product-right .payment-card-bottom ul li {
    padding-right: 10px
}

.product-right .timer {
    display: inline-block;
    background-color: #f7f7f7
}

.product-right .timer span {
    width: 70px;
    display: inline-block;
    position: relative;
    text-align: center
}

.product-right .timer p {
    color: #222;
    text-align: left
}

.product-right.product-form-box {
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px
}

.product-right.product-form-box .product-description .qty-box .input-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.product-right.product-form-box .product-description .qty-box .quantity-left-minus {
    border-radius: 0
}

.product-right.product-form-box .product-buttons {
    margin-bottom: 0
}

.product-right.product-form-box .timer {
    margin-bottom: 10px;
    text-align: left
}

.product-right.product-form-box .size-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-right .padding-l {
    padding-left: 8px;
    padding-right: 8px
}

.product-right .timer span .padding-l {
    display: inline;
    position: absolute;
    width: auto;
    left: 59px;
    font-size: 24px
}

.image-swatch {
    margin-bottom: 10px
}

.image-swatch li img {
    width: 33px;
    height: 33px;
    padding: 2px;
    border: 1px solid #ddd;
    margin-right: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.image-swatch li:last-child {
    margin-right: 0
}

.image-swatch li.active img {
    border: 1px solid #eec8c1
}

.image-swatch li:hover img {
    border: 1px solid #eec8c1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.single-product-tables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.single-product-tables table {
    width: 20%
}

.single-product-tables table tr {
    height: 25px
}

.single-product-tables table tr td:first-child {
    font-weight: 600
}

.single-product-tables.detail-section {
    margin-top: 0
}

.single-product-tables.detail-section table {
    width: 55%
}

.product-accordion .btn-link {
    color: #222
}

.product-accordion .btn-link:hover {
    text-decoration: none
}

.product-accordion .card {
    border: none
}

.product-accordion .card-body {
    width: 100%;
    height: 100%
}

.product-accordion .card-header {
    padding: 5px 8px;
    border-bottom: 1px dashed rgba(0, 0, 0, .125);
    background-color: rgba(127, 127, 127, .03)
}

.product-accordion .card-header h5 .btn {
    text-transform: capitalize
}

.product-related h2 {
    color: #222;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddada;
    margin-bottom: 20px;
    width: 100%
}

.product-related .slick-next,
.product-related .slick-prev {
    top: -50px
}

.rating {
    margin-top: 0
}

.rating i {
    padding-right: 5px
}

.rating i:nth-child(-n+4) {
    color: #ffba00
}

.rating i:last-child {
    color: #ddd
}

.rating .three-star {
    padding-bottom: 5px
}

.rating .three-star i {
    color: #acacac
}

.rating .three-star i:nth-child(-n+3) {
    color: #ffd200
}

.tab-border {
    border: 1px solid #ddd;
    margin: 0;
    padding: 8px 0
}

.tab-border .nav-border {
    border-bottom: 0;
    border-right: 1px solid #ddd
}

.vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link,
.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link {
    padding: 15px 20px
}

.product-full-tab,
.tab-product {
    padding-top: 30px
}

.product-full-tab .nav-material.nav-tabs,
.tab-product .nav-material.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.product-full-tab .nav-material.nav-tabs .nav-item .nav-link,
.tab-product .nav-material.nav-tabs .nav-item .nav-link {
    color: #212121;
    text-align: center;
    padding: 0 15px 20px;
    text-transform: uppercase;
    border: 0
}

.product-full-tab .nav-material.nav-tabs .nav-item .material-border,
.tab-product .nav-material.nav-tabs .nav-item .material-border {
    border-bottom: 2px solid #000;
    opacity: 0
}

.product-full-tab .nav-material.nav-tabs .nav-link.active,
.tab-product .nav-material.nav-tabs .nav-link.active {
    color: #000
}

.product-full-tab .nav-material.nav-tabs .nav-link.active~.material-border,
.tab-product .nav-material.nav-tabs .nav-link.active~.material-border {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1
}

.product-full-tab .theme-form input,
.tab-product .theme-form input {
    border-color: #ddd;
    font-size: 15px;
    padding: 12px 20px;
    border-radius: 22px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left
}

.product-full-tab .theme-form .btn-outline,
.product-full-tab .theme-form .btn-solid,
.tab-product .theme-form .btn-outline,
.tab-product .theme-form .btn-solid {
    margin: 0 auto
}

.product-full-tab .theme-form textarea,
.tab-product .theme-form textarea {
    border-color: #ddd;
    font-size: 15px;
    padding: 12px 20px;
    margin-bottom: 15px;
    height: inherit;
    border-radius: 22px
}

.product-full-tab .tab-content.nav-material p,
.tab-product .tab-content.nav-material p {
    padding: 20px 20px 0 0;
    margin-bottom: -8px;
    line-height: 22px;
    letter-spacing: .05em
}

.product-full-tab .tab-content.nav-material .media,
.tab-product .tab-content.nav-material .media {
    margin-top: 20px
}

.product-full-tab .title,
.tab-product .title {
    padding-right: 45px;
    color: #000;
    padding-bottom: 20px
}

.product-full-tab .theme-slider .slick-arrow,
.tab-product .theme-slider .slick-arrow {
    top: -45px;
    height: auto
}

.product-full-tab .theme-slider .slick-arrow :before,
.tab-product .theme-slider .slick-arrow :before {
    color: #000;
    font-size: 18px
}

.product-full-tab .product-box,
.tab-product .product-box {
    position: relative;
    margin: 5px
}

.product-full-tab .product-box:hover,
.tab-product .product-box:hover {
    -webkit-box-shadow: 0 0 12px 0 #ddd;
    box-shadow: 0 0 12px 0 #ddd
}

.product-full-tab .product-box:hover .lbl-1,
.tab-product .product-box:hover .lbl-1 {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.product-full-tab .product-box:hover .lbl-2,
.tab-product .product-box:hover .lbl-2 {
    opacity: 1;
    -webkit-animation: flipInY 1s ease-in-out;
    animation: flipInY 1s ease-in-out
}

.product-full-tab .product-box:hover .color-variant li,
.tab-product .product-box:hover .color-variant li {
    opacity: 1!important;
    -webkit-animation: fadeInUp .5s ease-in-out;
    animation: fadeInUp .5s ease-in-out
}

.product-full-tab .product-box .img-block,
.tab-product .product-box .img-block {
    min-height: unset
}

.product-full-tab .product-box .cart-info,
.tab-product .product-box .cart-info {
    position: absolute;
    padding: 10px 0;
    top: 25%;
    right: 15px;
    width: 40px;
    margin-right: 0
}

.product-full-tab .product-box .cart-info i,
.tab-product .product-box .cart-info i {
    padding-right: 0
}

.product-full-tab .product-box .cart-info a,
.product-full-tab .product-box .cart-info button,
.tab-product .product-box .cart-info a,
.tab-product .product-box .cart-info button {
    color: #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    height: 35px;
    width: 35px;
    margin: 7px 0;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    -webkit-box-shadow: 0 0 12px 0 #ddd;
    box-shadow: 0 0 12px 0 #ddd
}

.product-full-tab .product-box .cart-info a :hover,
.product-full-tab .product-box .cart-info button :hover,
.tab-product .product-box .cart-info a :hover,
.tab-product .product-box .cart-info button :hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #000
}

.product-full-tab .product-box .lbl-1,
.tab-product .product-box .lbl-1 {
    background-color: #000;
    padding: 2px 20px 2px 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0
}

.product-full-tab .product-box .lbl-1:before,
.tab-product .product-box .lbl-1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #000;
    border-bottom: 13px solid #000;
    border-right: 7px solid #fff
}

.product-full-tab .product-box .lbl-2,
.tab-product .product-box .lbl-2 {
    font-size: 14px;
    top: 15px;
    position: absolute;
    right: 10px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    opacity: 0
}

.product-full-tab .product-box a,
.tab-product .product-box a {
    color: #0072bb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px
}

.product-full-tab .product-box .color-variant,
.tab-product .product-box .color-variant {
    position: absolute;
    top: -35px;
    width: 100%
}

.product-full-tab .product-box .slick-slide img,
.tab-product .product-box .slick-slide img {
    display: block
}

.product-full-tab .product-box .product-details,
.tab-product .product-box .product-details {
    position: relative
}

.product-full-tab .product-box .product-details .color-variant,
.tab-product .product-box .product-details .color-variant {
    position: absolute;
    top: -35px;
    width: 100%
}

.product-full-tab .product-box .product-details .color-variant li,
.tab-product .product-box .product-details .color-variant li {
    opacity: 0;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 0 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.product-full-tab .product-box .product-details h6,
.tab-product .product-box .product-details h6 {
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize
}

.product-full-tab .product-box .product-details .price,
.tab-product .product-box .product-details .price {
    padding-bottom: 10px;
    font-size: 16px;
    color: #000
}

.product-full-tab {
    padding-top: 70px
}

.secondary-color.vertical-tab .tab-inner .theme-tab .tabs .current a {
    color: #eec8c1
}

.product-load-more .col-grid-box {
    display: none
}

.load-more-sec {
    margin-top: 50px;
    text-align: center
}

.load-more-sec a {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: #000
}

.product_image_4>div:nth-last-child(-n+2) {
    margin-top: 30px
}

.theme-card {
    position: relative
}

.theme-card.center-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.theme-card.center-align .offer-slider .product-box2 .media .media-body {
    margin-top: 0
}

.theme-card.card-border {
    border: 1px solid #ddd
}

.theme-card.card-border h5 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-top: 0
}

.theme-card.card-border .slick-next,
.theme-card.card-border .slick-prev {
    top: -35px
}

.theme-card.card-border .slick-next {
    right: 30px
}

.theme-card.card-border .slick-prev {
    right: 50px
}

.theme-card.card-border .offer-slider {
    padding-top: 0;
    padding-bottom: 10px
}

.theme-card.card-border .offer-slider img {
    padding: 15px 15px 15px 30px
}

.theme-card.card-border .offer-slider .media .media-body a h6 {
    margin-right: 25px
}

.theme-card h5 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: -5px
}

.theme-card h5.title-border {
    border-bottom: 1px solid #ddd
}

.theme-card .slick-next,
.theme-card .slick-prev {
    top: -35px
}

.theme-card .slick-next:before,
.theme-card .slick-prev:before {
    font: normal normal normal 30px/1 FontAwesome;
    color: #222;
    opacity: .6
}

.theme-card .slick-next {
    right: 0
}

.theme-card .slick-next:before {
    content: "\f105"
}

.theme-card .slick-prev {
    left: unset;
    right: 25px
}

.theme-card .slick-prev:before {
    content: "\f104"
}

.theme-card .offer-slider img {
    width: 100px;
    padding: 15px 15px 15px 0
}

.theme-card .offer-slider>div .media:last-child .media-body {
    margin-top: 15px
}

.theme-card .offer-slider>div .media:last-child img {
    margin-bottom: -15px
}

.theme-card .offer-slider .media .media-body .rating {
    margin-top: 0
}

.theme-card .offer-slider .media .media-body .rating i {
    padding-right: 5px
}

.theme-card .offer-slider .media .media-body .rating i:nth-child(-n+4) {
    color: #ffba00
}

.theme-card .offer-slider .media .media-body .rating i:last-child {
    color: #ddd
}

.theme-card .offer-slider .media .media-body a h6 {
    margin-right: 61px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: capitalize
}

.theme-card .offer-slider .media .media-body h4 {
    margin-top: 5px;
    font-weight: 700;
    color: #21cde4;
    margin-bottom: 0
}

.map {
    margin-bottom: -5px
}

.slide-4 .slick-next,
.slide-4 .slick-prev {
    display: none!important
}

.collection-filter .theme-card .slick-prev:after {
    top: 10px;
    left: 22px
}

.product-right-slick .slick-next,
.product-slick .slick-next {
    top: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-right-slick .slick-prev,
.product-slick .slick-prev {
    top: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-right-slick .slick-prev:after,
.product-slick .slick-prev:after {
    display: none
}

.product-right-slick:hover .slick-prev:after,
.product-slick:hover .slick-prev:after {
    opacity: 0
}

.product-wrapper-grid .product-box .product-info p {
    display: none
}

.product-wrapper-grid.list-view .product-box .product-info {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    width: 100%;
    text-align: left
}

.product-wrapper-grid.list-view .product-box .product-info p {
    display: block
}

.quick-view {
    width: 100%;
    max-width: 1080px;
    max-height: 600px;
    position: relative
}

.checkout-page .checkout-title {
    margin-bottom: 25px
}

.checkout-page .checkout-title h3 {
    color: #444;
    font-weight: 700
}

.checkout-page .checkout-form .checkout-details {
    position: relative;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 40px
}

.checkout-page .checkout-form .check-out .form-group:last-child {
    margin-bottom: -5px
}

.checkout-page .checkout-form .check-out .form-group:last-child label {
    margin-bottom: -5px
}

.checkout-page .checkout-form .form-group {
    position: relative;
    margin-bottom: 25px
}

.checkout-page .checkout-form .form-group h3 {
    color: #444;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px
}

.checkout-page .checkout-form .form-group .field-label {
    line-height: 24px;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700
}

.checkout-page .checkout-form .form-group .field-label span {
    font-size: 16px;
    color: #222;
    font-weight: 600
}

.checkout-page .checkout-form .form-group label {
    color: #777
}

.checkout-page .checkout-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: url(../images/dropdown.png) no-repeat 95%
}

.checkout-page .checkout-form input[type=email],
.checkout-page .checkout-form input[type=number],
.checkout-page .checkout-form input[type=password],
.checkout-page .checkout-form input[type=tel],
.checkout-page .checkout-form input[type=text],
.checkout-page .checkout-form input[type=url] {
    width: 100%;
    padding: 12px 20px;
    border-radius: 22px;
    border: 1px solid #ddd
}

.checkout-page .checkout-form input:focus {
    outline: 0
}

.checkout-page .checkout-form select,
.checkout-page .checkout-form textarea {
    width: 100%;
    padding: 12px 20px;
    border-radius: 22px;
    border: 1px solid #ddd
}

.checkout-page .checkout-form select:focus,
.checkout-page .checkout-form textarea:focus {
    outline: 0
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: 400;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    color: #333
}

.checkout-page .lower-content {
    margin-top: 30px
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px
}

.order-box {
    position: relative;
    margin-bottom: 50px
}

.order-box .title-box {
    position: relative;
    padding-bottom: 25px;
    color: #444;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px
}

.order-box .title-box span {
    position: relative;
    width: 35%;
    float: right
}

.order-box .qty {
    position: relative;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px
}

.order-box .qty li {
    position: relative;
    display: block;
    font-size: 15px;
    color: #444;
    line-height: 20px;
    margin-bottom: 20px
}

.order-box .qty li span {
    float: right;
    font-size: 18px;
    line-height: 20px;
    color: #232323;
    font-weight: 400;
    width: 35%
}

.order-box .sub-total {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px
}

.order-box .sub-total li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%
}

.order-box .sub-total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    width: 35%;
    float: right
}

.order-box .sub-total .shopping-option label {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    padding-left: 10px
}

.order-box .sub-total .shipping {
    width: 35%;
    float: right
}

.order-box .total {
    position: relative;
    margin-bottom: 40px
}

.order-box .total li {
    position: relative;
    display: block;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 18px
}

.order-box .total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: 400
}

.order-box .total li span {
    float: right;
    font-size: 15px;
    line-height: 20px;
    color: #444;
    font-weight: 400;
    width: 35%;
    display: block
}

.payment-box {
    position: relative
}

.payment-box .upper-box {
    position: relative
}

.payment-box .payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px
}

.payment-box .payment-options li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.payment-box .payment-options li .radio-option {
    position: relative
}

.payment-box .payment-options li .radio-option label {
    position: relative;
    padding-left: 30px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0
}

.payment-box .payment-options li .radio-option input[type=radio] {
    position: absolute;
    left: 0;
    top: 5px
}

.payment-box .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    color: #666;
    margin-top: 10px
}

.payment-box .payment-options li .radio-option label img {
    position: relative;
    display: block;
    max-width: 100%;
    margin-left: -30px;
    margin-top: 5px
}

.dashboard-left .block-title h2 {
    font-size: 24px;
    padding-bottom: 20px
}

.dashboard-left .block-content {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px
}

.dashboard-left .block-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.dashboard-left .block-content ul li.active {
    color: #000
}

.dashboard-left .block-content ul li.active a {
    color: #000
}

.dashboard-left .block-content ul li:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 3px
}

.dashboard-left .block-content ul li a {
    color: #000
}

.dashboard-left .block-content ul li:hover {
    padding-left: 10px;
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.dashboard-left .block-content ul li:hover a {
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.dashboard-right p {
    color: #5f5f5f;
    line-height: 20px
}

.dashboard-right .dashboard {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px
}

.dashboard-right .dashboard .page-title h2 {
    font-size: 22px;
    margin-bottom: 15px
}

.dashboard-right .dashboard .welcome-msg p {
    margin-bottom: 0
}

.dashboard .box-head h2 {
    font-size: 22px;
    margin: 20px 0 0;
    text-transform: capitalize;
    color: #333
}

.dashboard .box a {
    color: #000
}

.dashboard .box h6 {
    margin-bottom: 0;
    color: #5f5f5f
}

.dashboard .box .box-title {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 5px;
    padding: 12px 0;
    position: relative;
    width: 100%
}

.dashboard .box .box-title h3 {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    color: #333
}

.dashboard .box .box-title>a {
    position: absolute;
    right: 0;
    top: 12px;
    color: #000
}

.dashboard .box address {
    margin-bottom: 0
}

.box-content h6 {
    font-size: 14px;
    line-height: 25px!important;
    margin-bottom: 0
}

.box-content a {
    color: #000
}

.account-sidebar {
    display: none;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    width: 30%;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 5px
}

.success-text {
    text-align: center
}

.success-text i {
    font-size: 50px;
    color: #4ead4e;
    margin-top: -3px
}

.success-text h2 {
    margin-top: 10px;
    margin-bottom: 15px
}

.success-text p {
    font-size: 18px;
    text-transform: capitalize
}

.success-text p:last-child {
    margin-bottom: 0
}

.success-text.order-fail i {
    color: #000
}

.order-success-sec h4 {
    font-weight: 700;
    text-transform: capitalize;
    color: #222
}

.order-success-sec .order-detail li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
    line-height: 28px;
    font-size: 16px
}

.order-success-sec .payment-mode p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #555
}

.delivery-sec {
    padding: 30px;
    text-align: center;
    margin-top: 20px;
    background-color: #f9f9f9
}

.delivery-sec h2,
.delivery-sec h3 {
    color: #000;
    text-transform: capitalize
}

.delivery-sec h2 {
    margin-bottom: 0;
    font-size: 36px
}

.delivery-sec h3 {
    margin-top: -5px;
    font-size: 22px
}

.product-order h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.product-order .product-order-detail {
    margin-top: 15px
}

.product-order .product-order-detail img {
    height: 130px
}

.product-order .product-order-detail .order_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-order .product-order-detail .order_detail h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 700;
    color: #222
}

.product-order .product-order-detail .order_detail h5 {
    text-transform: capitalize;
    margin-bottom: 0
}

.product-order .total-sec {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
    padding: 15px 0
}

.product-order .total-sec ul li {
    font-size: 18px;
    display: block;
    text-transform: capitalize
}

.product-order .total-sec ul li span {
    float: right
}

.product-order .final-total h3 {
    display: block;
    margin-bottom: 0;
    font-size: 20px
}

.product-order .final-total h3 span {
    float: right
}

.compare-section .compare-part {
    position: relative
}

.compare-section .compare-part .close-btn {
    background-color: transparent;
    border: none;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.compare-section .compare-part .img-secton {
    padding: 25px 15px 15px
}

.compare-section .compare-part .img-secton .bg-size,
.compare-section .compare-part .img-secton img {
    width: 50%;
    margin: 0 auto
}

.compare-section .compare-part .img-secton a h5 {
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 10px
}

.compare-section .compare-part .img-secton h5 {
    margin-bottom: 0;
    line-height: 1.2
}

.compare-section .compare-part .detail-part .title-detail {
    background-color: #f7f8fa;
    text-align: center;
    padding: 8px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}

.compare-section .compare-part .detail-part .title-detail h5 {
    margin-bottom: 0;
    text-transform: uppercase
}

.compare-section .compare-part .detail-part .inner-detail {
    padding: 15px
}

.compare-section .compare-part .detail-part .inner-detail p {
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: .05em
}

.compare-section .compare-part .btn-part {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #ddd
}

.compare-section .compare-part .btn-part .btn-outline,
.compare-section .compare-part .btn-part .btn-solid {
    padding: 5px 10px
}

.compare-section .slick-slide>div {
    border: 1px solid #ddd;
    border-left: none
}

.compare-section .slick-slide:first-child {
    border-left: 1px solid #ddd
}

.compare-padding {
    padding-bottom: 50px
}

.compare-padding h2 {
    margin-bottom: 20px
}

.compare-lable {
    position: absolute;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 20px;
    left: 16px;
    letter-spacing: .1em;
    z-index: 1
}

.compare-page .table-wrapper {
    padding-bottom: 0
}

.compare-page .table-wrapper .table {
    border: 1px solid #eee;
    text-transform: capitalize;
    color: #222
}

.compare-page .table-wrapper .table .product-name {
    width: 15%
}

.compare-page .table-wrapper .table .featured-image {
    width: 185px
}

.compare-page .table-wrapper .table td {
    border-top: none
}

.compare-page .table-wrapper .table thead .th-compare td {
    font-size: 14px;
    font-weight: 700;
    background: #f8f8f8;
    border-right: 1px solid #eee
}

.compare-page .table-wrapper .table thead .th-compare th {
    text-align: left;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.compare-page .table-wrapper .table thead .th-compare th .remove-compare {
    float: left;
    border: none;
    background: 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500
}

.compare-page .table-wrapper .table tbody tr th {
    background: #f8f8f8
}

.compare-page .table-wrapper .table tbody tr td {
    border-right: 1px solid #eee;
    position: relative
}

.compare-page .table-wrapper .table tbody tr td,
.compare-page .table-wrapper .table tbody tr th {
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee
}

.compare-page .table-wrapper .table tbody tr .grid-link__title {
    font-size: 15px;
    margin-top: 10px
}

.compare-page .table-wrapper .table tbody tr .product_price {
    margin: 15px 0
}

.compare-page .table-wrapper .table tbody tr .product_price span.money {
    padding-left: 5px
}

.compare-page .table-wrapper .table tbody tr p {
    color: #222;
    font-size: 13px;
    line-height: 20px;
    margin: 0
}

.compare-page .table-wrapper .table tbody tr .add-to-cart,
.compare-page .table-wrapper .table tbody tr .select-option-cls {
    padding: 6px 10px
}

.line-abjust h6 {
    line-height: 1.4!important
}

.same-slider h6 {
    line-height: .8
}

.typography_section .typography-box {
    margin-bottom: 30px
}

.typography_section .typography-box p {
    line-height: 22px
}

.typography_section .typography-box .headings {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    background-color: rgba(247, 247, 247, .5);
    padding: 8px 12px
}

.typography_section .typography-box .headings h3 {
    text-transform: capitalize;
    color: #2d2d2d;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px
}

.typography_section .typography-box .headings span {
    color: #777
}

.typography_section .typography-box .headings span code {
    color: #777
}

.typography_section .typography-box .typo-content.heading_content h1,
.typography_section .typography-box .typo-content.heading_content h2,
.typography_section .typography-box .typo-content.heading_content h3,
.typography_section .typography-box .typo-content.heading_content h4,
.typography_section .typography-box .typo-content.heading_content h5,
.typography_section .typography-box .typo-content.heading_content h6 {
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px
}

.typography_section .typography-box .typo-content .sub-title {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #222;
    text-transform: capitalize
}

.typography_section .typography-box .typo-content.product-pagination {
    border: none;
    margin: 0
}

.typography_section .typography-box .typo-content.product-pagination .pagination .page-item {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.typography_section .typography-box .typo-content.product-pagination .pagination .page-item a {
    padding: 10px 14px
}

.typography_section .typography-box .typo-content.input_button input {
    margin-bottom: 10px
}

.typography_section .typography-box .typo-content.input_button label {
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 5px
}

.typography_section .typography-box .typo-content.loader-typo {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.typography_section .typography-box .typo-content.loader-typo .pre-loader {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 50%
}

.typography_section .typography-box .typo-content.loader-typo .pre-loader:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 0 solid #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: loading 1s ease-out forwards infinite;
    animation: loading 1s ease-out forwards infinite;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.typography_section .typography-box .typo-content .footer-social {
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.typography_section .typography-box:last-child {
    margin-bottom: 0
}

.typography_section code {
    color: rgba(0, 0, 0, .6);
    background-color: #f7f7f7;
    padding: 3px;
    margin: 0 3px;
    border-radius: 2px
}

.profile-section {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 15px
}

.profile-section .profile-detail .profile-name {
    font-weight: 700
}

.profile-section .profile-detail p {
    margin-bottom: 8px
}

.color1 {
    background-image: linear-gradient(30deg, #3fd0cb 50%, #3c70e6 50%)
}

.color2 {
    background-image: linear-gradient(30deg, #fa812e 50%, #fa4032 50%)
}

.color3 {
    background-image: linear-gradient(30deg, #ffb50d 50%, #21cde4 50%)
}

.color4 {
    background-image: linear-gradient(30deg, #febd69 50%, #232f3e 50%)
}

.color5 {
    background-image: linear-gradient(30deg, #000 50%, #eec8c1 50%)
}

.color6 {
    background-image: linear-gradient(30deg, #ec8327 50%, #435471 50%)
}

.color7 {
    background-image: linear-gradient(30deg, #e40046 50%, #000 50%)
}

.color8 {
    background-image: linear-gradient(30deg, #4c2fbf 50%, #2e9de4 50%)
}

.color9 {
    background-image: linear-gradient(30deg, #000 50%, #ebbbc3 50%)
}

.color10 {
    background-image: linear-gradient(30deg, #ff6f69 50%, #1aded3 50%)
}

.color11 {
    background-image: linear-gradient(30deg, #d41d36 50%, #494c4d 50%)
}

.color12 {
    background-image: linear-gradient(30deg, #84ba40 50%, #444 50%)
}

.color-picker {
    position: fixed;
    right: -190px;
    top: calc(38vh + 220px);
    width: 190px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.color-picker .settings-header {
    background: #f3f3f3;
    padding: 5px 15px;
    -webkit-box-shadow: 0 -10px 20px -5px rgba(220, 220, 220, .62);
    box-shadow: 0 -10px 20px -5px rgba(220, 220, 220, .62)
}

.color-picker .settings-header h3 {
    color: #000;
    margin: 0;
    font-size: 20px;
    padding: 4px 9px
}

.color-picker .section {
    background: #fff;
    padding: 10px;
    border: 1px solid #f3f3f3;
    overflow: auto
}

.color-picker .section i {
    font-size: 16px;
    margin-right: 10px
}

.color-picker a.handle {
    position: absolute;
    right: 190px;
    width: 45px;
    height: 41px;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    z-index: -1;
    text-decoration: none;
    background-color: #f9f9f9;
    -webkit-box-shadow: -5.985px -.419px 30px 0 rgba(0, 0, 0, .08), inset -2px 0 10px 0 rgba(0, 0, 0, .04);
    box-shadow: -5.985px -.419px 30px 0 rgba(0, 0, 0, .08), inset -2px 0 10px 0 rgba(0, 0, 0, .04);
    top: -80px;
    color: #000
}

.color-picker a.handle i {
    margin-left: 5px
}

.color-picker .colors a {
    width: 32px;
    height: 32px;
    margin: 5px;
    float: left;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.color-picker .skin a {
    display: block;
    width: 70px;
    height: 30px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 2px transparent solid
}

.color-picker .skin a.actt {
    border: 2px #fff solid
}

.dark-light {
    position: fixed;
    right: 0;
    width: 40px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0 5px 0 rgba(154, 154, 154, .54);
    box-shadow: 0 0 5px 0 rgba(154, 154, 154, .54);
    top: calc(50% + 34px);
    cursor: pointer
}

.setting-sidebar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(154, 154, 154, .54);
    box-shadow: 0 0 5px 0 rgba(154, 154, 154, .54);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.setting-sidebar i {
    -webkit-animation: ring-rotate 3s infinite linear;
    animation: ring-rotate 3s infinite linear;
    font-size: 20px;
    color: #3c3c3c;
    margin-left: 5px
}

.setting-sidebar.open-icon {
    right: 351px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.setting_box_body {
    position: relative;
    background-color: #fff;
    z-index: 9;
    height: 100vh
}

.setting-box {
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    width: 350px;
    right: -360px;
    background-color: #fff;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 15px 5px 0 rgba(77, 77, 77, .28);
    box-shadow: 0 15px 5px 0 rgba(77, 77, 77, .28);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.setting-box ::-webkit-scrollbar {
    width: 3px;
    height: 7px
}

.setting-box ::-webkit-scrollbar-track {
    background: #ddd
}

.setting-box ::-webkit-scrollbar-thumb {
    background: #888
}

.setting-box ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.setting-box.open-setting {
    right: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.setting-box.open-setting .overlay {
    visibility: visible;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.setting-box .sidebar-back {
    padding: 20px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 6px rgba(115, 115, 115, .09);
    box-shadow: inset 0 0 6px rgba(115, 115, 115, .09);
    background-color: #f3f3f3
}

.setting-box .setting-title {
    padding: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0
}

.setting-box .setting-title h4 {
    position: relative;
    margin-bottom: 0;
    cursor: pointer
}

.setting-box .setting-title.active .according-menu {
    font: normal normal normal 14px/1 FontAwesome
}

.setting-box .setting-title.active .according-menu:before {
    content: "\f068";
    position: absolute;
    right: 2px;
    top: 2px
}

.setting-box .setting-title .according-menu {
    font: normal normal normal 14px/1 FontAwesome
}

.setting-box .setting-title .according-menu:before {
    content: "\f067";
    position: absolute;
    right: 2px;
    top: 2px
}

.setting-box .setting-contant {
    padding: 20px;
    border-bottom: 1px solid #efefef
}

.setting-box .setting-contant .setting_buttons .setting_btn {
    background-color: #000;
    color: #fff;
    width: 100%
}

.setting-box .setting-contant .setting_buttons li:first-child {
    width: 49%
}

.setting-box .setting-contant .setting_buttons li.active {
    -webkit-box-shadow: 0 0 5px 0 #929292;
    box-shadow: 0 0 5px 0 #929292
}

.setting-box .setting-contant .setting_buttons li:last-child {
    margin-left: 10px;
    width: 46%
}

.setting-box .setting-contant .color-box li {
    padding: 3px
}

.setting-box .setting-contant .color-box li a {
    width: 32px;
    height: 32px;
    display: block
}

.setting-box .setting-contant .color-box li.active {
    position: relative
}

.setting-box .setting-contant .color-box li.active a {
    -webkit-box-shadow: 0 0 5px 0 #929292;
    box-shadow: 0 0 5px 0 #929292
}

.setting-box .setting-contant .color-box li.active:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
    top: 13px;
    height: 15px;
    width: 15px;
    background-size: 80%;
    background-repeat: no-repeat;
    position: absolute;
    left: 14px;
    -webkit-filter: invert(100);
    filter: invert(100)
}

.setting-box .buy_btn {
    padding: 20px
}

.setting-box .buy_btn a {
    background-color: #f3f3f3;
    color: #3c3c3c;
    padding: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.setting-box .buy_btn a i {
    margin-right: 5px;
    font-size: 18px
}

.setting-box .buy_btn a img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100)
}

.setting-box .buy_btn a.blue-btn {
    background-color: #eec8c1;
    color: #fff
}

.setting-box .overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.demo-section .title-text h3 {
    color: #000;
    margin-bottom: 24px;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 40px;
    position: relative
}

.demo-section .title-text h3 i {
    font-size: 22px;
    position: absolute;
    top: 0;
    right: -20px
}

.demo-section .demo-effects {
    margin-bottom: 30px
}

.demo-section .demo-effects h4 {
    text-transform: capitalize
}

.demo-section .demo-effects .set-position {
    display: block
}

.demo-section .demo-effects>div {
    text-decoration: none;
    color: #000
}

.demo-section .demo-effects>div .layout-container {
    height: 110px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-size: cover;
    -webkit-transition: all 2s ease-out 0;
    transition: all 2s ease-out 0;
    -webkit-box-shadow: -1px 2px 5px 1px #ececec;
    box-shadow: -1px 2px 5px 1px #ececec
}

.demo-section .demo-effects>div .layout-container.demo1 {
    background-image: url(../images/landing-page/demo/1.jpg)
}

.demo-section .demo-effects>div .layout-container.demo2 {
    background-image: url(../images/landing-page/demo/2.jpg)
}

.demo-section .demo-effects>div .layout-container.demo3 {
    background-image: url(../images/landing-page/demo/3.jpg)
}

.demo-section .demo-effects>div .layout-container.demo4 {
    background-image: url(../images/landing-page/demo/4.jpg)
}

.demo-section .demo-effects>div .layout-container.demo5 {
    background-image: url(../images/landing-page/demo/5.jpg)
}

.demo-section .demo-effects>div .layout-container.demo6 {
    background-image: url(../images/landing-page/demo/6.jpg)
}

.demo-section .demo-effects>div .layout-container.demo7 {
    background-image: url(../images/landing-page/demo/7.jpg)
}

.demo-section .demo-effects>div .layout-container.demo8 {
    background-image: url(../images/landing-page/demo/8.jpg)
}

.demo-section .demo-effects>div .layout-container.demo9 {
    background-image: url(../images/landing-page/demo/9.jpg)
}

.demo-section .demo-effects>div .layout-container.demo10 {
    background-image: url(../images/landing-page/demo/10.jpg)
}

.demo-section .demo-effects>div .layout-container.demo11 {
    background-image: url(../images/landing-page/demo/11.jpg)
}

.demo-section .demo-effects>div .layout-container.demo12 {
    background-image: url(../images/landing-page/demo/12.jpg)
}

.demo-section .demo-effects>div .layout-container.demo13 {
    background-image: url(../images/landing-page/demo/13.jpg)
}

.demo-section .demo-effects>div .layout-container.demo14 {
    background-image: url(../images/landing-page/demo/14.jpg)
}

.demo-section .demo-effects>div .layout-container.demo15 {
    background-image: url(../images/landing-page/demo/15.jpg)
}

.demo-section .demo-effects>div .layout-container.demo16 {
    background-image: url(../images/landing-page/demo/16.jpg)
}

.demo-section .demo-effects>div .layout-container.demo17 {
    background-image: url(../images/landing-page/demo/17.jpg)
}

.demo-section .demo-effects>div .layout-container.demo18 {
    background-image: url(../images/landing-page/demo/18.jpg)
}

.demo-section .demo-effects>div .layout-container.demo19 {
    background-image: url(../images/landing-page/demo/19.jpg)
}

.demo-section .demo-effects>div .layout-container.demo20 {
    background-image: url(../images/landing-page/demo/20.jpg)
}

.demo-section .demo-effects>div .layout-container.demo21 {
    background-image: url(../images/landing-page/demo/21.jpg)
}

.demo-section .demo-effects>div .layout-container.demo22 {
    background-image: url(../images/landing-page/demo/22.jpg)
}

.demo-section .demo-effects>div .layout-container.demo23 {
    background-image: url(../images/landing-page/demo/23.jpg)
}

.demo-section .demo-effects>div .layout-container.demo24 {
    background-image: url(../images/landing-page/demo/24.jpg)
}

.demo-section .demo-effects>div .layout-container.demo25 {
    background-image: url(../images/landing-page/demo/25.jpg)
}

.demo-section .demo-effects>div .layout-container.demo26 {
    background-image: url(../images/landing-page/demo/26.jpg)
}

.demo-section .demo-effects>div .layout-container.demo27 {
    background-image: url(../images/landing-page/demo/27.jpg)
}

.demo-section .demo-effects>div .layout-container.demo28 {
    background-image: url(../images/landing-page/demo/28.jpg)
}

.demo-section .demo-effects>div .layout-container.demo29 {
    background-image: url(../images/landing-page/demo/29.jpg)
}

.demo-section .demo-effects>div .layout-container.demo30 {
    background-image: url(../images/landing-page/demo/30.jpg)
}

.demo-section .demo-effects>div .layout-container.demo31 {
    background-image: url(../images/landing-page/demo/31.jpg)
}

.demo-section .demo-effects>div .layout-container.demo32 {
    background-image: url(../images/landing-page/demo/32.jpg)
}

.demo-section .demo-effects>div .layout-container.demo33 {
    background-image: url(../images/landing-page/demo/33.jpg)
}

.demo-section .demo-effects>div .layout-container.demo34 {
    background-image: url(../images/landing-page/demo/34.jpg)
}

.demo-section .demo-effects>div .layout-container.demo35 {
    background-image: url(../images/landing-page/demo/35.jpg)
}

.demo-section .demo-effects>div .layout-container.demo36 {
    background-image: url(../images/landing-page/demo/36.jpg)
}

.demo-section .demo-effects>div .layout-container.demo37 {
    background-image: url(../images/landing-page/demo/37.jpg)
}

.demo-section .demo-effects>div .layout-container.demo38 {
    background-image: url(../images/landing-page/demo/38.jpg)
}

.demo-section .demo-effects>div .layout-container.demo39 {
    background-image: url(../images/landing-page/demo/39.jpg)
}

.demo-section .demo-effects>div .layout-container.demo40 {
    background-image: url(../images/landing-page/demo/40.jpg)
}

.demo-section .demo-effects>div .layout-container.demo41 {
    background-image: url(../images/landing-page/demo/41.jpg)
}

.demo-section .demo-effects>div .layout-container.demo42 {
    background-image: url(../images/landing-page/demo/42.jpg)
}

.demo-section .demo-effects>div .layout-container.demo43 {
    background-image: url(../images/landing-page/demo/43.jpg)
}

.demo-section .demo-effects>div .layout-container.demo44 {
    background-image: url(../images/landing-page/demo/44.jpg)
}

.demo-section .demo-effects>div .layout-container.demo45 {
    background-image: url(../images/landing-page/demo/45.jpg)
}

.demo-section .demo-effects>div .layout-container.demo46 {
    background-image: url(../images/landing-page/demo/46.jpg)
}

.demo-section .demo-effects>div .layout-container.demo47 {
    background-image: url(../images/landing-page/demo/47.jpg)
}

.demo-section .demo-effects>div .layout-container.demo48 {
    background-image: url(../images/landing-page/demo/48.jpg)
}

.demo-section .demo-effects>div .layout-container.demo49 {
    background-image: url(../images/landing-page/demo/49.jpg)
}

.demo-section .demo-effects>div .layout-container.demo50 {
    background-image: url(../images/landing-page/demo/50.jpg)
}

.demo-section .demo-effects>div .layout-container.demo51 {
    background-image: url(../images/landing-page/demo/51.jpg)
}

.demo-section .demo-effects>div .layout-container.demo52 {
    background-image: url(../images/landing-page/demo/52.jpg)
}

.demo-section .demo-effects>div .layout-container.demo53 {
    background-image: url(../images/landing-page/demo/53.jpg)
}

.demo-section .demo-effects>div .layout-container.demo54 {
    background-image: url(../images/landing-page/demo/54.jpg)
}

.demo-section .demo-effects>div .layout-container.demo55 {
    background-image: url(../images/landing-page/demo/55.jpg)
}

.demo-section .demo-effects>div .layout-container.demo56 {
    background-image: url(../images/landing-page/demo/56.jpg)
}

.demo-section .demo-effects>div .layout-container.demo57 {
    background-image: url(../images/landing-page/demo/57.jpg)
}

.demo-section .demo-effects>div .layout-container.demo58 {
    background-image: url(../images/landing-page/demo/58.jpg)
}

.demo-section .demo-effects>div .layout-container.demo59 {
    background-image: url(../images/landing-page/demo/59.jpg)
}

.demo-section .demo-effects>div .layout-container.demo60 {
    background-image: url(../images/landing-page/demo/60.jpg)
}

.demo-section .demo-effects>div .layout-container.demo61 {
    background-image: url(../images/landing-page/demo/61.jpg)
}

.demo-section .demo-effects>div .layout-container.demo62 {
    background-image: url(../images/landing-page/demo/62.jpg)
}

.demo-section .demo-effects>div .layout-container.demo63 {
    background-image: url(../images/landing-page/demo/63.jpg)
}

.demo-section .demo-effects>div .layout-container.demo64 {
    background-image: url(../images/landing-page/demo/64.jpg)
}

.demo-section .demo-effects>div .layout-container.demo65 {
    background-image: url(../images/landing-page/demo/65.jpg)
}

.demo-section .demo-effects>div .layout-container.demo66 {
    background-image: url(../images/landing-page/demo/66.jpg)
}

.demo-section .demo-effects>div .layout-container.demo67 {
    background-image: url(../images/landing-page/demo/67.jpg)
}

.demo-section .demo-effects>div .layout-container.demo68 {
    background-image: url(../images/landing-page/demo/68.jpg)
}

.demo-section .demo-effects>div .layout-container.demo69 {
    background-image: url(../images/landing-page/demo/69.jpg)
}

.demo-section .demo-effects>div .layout-container.demo70 {
    background-image: url(../images/landing-page/demo/70.jpg)
}

.demo-section .demo-effects>div .demo-text h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #000
}

.demo-section .demo-effects>div .demo-text h4 span {
    font-weight: 500
}

.demo-section .demo-effects>div .demo-text .demo-btn {
    margin-top: 10px
}

.demo-section .demo-effects>div .demo-text .demo-btn .btn {
    border: 1px solid #ddd;
    background-color: #fff;
    width: 90px;
    color: #000;
    padding: 5px 10px;
    border-radius: 30px
}

.demo-section .demo-effects>div .demo-text .demo-btn .btn:hover {
    background-color: #000;
    color: #fff
}

.demo-section .demo-effects:last-child {
    margin-bottom: 0
}

.demo-section .demo-effects.effect-2 .layout-container {
    background-size: cover;
    background-repeat: no-repeat
}

.demo-section .demo-effects.effect-2:hover .layout-container {
    background-position: top!important
}

.demo-section .demo-effects.effect-3 .layout-container {
    background-size: cover;
    background-repeat: no-repeat
}

.demo-section .demo-effects.effect-3:hover .layout-container {
    background-position: top!important
}

.demo-section .demo-effects:hover .layout-container {
    background-position: center 100%!important
}

@-webkit-keyframes ring-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ring-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.sec-position {
    position: relative;
    top: -80px
}

body.rtl {
    direction: rtl
}

.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6,
.rtl p {
    text-align: right
}

.rtl .slick-slider {
    direction: ltr
}

.rtl .slick-slide {
    float: left
}

.rtl .slick-next {
    left: 30px;
    right: unset
}

.rtl .slick-prev {
    left: 0;
    right: unset
}

.rtl .pl-0 {
    padding-right: 0!important;
    padding-left: 15px!important
}

.rtl .pr-0 {
    padding-right: 15px!important;
    padding-left: 0!important
}

.rtl ul {
    -webkit-padding-start: 0
}

.rtl header .nav-icon ul .onhover-div:after {
    right: unset;
    left: -3px
}

.rtl header .nav-icon ul .onhover-div .show-div {
    left: 0;
    right: unset
}

.rtl header .nav-icon ul .cart-icon {
    padding-left: 64px;
    padding-right: 15px
}

.rtl header .nav-icon ul .cart-icon .cart {
    left: 0;
    right: unset
}

.rtl header .search-bar .search-icon {
    left: 20px;
    right: unset
}

.rtl header .header-content .nav-right {
    float: left
}

.rtl header .sidenav {
    left: unset;
    right: -300px
}

.rtl header .sidenav.open-side {
    right: 0
}

.rtl header .sidenav .pixelstrap li a {
    text-align: right
}

.rtl header .sidenav .pixelstrap li a,
.rtl header .sidenav .pixelstrap li a:active,
.rtl header .sidenav .pixelstrap li a:focus,
.rtl header .sidenav .pixelstrap li a:hover {
    padding: 10px 25px
}

.rtl header .sidenav .pixelstrap li ul li a {
    padding: 5px 18px
}

.rtl header .sidenav .pixelstrap li ul li a.highlighted,
.rtl header .sidenav .pixelstrap li ul li a:active,
.rtl header .sidenav .pixelstrap li ul li a:focus,
.rtl header .sidenav .pixelstrap li ul li a:hover {
    padding: 5px 18px
}

.rtl header.header-2 .header-top .brand-logo {
    padding-left: 50px;
    padding-right: 0
}

.rtl header.header-2 .pixelstrap.sm-horizontal>li>a,
.rtl header.header-2 .pixelstrap.sm-horizontal>li>a:active,
.rtl header.header-2 .pixelstrap.sm-horizontal>li>a:focus,
.rtl header.header-2 .pixelstrap.sm-horizontal>li>a:hover {
    padding: 33px 0 33px 20px
}

.rtl header.header-2 .pixelstrap.sm-horizontal .icon-cls a,
.rtl header.header-2 .pixelstrap.sm-horizontal .icon-cls a:active,
.rtl header.header-2 .pixelstrap.sm-horizontal .icon-cls a:focus,
.rtl header.header-2 .pixelstrap.sm-horizontal .icon-cls a:hover {
    padding-right: 20px
}

.rtl header.header-3 .brand-logo {
    padding: 15px 0 15px 28px;
    border-right: none;
    border-left: 1px solid #eee
}

.rtl header.header-3 .search-bar .search-icon {
    left: 22px;
    right: unset
}

.rtl header.header-3 .nav-icon ul .cart-icon {
    padding-left: 88px;
    padding-right: 15px
}

.rtl header.header-3 .nav-icon ul .cart-icon:after {
    right: -3px;
    left: unset
}

.rtl header.header-3 .nav-icon ul .cart-icon .cart {
    left: 18px;
    right: unset
}

.rtl header.header-3 .nav-icon ul .cart-icon .cart-count {
    left: unset;
    right: 16px
}

.rtl header.header-3 .nav-icon ul .setting-icon {
    padding-left: 0;
    padding-right: 15px
}

.rtl header.header-3 .nav-icon ul .onhover-div.user-icon {
    padding-left: 0;
    padding-right: 15px!important
}

.rtl header.header-4 .left-part {
    float: right
}

.rtl .pixelstrap a {
    padding-right: 0;
    padding-left: 30px
}

.rtl .pixelstrap a:active,
.rtl .pixelstrap a:focus,
.rtl .pixelstrap a:hover {
    padding-right: 0;
    padding-left: 30px
}

.rtl .pixelstrap a.sm-horizontal .mega-box .link-section .demo ul li a {
    text-align: right
}

.rtl .pixelstrap ul a {
    padding: 5px 20px
}

.rtl .pixelstrap ul a,
.rtl .pixelstrap ul a.highlighted,
.rtl .pixelstrap ul a:active,
.rtl .pixelstrap ul a:focus,
.rtl .pixelstrap ul a:hover {
    padding: 5px 20px
}

.rtl .pixelstrap.sm-horizontal .feature-menu.full-mega-menu a {
    text-align: right
}

.rtl .pixelstrap.sm-horizontal .feature-menu a.highlighted,
.rtl .pixelstrap.sm-horizontal .feature-menu a:active,
.rtl .pixelstrap.sm-horizontal .feature-menu a:focus,
.rtl .pixelstrap.sm-horizontal .feature-menu a:hover {
    padding: 0
}

.rtl .setting-box {
    direction: ltr
}

.rtl .setting-box h1,
.rtl .setting-box h2,
.rtl .setting-box h3,
.rtl .setting-box h4,
.rtl .setting-box h5,
.rtl .setting-box h6,
.rtl .setting-box p {
    text-align: left
}

.rtl .brand-logo img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.rtl [dir=rtl] .slick-slide {
    float: left
}

.rtl .effect-cls:after,
.rtl .effect-cls:before {
    right: 0
}

.rtl .breadcrumb-section .breadcrumb {
    padding-left: 0
}

.rtl .order-history h4 {
    text-align: center
}

.rtl .cart-section .wishlist-buttons,
.rtl .wishlist-section .wishlist-buttons {
    text-align: left
}

.rtl .category-block .category-details h6 {
    text-align: center
}

.rtl .category .category-wrap h5,
.rtl .category .category-wrap h6 {
    text-align: center
}

.rtl .blog-section .review-box .review-content h5,
.rtl .blog-section .review-box .review-content h6,
.rtl .blog-section .review-box .review-content p {
    text-align: center
}

.rtl .offer-slider .slick-slide>div {
    direction: rtl
}

.rtl .tab-layout1 .theme-tab .border-row1 .product-box {
    border-left: 1px solid #eee;
    border-right: none
}

.rtl .tab-layout1 .theme-tab .border-row1>div:first-child .product-box {
    border-right: 1px solid #eee
}

.rtl .tab-layout1 .theme-tab .border-row1>div:nth-last-child(6) .product-box {
    border-right: 1px solid #eee
}

.rtl .vertical-tab .tab-inner .theme-tab .tabs {
    border-left: none;
    border-right: 1px solid #eee
}

.rtl .vertical-tab .tab-inner .theme-tab .tabs li {
    padding: 20px 30px 20px 0
}

.rtl .vertical-tab .tab-inner .theme-tab .tabs .current:after {
    right: unset;
    left: 0;
    border-right: none;
    border-left: 10px solid #eee
}

.rtl .vertical-tab .slick-slide {
    direction: rtl
}

.rtl .vertical-tab .slick-next {
    left: 60px
}

.rtl .vertical-tab .slick-prev {
    left: 30px
}

.rtl .vertical-tab .padding-class.pr-0 {
    padding-left: 0;
    padding-right: 15px!important
}

.rtl .vertical-tab .side-banner.pl-0 {
    padding-left: 15px!important;
    padding-right: 0
}

.rtl .vertical-tab.vertical-tab2 .pr-0 {
    padding-left: 0;
    padding-right: 15px!important
}

.rtl .tab-layout3 .row-border>div:nth-child(2),
.rtl .tab-layout3 .row-border>div:nth-child(4) {
    border-left: none;
    border-right: 1px solid #eee
}

.rtl .tab-layout4 .row-border1 .product-box {
    border-right: 1px solid #eee;
    border-left: none
}

.rtl .tab-layout4 .row-border2 .product-box {
    border-right: none;
    border-left: 1px solid #eee
}

.rtl .single-section .blog-box .blog-white .product h5,
.rtl .single-section .blog-box .blog-white .product p {
    text-align: center
}

.rtl .single-section .blog-box .blog-white .product .timer {
    padding-right: 0
}

.rtl .banner-bg .banner-content.app-content {
    padding: 0 0 0 70px
}

.rtl .logo.no-border h2 {
    text-align: right
}

.rtl .app-section .app-content {
    margin-left: 0;
    margin-right: 40px
}

.rtl .app-section .app-content h5 {
    text-align: center
}

.rtl .blog-section .review-box .title {
    text-align: center
}

.rtl .product-layout .center-product .title {
    text-align: center
}

.rtl .product-layout .center-product .product-details h5,
.rtl .product-layout .center-product .product-details p {
    text-align: center
}

.rtl .media-product-section .media .cart-info,
.rtl .media-product-section .product-box .cart-info {
    text-align: right
}

.rtl .media-product-section .media .cart-info button i,
.rtl .media-product-section .product-box .cart-info button i {
    padding-left: 8px;
    padding-right: 0
}

.rtl .collection-about .title,
.rtl .collection-about p {
    text-align: center
}

.rtl .collection-section .collection_detail h5,
.rtl .collection-section .collection_detail h6 {
    text-align: center
}

.rtl .lookbook-section .lookbook-right .hover-detail ul {
    text-align: right
}

.rtl .lookbook-section .lookbook-right .hover-detail li .number-cls {
    margin-right: 0;
    margin-left: 10px
}

.rtl .instashop-section .title {
    text-align: center
}

.rtl .service-banner .service-box p {
    text-align: center
}

.rtl .title-basic .timer-flash {
    right: 10px;
    left: unset
}

.rtl .notification-bar .marquee {
    text-align: center
}

.rtl .typo-content.typo-buttons {
    text-align: right
}

.rtl .typography_section .typography-box .headings {
    text-align: right
}

.rtl .typography_section .typography-box dl,
.rtl .typography_section .typography-box ol,
.rtl .typography_section .typography-box ul {
    text-align: right
}

.rtl .typography_section .typography-box ol {
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.rtl .typography_section .typography-box .typo-content.input_button {
    text-align: right
}

.rtl .absolute-product .product-box .product-detail .color-variant,
.rtl .absolute-product .product-box .product-detail .rating,
.rtl .absolute-product .product-box .product-detail h4,
.rtl .absolute-product .product-box .product-detail h6 {
    text-align: center
}

.rtl .box-product .full-box .theme-card .offer-slider .product-box2 .media {
    padding-right: 0;
    padding-left: 15px
}

.rtl .box-product .full-box .theme-card .offer-slider .product-box2 .media img {
    padding: 0 0 0 15px
}

.rtl .box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom {
    text-align: right
}

.rtl .banner .banner-content h2,
.rtl .banner .banner-content h4,
.rtl .banner .banner-content h6 {
    text-align: center
}

.rtl .product-box.product-select-box .select-dropdown:after {
    left: 8px;
    right: unset
}

.rtl .product-box.product-select-box .qty-add-box .qty-box .input-group .form-control {
    margin-left: 10px;
    margin-right: 0
}

.rtl .product-box.product-select-box .qty-add-box .qty-box label {
    margin-right: 0;
    margin-left: 8px
}

.rtl .product-box .img-block .cart-details {
    left: 10px;
    right: unset
}

.rtl .product-box .img-block .lable-wrapper .lable1 {
    right: 15px;
    left: unset
}

.rtl .product-box .img-block .lable-wrapper .lable1:before {
    border-left: none;
    border-right: 14px solid #eec8c1;
    left: unset;
    right: 39px
}

.rtl .product-box .img-block .lable-wrapper .lable2 {
    left: unset;
    right: 15px
}

.rtl .product-box .img-block .lable-wrapper .lable3 {
    right: -32px;
    left: unset;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rtl .product-box .img-block .lable-wrapper .lable4 {
    right: 25px;
    left: unset
}

.rtl .product-box .img-block .lable-wrapper .lable5 {
    right: 18px;
    left: unset
}

.rtl .product-box .img-block .cart-right {
    left: 7px;
    right: unset
}

.rtl .product-box:hover .cart-details button {
    -webkit-animation: fadeInLeft .3s ease-in-out;
    animation: fadeInLeft .3s ease-in-out
}

.rtl .product-box:hover .cart-details a:nth-child(2) i {
    -webkit-animation: fadeInLeft .5s ease-in-out;
    animation: fadeInLeft .5s ease-in-out
}

.rtl .product-box:hover .cart-details a:nth-child(3) i {
    -webkit-animation: fadeInLeft .7s ease-in-out;
    animation: fadeInLeft .7s ease-in-out
}

.rtl .product-box:hover .cart-details a:nth-child(4) i {
    -webkit-animation: fadeInLeft 1s ease-in-out;
    animation: fadeInLeft 1s ease-in-out
}

.rtl .category .category-block {
    direction: rtl;
    padding: 25px 30px 25px 0
}

.rtl .category .category-block .category-content {
    padding: 10px 20px 10px 0;
    margin-left: 0;
    margin-right: 30px;
    border-left: none;
    border-right: 1px solid #eee
}

.rtl .category .category-block .category-content .btn-solid {
    left: 20px;
    right: unset
}

.rtl .category .category-block:hover .category-content {
    border-right: none
}

.rtl .category .category-block:hover .category-content .btn-solid {
    -webkit-animation: fadeInLeft .5s ease;
    animation: fadeInLeft .5s ease
}

.rtl .slider-section .padding-cls {
    padding-left: 15px!important;
    padding-right: 0
}

.rtl .slider-section .side-banner {
    padding-right: 15px!important;
    padding-left: 0
}

.rtl .slider-section .deal-box {
    text-align: right
}

.rtl .slider-section .deal-box .slick-slider .slick-prev {
    right: unset;
    left: -6px
}

.rtl .slider-section .deal-box .slick-slider .slick-next {
    right: unset;
    left: 24px
}

.rtl .slider-section .deal-box .product h5,
.rtl .slider-section .deal-box .product p {
    text-align: center
}

.rtl .slider-section .deal-box .product .timer {
    padding-right: 0
}

.rtl .slider-section .tab-head {
    text-align: right
}

.rtl .slider-section .slick-slider .slick-prev {
    left: 30px;
    right: unset
}

.rtl .slider-section .slick-slider .slick-next {
    left: 60px;
    right: unset
}

.rtl .slider-section .slick-slider .slick-slide {
    direction: rtl
}

.rtl .banner-sec.landscape-layout .left-banner h2 {
    text-align: center
}

.rtl .cart-info a [class*=" ti-"],
.rtl .cart-info a [class^=ti-] {
    border-left: none;
    border-right: 1px solid #eee
}

.rtl .form_search button {
    left: 5px;
    right: unset
}

.rtl .search-overlay>div .closebtn {
    right: unset;
    left: 25px
}

.rtl .center-slider .text-center h1,
.rtl .center-slider .text-center h2,
.rtl .center-slider .text-center h3,
.rtl .center-slider .text-center h4,
.rtl .center-slider .text-center h5,
.rtl .center-slider .text-center h6,
.rtl .center-slider .text-center p,
.rtl .home-slider .text-center h1,
.rtl .home-slider .text-center h2,
.rtl .home-slider .text-center h3,
.rtl .home-slider .text-center h4,
.rtl .home-slider .text-center h5,
.rtl .home-slider .text-center h6,
.rtl .home-slider .text-center p {
    text-align: center!important
}

.rtl .center-slider .text-left h1,
.rtl .center-slider .text-left h2,
.rtl .center-slider .text-left h3,
.rtl .center-slider .text-left h4,
.rtl .center-slider .text-left h5,
.rtl .center-slider .text-left h6,
.rtl .center-slider .text-left p,
.rtl .home-slider .text-left h1,
.rtl .home-slider .text-left h2,
.rtl .home-slider .text-left h3,
.rtl .home-slider .text-left h4,
.rtl .home-slider .text-left h5,
.rtl .home-slider .text-left h6,
.rtl .home-slider .text-left p {
    text-align: left
}

.rtl .center-slider .text-right h1,
.rtl .center-slider .text-right h2,
.rtl .center-slider .text-right h3,
.rtl .center-slider .text-right h4,
.rtl .center-slider .text-right h5,
.rtl .center-slider .text-right h6,
.rtl .center-slider .text-right p,
.rtl .home-slider .text-right h1,
.rtl .home-slider .text-right h2,
.rtl .home-slider .text-right h3,
.rtl .home-slider .text-right h4,
.rtl .home-slider .text-right h5,
.rtl .home-slider .text-right h6,
.rtl .home-slider .text-right p {
    text-align: right
}

.rtl .center-slider .p-left .slider-contain,
.rtl .home-slider .p-left .slider-contain {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.rtl .center-slider .p-right .slider-contain,
.rtl .home-slider .p-right .slider-contain {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.rtl .center-slider .slider-contain h1,
.rtl .center-slider .slider-contain h2,
.rtl .center-slider .slider-contain h3,
.rtl .center-slider .slider-contain h4,
.rtl .center-slider .slider-contain h5,
.rtl .center-slider .slider-contain h6,
.rtl .home-slider .slider-contain h1,
.rtl .home-slider .slider-contain h2,
.rtl .home-slider .slider-contain h3,
.rtl .home-slider .slider-contain h4,
.rtl .home-slider .slider-contain h5,
.rtl .home-slider .slider-contain h6 {
    text-align: left
}

.rtl .center-slider .slider-contain .btn-outline,
.rtl .center-slider .slider-contain .btn-solid,
.rtl .home-slider .slider-contain .btn-outline,
.rtl .home-slider .slider-contain .btn-solid {
    float: inherit
}

.rtl .center-slider .slick-next,
.rtl .home-slider .slick-next {
    right: unset;
    left: 1px
}

.rtl .center-slider .slick-next:before,
.rtl .home-slider .slick-next:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rtl .center-slider .slick-prev,
.rtl .home-slider .slick-prev {
    left: unset;
    right: 1px
}

.rtl .center-slider .slick-prev:before,
.rtl .home-slider .slick-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rtl .center-slider:hover .slick-next,
.rtl .home-slider:hover .slick-next {
    right: unset;
    left: 100px
}

.rtl .center-slider:hover .slick-prev,
.rtl .home-slider:hover .slick-prev {
    left: unset;
    right: 100px
}

.rtl .pwd-page h2 {
    text-align: center
}

.rtl .footer-light .subscribe {
    border-right: none;
    border-left: 1px solid #ddd
}

.rtl .footer-light .subscribe h4 {
    text-align: right
}

.rtl .subscribe h4 {
    text-align: center
}

.rtl .subscribe h4 i {
    padding-left: 5px;
    padding-right: 0
}

.rtl .service-block svg {
    margin-left: 12px;
    margin-right: 0
}

.rtl .service-block+.service-block {
    border-right: 1px solid #ddd;
    border-left: none
}

.rtl .service-block1 h4,
.rtl .service-block1 h5,
.rtl .service-block1 p {
    text-align: center
}

.rtl .service-block1+.service-block1 {
    border-left: none;
    border-right: 1px solid #eee
}

.rtl .blog-details h4,
.rtl .blog-details h6 {
    text-align: center
}

.rtl .blog-details a p {
    text-align: center
}

.rtl .instagram h2 {
    text-align: center
}

.rtl .category-block .category-details h5 {
    text-align: center
}

.rtl .about-text p {
    text-align: center
}

.rtl .collection-banner.p-left .contain-banner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.rtl .collection-banner.p-right .contain-banner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.rtl .collection-banner.p-center .contain-banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rtl .collection-banner.text-center .contain-banner h1,
.rtl .collection-banner.text-center .contain-banner h2,
.rtl .collection-banner.text-center .contain-banner h3,
.rtl .collection-banner.text-center .contain-banner h4,
.rtl .collection-banner.text-center .contain-banner h5,
.rtl .collection-banner.text-center .contain-banner h6 {
    text-align: center
}

.rtl .collection-banner.text-left .contain-banner h1,
.rtl .collection-banner.text-left .contain-banner h2,
.rtl .collection-banner.text-left .contain-banner h3,
.rtl .collection-banner.text-left .contain-banner h4,
.rtl .collection-banner.text-left .contain-banner h5,
.rtl .collection-banner.text-left .contain-banner h6 {
    text-align: left
}

.rtl .collection-banner.text-right .contain-banner h1,
.rtl .collection-banner.text-right .contain-banner h2,
.rtl .collection-banner.text-right .contain-banner h3,
.rtl .collection-banner.text-right .contain-banner h4,
.rtl .collection-banner.text-right .contain-banner h5,
.rtl .collection-banner.text-right .contain-banner h6 {
    text-align: right
}

.rtl .collection-banner .contain-banner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.rtl .collection-banner .contain-banner h1,
.rtl .collection-banner .contain-banner h2,
.rtl .collection-banner .contain-banner h3,
.rtl .collection-banner .contain-banner h4,
.rtl .collection-banner .contain-banner h5,
.rtl .collection-banner .contain-banner h6 {
    text-align: left
}

.rtl .full-banner.p-left .banner-contain {
    float: left
}

.rtl .full-banner.p-right .banner-contain {
    float: right
}

.rtl .full-banner.p-center .banner-contain {
    left: 0;
    right: 0;
    margin: 0 auto
}

.rtl .full-banner.p-center .banner-contain h3,
.rtl .full-banner.p-center .banner-contain h4 {
    text-align: center
}

.rtl .full-banner.p-center .banner-contain .btn-outline,
.rtl .full-banner.p-center .banner-contain .btn-solid {
    float: unset
}

.rtl .full-banner.text-center .banner-contain h2,
.rtl .full-banner.text-center .banner-contain h3,
.rtl .full-banner.text-center .banner-contain h4 {
    text-align: center
}

.rtl .full-banner.text-left .banner-contain h2,
.rtl .full-banner.text-left .banner-contain h3,
.rtl .full-banner.text-left .banner-contain h4 {
    text-align: left
}

.rtl .full-banner.text-right .banner-contain h2,
.rtl .full-banner.text-right .banner-contain h3,
.rtl .full-banner.text-right .banner-contain h4 {
    text-align: right
}

.rtl .theme-card .slick-prev {
    left: 0;
    right: unset
}

.rtl .theme-card .slick-next {
    right: unset;
    left: 28px
}

.rtl .theme-card .offer-slider img {
    padding: 15px 0 15px 15px
}

.rtl .theme-card .offer-slider .media .media-body a h6 {
    margin-left: 61px;
    margin-right: 0
}

.rtl .theme-card .offer-slider .media .media-body .rating {
    text-align: right
}

.rtl .theme-card .offer-slider .media .media-body .rating i {
    padding-left: 5px
}

.rtl .theme-card.card-border h5 {
    padding-left: 0;
    padding-right: 50px
}

.rtl .theme-card.card-border .slick-prev {
    left: 30px
}

.rtl .theme-card.card-border .slick-next {
    left: 50px
}

.rtl .theme-card.card-border .offer-slider img {
    padding: 15px 30px 15px 15px
}

.rtl .theme-card.card-border .offer-slider .slick-slide>div {
    direction: rtl
}

.rtl .background .contain-bg h4 {
    text-align: center
}

.rtl .center-slider:hover .slick-next {
    left: 20px;
    right: unset
}

.rtl .center-slider:hover .slick-prev {
    left: unset;
    right: 20px
}

.rtl .blog-box.blog-pattern .blog-white {
    text-align: right
}

.rtl .blog-box.blog-pattern .blog-white.product-sec .product-block {
    direction: rtl
}

.rtl .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body a {
    right: unset;
    left: 0
}

.rtl .blog-box.blog-pattern .blog-white.product-sec .product-block .media img {
    margin-right: 0!important;
    margin-left: 10px
}

.rtl .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media:last-child {
    border-left: none;
    border-right: 1px solid #eee
}

.rtl .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media img {
    margin-right: 0!important;
    margin-left: 1rem
}

.rtl .blog-box.blog-pattern .blog-white.app-white {
    text-align: center
}

.rtl .blog-box.blog-pattern .blog-white.app-white h5 {
    text-align: center
}

.rtl .add_to_cart.right {
    left: -300px;
    right: unset
}

.rtl .add_to_cart.right.open-side {
    left: 0;
    right: unset
}

.rtl .add_to_cart .cart-inner .cart_media li .media img {
    margin-right: 0!important;
    margin-left: 1rem
}

.rtl .theme-tab .tab-title {
    -webkit-padding-start: 0
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    padding: 15px
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
    text-align: right
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
    margin-left: 35px;
    margin-right: 0
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant {
    text-align: right;
    -webkit-padding-start: 0
}

.rtl .timer {
    padding-left: 0;
    padding-right: 40px
}

.rtl .timer span .padding-l {
    padding-left: 0;
    padding-right: 22px
}

.rtl .category-m .category-wrapper h4 {
    text-align: center
}

.rtl .category-m .category-wrapper .category-link {
    -webkit-padding-start: 0
}

.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body a h6 {
    margin-right: 0;
    margin-left: 20px
}

.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant {
    text-align: right;
    -webkit-padding-start: 0
}

.rtl .compare-page .table-wrapper .table tbody tr td,
.rtl .compare-page .table-wrapper .table tbody tr th {
    text-align: right
}

.rtl .compare-page .table-wrapper .table thead .th-compare td {
    text-align: right
}

.rtl .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
    float: right
}

.rtl .product-wrap .product-detail .color-variant,
.rtl .product-wrap .product-detail .rating,
.rtl .product-wrap .product-detail h4,
.rtl .product-wrap .product-detail h6,
.rtl .product-wrap .product-info .color-variant,
.rtl .product-wrap .product-info .rating,
.rtl .product-wrap .product-info h4,
.rtl .product-wrap .product-info h6 {
    text-align: center
}

.rtl .product-wrap .product-detail .color-variant li,
.rtl .product-wrap .product-info .color-variant li {
    margin: 0 2px
}

.rtl .breadcrumb-item+.breadcrumb-item {
    padding-right: .5rem;
    padding-left: 0
}

.rtl .breadcrumb-item+.breadcrumb-item:before {
    padding-right: 0;
    padding-left: .5rem
}

.rtl .main-nav-center .toggle-nav {
    left: 175px;
    right: 0
}

.rtl .testimonial .testimonial-slider .slick-track .slick-slide .media h5,
.rtl .testimonial .testimonial-slider .slick-track .slick-slide .media h6 {
    text-align: center
}

.rtl .sitemap_page ul {
    text-align: right
}

.rtl .team .slick-next {
    right: unset;
    left: 20px
}

.rtl .team .slick-prev {
    right: unset;
    left: 0
}

.rtl .team h4,
.rtl .team h6 {
    text-align: center
}

.rtl .blog-page .blog-sidebar .theme-card .recent-blog {
    text-align: right
}

.rtl .blog-page .blog-sidebar .theme-card .recent-blog li .media img {
    margin-right: 0;
    margin-left: 10px
}

.rtl .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
    margin: 0 0 0 15px
}

.rtl .blog-page .blog-media .blog-right ul {
    text-align: right
}

.rtl .blog-page .blog-media .blog-right ul li+li {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ddd;
    padding-left: 0;
    margin-left: 0;
    border-left: none
}

.rtl .blog-detail-page .blog-detail .post-social {
    text-align: right
}

.rtl .blog-detail-page .blog-detail .post-social li+li {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ddd;
    padding-left: 0;
    margin-left: 0;
    border-left: none
}

.rtl .blog-detail-page .blog-advance ul {
    text-align: right
}

.rtl .blog-detail-page .comment-section li img {
    margin-right: 0;
    margin-left: 20px
}

.rtl .blog-detail-page .blog-contact .theme-form .btn-outline,
.rtl .blog-detail-page .blog-contact .theme-form .btn-solid,
.rtl .blog-detail-page .blog-contact .theme-form label {
    float: right
}

.rtl .cart-section tbody tr td h2,
.rtl .cart-section tbody tr td p,
.rtl .wishlist-section tbody tr td h2,
.rtl .wishlist-section tbody tr td p {
    text-align: center
}

.rtl .cart-section tfoot tr td:first-child,
.rtl .wishlist-section tfoot tr td:first-child {
    padding-right: 0;
    padding-left: 10px;
    text-align: left
}

.rtl .cart-section .cart-buttons>div:last-child,
.rtl .wishlist-section .cart-buttons>div:last-child {
    text-align: left;
    padding-left: 59px;
    padding-right: 0
}

.rtl .cart-section .cart-buttons>div:first-child .btn-outline,
.rtl .cart-section .cart-buttons>div:first-child .btn-solid,
.rtl .wishlist-section .cart-buttons>div:first-child .btn-outline,
.rtl .wishlist-section .cart-buttons>div:first-child .btn-solid {
    float: right
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child {
    margin-right: 0;
    margin-left: 14px
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    border-right: none;
    border-left: 1px solid #ddd;
    padding-right: 0;
    padding-left: 20px
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border-right: none;
    border-left: 1px solid #ddd;
    padding: 20px;
    background: url(../images/dropdown.png) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    border-right: none;
    border-left: 1px solid #ddd
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    padding: 20px;
    background: url(../images/dropdown.png) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
    left: unset;
    right: 0
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    border-right: none;
    border-left: 1px solid #ddd
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup select {
    border-right: none
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul {
    float: right
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
    margin-right: 0;
    margin-left: 14px
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    background: url(../images/dropdown.png) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    background: url(../images/dropdown.png) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    text-align: right;
    background: url(../images/dropdown.png) no-repeat 5%
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    padding-right: 20px;
    padding-left: 45px
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view,
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    text-align: right
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li,
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li {
    margin-right: 10px;
    margin-left: 0
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view .filter-select li,
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view .filter-select li {
    margin-right: 4px;
    margin-left: 0
}

.rtl .qty-box .input-group span button {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rtl .product-pagination .product-search-count-bottom {
    padding-right: 0;
    padding-left: 15px
}

.rtl .product-pagination .pagination .page-item a i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rtl .custom-control-label:after {
    right: -1.5rem;
    left: unset
}

.rtl .contact-page .theme-form label {
    float: right
}

.rtl .contact-page .theme-form .btn-outline,
.rtl .contact-page .theme-form .btn-solid {
    float: right
}

.rtl .contact-page .contact-right ul li {
    padding-right: 150px;
    padding-left: 0
}

.rtl .contact-page .contact-right ul li .contact-icon {
    left: unset;
    border-left: 1px solid #ddd;
    border-right: 0;
    right: 0
}

.rtl .contact-page .contact-right ul li .contact-icon h6 {
    text-align: center
}

.rtl .faq-section .accordion.theme-accordion .card .card-header button {
    float: right;
    text-align: right
}

.rtl .faq-section .accordion.theme-accordion .card .card-header button:before {
    right: unset;
    left: 20px
}

.rtl .login-page .theme-card {
    text-align: right
}

.rtl .login-page .theme-card .theme-form label {
    float: right
}

.rtl .register-page {
    text-align: right
}

.rtl .register-page .theme-card .theme-form label {
    float: right
}

.rtl .image-swatch {
    text-align: right
}

.rtl .product-right .color-variant {
    text-align: center
}

.rtl .product-right .rating {
    text-align: right
}

.rtl .product-right.product-form-box h3,
.rtl .product-right.product-form-box h4,
.rtl .product-right.product-form-box h6 {
    text-align: center
}

.rtl .product-right .product-icon .product-social li {
    padding-right: 0;
    padding-left: 30px
}

.rtl .product-right .product-icon .wishlist-btn i {
    border-left: none;
    border-right: 1px solid #ddd;
    padding-left: 0;
    margin-left: 0;
    padding-right: 10px;
    margin-right: 5px
}

.rtl .product-right .product-icon .wishlist-btn span {
    padding-left: 0;
    padding-right: 10px
}

.rtl .product-right .payment-card-bottom {
    text-align: right
}

.rtl .product-right .payment-card-bottom ul li {
    padding-right: 0;
    padding-left: 10px
}

.rtl .product-right .timer p {
    text-align: right
}

.rtl .single-product-tables {
    text-align: right
}

.rtl .single-product-tables.detail-section {
    text-align: right
}

.rtl .product-full-tab .theme-form input,
.rtl .tab-product .theme-form input {
    text-align: right
}

.rtl .product-full-tab .tab-content .theme-form .media .ml-3,
.rtl .tab-product .tab-content .theme-form .media .ml-3 {
    margin-left: 0!important;
    margin-right: 1rem!important
}

.rtl .theme-form {
    text-align: right
}

.rtl .collection .collection-block .collection-content h3,
.rtl .collection .collection-block .collection-content h4,
.rtl .collection .collection-block .collection-content p {
    text-align: center
}

.rtl .product-right-slick .slick-next,
.rtl .product-slick .slick-next {
    top: 50%;
    right: unset;
    left: 1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rtl .product-right-slick .slick-prev,
.rtl .product-slick .slick-prev {
    top: 50%;
    left: unset;
    right: 1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rtl .product-right-slick:hover .slick-next,
.rtl .product-slick:hover .slick-next {
    right: unset;
    left: 20px
}

.rtl .product-right-slick:hover .slick-prev,
.rtl .product-slick:hover .slick-prev {
    left: unset;
    right: 20px
}

.rtl .product-right-slick:hover .slick-prev:after,
.rtl .product-slick:hover .slick-prev:after {
    opacity: 0
}

.rtl .collection-wrapper .product-right .product-buttons {
    text-align: center
}

.rtl .collection-wrapper .product-right .size-box {
    text-align: center
}

.rtl .collection-wrapper .product-right .size-box ul li {
    margin-right: 0;
    margin-left: 10px
}

.rtl .collection-wrapper .product-right .product-description h6 span {
    float: left
}

.rtl .collection-mobile-back span i {
    float: left
}

.rtl .modal-header .close {
    padding: unset;
    margin: unset
}

.rtl .collection-collapse-block .collapse-block-title:after {
    left: -3px;
    right: unset
}

.rtl .collection-filter-block .product-service .media .media-body {
    padding-right: 10px;
    padding-left: 0
}

.rtl .collection-sidebar-banner {
    text-align: right
}

.rtl .tab-border .nav-border {
    border-right: 0;
    border-left: 1px solid #ddd
}

.rtl .product-pagination .pagination .page-item.active a {
    border-right: none
}

.rtl .custom-control {
    padding-left: 0;
    padding-right: 1.5rem
}

.rtl .collection-collapse-block .collection-collapse-block-content .color-selector ul {
    text-align: right
}

.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
    text-align: right
}

.rtl .theme-modal .modal-dialog .quick-view-modal button.close {
    left: 10px;
    right: 0
}

.rtl .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
    left: 17px;
    right: unset
}

.rtl .custom-control-label:before {
    right: -1.5rem;
    left: 0
}

.rtl .product-wrapper-grid.list-view .product-box .product-detail {
    padding-right: 15px;
    padding-left: 0
}

.rtl .search-overlay>div .overlay-content button {
    right: unset;
    left: 10px
}

.rtl .dark-layout h2 {
    text-align: center
}

.rtl .dark-layout .footer-contant p {
    text-align: center
}

.rtl .subscribe-form.classic-form .form-control {
    margin-left: 0;
    margin-right: 15px
}

.rtl .rtl-text .product-right .border-product,
.rtl .rtl-text .product-right .color-variant,
.rtl .rtl-text .product-right .product-buttons,
.rtl .rtl-text .product-right .size-box {
    text-align: right
}

.rtl .search-block .form-header .input-group i {
    padding-right: 0;
    padding-left: 10px
}

.rtl .payment-box .payment-options li .radio-option {
    text-align: right
}

.rtl .payment-box .payment-options li .radio-option label {
    padding-right: 30px;
    padding-left: 0
}

.rtl .payment-box .payment-options li .radio-option input[type=radio] {
    right: 0;
    left: unset
}

.rtl .contact-page.register-page {
    text-align: right
}

.rtl .order-box .total li .count {
    text-align: right
}

.rtl .order-box .sub-total .shipping {
    text-align: right
}

.rtl .order-box .sub-total .shopping-option label {
    padding-left: 0;
    padding-right: 10px
}

.rtl .order-box .sub-total li .count {
    text-align: right
}

.rtl .order-box .qty li span {
    text-align: right
}

.rtl .order-box .title-box span {
    text-align: right
}

.rtl .error-section h1,
.rtl .error-section h2 {
    text-align: center
}

.rtl .dashboard .box .box-title>a {
    right: unset;
    left: 0
}

.rtl .dashboard .box address {
    text-align: right
}

.rtl .success-text h2,
.rtl .success-text p {
    text-align: center
}

.rtl .product-order .product-order-detail {
    text-align: right
}

.rtl .product-order .final-total h3 span {
    float: left
}

.rtl .delivery-sec h2,
.rtl .delivery-sec h3 {
    text-align: center
}

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 {
    text-align: center
}

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h4,
.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 {
    text-align: center
}

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell h4 {
    text-align: center
}

.rtl .add_to_cart .cart-inner .cart_top .close-cart {
    margin-right: auto;
    margin-left: unset
}

.rtl .add_to_cart .cart-inner .cart_media .close-circle {
    left: 0;
    right: unset
}

.rtl .payment-box .payment-options li .radio-option label img {
    margin-right: -30px;
    margin-left: 0
}

.rtl .checkout-page .checkout-form select {
    background: url(../images/dropdown.png) no-repeat 3%
}

.rtl .compare-section .compare-part .detail-part .title-detail h5 {
    text-align: center
}

.rtl .dashboard-left .block-content ul li:hover {
    padding-right: 10px;
    padding-left: 0
}

.rtl .tab-left .theme-tab .left-side .tab-title {
    margin-left: 100px;
    text-align: right;
    margin-right: 0
}

.rtl .review-page .comnt-sec {
    text-align: right
}

.rtl .review-page .comnt-sec li {
    margin-right: 0;
    margin-left: 15px
}

.rtl .review-page .comnt-sec li a i {
    margin-right: 0;
    margin-left: 5px
}

.rtl .template-password #container #login h2 {
    text-align: center
}

.rtl .template-password #container #login .theme-form {
    text-align: center
}

.rtl .template-password #container #login .theme-form h3 {
    text-align: center
}

.rtl .template-password #container #powered p {
    text-align: center
}

.rtl .ribbon-1 {
    right: 14px;
    left: unset
}

.rtl .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .demo-text h4 {
    text-align: center
}

.rtl header.header-1 .right-part {
    text-align: left
}

.rtl header.header-1 .right-part ul li {
    border-left: 1px solid #eee;
    border-right: none
}

.rtl header.header-1 .right-part ul li .select-option:after {
    left: 0;
    right: unset
}

.rtl header.header-1 .right-part ul li:first-child a {
    padding-left: 12px;
    padding-right: 0
}

.rtl header.header-1 .right-part ul li:nth-last-child(-n+2) {
    padding-right: unset;
    padding-left: 24px
}

.rtl header.header-1 .right-part ul li:last-child {
    border-left: none
}

.rtl header.header-1 .nav-icon ul .onhover-div {
    padding: 0 0 0 130px
}

.rtl header.header-1 .nav-icon ul .onhover-div .icon-detail {
    left: unset;
    right: 40px
}

.rtl header.header-1 .nav-icon ul .cart-icon {
    padding: 0 0 0 70px
}

.rtl header.header-1 .nav-icon ul .wishlist-icon {
    padding: 0 0 0 95px
}

.rtl header.header-1 .header-section .search-bar {
    padding-left: 15px;
    padding-right: 80px
}

.rtl header.header-1 .header-section .search-bar .search-icon {
    right: unset;
    left: 20px
}

.rtl header.header-1 .pixelstrap.sm-horizontal .icon-cls a,
.rtl header.header-1 .pixelstrap.sm-horizontal .icon-cls a:active,
.rtl header.header-1 .pixelstrap.sm-horizontal .icon-cls a:focus,
.rtl header.header-1 .pixelstrap.sm-horizontal .icon-cls a:hover {
    padding-right: 0;
    padding-left: 20px
}

.rtl header.header-1 .search-bar .search__input {
    padding: 12px 24px 12px 50px
}

.rtl header.header-2 .search-bar .search-icon {
    left: 20px;
    right: unset
}

.rtl header.header-2 .upper-section {
    padding: 25px 25px 25px 0
}

.rtl header.header-2 .upper-section li {
    border-right: none;
    border-left: 1px solid #eee
}

.rtl header.header-2 .upper-section li a select {
    background: url(../images/dropdown.png) no-repeat 15%
}

.rtl header.header-2 .upper-section li:first-child a {
    padding-left: 12px;
    padding-right: 0
}

.rtl header.header-2 .upper-section li:last-child a {
    padding-left: 8px;
    padding-right: 12px
}

.rtl header.header-2 .upper-section li:nth-last-child(-n+2) {
    border-left: none
}

.rtl header.header-2 .lower-section {
    padding: 25px 25px 25px 0
}

.rtl header.header-2 .content-header .right-section {
    border-left: none;
    border-right: 1px solid #eee
}

.rtl header.header-2 .nav-icon ul .onhover-div {
    padding: 0 0 0 121px
}

.rtl header.header-2 .nav-icon ul .onhover-div.wishlist-icon {
    padding: 0 0 0 90px
}

.rtl header.header-2 .nav-icon ul .onhover-div.search-3 {
    padding-left: 0
}

.rtl header.header-2 .nav-icon ul .onhover-div .icon-detail {
    right: 40px;
    left: unset
}

.rtl header .navbar {
    padding: 0 0 0 25px
}

.rtl header .search-bar {
    padding-right: 0;
    padding-left: 15px
}

.rtl header .search-bar .search__input {
    padding: 12px 24px 12px 50px
}

.rtl footer .about-section .footer-mobile-title h4:after {
    left: unset;
    right: 0
}

.rtl footer .footer-logo {
    text-align: unset;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.rtl footer .subscribe-section .subscribe-content p {
    padding-left: unset;
    border-left: none;
    margin-left: unset;
    padding-right: 25px;
    border-right: 1px solid #85e4f0;
    margin-right: 25px
}

.rtl footer .subscribe-section .subscribe-content h4 i {
    padding-right: unset;
    padding-left: 12px
}

.rtl footer .subscribe-section .subscribe-content .subscribe-form {
    margin-left: unset;
    margin-right: 30px
}

.rtl footer .subscribe-section .subscribe-content .subscribe-form .btn-solid {
    margin-left: unset;
    margin-right: -30px;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px
}

.rtl footer .footer-social li {
    padding-left: 5px;
    padding-right: 5px
}

.rtl footer .footer-section .about-section {
    border-right: none;
    border-left: 1px solid #eee
}

.rtl footer .footer-section .footer-link {
    border-right: none;
    border-left: 1px solid #eee
}

.rtl footer .footer-section .footer-link .footer-title h4:after {
    left: unset;
    right: 0
}

.rtl footer .sub-footer .payment-card-bottom li {
    padding-left: 0;
    padding-right: 15px
}

.rtl footer.footer-2 .footer-section .footer-link {
    border-left: none
}

.rtl footer.footer-2 .footer-section .footer-link .footer-content .contact-list {
    text-align: right
}

.rtl footer.footer-2 .footer-section .footer-link .footer-content .contact-list li {
    padding-left: 0;
    padding-right: 25px
}

.rtl footer.footer-2 .footer-section .footer-link .footer-content .contact-list li i {
    right: 0;
    left: unset
}

.rtl footer.footer-3 .footer-section .footer-link {
    border-right: 1px solid #eee;
    border-left: none
}

.rtl footer.footer-3 .footer-section .footer-link .footer-content .contact-list li {
    text-align: right;
    padding-left: 0;
    padding-right: 25px
}

.rtl footer.footer-3 .footer-section .footer-link .footer-content .contact-list li i {
    right: 0;
    left: unset
}

.rtl footer.footer-3 .footer-section .about-section {
    border-left: none
}

.rtl footer.footer-4 .border-class {
    padding: 0 125px 0 0;
    border-left: none;
    border-right: 1px solid #eee
}

.rtl footer.footer-4 .border-class .footer-social {
    margin-right: -15px;
    margin-left: 0
}

.rtl footer.footer-4 .height-cls .footer-link:last-child {
    border-left: none
}

.rtl footer.footer-4 .footer-section .footer-link .footer-content .contact-list {
    text-align: right
}

.rtl footer.footer-4 .footer-section .footer-link .footer-content .contact-list li {
    padding-left: 0;
    padding-right: 25px
}

.rtl footer.footer-4 .footer-section .footer-link .footer-content .contact-list li i {
    right: 0;
    left: unset
}

.rtl .service .service-block .media img {
    margin-right: unset;
    margin-left: 8px
}

.rtl .add_to_cart .cart-inner .cart_media li .total h5 span {
    float: left
}

.rtl .product-box .product-info h6 {
    text-align: center
}

.rtl .product-box .product-info h5 {
    text-align: center
}

.rtl .product-box .addtocart_box .addtocart_detail h5 {
    text-align: center
}

.rtl .product-box .addtocart_box .close-cart {
    right: unset;
    left: 8px
}

.rtl .product-wrapper-grid.list-view .product-box .product-info h6 {
    text-align: right
}

.rtl .product-wrapper-grid.list-view .product-box .product-info h5 {
    text-align: right
}

.rtl .portfolio-section.metro-section .product-box .product-detail h5 {
    text-align: center
}

.rtl .portfolio-section.metro-section .product-box .product-detail h6 {
    text-align: center
}

.rtl .checkout-page .checkout-form .form-group .field-label {
    text-align: right
}

.rtl .search-block .form-header .input-group button {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1px;
    margin-left: unset
}

.rtl .search-block .form-header .input-group input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.rtl .team-4 .slick-prev:after {
    left: 19px
}

.rtl .collection-filter .theme-card .slick-prev:after {
    top: 10px
}

.rtl .testimonial .testimonial-slider .upper-part .testimonial-body h5,
.rtl .testimonial .testimonial-slider .upper-part .testimonial-body h6,
.rtl .testimonial .testimonial-slider .upper-part .testimonial-body p {
    text-align: center
}

.rtl .team {
    text-align: right
}

.rtl .about-page h4,
.rtl .about-page p {
    text-align: center
}

.rtl .checkout-page .checkout-form .check-out .form-group:last-child {
    text-align: right
}

.rtl .checkout-page .payment-box .text-right {
    text-align: left!important
}

.rtl .product-order {
    text-align: right
}

.rtl .product-related .slick-next {
    left: 30px;
    right: unset
}

.rtl .product-related .slick-prev {
    right: unset;
    left: 0
}

.rtl .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
    padding-left: 10px;
    padding-right: 0
}

.sm,
.sm li,
.sm ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left
}

.sm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9
}

.sm ul {
    display: none
}

.sm li {
    position: relative
}

.sm>li>h1 {
    margin: 0;
    padding: 0
}

.sm>li>h2 {
    margin: 0;
    padding: 0
}

.sm>li>h3 {
    margin: 0;
    padding: 0
}

.sm>li>h4 {
    margin: 0;
    padding: 0
}

.sm>li>h5 {
    margin: 0;
    padding: 0
}

.sm>li>h6 {
    margin: 0;
    padding: 0
}

.sm a {
    position: relative;
    display: block
}

.sm a.disabled {
    cursor: default
}

.sm * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.sm ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.sm ::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    overflow: hidden
}

.pixelstrap a,
.pixelstrap a:active,
.pixelstrap a:focus,
.pixelstrap a:hover {
    padding: 33px 0;
    padding-right: 30px;
    color: #444;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    text-decoration: none;
    text-transform: uppercase
}

.pixelstrap a.disabled {
    color: #4d4d4d
}

.pixelstrap a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 0;
    width: 15px;
    height: 30px;
    overflow: hidden;
    font: bold 16px/34px monospace!important;
    text-align: center;
    text-shadow: none;
    border-radius: 4px
}

.pixelstrap ul {
    background: #fff
}

.pixelstrap ul ul {
    background: rgba(102, 102, 102, .1)
}

.pixelstrap ul a,
.pixelstrap ul a:active,
.pixelstrap ul a:focus,
.pixelstrap ul a:hover {
    background: 0 0;
    color: #000;
    font-size: 14px;
    text-shadow: none;
    text-transform: capitalize;
    font-weight: 500;
    border-left: 8px solid transparent
}

.pixelstrap ul a.current {
    background: #000;
    color: #fff
}

.pixelstrap ul a.disabled {
    color: #b3b3b3
}

.pixelstrap ul ul a,
.pixelstrap ul ul a:active,
.pixelstrap ul ul a:focus,
.pixelstrap ul ul a:hover {
    border-left: 16px solid transparent
}

.pixelstrap ul ul ul a,
.pixelstrap ul ul ul a:active,
.pixelstrap ul ul ul a:focus,
.pixelstrap ul ul ul a:hover {
    border-left: 24px solid transparent
}

.pixelstrap ul ul ul ul a,
.pixelstrap ul ul ul ul a:active,
.pixelstrap ul ul ul ul a:focus,
.pixelstrap ul ul ul ul a:hover {
    border-left: 32px solid transparent
}

.pixelstrap ul ul ul ul ul a,
.pixelstrap ul ul ul ul ul a:active,
.pixelstrap ul ul ul ul ul a:focus,
.pixelstrap ul ul ul ul ul a:hover {
    border-left: 40px solid transparent
}

.pixelstrap ul li {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.pixelstrap ul li:first-child {
    border-top: 0
}

.pixelstrap .mega-box .link-section .demo h6 {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.pixelstrap .mega-box .link-section .demo .mega-menu-img {
    margin-bottom: 10px
}

.pixelstrap.sm-horizontal .mega-box .link-section .demo ul {
    position: relative;
    display: block;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%!important
}

.pixelstrap.sm-horizontal .mega-box .link-section .demo ul li a {
    position: relative
}

.pixelstrap.sm-horizontal .mega-box .link-section .demo ul li a span img {
    width: auto;
    position: absolute;
    right: -100px;
    top: 0;
    visibility: hidden;
    z-index: 3;
    max-width: 141px;
    -moz-opacity: 0;
    opacity: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    padding: 0
}

.pixelstrap.sm-horizontal .mega-box .link-section .demo ul li a:hover span img {
    opacity: 1;
    visibility: visible;
    -webkit-animation: fadeInUp .3s ease-in-out;
    animation: fadeInUp .3s ease-in-out
}

.pixelstrap.sm-horizontal .feature-menu a {
    padding: 0;
    text-align: center
}

.pixelstrap.sm-horizontal .feature-menu a img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pixelstrap.sm-horizontal .feature-menu a h6 {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 400;
    color: #333;
    text-transform: uppercase
}

.pixelstrap.sm-horizontal .feature-menu a:hover img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pixelstrap.sm-horizontal .feature-menu a:hover h6 {
    color: #000
}

.pixelstrap.sm-horizontal .feature-menu.full-mega-menu {
    padding: 20px 15px 15px
}

.pixelstrap.sm-horizontal .feature-menu.full-mega-menu a {
    text-align: left
}

.pixelstrap.sm-vertical a {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05em
}

.pixelstrap.sm-vertical a,
.pixelstrap.sm-vertical a:active,
.pixelstrap.sm-vertical a:focus,
.pixelstrap.sm-vertical a:hover {
    color: #272523
}

.pixelstrap.sm-vertical a:hover {
    color: #000
}

.pixelstrap.sm-vertical li ul li a {
    padding: 5px 20px;
    color: #333;
    text-transform: capitalize;
    font-weight: 500
}

.pixelstrap.sm-vertical li ul li a.highlighted,
.pixelstrap.sm-vertical li ul li a:active,
.pixelstrap.sm-vertical li ul li a:hover {
    background-color: unset;
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pixelstrap.sm-vertical li ul li a .sub-arrow {
    right: 10px
}

.pixelstrap.sm-vertical .vertical-mega-menu .demo ul {
    display: block;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding: 0
}

.pixelstrap.sm-vertical .vertical-mega-menu .demo ul li a {
    padding-left: 0;
    text-transform: capitalize
}

.pixelstrap.sm-vertical ul {
    border-radius: 0!important
}

.dark .pixelstrap .mega-box .link-section .demo h6 {
    color: #cfd4da
}

@media (min-width:1200px) {
    .pixelstrap ul {
        position: absolute;
        width: 13em!important
    }
    .pixelstrap li {
        float: left
    }
    .pixelstrap.sm-rtl li {
        float: right
    }
    .pixelstrap ul li,
    .pixelstrap.sm-rtl ul li,
    .pixelstrap.sm-vertical li {
        float: none
    }
    .pixelstrap a {
        white-space: nowrap
    }
    .pixelstrap ul a,
    .pixelstrap.sm-vertical a {
        white-space: normal
    }
    .pixelstrap .sm-nowrap>li>:not(ul) a,
    .pixelstrap .sm-nowrap>li>a {
        white-space: nowrap
    }
    .pixelstrap a .sub-arrow {
        top: auto;
        margin-top: 0;
        bottom: 2px;
        left: 50%;
        margin-left: -5px;
        right: auto;
        width: 0;
        height: 0;
        border-width: 5px;
        background: 0 0
    }
    .pixelstrap a .sub-arrow::before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        font-weight: 500
    }
    .pixelstrap ul {
        border: 1px solid #4d4d4d;
        padding: 7px 0;
        background: #fff;
        border-radius: 0 0 4px 4px!important;
        -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 12px rgba(0, 0, 0, .2);
        -webkit-animation: fadeInUp .3s ease-in-out;
        animation: fadeInUp .3s ease-in-out
    }
    .pixelstrap ul ul {
        border-radius: 4px!important;
        background: #fff;
        -webkit-animation: fadeInUp .3s ease-in-out;
        animation: fadeInUp .3s ease-in-out
    }
    .pixelstrap ul a,
    .pixelstrap ul a.highlighted,
    .pixelstrap ul a:active,
    .pixelstrap ul a:focus,
    .pixelstrap ul a:hover {
        border: 0!important;
        padding: 5px 20px;
        background: 0 0;
        color: #333;
        border-radius: 0!important
    }
    .pixelstrap ul a.highlighted,
    .pixelstrap ul a:active,
    .pixelstrap ul a:focus,
    .pixelstrap ul a:hover {
        color: #000
    }
    .pixelstrap ul a.current {
        color: #000
    }
    .pixelstrap ul a.disabled {
        color: #000
    }
    .pixelstrap ul a .sub-arrow {
        top: 50%;
        margin-top: -5px;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 0
    }
    .pixelstrap ul li {
        border: 0
    }
    .pixelstrap.sm-horizontal li ul li a .sub-arrow {
        position: absolute;
        top: 50%;
        margin-top: -17px;
        left: auto;
        right: 15px;
        width: 15px;
        height: 30px;
        overflow: hidden;
        font: bold 16px/34px monospace!important;
        text-align: center;
        text-shadow: none;
        border-radius: 4px
    }
    .pixelstrap.sm-horizontal li ul li a .sub-arrow:before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute
    }
    .pixelstrap.sm-horizontal .feature-menu {
        width: 100%!important;
        max-width: 100%!important;
        margin-left: 0!important
    }
    .pixelstrap .scroll-down,
    .pixelstrap .scroll-up {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px
    }
    .pixelstrap .scroll-down-arrow,
    .pixelstrap .scroll-up-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid;
        border-color: transparent transparent #000
    }
    .pixelstrap .scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed;
        border-color: #000 transparent transparent
    }
    .pixelstrap.sm-vertical {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #fff;
        display: inline-block;
        width: 100%
    }
    .pixelstrap.sm-vertical a .sub-arrow {
        margin-top: -16px;
        right: 15px;
        position: absolute;
        top: 50%;
        left: auto;
        width: 15px;
        height: 30px;
        overflow: hidden;
        font: bold 16px/34px monospace!important;
        text-align: center;
        text-shadow: none;
        border-radius: 4px
    }
    .pixelstrap.sm-vertical>li {
        border-left: 0!important
    }
    .pixelstrap.sm-vertical li ul li a {
        padding: 5px 20px;
        color: #333
    }
    .pixelstrap.sm-vertical li ul li a.highlighted,
    .pixelstrap.sm-vertical li ul li a:active,
    .pixelstrap.sm-vertical li ul li a:hover {
        background-color: unset;
        color: #000;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }
    .pixelstrap.sm-vertical li ul li a .sub-arrow {
        right: 16px
    }
    .pixelstrap.sm-vertical .vertical-mega-menu {
        width: 600px!important;
        max-width: 600px!important;
        padding: 20px 20px 187px 10px;
        background-size: contain;
        background-position: bottom
    }
    .pixelstrap .mega {
        position: unset!important
    }
    .rtl .pixelstrap ul a {
        text-align: right
    }
    .rtl .pixelstrap.sm-horizontal li ul li a .sub-arrow {
        left: 15px;
        right: auto
    }
    .rtl .pixelstrap.sm-horizontal li ul li a .sub-arrow:before {
        content: "\f104"
    }
    .rtl .pixelstrap.sm-vertical a .sub-arrow {
        right: unset;
        left: 15px
    }
    .rtl .pixelstrap.sm-vertical a .sub-arrow:before {
        content: "\f104"
    }
    .dark .pixelstrap.sm-vertical .vertical-mega-menu {
        background: #2b2b2b
    }
    .dark .pixelstrap.sm-vertical li ul li a {
        color: #cbcbcb
    }
    .dark .pixelstrap ul a.highlighted,
    .dark .pixelstrap ul a:active,
    .dark .pixelstrap ul a:focus,
    .dark .pixelstrap ul a:hover {
        color: #000
    }
}

@media (max-width:1430px) {
    .pixelstrap a,
    .pixelstrap a:active,
    .pixelstrap a:focus,
    .pixelstrap a:hover {
        padding-right: 15px
    }
}

@media (max-width:1199px) {
    .pixelstrap a,
    .pixelstrap a:active,
    .pixelstrap a:focus,
    .pixelstrap a:hover {
        padding: 8px 18px
    }
    .pixelstrap a .sub-arrow {
        margin-top: -19px;
        right: 15px
    }
    .pixelstrap a .sub-arrow:before {
        content: '+'
    }
    .pixelstrap a.highlighted .sub-arrow:before {
        content: '-'
    }
    .pixelstrap ul a {
        color: #333
    }
    .pixelstrap ul ul {
        background: 0 0
    }
    .pixelstrap ul ul a,
    .pixelstrap ul ul a:active,
    .pixelstrap ul ul a:focus,
    .pixelstrap ul ul a:hover {
        border-left: none
    }
    .pixelstrap li ul li ul li a {
        padding-left: 35px!important
    }
    .pixelstrap.sm-horizontal .mega-box {
        padding: 0
    }
    .pixelstrap.sm-horizontal .mega-box .link-section .demo ul li a {
        padding-left: 26px
    }
    .pixelstrap.sm-horizontal .full-mega-menu .mega-box .link-section .demo {
        padding-left: 12px;
        margin-bottom: 0
    }
    .pixelstrap.sm-horizontal .full-mega-menu .mega-box .link-section .demo ul li a {
        padding-left: 0!important;
        padding-top: 3px;
        padding-bottom: 3px
    }
    .pixelstrap.sm-horizontal .full-mega-menu.feature-menu {
        padding: 0 36px 15px 15px
    }
    .pixelstrap.sm-vertical .vertical-mega-menu .mega-box .link-section .demo h6 {
        text-transform: capitalize;
        margin-bottom: 0;
        margin-left: 15px;
        margin-top: 0
    }
    .pixelstrap.sm-vertical .vertical-mega-menu .mega-box:first-child .link-section .demo h6 {
        margin-top: 0
    }
    .pixelstrap.sm-vertical .menu-title .according-menu:before {
        right: 18px
    }
    .pixelstrap.sm-vertical .menu-title.active .according-menu:before {
        right: 18px
    }
    .pixelstrap.sm-vertical .mega-box .link-section .demo .menu-content {
        padding: 0
    }
    .pixelstrap .menu-title h5 {
        cursor: pointer
    }
    .pixelstrap .menu-title.active .according-menu {
        font: bold 16px/34px monospace!important
    }
    .pixelstrap .menu-title.active .according-menu:before {
        content: "-";
        position: absolute;
        right: -18px;
        font-weight: 500
    }
    .pixelstrap .menu-title .according-menu {
        font: bold 16px/34px monospace!important
    }
    .pixelstrap .menu-title .according-menu:before {
        content: "+";
        position: absolute;
        right: -18px;
        font-weight: 500
    }
    .pixelstrap .mega-box .link-section .demo h6 {
        margin-bottom: 0;
        text-transform: capitalize;
        font-weight: 500;
        cursor: pointer
    }
    .pixelstrap .mega-box .link-section .demo .menu-content {
        padding: 10px 20px
    }
    .rtl .pixelstrap a .sub-arrow {
        left: 15px;
        right: unset
    }
    .rtl .pixelstrap.sm-vertical .menu-title .according-menu:before {
        right: unset;
        left: 18px
    }
    .rtl .pixelstrap.sm-horizontal {
        left: -300px
    }
    .rtl .pixelstrap.sm-horizontal li a {
        text-align: right
    }
    .rtl .pixelstrap.sm-horizontal .full-mega-menu.feature-menu {
        padding: 0 15px 15px 36px
    }
    .rtl .pixelstrap .menu-title .according-menu:before {
        left: -18px;
        right: unset
    }
}

body.dark {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #cfd4da
}

.dark h1 {
    color: #fff
}

.dark h2 {
    color: #f1f3f5
}

.dark h3 {
    color: #eaedef
}

.dark h4 {
    color: #e7eaec
}

.dark h5 {
    color: #dee2e6
}

.dark h6 {
    color: #cfd4da
}

.dark p {
    color: #cfd4da
}

.dark li {
    color: #cfd4da
}

.dark a {
    color: #cbcbcb
}

.dark header.header-1 .left-part p {
    color: #cfd4da
}

.dark header.header-1 ul li a {
    color: #cbcbcb
}

.dark header.header-1 .nav-icon ul .onhover-div .icon-detail h6 a {
    color: #cbcbcb
}

.dark header.header-1 .nav-icon ul .onhover-div:hover .icon-detail h6 a {
    color: #000
}

.dark header.header-1 .header-section .search-bar .search__input {
    background-color: #2b2b2b
}

.dark header.header-1 .right-part ul li .select-option select,
.dark header.header-1 .right-part ul li a select {
    color: #cfd4da;
    background-color: #2b2b2b
}

.dark header.header-2 .pixelstrap.sm-horizontal>li>a {
    color: #cbcbcb
}

.dark header.header-2 .pixelstrap.sm-horizontal>li>a:hover {
    color: #000
}

.dark header.header-2 .upper-section {
    border-color: #404040
}

.dark header.header-2 .upper-section li {
    border-color: #404040
}

.dark header.header-2 .upper-section li a {
    color: #cbcbcb
}

.dark header.header-2 .content-header .right-section {
    border-color: #404040
}

.dark header.header-2 .nav-icon ul .onhover-div .icon-detail h6 a {
    color: #cbcbcb
}

.dark header.header-3 .pixelstrap.sm-horizontal>li>a {
    color: #cbcbcb
}

.dark header.header-3 .pixelstrap.sm-horizontal>li>a:hover {
    color: #000
}

.dark header.header-3 .brand-logo {
    border-color: #404040
}

.dark header.header-4 {
    background-color: #2b2b2b
}

.dark header.header-4 .navbar .bar-style i {
    color: #cbcbcb
}

.dark header .search-bar .search__input {
    border-color: #404040;
    color: #cfd4da;
    background-color: #2b2b2b
}

.dark header .right-part ul li {
    border-color: #404040
}

.dark header .search-overlay {
    background-color: #2b2b2b
}

.dark header .nav-icon ul .onhover-div:after {
    background-color: #404040
}

.dark header .nav-icon ul .onhover-div .show-div {
    background-color: #2b2b2b
}

.dark header .nav-icon ul .onhover-div .show-div.setting h6 {
    color: #cfd4da
}

.dark header .nav-icon ul .onhover-div .show-div.setting ul li a {
    color: #cbcbcb
}

.dark header .nav-icon ul .onhover-div .show-div.setting ul li.active a {
    color: #eec8c1
}

.dark header .nav-icon ul .cart-icon .cart h6 {
    color: #cfd4da
}

.dark header.header-center .nav-icon ul .onhover-div img {
    -webkit-filter: invert(100);
    filter: invert(100)
}

.dark header.header-center #main-nav {
    border-color: #404040
}

.dark header .dark-font.pixelstrap.sm-horizontal>li>a {
    color: #cbcbcb
}

.dark select {
    color: #cfd4da
}

.dark option {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .breadcrumb-section .page-title h2 {
    color: #cfd4da
}

.dark footer .footer-section .about-section .footer-mobile-title h4 {
    color: #e7eaec
}

.dark footer .footer-section .about-section .footer-content p {
    color: #cfd4da
}

.dark footer .footer-section .footer-link {
    border-color: #404040
}

.dark footer .footer-section .footer-link .footer-title h4 {
    color: #e7eaec
}

.dark footer .footer-section .footer-link .footer-content ul li a {
    color: #cbcbcb
}

.dark footer .footer-section .footer-link .footer-content .contact-list li {
    color: #cbcbcb
}

.dark footer .footer-section .about-section {
    border-color: #404040
}

.dark footer .footer-bottom ul li a {
    color: #cbcbcb
}

.dark footer .sub-footer {
    background-color: #232323
}

.dark footer .sub-footer p {
    color: #cfd4da
}

.dark footer .call-text h3 {
    color: #444
}

.dark footer .footer-social ul li a {
    color: #cbcbcb
}

.dark footer .footer-social ul li a i {
    color: #444
}

.dark footer .call-us .footer-banner-content .address-section h6 {
    color: #222
}

.dark footer .call-us,
.dark footer .callus {
    border-color: #404040
}

.dark footer .instagram .instagram-banner {
    background-color: #2b2b2b
}

.dark footer.footer-black .below-section {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark footer.footer-black .sub-footer {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark footer.footer-black .upside .small-section {
    background-color: #383838;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark footer.footer-black .subscribe h4 {
    color: #e7eaec
}

.dark footer.footer-black .subscribe p {
    color: #cfd4da
}

.dark footer.footer-black.footer-light .subscribe {
    border-color: #929292
}

.dark footer.pet-layout-footer .white-layout {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark footer.pet-layout-footer .sub-footer.black-subfooter {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark footer.footer-classic .sub-footer {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark footer.footer-2 .footer-bottom {
    border-color: #404040
}

.dark footer.footer-5 {
    background-image: unset
}

.dark footer.footer-5 .footer-theme2 .subscribe-block {
    border-color: #404040
}

.dark footer.footer-5 .sub-footer>.container {
    border-color: #404040
}

.dark footer .border-cls {
    border-color: #404040
}

.dark footer .subscribe-section.grey-part {
    background-color: #232323
}

.dark footer .subscribe-section.grey-part .subscribe-content h4 {
    color: #e7eaec
}

.dark footer .subscribe-section.grey-part .subscribe-content h4 i {
    color: #e7eaec
}

.dark footer .subscribe-section.grey-part .subscribe-content p {
    color: #cfd4da
}

.dark .slick-prev:after {
    background-color: #38352f
}

.dark .page-link {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: #404040
}

.dark .breadcrumb-section {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .light-layout {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .form-control {
    color: #cfd4da;
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #404040
}

.dark .btn-solid {
    color: #fff!important
}

.dark button.close {
    color: #fff
}

.dark .blog-box.blog-pattern {
    border-color: #404040;
    background: #2b2b2b
}

.dark .blog-box.blog-pattern .blog-white {
    background-color: #2b2b2b;
    border-color: #404040
}

.dark .blog-box.blog-pattern .blog-white.feature-sec .feature-block {
    border-color: #404040
}

.dark .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media:last-child {
    border-color: #404040
}

.dark .blog-box.blog-pattern .blog-white.product-sec .product-block .media {
    border-color: #404040
}

.dark .blog-box.blog-pattern .blog-white.contact h5 {
    color: #dee2e6
}

.dark .blog-box.blog-pattern .blog-white.app-white h5 {
    color: #dee2e6
}

.dark .blog-box .review-sec .review-block .media .media-body p {
    color: #cfd4da
}

.dark .blog-box .review-sec .review-block .media:last-child {
    border-color: #404040
}

.dark .border-section {
    border-color: #404040
}

.dark .slick-next:before,
.dark .slick-prev:before {
    color: #cbcbcb
}

.dark .slick-prev:after {
    background-color: #404040
}

.dark .tab-layout1 {
    background-color: #232323
}

.dark .tab-layout1 .theme-tab .tabs {
    background-color: #2b2b2b
}

.dark .tab-layout1 .theme-tab .tabs .current a {
    color: #000
}

.dark .tab-layout1 .theme-tab .tabs li a {
    color: #cbcbcb
}

.dark .tab-layout1 .theme-tab .product-box {
    background-color: #2b2b2b
}

.dark .tab-layout1 .theme-tab .border-row1>div:first-child .product-box {
    border-color: #404040
}

.dark .tab-layout1 .theme-tab .border-row1>div:nth-last-child(-n+6) .product-box {
    border-color: #404040
}

.dark .tab-layout1 .theme-tab .border-row1 .product-box {
    border-color: #404040
}

.dark .tab-layout2 {
    background-color: #2b2b2b
}

.dark .tab-layout2 .theme-tab .tabs {
    border-color: #404040
}

.dark .tab-layout3 .theme-tab .tabs li a {
    color: #cbcbcb
}

.dark .tab-layout3 .theme-tab .tabs .current a {
    color: #fff
}

.dark .tab-layout3 .product-box.full-box {
    border-color: #404040
}

.dark .tab-layout3 .row-border>div:nth-child(-n+2) .product-box {
    border-color: #404040
}

.dark .tab-layout3 .row-border>div:nth-child(2),
.dark .tab-layout3 .row-border>div:nth-child(4) {
    border-color: #404040
}

.dark .tab-layout3 .row-border>div:nth-last-child(-n+2) {
    border-color: #404040
}

.dark .tab-layout4 .theme-tab .tabs {
    border-color: #404040
}

.dark .tab-layout4 .row-border1 .product-box,
.dark .tab-layout4 .row-border2 .product-box {
    border-color: #404040
}

.dark .tab-layout4 .product-box.full-box {
    border-color: #404040
}

.dark .product-layout .center-product {
    background-color: #2b2b2b
}

.dark .product-layout .center-product .product-details h5 {
    color: #dee2e6
}

.dark .border-box {
    border: 1px solid #404040
}

.dark .border-box .product-box {
    border-left: 1px solid #404040
}

.dark .category .category-block {
    border-color: #404040
}

.dark .category .category-block .category-content {
    border-color: #404040
}

.dark .category .category-wrap {
    background-color: #2b2b2b;
    border-color: #404040
}

.dark .category .category-wrapper .category-title h5 {
    background-color: #2b2b2b;
    color: #dee2e6
}

.dark .category .category-wrapper:hover .category-title h5 {
    color: #000
}

.dark .category.category-classic.bg-grey {
    background-color: #2b2b2b
}

.dark .category.category-classic.bg-grey .category-wrapper .img-block {
    background-color: #232323
}

.dark .category.category-classic .category-wrapper .img-block img {
    -webkit-filter: invert(.9);
    filter: invert(.9)
}

.dark .collection-section .card .card-body {
    background-color: rgba(35, 35, 35, .6)
}

.dark .collection-section .collection_detail h6 {
    color: #cfd4da
}

.dark .collection-section .collection_detail h5 {
    color: #dee2e6
}

.dark .collection-banner {
    border-color: #404040
}

.dark .collection-banner .contain-banner h6 {
    color: #999
}

.dark .slider-section .deal-box {
    border-color: #404040
}

.dark .slider-section .deal-box .product p {
    color: #cfd4da
}

.dark .slider-section .tab-head {
    border-color: #404040
}

.dark .slider-section .slick-slider {
    border-color: #404040
}

.dark .slider-section .slick-slider .product-box {
    border-color: #404040
}

.dark .slider-section .slick-slider>div .product-box+.product-box {
    border-color: #404040
}

.dark .banner-sec.landscape-layout {
    background-color: #232323
}

.dark .banner-sec .center-banner {
    background-color: #2b2b2b
}

.dark .banner-sec .center-banner .contain-left h4,
.dark .banner-sec .center-banner .contain-right h4 {
    color: #e7eaec
}

.dark .banner-sec .center-banner .contain-right h6 {
    color: #cfd4da
}

.dark .banner-sec .center-banner.border-default {
    border-color: #404040
}

.dark .logo .slick-slide>div {
    border-color: #404040
}

.dark .logo .logo-img:last-child {
    border-color: #404040
}

.dark .banner-bg {
    background-image: linear-gradient(45deg, #595959 9.26%, #2b2b2b 9.26%, #2b2b2b 50%, #595959 50%, #595959 59.26%, #2b2b2b 59.26%, #2b2b2b 100%)
}

.dark .banner-bg .banner-content h6 {
    color: #cbcbcb
}

.dark .banner-bg .banner-content .banner-btn {
    background-color: #2b2b2b
}

.dark .banner-bg.no-bg {
    background: #2b2b2b
}

.dark .banner-bg.no-bg h2 span {
    color: #929292
}

.dark .banner-bg.no-bg .banner-btn h6 {
    color: #fff
}

.dark .service-block1 svg path {
    fill: #cfd4da
}

.dark .service-block1+.service-block1 {
    border-color: #404040
}

.dark .layout-4:after {
    border-color: #404040
}

.dark .vertical-tab .tab-head {
    border-color: #404040
}

.dark .vertical-tab .tab-inner .theme-tab .tabs {
    border-color: #404040
}

.dark .vertical-tab .tab-inner .theme-tab .tabs li {
    border-color: #404040
}

.dark .vertical-tab .tab-inner .theme-tab .tabs li a {
    color: #cbcbcb
}

.dark .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4,
.dark .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6 {
    border-color: #404040
}

.dark .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4 .product-box,
.dark .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6 .product-box {
    border-color: #404040
}

.dark .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-4>div .product-box:last-child,
.dark .vertical-tab .tab-inner .theme-tab .tab-content-cls .product-6>div .product-box:last-child {
    border-color: #404040
}

.dark .vertical-tab2 .tab-inner .theme-tab .tabs .current a {
    color: #fff
}

.dark .single-section .blog-box .blog-white .product p {
    color: #cfd4da
}

.dark .single-section .blog-box .blog-white .product h5 strike {
    color: #dee2e6
}

.dark .layout-2-menu .home-slider .home .slider-contain>div {
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 43, 43, .1)), color-stop(1%, rgba(43, 43, 43, .12)), color-stop(31%, rgba(43, 43, 43, .75)), color-stop(52%, rgba(43, 43, 43, .9)), color-stop(53%, rgba(43, 43, 43, .89)), color-stop(73%, rgba(43, 43, 43, .75)), color-stop(75%, rgba(43, 43, 43, .7)), to(rgba(43, 43, 43, .1)));
    background: linear-gradient(to right, rgba(43, 43, 43, .1) 0, rgba(43, 43, 43, .12) 1%, rgba(43, 43, 43, .75) 31%, rgba(43, 43, 43, .9) 52%, rgba(43, 43, 43, .89) 53%, rgba(43, 43, 43, .75) 73%, rgba(43, 43, 43, .7) 75%, rgba(43, 43, 43, .1) 100%)
}

.dark .layout-2-menu .home-slider .home .slider-contain h5 {
    color: #dee2e6
}

.dark .layout-2-menu .home-slider .home .slider-contain h4 {
    color: #e7eaec
}

.dark .layout-2-menu .home-slider .home .slider-contain h1 {
    color: #fff
}

.dark .grey-bg {
    background-color: #232323
}

.dark .blog-section .review-box {
    background-color: #2b2b2b;
    border-color: #404040
}

.dark .lookbook-section .lookbook-right .hover-detail li a {
    color: #cbcbcb
}

.dark .service-panel .service-block+.service-block {
    border-color: #fff
}

.dark .service-banner .row>div:nth-child(even) .service-box {
    background-color: #232323
}

.dark .service-banner .row>div:nth-child(even) .service-box p {
    color: #cfd4da
}

.dark .notification-bar {
    color: #cfd4da
}

.dark .notification-bar .marquee {
    color: #cfd4da
}

.dark .light-grey-bg {
    background-color: #232323
}

.dark .sm-vertical {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .sidenav nav {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .sidenav .sidebar-back {
    color: #f1f3f5;
    border-color: #404040
}

.dark .pixelstrap ul {
    background: #2b2b2b;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark .pixelstrap ul a {
    color: #e7eaec
}

.dark .pixelstrap.sm-vertical a {
    color: #cbcbcb
}

.dark .pixelstrap.sm-vertical a:hover {
    color: #000
}

.dark .onhover-div .show-div {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark .error-section h1 {
    color: #e6e6e6
}

.dark .breadcrumb-item.active {
    color: #e7eaec
}

.dark .breadcrumb-section .breadcrumb a {
    color: #f7f7f7
}

.dark .main-menu .menu-left .navbar i {
    color: #f7f7f7
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6 {
    color: #cfd4da
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li a {
    color: #cfd4da
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 {
    color: #e7eaec
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 span {
    color: #dee2e6
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle i:hover {
    color: #fff
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total {
    border-color: #404040
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total h5 {
    color: #dee2e6
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a {
    color: #cbcbcb
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a:hover {
    color: #000
}

.dark .footer-theme .sub-title li {
    color: #cfd4da
}

.dark .footer-theme .sub-title li a {
    color: #cfd4da
}

.dark .footer-theme .sub-title h4 {
    color: #e7eaec
}

.dark .footer-social i,
.dark .social-white i {
    color: #cfd4da
}

.dark .footer-light .subscribe {
    border-color: #404040
}

.dark .footer-theme2 .contact-details li {
    color: #cfd4da
}

.dark .footer-theme2 .contact-details li a {
    color: #e7eaec
}

.dark .footer-theme2 .footer-link a,
.dark .footer-theme2 .footer-link-b a {
    color: #cbcbcb
}

.dark .footer-theme2 .footer-link a:hover,
.dark .footer-theme2 .footer-link-b a:hover {
    color: #fff
}

.dark .top-header .header-contact li {
    color: #cfd4da
}

.dark .top-header .header-dropdown li {
    color: #cfd4da
}

.dark .top-header .header-dropdown li a i {
    color: #cfd4da
}

.dark .top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
    color: #cbcbcb
}

.dark .top-header.top-header-dark .header-dropdown li a {
    color: #cbcbcb
}

.dark .top-header.top-header-dark .header-contact li i {
    color: #cbcbcb
}

.dark .top-header.top-header-dark2 .header-dropdown li a {
    color: #cfd4da
}

.dark .top-header.top-header-dark2 .header-contact li i {
    color: #cfd4da
}

.dark .top-header.top-header-dark3 .header-dropdown li a {
    color: #cbcbcb
}

.dark .top-header.top-header-dark3 .header-contact li i {
    color: #cbcbcb
}

.dark .onhover-dropdown .onhover-show-div {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark .testimonial {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    border-color: #404040
}

.dark .testimonial .testimonial-slider .media img {
    border-color: #404040
}

.dark .team h2 {
    border-color: #404040
}

.dark .service-block+.service-block {
    border-color: #404040
}

.dark .pixelstrap.light-font-menu li>a {
    color: #f1f3f5
}

.dark .theme-tab .tab-title a,
.dark .theme-tab .tab-title2 a {
    color: #cbcbcb
}

.dark .theme-tab .tab-title .current a,
.dark .theme-tab .tab-title2 .current a {
    color: #000
}

.dark .theme-tab .tab-title2:after {
    border-color: #404040
}

.dark .theme-tab .tab-title2 .current {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .theme-tab .tab-title2 .current a {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .product-box .product-detail h4,
.dark .product-box .product-info h4,
.dark .product-wrap .product-detail h4,
.dark .product-wrap .product-info h4 {
    color: #e7eaec
}

.dark .product-box .img-block .cart-wrap a,
.dark .product-box .img-block .cart-wrap button,
.dark .product-wrap .img-block .cart-wrap a,
.dark .product-wrap .img-block .cart-wrap button {
    background-color: #2b2b2b
}

.dark .product-box .img-block .cart-wrap i,
.dark .product-wrap .img-block .cart-wrap i {
    color: #cbcbcb
}

.dark .product-box.product-select-box .select-dropdown,
.dark .product-wrap.product-select-box .select-dropdown {
    border-color: #404040
}

.dark .product-box.product-select-box .qty-add-box .qty-box button,
.dark .product-wrap.product-select-box .qty-add-box .qty-box button {
    background-color: #232323;
    color: #cbcbcb
}

.dark .product-box.product-select-box .qty-add-box .qty-box button i,
.dark .product-wrap.product-select-box .qty-add-box .qty-box button i {
    color: #cbcbcb
}

.dark .theme-card .offer-slider .media .media-body h4 {
    color: #e7eaec
}

.dark .theme-card .slick-next:before,
.dark .theme-card .slick-prev:before {
    color: #fff
}

.dark .theme-card h5.title-border {
    border-color: #404040
}

.dark .theme-card.card-border {
    border-color: #404040
}

.dark .dark-layout {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .sub-footer.darker-subfooter {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .sub-footer.darker-subfooter p {
    color: #cfd4da
}

.dark .blog-page .blog-media .blog-right h4 {
    color: #e7eaec
}

.dark .blog-page .blog-media .blog-right ul {
    color: #cfd4da
}

.dark .blog-page .blog-sidebar .theme-card {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: #404040
}

.dark .blog-page .blog-sidebar h4 {
    color: #e7eaec
}

.dark .blog-page .blog-sidebar h6 {
    color: #cfd4da
}

.dark .blog-page .blog-sidebar p {
    color: #cfd4da
}

.dark .blog-detail-page .blog-detail h3 {
    color: #eaedef
}

.dark .blog-detail-page .blog-detail p {
    color: #cfd4da
}

.dark .blog-detail-page .post-social {
    color: #cfd4da;
    border-color: #404040
}

.dark .blog-detail-page .post-social li+li {
    border-color: #404040
}

.dark .blog-detail-page .comment-section {
    border-color: #404040
}

.dark .blog-detail-page .comment-section li {
    border-color: #404040
}

.dark .blog-detail-page .comment-section li h6 {
    color: #cfd4da
}

.dark .blog-detail-page .comment-section li h6 span {
    color: #929292
}

.dark .blog-detail-page .blog-contact .theme-form label {
    color: #cfd4da
}

.dark .blog-detail-page .blog-contact .theme-form input,
.dark .blog-detail-page .blog-contact .theme-form textarea {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: #404040
}

.dark .cart-section .cart-table thead th,
.dark .wishlist-section .cart-table thead th {
    color: #f1f3f5
}

.dark .cart-section tbody tr td,
.dark .wishlist-section tbody tr td {
    border-color: #404040
}

.dark .cart-section tbody tr td a,
.dark .wishlist-section tbody tr td a {
    color: #cbcbcb
}

.dark .cart-section tbody tr td h2,
.dark .wishlist-section tbody tr td h2 {
    color: #f1f3f5
}

.dark .table tbody+tbody {
    border-color: #404040
}

.dark .table thead th {
    border-color: #404040
}

.dark .top-banner-wrapper .top-banner-content h4 {
    color: #e7eaec
}

.dark .top-banner-wrapper .top-banner-content h5 {
    color: #dee2e6
}

.dark .top-banner-wrapper .top-banner-content p {
    color: #cfd4da
}

.dark .collection-product-wrapper .product-top-filter {
    border-color: #404040
}

.dark .collection-product-wrapper .product-top-filter .popup-filter .search-count,
.dark .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup,
.dark .collection-product-wrapper .product-top-filter .product-filter-content .search-count,
.dark .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup {
    border-color: #404040
}

.dark .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view,
.dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    border-color: #404040
}

.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border-color: #404040
}

.dark .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
    color: #cbcbcb
}

.dark .product-pagination {
    border-color: #404040
}

.dark .product-pagination .pagination .page-item.active a {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: #404040
}

.dark .product-pagination .product-search-count-bottom {
    border-color: #404040
}

.dark .product-pagination .product-search-count-bottom h5 {
    color: #dee2e6
}

.dark .portfolio-section.metro-section .product-box .product-detail {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .portfolio-section.metro-section .product-box .product-detail h4 {
    color: #e7eaec
}

.dark .portfolio-section.metro-section .product-box .product-detail h6 {
    color: #cfd4da
}

.dark .portfolio-section.metro-section .product-box .cart-wrap button {
    border-color: #404040;
    background-color: rgba(43, 43, 43, .8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .portfolio-section.metro-section .product-box .cart-wrap button i {
    color: #cbcbcb
}

.dark .portfolio-section.metro-section .product-box .cart-wrap a i {
    border-color: #404040;
    background-color: rgba(43, 43, 43, .8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #cbcbcb
}

.dark .collection-filter-block {
    border-color: #404040;
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .collection-collapse-block .collapse-block-title {
    color: #eaedef
}

.dark .collection-collapse-block .collapse-block-title:after {
    color: #eaedef
}

.dark .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
    color: #929292
}

.dark .load-more-sec a {
    border-color: #404040
}

.dark .checkout-page .checkout-title h3 {
    color: #eaedef
}

.dark .checkout-page .checkout-form .form-group .field-label {
    color: #cfd4da
}

.dark .checkout-page .checkout-form input[type=email],
.dark .checkout-page .checkout-form input[type=number],
.dark .checkout-page .checkout-form input[type=password],
.dark .checkout-page .checkout-form input[type=tel],
.dark .checkout-page .checkout-form input[type=text],
.dark .checkout-page .checkout-form input[type=url] {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: #404040;
    color: #cfd4da
}

.dark .checkout-page .checkout-form select,
.dark .checkout-page .checkout-form textarea {
    border-color: #404040
}

.dark .checkout-page .checkout-form .checkout-details {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #404040
}

.dark .order-box .title-box {
    color: #eaedef;
    border-color: #404040
}

.dark .order-box .qty {
    border-color: #404040
}

.dark .order-box .qty li {
    color: #cfd4da
}

.dark .order-box .qty li span {
    color: #dee2e6
}

.dark .order-box .sub-total {
    border-color: #404040
}

.dark .order-box .sub-total li {
    color: #cfd4da
}

.dark .order-box .sub-total .shopping-option label {
    color: #929292
}

.dark .order-box .total li {
    color: #cfd4da
}

.dark .payment-box .payment-options li .radio-option label {
    color: #929292
}

.dark .collection .collection-block .collection-content h4 {
    color: #e7eaec
}

.dark .collection .collection-block .collection-content h3 {
    color: #eaedef
}

.dark .table td,
.dark .table th {
    border-color: #404040
}

.dark .compare-page .table-wrapper .table {
    color: #f1f3f5;
    border-color: #404040
}

.dark .compare-page .table-wrapper .table thead .th-compare td {
    background: #232323;
    border-color: #404040
}

.dark .compare-page .table-wrapper .table thead .th-compare th {
    border-color: #404040
}

.dark .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
    color: #cfd4da
}

.dark .compare-page .table-wrapper .table tbody tr th {
    border-color: #404040;
    background: #232323
}

.dark .compare-page .table-wrapper .table tbody tr td {
    border-color: #404040
}

.dark .compare-page .table-wrapper .table tbody tr p {
    color: #cfd4da
}

.dark .compare-section .compare-part .detail-part .title-detail {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: #404040
}

.dark .compare-section .compare-part .btn-part {
    border-color: #404040
}

.dark .compare-section .compare-part .close-btn {
    color: #e7eaec
}

.dark .compare-section .slick-slide>div {
    border-color: #404040
}

.dark .compare-section .slick-slide:first-child {
    border-color: #404040
}

.dark .contact-page .theme-form label {
    color: #cfd4da
}

.dark .contact-page .theme-form input {
    border-color: #404040
}

.dark .contact-page .theme-form textarea {
    border-color: #404040
}

.dark .contact-page .contact-right ul li .contact-icon {
    border-color: #404040
}

.dark .dashboard .box-head h2 {
    color: #f1f3f5
}

.dark .dashboard .box .box-title {
    border-color: #404040
}

.dark .dashboard .box .box-title h3 {
    color: #eaedef
}

.dark .dashboard .box h6 {
    color: #cfd4da
}

.dark .dashboard-left .block-content {
    border-color: #404040
}

.dark .dashboard-left .block-content ul li a {
    color: #cbcbcb
}

.dark .dashboard-right .dashboard {
    border-color: #404040
}

.dark .white-bg {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .border-bottom-grey {
    border-color: #404040
}

.dark .layout-8 .layout-8-bg {
    background-blend-mode: overlay;
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .card {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .card .card-header {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .faq-section .accordion.theme-accordion .card {
    border-color: #404040
}

.dark .faq-section .accordion.theme-accordion .card .card-header {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .faq-section .accordion.theme-accordion .card .card-header button {
    color: #dee2e6
}

.dark .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before {
    border-bottom-color: #404040
}

.dark .faq-section .accordion.theme-accordion .card .card-header button:before {
    border-top-color: #404040
}

.dark .faq-section .accordion.theme-accordion .card .card-body p {
    color: #cfd4da
}

.dark.box-layout-body .box-layout-header {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark.box-layout-body .box-layout.bg-image {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark.box-layout-body .light-layout {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark.box-layout-body .sub-footer {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .full-box .theme-card .offer-slider .product-box2+.product-box2 {
    border-top: none
}

.dark .center-slider {
    border-color: #404040
}

.dark .bg-block {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-image: none
}

.dark .theme-tab .tab-content .product-tab .tab-box {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4 {
    color: #e7eaec
}

.dark .flower-bg {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-image: none
}

.dark .pwd-page .theme-form input {
    border-color: #404040
}

.dark .full-scroll-menu {
    background-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .full-scroll-footer .sub-footer {
    background-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .portfolio-section .filter-button {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #cfd4da
}

.dark .portfolio-section .filter-button.active {
    background-color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff
}

.dark .portfolio-section .isotopeSelector:hover .overlay-background {
    border-color: #ddd
}

.dark .portfolio-section .isotopeSelector:hover .overlay-background i {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .portfolio-section .isotopeSelector .overlay {
    border-color: #404040
}

.dark .bg-img-gym .dark-layout {
    background-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .bg-img-gym .sub-footer.darker-subfooter {
    background-color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .category-block .category-image {
    border-color: #404040
}

.dark .category-block .category-image.svg-image {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .j-box .product-box {
    border-color: #404040
}

.dark .j-box .product-box .product-detail {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .j-box .product-box .cart-info {
    background-color: rgba(35, 35, 35, .84);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: #404040
}

.dark .j-box .product-box .cart-info a {
    border-color: #000
}

.dark .white-layout {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .footer-theme2.footer-border {
    border-color: #404040
}

.dark .footer-theme2.section-light .footer-block .subscribe-white {
    border-color: #404040
}

.dark .footer-theme2.section-light .footer-block h4 {
    color: #e7eaec
}

.dark .footer-theme2.section-light .footer-block .contact-details li a {
    color: #e7eaec
}

.dark .footer-theme2 .footer-link.link-white h4 {
    color: #e7eaec
}

.dark .jewel-footer .sub-footer.black-subfooter {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .jewel-footer .sub-footer p {
    color: #cfd4da
}

.dark .absolute-banner .absolute-bg {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark .login-page .theme-card {
    border-color: #404040
}

.dark .login-page .theme-card .theme-form input {
    border-color: #404040
}

.dark .login-page .theme-card .theme-form label {
    color: #929292
}

.dark .login-page .authentication-right h6,
.dark .login-page .authentication-right p {
    color: #cfd4da
}

.dark .lookbook .lookbook-block .lookbook-dot:before {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .blog-left .blog-details h4 {
    color: #e7eaec
}

.dark .blog-left .blog-details h6 {
    color: #cfd4da
}

.dark .logo-block img {
    -webkit-filter: invert(100);
    filter: invert(100)
}

.dark .logo-block img:hover {
    -webkit-filter: invert(100);
    filter: invert(100)
}

.dark .bg-white {
    background-color: #2b2b2b!important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .product-box .img-wrapper .cart-box,
.dark .product-wrap .img-wrapper .cart-box {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark .tab-bg.tab-grey-bg {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .delivery-sec {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .product-order .total-sec {
    border-color: #404040
}

.dark .product-order .product-order-detail .order_detail h4 {
    color: #e7eaec
}

.dark .order-success-sec .payment-mode p {
    color: #cfd4da
}

.dark .order-history .dark-data {
    color: #fff
}

.dark .blog.blog_box .blog-details p {
    color: #cfd4da
}

.dark .blog.blog_box .blog-details a p {
    color: #cfd4da
}

.dark .blog.blog_box .blog-details .read-cls {
    color: #cbcbcb
}

.dark .product-right .product-title {
    color: #cfd4da
}

.dark .product-right .border-product {
    border-color: #404040
}

.dark .product-right .product-icon .product-social li a {
    color: #cbcbcb
}

.dark .product-right .product-icon .wishlist-btn {
    color: #cbcbcb
}

.dark .product-right .product-icon .wishlist-btn i {
    border-color: #404040
}

.dark .product-right.product-form-box {
    border-color: #404040
}

.dark .product-right.product-form-box .timer {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .product-right .timer {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .product-right .timer p {
    color: #cfd4da
}

.dark .product-right .size-box ul li {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: #404040
}

.dark .product-right .size-box ul li.active {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .product-right .size-box ul li a {
    color: #cbcbcb
}

.dark .product-right h4 del {
    color: #929292
}

.dark .timer span .timer-cal {
    color: #929292
}

.dark .qty-box .input-group span button {
    background: #2b2b2b!important;
    border-color: #404040
}

.dark .qty-box .input-group button i {
    color: #929292
}

.dark .nav-tabs {
    border-color: #404040
}

.dark .nav-tabs .nav-link.active {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .tab-product .nav-material.nav-tabs .nav-item .nav-link {
    color: #cbcbcb
}

.dark .tab-product .nav-material.nav-tabs .nav-link.active {
    color: #000
}

.dark .product-full-tab .nav-material.nav-tabs .nav-link.active {
    color: #000
}

.dark .product-full-tab .theme-form input,
.dark .product-full-tab .theme-form textarea,
.dark .tab-product .theme-form input,
.dark .tab-product .theme-form textarea {
    border-color: #404040
}

.dark .product-related h2 {
    border-color: #404040
}

.dark .product-accordion .btn-link {
    color: #e7eaec
}

.dark .product-accordion .card-header {
    border-color: #404040
}

.dark .rtl-slider-nav .slick-slide>div,
.dark .rtl-slider-right-nav .slick-slide>div,
.dark .slider-nav .slick-slide>div,
.dark .slider-right-nav .slick-slide>div {
    border-color: #404040
}

.dark .collection-filter-block .product-service .media .media-body h4 {
    color: #e7eaec
}

.dark .theme_checkbox label {
    color: #929292
}

.dark .theme_checkbox label .checkmark {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: #404040
}

.dark .theme_checkbox label .checkmark:after {
    border-color: #fff
}

.dark .bundle .bundle_detail .price_product {
    color: #fff
}

.dark .modal-content {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .modal-header {
    border-color: #404040
}

.dark .collection-filter-block .product-service .media {
    border-color: #404040
}

.dark .pro_sticky_info {
    border-color: #404040
}

.dark .tab-border {
    border-color: #404040
}

.dark .register-page .theme-card {
    border-color: #404040
}

.dark .register-page .theme-card .theme-form input {
    border-color: #404040
}

.dark .register-page .theme-card .theme-form label {
    color: #929292
}

.dark .category-border {
    background-color: #404040;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .category-border div .category-banner .category-box h2 {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .background {
    background-color: #404040;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .background .contain-bg {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .background .contain-bg h4 {
    color: #e7eaec
}

.dark .background .contain-bg:hover h4 {
    color: #000
}

.dark .blog-bg {
    background-color: #404040;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .sub-footer.black-subfooter {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark.tools-bg {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark.tools-bg section {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .category-tools .category-m .category-wrapper {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .category-m .category-wrapper {
    border-color: #404040
}

.dark .category-m .category-wrapper h4 {
    color: #e7eaec
}

.dark .category-m .category-wrapper .category-link li a {
    color: #cbcbcb
}

.dark .tools-grey .product-box .product-info {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: rgba(64, 64, 64, .2)
}

.dark .tools-grey .product-box .cart-info button {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #cbcbcb
}

.dark .tools-grey .product-box .cart-info a {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .tools-grey .product-box .cart-info a i {
    color: #cbcbcb
}

.dark .tools-grey .product-box .img-wrapper .front {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .tools-brand .row {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark .typography_section .typography-box .headings {
    background-color: rgba(35, 35, 35, .5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: #404040
}

.dark .typography_section .typography-box .headings h3 {
    color: #eaedef
}

.dark .typography_section .typography-box .headings span {
    color: #929292
}

.dark .typography_section .typography-box .headings span code {
    color: #929292
}

.dark .typography_section .typography-box .typo-content .sub-title {
    color: #f1f3f5;
    border-color: rgba(64, 64, 64, .7)
}

.dark .typography_section .typo-content.heading_content h1,
.dark .typography_section .typo-content.heading_content h2,
.dark .typography_section .typo-content.heading_content h3,
.dark .typography_section .typo-content.heading_content h4,
.dark .typography_section .typo-content.heading_content h5,
.dark .typography_section .typo-content.heading_content h6 {
    color: #fff
}

.dark .typography_section .typo-content.product-pagination .pagination .page-item {
    border-color: #404040
}

.dark .typography_section code {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .absolute_banner .collection-banner .absolute-contain {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark .absolute_banner .collection-banner .absolute-contain h4 {
    color: #e7eaec
}

.dark .absolute-product .product-box {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .absolute-product .product-box .product-detail .cart-bottom {
    border-color: #404040
}

.dark .absolute-product .product-box .product-detail .cart-bottom i {
    color: #cbcbcb
}

.dark .absolute-product .product-box .product-detail .cart-bottom i:hover {
    color: #fff
}

.dark .box-product .full-box .theme-card .offer-slider .product-box2 {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark .box-product .full-box .theme-card .offer-slider .product-box2 .media {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom {
    border-color: #404040
}

.dark .insta-title {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .tab-bg {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .darken-layout {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .darken-layout p {
    color: #cfd4da
}

.dark .darken-layout .sub-title .contact-list li {
    color: #cfd4da
}

.dark .darken-layout .sub-title .contact-list i {
    color: #cfd4da
}

.dark .darken-layout .footer-social i {
    color: #cfd4da
}

.dark .sub-footer.dark-subfooter p {
    color: #cfd4da
}

.dark .cart-section tbody tr td a,
.dark .cart-section tbody tr td p,
.dark .wishlist-section tbody tr td a,
.dark .wishlist-section tbody tr td p {
    color: #cbcbcb
}

.dark .footer-title {
    border-color: #404040
}

.dark .category-bg {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .category-bg .contain-block {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .category-bg .contain-block h2 {
    color: #f1f3f5
}

.dark .category-bg .contain-block h6 span {
    color: #929292
}

.dark .service_slide .service-home .service-block1 {
    background-color: rgba(35, 35, 35, .9);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .service_slide .service-home .service-block1:nth-child(even) {
    background-color: rgba(35, 35, 35, .7);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .service_slide .service-home .service-block1 svg path {
    fill: #fff
}

.dark .bg-grey {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .detail-cannabis .detail_section>div {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark .detail-cannabis .detail_section svg {
    fill: #fff
}

.dark .border-box.tools-grey .product-box {
    border-color: #404040
}

.dark .theme-modal .modal-dialog .modal-content .modal-body {
    background-image: linear-gradient(135deg, #eec8c1 5.77%, #232323 5.77%, #232323 25%, #f1f3f5 25%, #f1f3f5 30.77%, #232323 30.77%, #232323 50%, #eec8c1 50%, #eec8c1 55.77%, #232323 55.77%, #232323 75%, #f1f3f5 75%, #f1f3f5 80.77%, #232323 80.77%, #232323 100%)
}

.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
    color: #e7eaec
}

.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
    color: #fff
}

.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
    color: #f1f3f5
}

.dark .theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body .modal-bg .offer-content h4 {
    color: #e7eaec
}

.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .layout-container {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .demo-text h4 {
    color: #e7eaec
}

.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects>div .demo-text .demo-btn .btn {
    border-color: #404040;
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #cbcbcb
}

.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3 {
    color: #eaedef
}

.dark .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 a {
    color: #cbcbcb
}

.dark .theme-modal.exit-modal .media .media-body h5 {
    color: #dee2e6
}

.dark .theme-modal.exit-modal .stop {
    -webkit-filter: invert(100);
    filter: invert(100)
}

.dark #quick-view .modal-dialog .modal-content .modal-body {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .addcart_btm_popup {
    background-color: #232323;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: #404040
}

.dark .addcart_btm_popup .fixed_cart i {
    color: #cbcbcb
}

.dark .review-page .comnt-sec li a {
    color: #cbcbcb
}

.dark .sitemap_page ul li a {
    color: #cbcbcb
}

.dark .sitemap_page ul li a:hover {
    color: #000
}

.dark .sitemap_page ul ul li a {
    color: #dee2e6
}

.dark .effect-cls:after,
.dark .effect-cls:before {
    -webkit-filter: invert(100);
    filter: invert(100)
}

.dark .game-product .product-box .cart-info a i {
    background-color: #2b2b2b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #cbcbcb
}

.dark .demo-right a {
    background-color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.dark .dark-light,
.dark .rtl-btn {
    background-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark .color-picker a.handle {
    background-color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #cbcbcb
}

.dark .setting-box .setting-title h4 {
    color: #333
}

.dark .border-right {
    border-color: #404040!important
}

.dark .add_to_cart.right .cart-inner {
    background-color: #2b2b2b
}

.dark .add_to_cart .cart-inner .cart_top {
    border-color: #404040
}

.dark .add_to_cart .cart-inner .cart_top h3 {
    color: #eaedef
}

.dark .add_to_cart .cart-inner .cart_top .close-cart i {
    color: #fff
}

.dark .add_to_cart .cart-inner .cart_media li .media .media-body h4 {
    color: #e7eaec
}

.dark .add_to_cart .cart-inner .cart_media li .media .media-body h4 span {
    color: #929292
}

.dark .add_to_cart .cart-inner .cart_media li .total {
    border-color: #404040
}

.dark .add_to_cart .cart-inner .cart_media li .total h5 {
    color: #dee2e6
}

.dark .blog-page .blog-media .blog-right ul li {
    border-color: #404040
}

.dark .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
    background-color: #232323;
    border-color: #404040
}

.dark .product-box .product-info h6 {
    color: #cfd4da
}

.dark .product-box .addtocart_box {
    background-color: #232323
}

.dark .product-box .addtocart_box .close-cart i {
    color: #cbcbcb
}

.dark .offer-slider .media .media-body h6 {
    color: #cfd4da
}

.dark .theme-card .offer-slider .media .media-body h4 {
    color: #21cde4
}

.dark .contact-page .contact-right ul li .contact-icon h6 {
    color: #cfd4da
}

.dark .contact-page .contact-right ul li .contact-icon i {
    color: #cfd4da
}

.dark .cart-info a [class*=" ti-"],
.dark .cart-info a [class^=ti-] {
    border-color: #404040
}

.dark .size-box li.active {
    background-color: #2b2b2b;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .6)
}

.dark .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
    color: #cbcbcb
}

.dark .title {
    color: #dee2e6;
    background: unset;
    -webkit-text-fill-color: unset
}

.dark .team .avtar-image {
    border-color: #404040
}

.dark .testimonial .testimonial-slider .upper-part img {
    border-color: #404040
}

.dark .cart-section .striped-table tbody:nth-child(odd),
.dark .wishlist-section .striped-table tbody:nth-child(odd) {
    background-color: #232323
}

.dark .contact-page .contact-right ul li p {
    color: #cfd4da
}

@media (min-width:1431px) {
    .container {
        max-width: 1400px
    }
}

@media (max-width:1500px) and (min-width:1199px) {
    .dropdown .dropdown-menu {
        right: 0!important;
        left: unset
    }
}

@media (max-width:1430px) {
    header .search-bar {
        padding-right: 0
    }
    header .search-bar .search__input {
        width: 230px
    }
    header .search-bar .search-icon {
        right: 5px
    }
    header .nav-icon ul .onhover-div {
        padding: 32px 10px
    }
    header .nav-icon ul .onhover-div.cart-icon .cart {
        display: none
    }
    header.header-1 .nav-icon ul .onhover-div {
        padding: 0 20px 0 0
    }
    header.header-1 .nav-icon ul .onhover-div .icon-detail {
        display: none
    }
    header.header-1 .nav-icon ul .wishlist-icon {
        padding: 0 20px 0 0
    }
    header.header-1 .nav-icon ul .cart-icon {
        padding: 0
    }
    header.header-1 .service-vertical {
        padding: 15px 10px 15px 0
    }
    header.header-1 .service-vertical .service-block {
        padding-bottom: 15px;
        margin-bottom: 15px
    }
    header.header-1 .service-vertical .service-block .top-section h5 {
        font-size: 14px
    }
    header.header-1 .service-vertical .service-block:last-child {
        padding-bottom: 0;
        margin-bottom: 0
    }
    header.header-1 .category-section .category-box {
        padding: 15px 5px 5px
    }
    header.header-1 .category-section .category-box .navbar-toggler {
        text-transform: capitalize
    }
    header.header-2 .upper-section>ul>li:nth-child(-n+3) {
        display: none
    }
    header.header-2 .upper-section>ul>li a {
        padding-right: 17px
    }
    header.header-2 .upper-section>ul>li a select {
        background: url(../images/dropdown.png) no-repeat 72%
    }
    header.header-2 .upper-section>ul>li:last-child a {
        padding-right: 17px
    }
    header.header-2 .content-header .left-section {
        width: 75%;
        padding-right: 60px
    }
    header.header-2 .content-header .right-section {
        text-align: right;
        width: 25%
    }
    header.header-2 .header-top .brand-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    header.header-2 .header-top .brand-logo img {
        width: 130px
    }
    header.header-2 .nav-icon ul .onhover-div {
        padding: 0 35px 0 0
    }
    header.header-2 .nav-icon ul .onhover-div .icon-detail {
        display: none
    }
    header.header-2 .nav-icon ul .onhover-div .show-div.shopping-cart {
        right: 0
    }
    header.header-2 .nav-icon ul .onhover-div.cart-icon {
        padding-right: 0
    }
    header.header-2 .search-bar .search-icon {
        right: 5px
    }
    header.header-2 .pixelstrap.sm-horizontal>li>a {
        padding: 33px 15px 33px 0
    }
    header.header-2 .pixelstrap.sm-horizontal>li>a:hover {
        padding: 33px 15px 33px 0
    }
    header.header-2 .pixelstrap.sm-horizontal>li>a:focus {
        padding: 33px 15px 33px 0
    }
    header.header-2 .pixelstrap.sm-horizontal>li>a:active {
        padding: 33px 15px 33px 0
    }
    header.header-3 .brand-logo img {
        height: 85px
    }
    header.header-3 .pixelstrap.sm-horizontal>li>a {
        padding: 14px 22px 14px 0
    }
    header.header-3 .pixelstrap.sm-horizontal>li>a:hover {
        padding: 14px 22px 14px 0
    }
    header.header-3 .pixelstrap.sm-horizontal>li>a:focus {
        padding: 14px 22px 14px 0
    }
    header.header-3 .pixelstrap.sm-horizontal>li>a:active {
        padding: 14px 22px 14px 0
    }
    header.header-3 .nav-icon ul .cart-icon {
        padding-right: 20px
    }
    header.header-3 .nav-icon ul .cart-icon .cart-count {
        top: 14px;
        left: 27px
    }
    header.header-3 .nav-icon ul .onhover-div {
        padding: 30px 15px
    }
    header.header-3 .nav-icon ul .onhover-div.user-icon {
        padding-right: 15px!important
    }
    header.header-3 .search-bar {
        margin-top: 20px
    }
    header.header-3 .search-bar .search-icon {
        right: 6px
    }
    header.header-3 .right_part .navbar {
        padding: 32px 15px 0
    }
    header.header-4 .brand-logo {
        padding: 12px 0;
        text-align: center
    }
    header.header-4 .brand-logo img {
        width: 85%
    }
    header.header-4 .pixelstrap.sm-horizontal a {
        padding: 25px 0;
        padding-right: 15px
    }
    header.header-4 .pixelstrap.sm-horizontal a:active,
    header.header-4 .pixelstrap.sm-horizontal a:focus,
    header.header-4 .pixelstrap.sm-horizontal a:hover {
        padding: 25px 0;
        padding-right: 15px
    }
    header.header-4 .pixelstrap.sm-horizontal ul a {
        padding: 5px 20px
    }
    header.header-4 .pixelstrap.sm-horizontal ul a,
    header.header-4 .pixelstrap.sm-horizontal ul a.highlighted,
    header.header-4 .pixelstrap.sm-horizontal ul a:active,
    header.header-4 .pixelstrap.sm-horizontal ul a:focus,
    header.header-4 .pixelstrap.sm-horizontal ul a:hover {
        padding: 5px 20px
    }
    header.header-4 .nav-icon ul .onhover-div {
        padding: 25px 10px
    }
    header.header-4 .nav-icon ul .onhover-div .show-div {
        top: 75px
    }
    header.header-4 .header-shadow .left-shadow,
    header.header-4 .header-shadow .right-shadow {
        top: 74px
    }
    header.header-4 .search-bar .search-icon {
        top: 16px
    }
    header.header-center .search-bar .search-icon {
        top: 0;
        right: 8px
    }
    header.header-center .nav-icon ul .onhover-div {
        cursor: pointer;
        padding: 32px 10px
    }
    header.header-center .brand-logo {
        padding: 18px 0
    }
    .upper-part .blog-box.blog-pattern .blog-white.review-sec .review-block .media {
        padding-top: 19px
    }
    .blog-box .review-sec .review-block .media .icon {
        left: 50px
    }
    .blog-box .review-sec .review-block .media .media-body p {
        margin-top: 0
    }
    .blog-box .review-sec .review-block .media img {
        height: 60px
    }
    .blog-box.blog-pattern .blog-white.product-sec .product-block .media img {
        height: 45px
    }
    .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media img {
        height: 60px
    }
    .slider-part {
        border: 10px solid #fff
    }
    .home-slider.home-fix .home {
        height: 432px
    }
    .home-slider.home-fix .slider-contain {
        height: 432px
    }
    .home-slider .slider-contain h5 {
        margin-top: -4px
    }
    .banner-sec .center-banner .center img {
        height: 214px;
        margin: 10px
    }
    .banner-sec .center-banner .contain-left {
        padding: 30px
    }
    .banner-sec .center-banner .contain-right {
        padding: 30px
    }
    .banner-sec .collection-banner .banner-contain {
        padding: 25px
    }
    .banner-sec.landscape-layout .center-banner .center img {
        height: 140px
    }
    .banner-sec.landscape-layout .center-banner .contain-right {
        padding-right: 30px
    }
    .blog-section .review-box .review-content p {
        height: 130px
    }
    .product-layout .center-product {
        padding: 0 15px 30px
    }
    .product-layout .center-product .product-img img {
        height: 200px
    }
    .product-layout .center-product .product-details h5 {
        margin-bottom: 40px
    }
    .product-box .img-block .add-btn .btn-outline {
        padding: 4px 6px
    }
    .product-box .img-block .cart-wrap button {
        padding: 8px
    }
    .product-box .img-block .cart-wrap a {
        padding: 8px
    }
    .product-box .img-block .cart-wrap i {
        font-size: 14px
    }
    .product-box .img-block .lable-wrapper .lable1:before {
        left: 38px
    }
    .product-box .addtocart_box .addtocart_detail h5 {
        margin-bottom: 5px
    }
    .product-box.product-select-box .qty-add-box .qty-box button i {
        display: none
    }
    .tab-layout1 .theme-tab .drop-shadow .right-shadow {
        right: 0
    }
    .tab-layout1 .theme-tab .drop-shadow .left-shadow {
        left: 0
    }
    .tab-layout3 .theme-tab .tabs {
        margin: 0 0 40px
    }
    .tab-layout3 .product-box .img-block .cart-details {
        right: 10px
    }
    .tab-layout3 .product-box .img-block .cart-details i {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .tab-layout3 .product-box .img-block .lable-wrapper .lable4 {
        left: 10px
    }
    .tab-layout3 .product-box .img-block .lable-wrapper .lable5 {
        left: 4px
    }
    .tab-layout3 .product-box.full-box .img-block .cart-details i {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .vertical-tab .side-banner img {
        height: 576px
    }
    .vertical-tab .tab-inner .theme-tab .tabs li {
        padding: 20px 0 20px 20px
    }
    .vertical-tab .tab-head {
        padding: 0 20px
    }
    .vertical-tab .slick-next {
        right: 14px
    }
    .vertical-tab .slick-prev {
        right: 45px
    }
    .slider-section .deal-box .product img {
        height: 340px
    }
    .slider-section .side-banner img {
        height: 572px
    }
    .slider-section .side-banner.side-banner1 img {
        height: 570px
    }
    .slider-section .side-banner.side-banner2 img {
        height: 566px
    }
    .slider-section .side-banner.side-banner3 img {
        height: 718px
    }
    .blog-box.blog-pattern .blog-white.feature-sec .feature-block:first-child .media {
        margin-top: 0
    }
    .blog-box.blog-pattern .blog-white.app-white .mobile1 {
        margin-top: 60px
    }
    .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body h5 {
        text-transform: capitalize
    }
    .media-product-section .media,
    .media-product-section .product-box {
        padding: 10px
    }
    .media-product-section .media img,
    .media-product-section .product-box img {
        height: 141px
    }
    .media-product-section .media .cart-info i,
    .media-product-section .product-box .cart-info i {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px
    }
    .layout-4 {
        margin: 20px 0
    }
    .single-section .blog-box .media {
        margin-bottom: 40px
    }
    .single-section .blog-box .media:last-child {
        margin-bottom: 0
    }
    footer .call-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    footer.footer-2 .callus {
        margin-top: 14px
    }
    footer.footer-2 .callus .footer-banner-content {
        display: block;
        top: 53%;
        margin-right: 10px
    }
    footer.footer-2 .callus .footer-banner-content .call-text {
        margin-right: 0;
        text-align: center
    }
    footer.footer-2 .callus .footer-banner-content .footer-social {
        margin-left: 0;
        margin-right: 0
    }
    footer.footer-4 .border-class {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
    footer.footer-4 .call-text {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .cart-section tfoot tr td {
        padding-right: 0;
        padding-left: 41px
    }
    .about-page p {
        line-height: 22px
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        width: 100%;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        text-align: center
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
        width: 20%;
        padding-right: 0!important;
        border-left: 1px solid #ddd
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
        padding: 20px!important;
        padding-left: 0!important;
        width: 20%
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view>ul>li:last-child {
        display: none
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        border-right: 1px solid #ddd;
        width: 30%
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        width: 30%
    }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
        width: 10%
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
        width: 25%
    }
    .cart-section .cart-buttons>div:last-child {
        padding-right: 38px
    }
    .cart-section tbody tr td {
        /*min-width: 175px*/
    }
    .cart-section tbody tr td .qty-box .input-group .form-control {
        width: 75px
    }
    .cart-section tfoot tr td {
        padding-right: 41px
    }
    .product-right .product-icon .product-social li {
        padding-right: 10px
    }
    .product-form-box .timer {
        padding-left: 17px
    }
    .product-form-box .timer span {
        width: 55px
    }
    .rtl header .search-bar {
        padding-left: 0
    }
    .rtl header .search-bar .search-icon {
        left: 5px
    }
    .rtl header.header-1 .nav-icon ul .onhover-div {
        padding: 0 20px 0 0
    }
    .rtl header.header-1 .nav-icon ul .wishlist-icon {
        padding-right: 0
    }
    .rtl header.left-header .sidenav {
        right: -300px;
        left: unset
    }
    .rtl header.left-header .sidenav.open-side {
        right: 0;
        left: unset
    }
    .rtl header.left-header .top-header {
        padding-right: 0
    }
    .rtl header.header-2 .nav-icon ul .onhover-div {
        padding: 0 0 0 35px
    }
    .rtl header.header-2 .nav-icon ul .onhover-div.wishlist-icon {
        padding: 0 0 0 35px
    }
    .rtl header.header-2 .nav-icon ul .onhover-div.cart-icon {
        padding: 0
    }
    .rtl header.header-2 .content-header .left-section {
        padding-left: 60px;
        padding-right: 0
    }
    .rtl header.header-2 .upper-section li a {
        padding-right: 12px;
        padding-left: 17px
    }
    .rtl header.header-2 .upper-section li a select {
        background: url(../images/dropdown.png) no-repeat 18%
    }
    .rtl header.header-2 .pixelstrap.sm-horizontal>li>a {
        padding: 33px 0 33px 15px
    }
    .rtl header.header-2 .pixelstrap.sm-horizontal>li>a:active,
    .rtl header.header-2 .pixelstrap.sm-horizontal>li>a:focus,
    .rtl header.header-2 .pixelstrap.sm-horizontal>li>a:hover {
        padding: 33px 0 33px 15px
    }
    .rtl header.header-2 .search-bar .search-icon {
        left: 5px
    }
    .rtl header.header-3 .nav-icon ul .cart-icon {
        padding: 30px 15px
    }
    .rtl header.header-4 .pixelstrap.sm-horizontal a {
        padding: 25px 0;
        padding-left: 15px
    }
    .rtl header.header-4 .pixelstrap.sm-horizontal a:active,
    .rtl header.header-4 .pixelstrap.sm-horizontal a:focus,
    .rtl header.header-4 .pixelstrap.sm-horizontal a:hover {
        padding: 25px 0;
        padding-left: 15px
    }
    .rtl header.header-4 .pixelstrap.sm-horizontal ul a {
        padding: 5px 20px
    }
    .rtl header.header-4 .pixelstrap.sm-horizontal ul a,
    .rtl header.header-4 .pixelstrap.sm-horizontal ul a.highlighted,
    .rtl header.header-4 .pixelstrap.sm-horizontal ul a:active,
    .rtl header.header-4 .pixelstrap.sm-horizontal ul a:focus,
    .rtl header.header-4 .pixelstrap.sm-horizontal ul a:hover {
        padding: 5px 20px
    }
    .rtl header.header-4 .pixelstrap.sm-horizontal .mega-box .link-section .demo ul li a {
        padding: 0
    }
    .rtl header.header-center .search-bar .search-icon {
        right: unset
    }
    .rtl .pixelstrap a,
    .rtl .pixelstrap a:active,
    .rtl .pixelstrap a:focus,
    .rtl .pixelstrap a:hover {
        padding-left: 15px;
        padding-right: 0
    }
    .rtl .product-form-box .timer {
        padding-right: 17px;
        padding-left: 0
    }
    .rtl .cart-section .cart-buttons>div:last-child,
    .rtl .wishlist-section .cart-buttons>div:last-child {
        padding-left: 41px
    }
    .rtl .collection-product-wrapper .product-filter-content .collection-view {
        border-left: none;
        border-right: 1px solid #ddd
    }
    .rtl .collection-product-wrapper .product-filter-content .product-page-filter {
        border-left: 1px solid #ddd;
        border-right: none
    }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        border-right: 1px solid #ddd;
        padding-right: 20px
    }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
        text-align: center
    }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
        padding-right: 20px!important;
        padding-left: 0!important
    }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
        padding-right: 0!important;
        padding-left: 20px!important
    }
    .rtl .product-right .product-icon .product-social li {
        padding-left: 10px
    }
    .rtl .left-sidebar_space {
        padding-right: 0;
        padding-left: 0
    }
    .rtl .vertical-tab .tab-inner .theme-tab .tabs li {
        padding: 20px 20px 20px 0
    }
    .rtl .tab-layout3 .product-box .img-block .lable-wrapper .lable4 {
        left: unset;
        right: 10px
    }
    .rtl .tab-layout3 .product-box .img-block .lable-wrapper .lable5 {
        left: unset;
        right: 4px
    }
    .rtl .tab-layout3 .product-box .img-block .cart-details {
        right: unset
    }
    .rtl .vertical-tab .slick-next {
        left: 45px
    }
    .rtl .vertical-tab .slick-prev {
        left: 14px
    }
    .rtl footer.footer-2 .callus .footer-banner-content .call-text h3 {
        text-align: center
    }
    .rtl footer.footer-4 .border-class {
        padding: 0
    }
    .dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
        border-color: #404040
    }
    .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        border-color: #404040
    }
}

@media (max-width:1430px) and (min-width:1200px) {
    .abjust-story .blog-info.blog-vertical h5 {
        margin-bottom: 9px
    }
    .blog-box.blog-abjust .media img {
        height: 85px
    }
    .blog-box .media {
        margin-bottom: 18px
    }
    .blog-box .media img {
        height: 75px
    }
    .blog-box .media .media-body p {
        font-size: 13px;
        line-height: 16px
    }
    .blog-box.blog-pattern .blog-white.app-white {
        padding: 50px 30px 0
    }
    .blog-box.blog-pattern .blog-white.contact {
        padding: 40px
    }
    .blog-box.blog-pattern .blog-white.contact h3 {
        font-size: 20px
    }
    .blog-box.blog-pattern .blog-white.contact .contact-form h5 {
        margin-top: 30px
    }
    .logo .logo-img {
        padding: 25px 0
    }
    .app-section .app-content {
        margin-left: 15px
    }
    .app-section .app-content .app-buttons a img {
        height: 30px
    }
    .upper-part .blog-box.blog-pattern .blog-white {
        padding: 0 20px 20px
    }
    .upper-part .blog-box.blog-pattern .blog-white .title {
        padding: 20px 0
    }
    .upper-part .blog-box.blog-pattern .blog-white .slick-next {
        top: -29px
    }
    .upper-part .blog-box.blog-pattern .blog-white .slick-prev {
        top: -29px
    }
    .upper-part .blog-box.blog-pattern .blog-white.product-sec .product-block .media .mr-3 {
        margin-right: 5px!important
    }
    .upper-part .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media {
        padding-top: 15px
    }
    .single-section .blog-box {
        padding: 0 30px 30px
    }
    .single-section .blog-box .blog-white .product img {
        height: 184px
    }
    .single-section .blog-box .blog-white .product p {
        margin-top: 24px
    }
    .single-section .blog-box .review-sec .review-block .media {
        padding-bottom: 30px;
        padding-top: 41px
    }
    .single-section .blog-box .review-sec .review-block .media:last-child {
        padding-bottom: 7px
    }
    footer .call-us .footer-banner-content .call-text {
        margin-right: 10px
    }
    footer .call-us .footer-banner-content .footer-social {
        margin-left: 10px;
        margin-right: 10px
    }
    footer .call-us .footer-banner-content .address-section {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media (max-width:1430px) and (min-width:991px) {
    .blog-section .review-box {
        padding: 0 15px 15px!important
    }
    .blog-section .review-box .title {
        padding: 15px 0
    }
}

@media (max-width:1367px) {
    .home-slider .slick-prev {
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    .home-slider .slick-next {
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    .home-slider:hover .slick-prev {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }
    .home-slider:hover .slick-next {
        -webkit-transform: scale(1.01);
        transform: scale(1.01)
    }
    .collection-banner .contain-banner.banner-3 {
        padding-left: 35px;
        padding-right: 35px
    }
    .product-box .img-block .cart-details {
        right: 10px
    }
}

@media (min-width:1200px) {
    .rtl .offset-xl-1 {
        margin-right: 8.33333%;
        margin-left: 0
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .blog-box.blog .blog-white .media {
        width: 33%;
        display: inline-block;
        margin-bottom: 0;
        padding: 0 5px
    }
    .blog-box.blog .blog-white .media img {
        width: 100%;
        height: 150px
    }
    .blog-box.blog .blog-white .media .media-body h5 {
        margin-top: 10px
    }
    .blog-box.layout-2 .media {
        width: 33%;
        display: inline-block;
        margin-bottom: 0;
        padding: 0 5px
    }
    .blog-box.layout-2 .media img {
        width: 100%;
        height: 150px
    }
    .blog-box.layout-2 .media .media-body h5 {
        margin-top: 10px
    }
    .banner-sec .center-banner .center img {
        height: 170px
    }
    .banner-sec .center-banner .contain-left {
        padding: 20px
    }
    .banner-sec .center-banner .contain-right {
        padding: 20px
    }
    .banner-sec .collection-banner .banner-contain {
        padding: 15px
    }
    .banner-sec .collection-banner .banner-contain h2 {
        font-size: 25px;
        margin: 0
    }
    .banner-sec .collection-banner .banner-contain h5 {
        margin-top: 0
    }
    .product-box {
        padding: 10px
    }
    .product-box .img-block .add-btn {
        bottom: 70px
    }
    .product-box .img-block .cart-details i {
        padding-top: 7px;
        padding-bottom: 7px
    }
    .product-box .img-block .lable-wrapper .lable1 {
        font-size: 12px;
        top: 8px;
        left: 8px
    }
    .product-box .img-block .lable-wrapper .lable1:before {
        border-left: 11px solid #eec8c1;
        border-top: 12px solid transparent;
        border-bottom: 10px solid transparent;
        left: 34px
    }
    .product-box .img-block .lable-wrapper .lable2 {
        font-size: 13px;
        left: 8px;
        top: 32px
    }
    .rtl footer .footer-section .about-section {
        border-left: none
    }
    .rtl footer .footer-section .footer-link {
        border-left: none;
        border-right: 1px solid #eee
    }
    .rtl .product-box .img-block .lable-wrapper .lable1:before {
        right: 34px
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .collection-banner .contain-banner {
        padding-left: 10px;
        padding-right: 10px
    }
    .collection-banner .contain-banner h3 {
        font-size: 16px;
        margin-top: 0
    }
    .collection-banner .contain-banner h6 {
        margin-top: 0
    }
    .collection-banner .contain-banner .banner-deal {
        padding: 3px 8px
    }
    .collection-banner .contain-banner .banner-deal h6 {
        font-size: 12px
    }
    .collection-banner .contain-banner.banner-3 {
        padding-left: 10px;
        padding-right: 10px
    }
    .order-cls {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 40px
    }
    .single-section .blog-box .blog-white .product img {
        margin-bottom: 15px
    }
}

@media (max-width:1199px) {
    section {
        padding-top: 40px
    }
    .error-section {
        border-top: 1px solid #ddd
    }
    .about-page .col-xl-7 {
        text-align: center
    }
    .pixelstrap.sm-horizontal .icon-cls {
        display: none
    }
    .same-slider h6 {
        line-height: 1.4
    }
    header .toggle-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding-right: 15px
    }
    header .toggle-nav i {
        font-size: 22px
    }
    header .mobile-back {
        display: block;
        padding: 20px;
        font-size: 18px;
        color: #222;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #efefef;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    header .sm-horizontal {
        position: fixed;
        background-color: #fff;
        width: 300px;
        border-radius: 0;
        border: 1px solid #eee;
        top: 0;
        height: 100vh;
        right: -300px;
        z-index: 999;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        overflow: scroll
    }
    header .brand-logo {
        padding-left: 42px
    }
    header .search-bar .search__input {
        width: 258px
    }
    header.header-1 .slider-bg {
        max-width: unset
    }
    header.header-1 .service-part {
        margin-top: 15px;
        padding-left: 15px;
        background-color: transparent;
        margin-bottom: 30px
    }
    header.header-1 .service-vertical {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px
    }
    header.header-1 .service-vertical .service-block {
        padding-bottom: 0;
        margin-bottom: 0;
        border-right: 1px solid #eee;
        border-bottom: none;
        padding-right: 15px;
        margin-right: 15px;
        width: 20%
    }
    header.header-1 .service-vertical .service-block:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none
    }
    header.header-1 .slider-part {
        background-color: unset
    }
    header.header-1 .category-part {
        position: absolute;
        margin: 0;
        background-color: transparent;
        display: inline-block;
        width: 0;
        top: -60px;
        padding: 0
    }
    header.header-1 .category-part .category-section .category-box {
        padding: 0
    }
    header.header-1 .header-section .search-bar {
        display: none
    }
    header.header-1 .right-part ul li .select-option,
    header.header-1 .right-part ul li a {
        padding: 0 8px
    }
    header.header-1 .brand-logo {
        padding: 12px 0 20px
    }
    header.header-1 .brand-logo img {
        height: 52px;
        width: auto
    }
    header.header-1 .toggle-nav {
        position: absolute;
        right: 0;
        top: -42px
    }
    header.header-1 .toggle-nav i {
        color: #b2b6be
    }
    header.header-1 .bg-class {
        background-color: transparent
    }
    header.header-1 .nav-icon ul .cart-icon {
        padding: 0 46px 0 0
    }
    header.header-1 .pixelstrap.sm-horizontal .icon-cls {
        display: none
    }
    header.header-1 .pixelstrap.sm-horizontal>li>a {
        padding: 8px 18px;
        color: #444
    }
    header.header-1 .pixelstrap.sm-horizontal>li>a:active,
    header.header-1 .pixelstrap.sm-horizontal>li>a:focus,
    header.header-1 .pixelstrap.sm-horizontal>li>a:hover {
        padding: 8px 18px;
        color: #444
    }
    header.header-1 .pixelstrap.sm-vertical .icon-cls {
        display: none
    }
    header.header-1 .pixelstrap.sm-vertical>li>a {
        padding: 8px 18px;
        color: #444
    }
    header.header-1 .pixelstrap.sm-vertical>li>a:active,
    header.header-1 .pixelstrap.sm-vertical>li>a:focus,
    header.header-1 .pixelstrap.sm-vertical>li>a:hover {
        padding: 8px 18px;
        color: #444
    }
    header.header-1 .search-3 {
        display: inline-block
    }
    header.header-2 .header-top .brand-logo {
        padding-left: 0;
        padding-right: 20px
    }
    header.header-2 .pixelstrap.sm-horizontal>li>a {
        padding: 8px 18px
    }
    header.header-2 .pixelstrap.sm-horizontal>li>a:hover {
        padding: 8px 18px
    }
    header.header-2 .pixelstrap.sm-horizontal>li>a:focus {
        padding: 8px 18px
    }
    header.header-2 .pixelstrap.sm-horizontal>li>a:active {
        padding: 8px 18px
    }
    header.header-2 .icon-cls {
        display: none
    }
    header.header-2 .content-header .left-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 58%;
        padding-right: 60px
    }
    header.header-2 .content-header .right-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 60%
    }
    header.header-2 .upper-section {
        padding: 25px;
        border-bottom: none;
        border-right: 1px solid #eee;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    header.header-2 .lower-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    header.header-2 .search-bar {
        padding-top: 20px
    }
    header.header-2 .search-bar .search__input {
        width: 275px
    }
    header.header-2 .search-bar .search-icon {
        top: 20px
    }
    header.header-3 .brand-logo {
        border-right: none
    }
    header.header-3 .brand-logo img {
        height: 62px
    }
    header.header-3 .home-icon {
        display: none
    }
    header.header-3 .pixelstrap.sm-horizontal>li>a {
        padding: 8px 18px
    }
    header.header-3 .pixelstrap.sm-horizontal>li>a:active,
    header.header-3 .pixelstrap.sm-horizontal>li>a:focus,
    header.header-3 .pixelstrap.sm-horizontal>li>a:hover {
        padding: 8px 18px
    }
    header.header-3 .toggle-nav {
        padding: 0;
        position: absolute;
        left: 20px;
        z-index: 1;
        top: 30px
    }
    header.header-3 .toggle-nav i {
        color: #777
    }
    header.header-3 .search-bar .search__input {
        display: none
    }
    header.header-3 .search-bar .search-icon {
        display: none
    }
    header.header-3 .nav-icon ul .onhover-div {
        padding: 36px 15px
    }
    header.header-3 .nav-icon ul .onhover-div.user-icon {
        padding-right: 0!important
    }
    header.header-3 .nav-icon ul .search-3 {
        display: inline-block
    }
    header.header-3 .nav-icon ul .setting-icon {
        padding-right: 0
    }
    header.header-3 .search-img {
        cursor: pointer
    }
    header.header-3 .category-section .category-box {
        width: 0;
        border: none
    }
    header.header-3 .right_part .navbar {
        padding: 38px 0 0
    }
    header.header-4 .brand-logo {
        padding-left: 0
    }
    header.header-4 .pixelstrap.sm-horizontal {
        z-index: 9
    }
    header.header-4 .pixelstrap.sm-horizontal a {
        padding: 8px 18px
    }
    header.header-4 .pixelstrap.sm-horizontal a:active header.header-4 .pixelstrap.sm-horizontal a.highlighted,
    header.header-4 .pixelstrap.sm-horizontal a:focus,
    header.header-4 .pixelstrap.sm-horizontal a:hover {
        padding: 8px 18px
    }
    header.header-center .nav-icon ul .onhover-div.cart-icon {
        margin-right: 35px
    }
    header.header-center .nav-icon ul .onhover-div.cart-icon:after {
        display: block
    }
    header.header-center #main-nav {
        border-top: none;
        display: inline-block;
        position: absolute;
        top: -53px;
        right: 15px
    }
    header.header-center #main-nav .toggle-nav {
        padding-right: 0
    }
    header.header-center .search-bar .search__input {
        width: 210px
    }
    header.header-center .pixelstrap.sm-horizontal>li>a {
        padding: 8px 18px
    }
    header.header-center .pixelstrap.sm-horizontal>li>a:active header.header-center .pixelstrap.sm-horizontal>li>a.highlighted,
    header.header-center .pixelstrap.sm-horizontal>li>a:focus,
    header.header-center .pixelstrap.sm-horizontal>li>a:hover {
        padding: 8px 18px
    }
    .section-t-space {
        padding-top: 40px
    }
    .section-b-space {
        padding-bottom: 40px
    }
    .portfolio-padding {
        padding-bottom: 30px
    }
    .vertical-tab .padding-class.pr-0 {
        padding-right: 15px!important
    }
    .vertical-tab.vertical-tab2 .row>div.pr-0 {
        padding-right: 15px!important
    }
    .bg-position-unset.b-left {
        background-position: center!important
    }
    .slider-category .category-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .slider-category .category-right .cat-box {
        padding-top: 30px
    }
    .slider-category .category-right .cat-box+.cat-box {
        padding-left: 30px;
        padding-top: 30px
    }
    .service-banner {
        padding-top: 30px
    }
    .grid-5 .box-5 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: calc(33.33% - 30px);
        margin: 0 15px 30px
    }
    .grid-5 .box-5:nth-last-child(-n+5) {
        margin: 0 15px 30px
    }
    .grid-5 .box-5:nth-last-child(-n+3) {
        margin: 0 15px
    }
    .layout-4 {
        margin: 18px 0
    }
    .home-slider .home {
        height: 70vh
    }
    .home-slider .slider-contain {
        height: 70vh
    }
    .home-slider .slider-contain h1 {
        font-size: 50px
    }
    .home-slider.home-fix .home,
    .home-slider.home-fix .slider-contain {
        height: 70vh
    }
    .slider-bg .home-slider .home {
        padding: 0 15px
    }
    .layout-2-menu .home-slider .home .slider-contain>div {
        padding: 25px 170px
    }
    .category .category-img .category-text {
        top: 38px;
        right: 20px
    }
    .banner-content .banner-btn {
        padding: 20px 220px
    }
    .banner-content.layout-3 .banner-btn {
        padding: 20px 100px
    }
    .app-section {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .no-bg.app-sec .app-sec-content {
        padding-left: 0
    }
    .no-bg.app-sec .app-section .app-content .app-buttons a img {
        height: 25px
    }
    .partition>div {
        margin-bottom: 40px
    }
    .partition>div:last-child {
        margin-bottom: 0
    }
    .blog-box.blog-pattern .blog-white.review-sec .review-block .media:first-child {
        padding-top: 0
    }
    .blog-box.blog-pattern .blog-white.app-white .mobile1 {
        margin-top: 55px
    }
    .blog-box .review-sec .review-block .media .media-body p {
        margin-top: 0
    }
    .blog-section .review-box {
        padding: 0 30px 30px
    }
    .blog-section .review-box .review-content p {
        margin-bottom: 30px;
        margin-top: 10px;
        height: 124px
    }
    .blog-section .review-box .review-content .avtar {
        margin-top: 0
    }
    .blog-section .review-box .review-content h6 {
        margin-top: 5px
    }
    .blog-section .review-box .slick-next,
    .blog-section .review-box .slick-prev {
        bottom: -12px
    }
    .partition-cls>div {
        margin-bottom: 30px
    }
    .partition-cls>div:last-child {}
    .single-section .blog-box .review-sec .review-block .media {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .single-section .blog-box .review-sec .review-block .media:last-child {
        padding-bottom: 0;
        margin-bottom: 0
    }
    .single-section .blog-box .review-sec .review-block .media:first-child {
        padding-top: 0
    }
    .single-section .blog-box .blog-white .product .timer p {
        margin-top: 0
    }
    .banner-sec.landscape-layout .center-banner .center img {
        height: 90px
    }
    .banner-sec.landscape-layout .right-banner h5 {
        letter-spacing: .2em
    }
    .banner-sec.landscape-layout .right-banner h2 {
        font-size: 50px;
        margin-top: 10px
    }
    .banner-sec.landscape-layout .right-banner h6 {
        padding: 10px 30px
    }
    .banner-sec.landscape-layout .left-banner h2 {
        font-size: 30px
    }
    .product-layout .center-product .product-img {
        margin-top: 0
    }
    .product-layout .center-product .product-img img {
        height: 133px
    }
    .product-layout .center-product .product-details h5 {
        margin-bottom: 45px
    }
    .tab-layout1 .theme-tab .tabs {
        margin-bottom: 40px
    }
    .product-box .img-block .cart-details {
        top: 3px
    }
    .product-box .img-block .cart-wrap button {
        margin-left: 2px;
        margin-right: 2px
    }
    .product-box .img-block .cart-wrap a {
        margin-left: 2px;
        margin-right: 2px
    }
    .product-box.product-select-box .qty-add-box .qty-box button {
        font-size: 0
    }
    .product-box.product-select-box .qty-add-box .qty-box button i {
        display: block;
        font-size: 14px;
        padding: 2px
    }
    .product-box .addtocart_box .addtocart_detail h5 {
        font-size: 14px
    }
    .product-box .addtocart_box .addtocart_detail .color-variant li {
        width: 20px;
        height: 20px;
        margin: 0 2px
    }
    .product-box .addtocart_box .addtocart_detail .color-variant li.active:after {
        height: 10px;
        width: 10px
    }
    .product-box .addtocart_box .addtocart_detail .size-box li {
        width: 18px;
        height: 18px;
        margin: 0;
        font-size: 12px
    }
    .tab-layout4 .product-box.full-box .product-info h6 {
        margin-top: 30px
    }
    .tab-layout4 .theme-tab .tab-title .tabs li {
        padding: 10px 20px
    }
    .tab-layout4 .product-box .img-block .cart-info i {
        padding-left: 10px;
        padding-right: 10px
    }
    .slider-section .padding-cls {
        padding-left: 15px!important
    }
    .slider-section .deal-box .product img {
        height: 335px
    }
    .slider-section .deal-box .product p {
        margin-top: 10px
    }
    .slider-section .deal-box .product h5 {
        margin-bottom: 10px
    }
    .slider-section .deal-box .product .timer p {
        padding: 5px 12px
    }
    .slider-section.slider-layout-4 .pr-0 {
        padding-right: 15px!important
    }
    .slider-section.slider-layout-4 .pl-0 {
        padding-left: 15px!important
    }
    .slider-section.slider-layout-4 .media-product-section {
        margin-top: 40px
    }
    .collection-section .card .card-body {
        padding: 10px
    }
    .banner-bg .banner-content.app-content .app-inner .app-download h5 {
        margin-top: -4px
    }
    footer:not(.footer-3) .instagram>div {
        padding: 50px 150px;
        background-color: #eec8c1
    }
    footer .instagram {
        display: block;
        margin-top: 40px
    }
    footer .instagram .instagram-box .overlay i {
        font-size: 34px
    }
    footer .instagram .instagram-banner {
        margin-top: -20px
    }
    footer .footer-bottom {
        padding: 20px 0
    }
    footer .footer-bottom ul li {
        padding-left: 15px;
        padding-right: 15px
    }
    footer .subscribe-section .subscribe-content .subscribe-form .form-group .form-control {
        width: 200px
    }
    footer .footer-section .border-right {
        border-right: none!important
    }
    footer .footer-section .footer-link:nth-child(3) {
        border-right: none
    }
    footer .call-us .footer-banner-content {
        background-color: rgba(255, 255, 255, .4);
        padding: 10px
    }
    footer .call-us .footer-banner-content .footer-social {
        margin-left: 10px;
        margin-right: 10px
    }
    footer .call-us .footer-banner-content .footer-social ul li {
        padding: 0
    }
    footer .call-us .footer-banner-content .footer-social ul li a {
        height: 38px;
        width: 38px;
        padding: 6px 10px;
        font-size: 18px
    }
    footer .call-us .footer-banner-content .footer-social ul li a i {
        font-size: 18px
    }
    footer .call-us .footer-banner-content .address-section {
        margin-left: 10px;
        margin-right: 10px
    }
    footer .call-us .footer-banner-content .call-text {
        margin-right: 10px
    }
    footer .call-us .footer-banner-content .call-text .call-no {
        font-size: 18px
    }
    footer.footer-2 .footer-section .about-section {
        padding: 0 0 20px;
        border-right: none
    }
    footer.footer-2 .footer-section .about-section .footer-content .footer-logo {
        text-align: center
    }
    footer.footer-2 .footer-section .about-section .footer-content p {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center
    }
    footer.footer-2 .footer-section .footer-link {
        padding-top: 0;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
    footer.footer-2 .footer-section .row.section-b-space {
        padding-bottom: 0
    }
    footer.footer-2 .instagram {
        margin-top: 0
    }
    footer.footer-2 .instagram .instagram-banner {
        margin-top: 0
    }
    footer.footer-2 .callus {
        margin-top: 20px
    }
    footer.footer-2 .footer-bottom {
        border-top: none
    }
    footer.footer-3 .footer-section .about-section {
        padding: 0
    }
    footer.footer-3 .footer-section .about-section .footer-content {
        margin-bottom: 25px
    }
    footer.footer-3 .footer-section .about-section .footer-content p {
        padding-top: 15px
    }
    footer.footer-3 .footer-section .about-section .footer-logo {
        text-align: center
    }
    footer.footer-3 .footer-section .footer-content p {
        text-align: center
    }
    footer.footer-3 .footer-section .footer-content .footer-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10px
    }
    footer.footer-3 .footer-section .footer-link {
        border-left: none;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
    footer.footer-3 .footer-section .height-cls {
        padding-top: 40px
    }
    footer.footer-3 .height-cls {
        border-top: 1px solid #eee
    }
    footer.footer-3 .instagram {
        margin-top: 0
    }
    footer.footer-3 .instagram .instagram-banner {
        height: 34px;
        width: 225px;
        margin-top: 0
    }
    footer.footer-4 .footer-section .about-section {
        border-right: none
    }
    footer.footer-4 .border-class {
        border-left: none
    }
    footer.footer-4 .border-class .footer-banner-content>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 40px 0 0
    }
    footer.footer-4 .border-class .footer-social {
        margin-top: 0
    }
    footer.footer-4 .call-text {
        margin-right: 60px
    }
    .product-right .timer {
        padding-left: 30px
    }
    .about-page .about-image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 25px;
        text-align: center
    }
    .cart-section tfoot tr td {
        padding-left: 25px
    }
    .cart-section tbody tr td,
    .wishlist-section tbody tr td {
        min-width: 186px
    }
    .blog-detail-page .comment-section li {
        padding-top: 45px;
        padding-bottom: 45px
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        width: 100%;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
        width: 20%;
        padding-right: 0!important;
        border-left: 1px solid #ddd
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
        padding: 20px!important;
        padding-left: 0!important;
        width: 20%
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view>ul>li:last-child {
        display: none
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        width: 30%
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        width: 30%
    }
    .cart-section tbody tr td {
        min-width: 140px
    }
    .cart-section tbody tr td .qty-box .input-group .form-control {
        width: 52px
    }
    .cart-section tfoot tr td {
        padding-right: 25px
    }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
        margin-top: 15px
    }
    .collection-filter-block .product-service .media .media-body h4 {
        font-size: 16px
    }
    .product-right h2 {
        font-size: 20px
    }
    .product-right .timer p {
        padding: 10px 0
    }
    .testimonial .testimonial-slider .media .media-body {
        padding: 30px
    }
    .testimonial .testimonial-slider .media .media-body p {
        line-height: 1.5
    }
    .search-product>div:nth-last-child(1),
    .search-product>div:nth-last-child(2),
    .search-product>div:nth-last-child(3) {
        margin-top: 30px
    }
    .blog-page .blog-media {
        margin-bottom: 20px
    }
    .blog-page .blog-media .blog-right {
        display: block;
        margin-top: 15px
    }
    .blog-page .blog-media .blog-right p {
        line-height: 1.3
    }
    .tab-product .tab-content.nav-material .single-product-tables table {
        width: 50%
    }
    .product-description-box .border-product {
        padding-top: 10px;
        padding-bottom: 15px
    }
    .product-description-box .product-icon .product-social li {
        padding-right: 4px
    }
    .product-description-box .product-icon .wishlist-btn span {
        padding-left: 4px
    }
    .product-form-box .border-product {
        padding-top: 10px;
        padding-bottom: 15px
    }
    .product-form-box .timer {
        padding-left: 17px
    }
    .product-form-box .timer span {
        width: 55px
    }
    .product-form-box .product-buttons .btn-outline,
    .product-form-box .product-buttons .btn-solid {
        padding: 7px 13px
    }
    .product-accordion .single-product-tables table {
        width: 70%
    }
    .tab-product .flex-column {
        -webkit-box-orient: unset!important;
        -webkit-box-direction: unset!important;
        -ms-flex-direction: unset!important;
        flex-direction: unset!important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .tab-product .nav-material.nav-tabs {
        border-bottom: 1px solid #ddd;
        border-right: 0
    }
    .tab-product .nav-material.nav-tabs .nav-item .nav-link.active {
        background-color: unset
    }
    .tab-border {
        padding-top: 0
    }
    .rtl .product-right .timer {
        padding-left: 0
    }
    .rtl .product-description-box .product-icon .product-social li {
        padding-left: 4px;
        padding-right: 0
    }
    .rtl .product-description-box .product-icon .wishlist-btn span {
        padding-right: 4px;
        padding-left: 0
    }
    .rtl header .toggle-nav {
        padding-left: 15px;
        padding-right: 0
    }
    .rtl header.header-1 .toggle-nav {
        left: 15px;
        right: unset;
        padding-left: 0
    }
    .rtl header.header-1 .nav-icon ul .cart-icon {
        padding: 0 15px 0 46px
    }
    .rtl header.header-1 .nav-icon ul .wishlist-icon {
        padding-right: 20px
    }
    .rtl header.header-1 .right-part ul li:nth-last-child(-n+2) {
        padding-left: 14px
    }
    .rtl header.header-2 .header-top .brand-logo {
        padding-right: 0;
        padding-left: 15px
    }
    .rtl header.header-2 .upper-section {
        padding: 25px;
        border-right: none;
        border-left: 1px solid #eee
    }
    .rtl header.header-2 .pixelstrap.sm-horizontal>li>a {
        padding: 8px 18px
    }
    .rtl header.header-2 .pixelstrap.sm-horizontal>li>a,
    .rtl header.header-2 .pixelstrap.sm-horizontal>li>a:active,
    .rtl header.header-2 .pixelstrap.sm-horizontal>li>a:focus,
    .rtl header.header-2 .pixelstrap.sm-horizontal>li>a:hover {
        padding: 8px 18px
    }
    .rtl header.header-3 .nav-icon ul .search-3 {
        padding-left: 0;
        padding-right: 15px!important
    }
    .rtl header.header-3 .toggle-nav {
        right: 20px;
        left: unset
    }
    .rtl header.header-3 .brand-logo {
        border-left: none
    }
    .rtl header.header-4 .pixelstrap.sm-horizontal a {
        padding: 8px 18px
    }
    .rtl header.header-4 .pixelstrap.sm-horizontal a:active,
    .rtl header.header-4 .pixelstrap.sm-horizontal a:focus,
    .rtl header.header-4 .pixelstrap.sm-horizontal a:hover {
        padding: 8px 18px
    }
    .rtl header.header-center #main-nav {
        right: unset;
        left: 15px
    }
    .rtl header.header-center #main-nav .toggle-nav {
        padding-left: 0
    }
    .rtl header.header-center .nav-icon ul .onhover-div.cart-icon {
        margin-left: 35px;
        margin-right: 0
    }
    .rtl .cart-section .cart-buttons>div:last-child,
    .rtl .wishlist-section .cart-buttons>div:last-child {
        padding-left: 17px
    }
    .rtl .tab-border .nav-border {
        border-left: none
    }
    .rtl .collection-product-wrapper .product-filter-content .collection-view {
        padding-right: 20px!important
    }
    .rtl .footer-social li {
        padding-right: 0;
        padding-left: 38px
    }
    .rtl .footer-theme2 .social-white li {
        padding-left: 12px;
        padding-right: 12px
    }
    .rtl .tab-left .theme-tab .left-side .tab-title {
        text-align: center;
        margin-left: 0
    }
    .rtl .vertical-tab .padding-class.pr-0 {
        padding-left: 15px!important
    }
    .rtl .vertical-tab.vertical-tab2 .row>div.pr-0 {
        padding-left: 15px!important
    }
    .rtl .slider-section.slider-layout-4 .pr-0 {
        padding-left: 15px!important
    }
    .rtl .slider-section.slider-layout-4 .pl-0 {
        padding-right: 15px!important
    }
    .rtl .slider-category .category-right .cat-box+.cat-box {
        padding-right: 30px;
        padding-left: 0
    }
    .rtl footer.footer-2 .footer-section .about-section .footer-content p {
        text-align: center
    }
    .rtl footer.footer-4 .call-text {
        margin-left: 60px;
        margin-right: 0
    }
    .rtl footer.footer-4 .border-class {
        border-right: none
    }
    .dark .sm-horizontal {
        background-color: #2b2b2b;
        border-color: #404040
    }
    .dark .sm-horizontal .mobile-back {
        border-color: #404040;
        color: #e7eaec
    }
    .dark .sm-horizontal.pixelstrap ul {
        background-color: #2b2b2b
    }
    .dark .tab-product .nav-material.nav-tabs {
        background-color: #2b2b2b
    }
    .dark header.left-header .pixelstrap ul {
        background-color: #232323
    }
    .dark header.header-1 .pixelstrap.sm-vertical>li>a {
        color: #cbcbcb
    }
    .dark header.header-1 .pixelstrap.sm-horizontal>li>a {
        color: #cbcbcb
    }
    .dark footer .call-us {
        border-color: #404040
    }
    .dark footer .call-us .footer-banner-content {
        background-color: rgba(35, 35, 35, .6)
    }
    .dark footer .call-us .footer-banner-content .footer-social ul li a i {
        color: #cbcbcb
    }
    .dark footer .call-us .footer-banner-content .address-section h6,
    .dark footer .call-us .footer-banner-content .address-section p {
        color: #cfd4da
    }
    .dark footer .call-text h3 {
        color: #eaedef
    }
    .dark .tab-product .nav-material.nav-tabs {
        border-color: #404040
    }
}

@media (min-width:992px) {
    .demo-modal .modal-lg {
        max-width: 1400px
    }
    .exit-modal .modal-lg {
        max-width: 600px
    }
    .rtl .offset-lg-2 {
        margin-right: 16.66667%;
        margin-left: 0
    }
}

@media (max-width:991px) {
    .contain-slider .slider-contain {
        padding: 0 40px
    }
    .collection-banner.p-right.border-0 .img-part {
        background-size: auto!important;
        background-position: 60% center!important
    }
    footer:not(.footer-3) .instagram>div {
        padding: 0
    }
    header .nav-icon ul .onhover-div img {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    .portfolio-padding {
        padding-bottom: 20px
    }
    .alert {
        max-width: 45%!important
    }
    .grid-5 .box-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: calc(50% - 30px);
        margin: 0 15px 30px!important
    }
    .grid-5 .box-5:nth-last-child(-n+2) {
        margin: 0 15px!important
    }
    .same-slider {
        margin-top: 30px
    }
    .service-banner .partition_3>div:nth-last-child(-n+2) {
        margin-top: 20px
    }
    .home-slider .home {
        height: 65vh
    }
    .home-slider.l-4-slider .slider-contain {
        margin-top: 0
    }
    .home-slider .slider-contain {
        height: 65vh
    }
    .home-slider .slider-contain h1 {
        font-size: 36px;
        margin-top: 0
    }
    .home-slider .slider-contain h5 {
        margin-bottom: 0;
        margin-top: -4px
    }
    .home-slider .slider-contain h4 {
        margin-top: 0
    }
    .home-slider .slider-contain .btn-solid {
        margin-top: 10px
    }
    .home-slider .slider-contain .btn-outline {
        margin-top: 10px
    }
    .home-slider .slider-contain .btn {
        padding: 7px 14px
    }
    .home-slider.home-fix .home,
    .home-slider.home-fix .slider-contain {
        height: 65vh
    }
    .home-slider:hover .slick-next {
        right: -10px
    }
    .home-slider:hover .slick-prev {
        left: -10px
    }
    .slider-bg {
        height: 55vh
    }
    .slider-bg .home-slider .home {
        height: 40vh
    }
    .slider-bg .home-slider .home .slider-contain {
        height: 40vh
    }
    header .brand-logo {
        padding-left: 40px
    }
    header .search-bar .search__input {
        width: 200px
    }
    header.header-1 .right-part ul li:nth-child(-n+5) {
        display: none
    }
    header.header-2 .nav-icon ul .onhover-div {
        padding: 0 25px 0 0
    }
    header.header-2 .nav-icon ul .onhover-div img {
        display: none
    }
    header.header-2 .nav-icon ul .onhover-div .show-div {
        top: 44px
    }
    header.header-2 .nav-icon ul .onhover-div .show-div img {
        display: block
    }
    header.header-2 .nav-icon ul .onhover-div .mobile-icon {
        display: block;
        font-size: 18px;
        color: #999
    }
    header.header-2 .nav-icon ul .onhover-div i {
        cursor: pointer;
        font-size: 18px
    }
    header.header-2 .nav-icon ul .setting-icon {
        display: inline-block
    }
    header.header-2 .content-header .left-section {
        width: 30%
    }
    header.header-2 .content-header .right-section {
        width: 70%;
        border-left: none;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    header.header-2 .mobile-icon-search {
        display: block;
        padding-right: 25px
    }
    header.header-2 .search-bar {
        display: none
    }
    header.header-2 .upper-section {
        display: none
    }
    header.header-2 .toggle-nav {
        position: absolute;
        right: 0
    }
    header.header-2 .lower-section {
        padding: 25px 45px 25px 25px
    }
    header.header-3 .toggle-nav {
        right: -90px;
        top: 29px
    }
    header.header-4 {
        position: relative;
        top: 0
    }
    header.header-center .nav-icon ul .onhover-div {
        padding: 32px 6px
    }
    header.header-center .nav-icon ul .onhover-div.cart-icon {
        margin-right: 30px
    }
    header.header-center .navbar {
        padding: 0 15px 0 0
    }
    .layout-4 {
        margin: 14px 0
    }
    .layout-4 .banner-bg.no-bg .banner-btn h6 {
        padding: 20px
    }
    .layout-2-menu .category-section {
        margin-top: 22px
    }
    .layout-2-menu .service-vertical {
        display: block;
        width: 100%
    }
    .layout-2-menu .service-vertical .service-block {
        text-align: center;
        padding-right: 0;
        border-right: none;
        margin-right: 0;
        width: 50%;
        float: left;
        margin-bottom: 15px
    }
    .layout-2-menu .service-vertical .service-block .top-section {
        display: unset;
        text-align: center;
        margin: 0 auto
    }
    .layout-2-menu .service-vertical .service-block .top-section img {
        margin-right: 0
    }
    .layout-2-menu .service-vertical .service-block .top-section h5 {
        margin-top: 5px
    }
    .layout-2-menu .service-vertical .service-block:last-child {
        width: 100%
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
        margin-bottom: 20px
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
        margin-bottom: 18px;
        font-size: 28px
    }
    .theme-modal .modal-dialog .modal-content.quick-view-modal .modal-body {
        text-align: center
    }
    .theme-modal .modal-dialog .modal-content.quick-view-modal .product-right .product-description .qty-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
        padding: 15px
    }
    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
        font-size: 13px;
        padding: 4px 10px;
        margin: 3px 6px
    }
    .theme-modal.exit-modal .modal-dialog .modal-content .modal-body .modal-bg {
        padding: 20px
    }
    .theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body {
        padding: 12px
    }
    .theme-modal.newsletter-popup .modal-dialog .modal-content .modal-body .modal-bg {
        padding: 20px
    }
    .service .service-block .media {
        display: inline-block;
        text-align: center
    }
    .service .service-block .media img {
        margin-right: 0;
        margin-bottom: 20px
    }
    .service .service-block+.service-block {
        border-left: none
    }
    .service-block1+.service-block1 {
        border-left: none
    }
    .service-block1:nth-last-child(1) {
        margin-top: 30px
    }
    .service-block1:nth-last-child(2) {
        margin-top: 30px
    }
    .category .category-img .category-text {
        top: 60px;
        right: 70px
    }
    .category .category-img:nth-last-child(1) {
        margin-top: 30px
    }
    .category .category-img:nth-last-child(2) {
        margin-top: 30px
    }
    .blog-section .review-box .review-content p {
        height: 50px
    }
    .banner-content h2 {
        font-size: 32px
    }
    .banner-content .banner-btn {
        padding: 15px 100px
    }
    .banner-content.layout-3 .banner-btn {
        padding: 20px
    }
    .banner-bg {
        padding: 30px
    }
    .banner-bg .banner-content .banner-btn {
        padding: 20px 25px;
        border-radius: 80px
    }
    .banner-bg .banner-content.app-content {
        padding: 0 50px 0 0
    }
    .banner-bg .banner-content.app-content .app-inner img {
        margin: 20px 50px 0
    }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons img {
        width: 100px
    }
    .blog-box.blog-pattern .blog-white.app-white {
        padding: 30px 10px 0
    }
    .blog-box.blog-pattern .blog-white.app-white .mobile1 {
        margin-top: 39px
    }
    .blog-box.blog-pattern .blog-white.contact {
        padding: 30px 10px
    }
    .blog-box.blog-pattern .blog-white.contact h3 {
        font-size: 20px
    }
    .blog-box.blog-pattern .blog-white.contact .contact-form h5 {
        margin-top: 30px
    }
    .blog-section .title {
        padding-top: 0
    }
    .blog-section .review-box {
        margin-top: 30px
    }
    .blog-section .review-box .title {
        padding-top: 30px
    }
    .logo .logo-img {
        padding: 25px 0
    }
    .no-bg.app-sec .app-sec-content {
        padding-left: 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 20px
    }
    .no-bg.app-sec .app-sec-content .btn-solid {
        margin-top: 5px
    }
    .order-class {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 40px
    }
    .banner-sec .center-banner .center img {
        height: 260px
    }
    .banner-sec .center-banner .contain-left {
        padding: 45px
    }
    .banner-sec .center-banner .contain-right {
        padding: 45px
    }
    .banner-sec.landscape-layout .center-banner .center img {
        margin: 60px;
        height: 105px
    }
    .banner-sec.landscape-layout .pl-0 {
        padding-left: 15px!important
    }
    .product-layout .center-product {
        padding: 0 15px 15px
    }
    .product-layout .center-product .title {
        padding: 15px 0
    }
    .product-layout .center-product .product-img img {
        height: 100px
    }
    .product-layout .center-product .product-details .rating {
        margin-top: 5px
    }
    .product-layout .center-product .product-details .cart-info {
        bottom: 12px
    }
    .product-layout .center-product .product-details h5 {
        margin-bottom: 28px
    }
    .tab-layout1 .theme-tab .border-row1>div:nth-child(4) .product-box {
        border-left: 1px solid #eee
    }
    .tab-layout1 .theme-tab .border-row1>div:nth-last-child(-n+3) .product-box {
        border-top: none
    }
    .tab-layout1 .theme-tab .border-row1>div:nth-last-child(3) .product-box {
        border-left: 1px solid #eee
    }
    .product-box .img-block .cart-details {
        top: 5px
    }
    .product-box .img-block .cart-wrap {
        top: 115px
    }
    .product-box .img-block .cart-wrap button {
        margin-left: 5px;
        margin-right: 5px
    }
    .product-box .img-block .cart-wrap a {
        margin-left: 5px;
        margin-right: 5px
    }
    .product-box .img-block .lable-wrapper .lable1:before {
        left: 38px
    }
    .partition_4 .row>div:nth-last-child(-n+2) {
        margin-top: 30px
    }
    .cls-order {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-right: 0;
        padding-left: 15px!important
    }
    .tab-layout3 .theme-tab .tabs {
        margin: 0 0 30px
    }
    .tab-layout3 .theme-tab .tabs li {
        padding: 7px 15px
    }
    .tab-layout3 .product-box.full-box {
        border-left: none;
        border-bottom: none;
        padding-top: 20px
    }
    .tab-layout3 .product-box.full-box .product-info h6 {
        margin-top: 12px
    }
    .tab-layout3 .cls-order .full-box {
        border-left: 1px solid #eee
    }
    .tab-layout3 .row-border {
        padding: 0 15px
    }
    .tab-layout3 .row-border>div:nth-child(2) {
        border-left: none;
        border-right: 1px solid #eee
    }
    .tab-layout3 .row-border>div:nth-child(4) {
        border-left: none;
        border-right: 1px solid #eee
    }
    .tab-layout3 .row-border>div:nth-child(1) {
        border-right: 1px solid #eee;
        border-left: 1px solid #eee
    }
    .tab-layout3 .row-border>div:nth-child(3) {
        border-right: 1px solid #eee;
        border-left: 1px solid #eee
    }
    .tab-layout3 .product-box .img-block .cart-details {
        top: 0
    }
    .tab-layout3 .product-box .img-block .cart-details i {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .tab-layout3 .pr-0 {
        padding-left: 0;
        padding-right: 15px!important
    }
    .tab-layout4 .container .pr-0 {
        padding-right: 15px!important
    }
    .tab-layout4 .tab-content-cls .padding-cls {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .tab-layout4 .product-box.full-box {
        padding-top: 20px
    }
    .tab-layout4 .product-box.full-box .img-block img {
        width: 200px
    }
    .tab-layout4 .product-box.full-box .cart-info {
        opacity: 1;
        left: 0;
        right: 0;
        bottom: 20px
    }
    .tab-layout4 .product-box.full-box .product-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 38px
    }
    .tab-layout4 .product-box.full-box .product-info h6 {
        margin-top: 0
    }
    .tab-layout4 .product-box.full-box:hover .product-content {
        opacity: 1
    }
    .tab-layout4 .product-box.full-box:hover .cart-info button {
        -webkit-animation: none;
        animation: none
    }
    .tab-layout4 .product-box.full-box:hover .cart-info a:nth-child(2) i {
        -webkit-animation: none;
        animation: none
    }
    .tab-layout4 .product-box.full-box:hover .cart-info a:nth-child(3) i {
        -webkit-animation: none;
        animation: none
    }
    .tab-layout4 .product-box.full-box:hover .cart-info a:nth-child(4) i {
        -webkit-animation: none;
        animation: none
    }
    .tab-layout4 .row-border1>div:nth-child(2) {
        border-right: 1px solid #eee
    }
    .tab-layout4 .row-border1>div:nth-child(4) {
        border-right: 1px solid #eee
    }
    .tab-layout4 .row-border2>div:nth-child(1) {
        border-left: 1px solid #eee
    }
    .tab-layout4 .row-border2>div:nth-child(3) {
        border-left: 1px solid #eee
    }
    .vertical-tab .tab-head {
        padding: 0 20px 0 45px
    }
    .vertical-tab .tab-inner .theme-tab {
        display: block
    }
    .vertical-tab .tab-inner .theme-tab .tabs {
        display: none;
        width: 100%;
        z-index: 1;
        background-color: #fff;
        position: absolute;
        height: 325px;
        overflow-x: scroll;
        -webkit-box-shadow: 0 2px 5px 0 #c7c7c7;
        box-shadow: 0 2px 5px 0 #c7c7c7
    }
    .vertical-tab .tab-inner .theme-tab #mob_tab_cls {
        display: block;
        position: absolute;
        top: -55px;
        left: 20px;
        width: 50%;
        cursor: pointer
    }
    .vertical-tab .tab-inner .theme-tab .tab-content-cls {
        width: 100%
    }
    .slider-section .padding-cls {
        padding: 0 15px!important;
        margin-top: 40px
    }
    .slider-section .deal-box .product img {
        height: 195px
    }
    .lookbook-section .lookbook-right {
        margin-top: 30px;
        display: block;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        height: unset
    }
    .lookbook-section .lookbook-right .hover-detail {
        padding-top: 8px;
        padding-bottom: 8px
    }
    footer .call-us .footer-banner-content .call-text h3 {
        font-size: 18px
    }
    footer .call-us .footer-banner-content .call-text .call-no {
        font-size: 16px
    }
    footer .footer-section .footer-link {
        padding-top: 10px!important;
        padding-bottom: 0;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        display: block;
        border-right: none
    }
    footer .footer-section .footer-link .footer-title {
        display: block
    }
    footer .footer-section .footer-link .footer-title h4 {
        padding-bottom: 10px
    }
    footer .footer-section .footer-link .footer-title h4:after {
        bottom: 0
    }
    footer .footer-section .footer-link .footer-content ul {
        margin-top: 10px
    }
    footer .footer-section .about-section {
        padding: 0 15px;
        border-right: none;
        margin-top: 0
    }
    footer .footer-section .about-section .footer-mobile-title {
        display: block
    }
    footer .footer-section .about-section .footer-mobile-title h4 {
        padding-bottom: 10px
    }
    footer .footer-section .about-section .footer-mobile-title h4:after {
        bottom: 0
    }
    footer .footer-section .about-section .footer-content p {
        padding-top: 10px;
        line-height: 20px;
        margin-bottom: 0
    }
    footer .footer-section .about-section .footer-content .footer-logo {
        padding-top: 10px
    }
    footer .footer-title {
        margin-top: 10px;
        text-align: left;
        position: relative
    }
    footer .footer-title h4 {
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 700
    }
    footer .footer-title .according-menu {
        font: normal normal normal 14px/1 FontAwesome
    }
    footer .footer-title .according-menu:before {
        content: "\f107";
        position: absolute;
        right: 2px;
        top: 2px
    }
    footer .footer-title.footer-mobile-title {
        margin-top: 0
    }
    footer .footer-title.active .according-menu {
        font: normal normal normal 14px/1 FontAwesome
    }
    footer .footer-title.active .according-menu:before {
        content: "\f106";
        position: absolute;
        right: 2px;
        top: 2px
    }
    footer .footer-bottom ul li {
        padding: 0 5px
    }
    footer .subscribe-section .subscribe-content {
        display: block;
        text-align: center
    }
    footer .subscribe-section .subscribe-content p {
        padding-left: 0;
        border-left: none;
        margin-left: 0;
        margin-top: 5px
    }
    footer .subscribe-section .subscribe-content .subscribe-form {
        margin-top: 12px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0
    }
    footer.footer-2 .footer-section .about-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 15px;
        margin-top: 0
    }
    footer.footer-2 .footer-section .about-section .footer-mobile-title {
        width: 100%
    }
    footer.footer-2 .footer-section .about-section .footer-content .footer-logo {
        text-align: left
    }
    footer.footer-2 .footer-section .about-section .footer-content p {
        padding-bottom: 0
    }
    footer.footer-2 .instagram {
        margin-top: 0;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%
    }
    footer.footer-3 .footer-section .border-cls {
        border-bottom: none
    }
    footer.footer-3 .footer-section .height-cls {
        padding-top: 0
    }
    footer.footer-3 .footer-section .about-section {
        padding: 0 15px;
        margin-top: 0
    }
    footer.footer-3 .footer-section .about-section .footer-mobile-title h4 {
        margin-bottom: 10px
    }
    footer.footer-3 .footer-section .about-section .footer-logo {
        text-align: left
    }
    footer.footer-3 .footer-section .about-section p {
        text-align: left
    }
    footer.footer-3 .footer-section .about-section .footer-social {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        padding-bottom: 10px
    }
    footer.footer-3 .footer-section .about-section .footer-content {
        margin-bottom: 0
    }
    footer.footer-3 .footer-section .footer-link {
        padding-top: 10px!important;
        padding-bottom: 10px
    }
    footer.footer-3 .footer-section .footer-link:last-child {
        padding-top: 0;
        padding-bottom: 0
    }
    footer.footer-3 .height-cls {
        border-top: none
    }
    footer.footer-3 .footer-title {
        margin-top: 0
    }
    footer.footer-3 .footer-bottom {
        border-top: 1px solid #eee;
        margin-top: 0
    }
    footer.footer-4 .border-cls {
        border: none
    }
    footer.footer-4 .footer-bottom {
        border-top: 1px solid #eee
    }
    footer.footer-4 .footer-section .about-section {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 30px
    }
    footer.footer-4 .footer-section.upper-part .section-b-space {
        padding-bottom: 0
    }
    footer.footer-4 .footer-section.bottom-part .section-t-space {
        padding-top: 0
    }
    footer.footer-4 .instagram {
        margin-top: 0
    }
    footer.footer-4 .instagram .instagram-banner {
        margin-top: 0
    }
    footer.footer-4 .border-class .footer-banner-content>div {
        margin: 40px 0 0
    }
    .product-right .border-product:last-child {
        padding-bottom: 0
    }
    .collection-collapse-block {
        border-bottom: 1px solid #ddd!important
    }
    .login-page .authentication-right {
        height: auto
    }
    .pwd-page .theme-form input {
        padding: 12px 20px
    }
    .testimonial .testimonial-slider .media .media-body {
        padding: 0 30px;
        height: 100%;
        -ms-flex-item-align: center;
        align-self: center
    }
    .testimonial .testimonial-slider .media .media-body p {
        margin-bottom: 0
    }
    .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
        border-left: none;
        padding-left: 0
    }
    .blog-detail-page .blog-advance ul {
        margin-bottom: 20px
    }
    .blog-detail-page .blog-advance p:last-child {
        margin-bottom: 0
    }
    .top-banner-content h4 {
        font-size: 20px
    }
    .collection-product-wrapper .product-top-filter {
        border-top: none
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        border-top: 1px solid #ddd
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
        display: none
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
        display: none
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        width: 50%
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before {
        right: 15px!important
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
        border-left: 1px solid #ddd;
        padding: 21px 34px;
        border-top: none;
        border-bottom: none
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
        border-right: none!important
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
        border-top: 1px solid #ddd
    }
    .filter-main-btn {
        display: block
    }
    .collection-filter {
        position: fixed;
        height: 100vh;
        top: 0;
        left: -350px;
        background-color: #fff;
        z-index: 99;
        overflow-y: scroll;
        padding: 15px 0 15px 15px;
        max-width: 350px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-box-shadow: 1px 0 5px #ddd;
        box-shadow: 1px 0 5px #ddd
    }
    .collection-filter .collection-sidebar-banner {
        text-align: center
    }
    .collection-filter .theme-card {
        padding-left: 30px;
        padding-right: 30px
    }
    .collection-filter .collection-sidebar-banner {
        padding: 0 30px
    }
    .collection-filter-block {
        border: none
    }
    .collection-mobile-back {
        display: block
    }
    .collection .section-t-space {
        padding-top: 30px
    }
    .collection .partition-collection>div:nth-last-child(1) {
        margin-top: 30px
    }
    .collection .partition-collection>div:nth-last-child(2) {
        margin-top: 30px
    }
    .right-login {
        margin-top: 30px
    }
    .contact-page .map iframe {
        height: 350px
    }
    .contact-page .contact-right {
        padding-bottom: 0
    }
    .contact-page .contact-right ul li {
        padding-left: 0;
        border-bottom: 1px solid #ddd;
        text-align: center;
        padding-bottom: 10px;
        margin-top: 15px
    }
    .contact-page .contact-right ul li .contact-icon {
        position: relative;
        margin: 0 auto;
        border-right: 0
    }
    .contact-page .contact-right ul li p {
        margin-bottom: 10px
    }
    .cart-section .cart-table thead th:last-child {
        display: none
    }
    .cart-section tbody tr td {
        min-width: 135px
    }
    .cart-section tbody tr td:last-child {
        display: none
    }
    .cart-section .cart-buttons>div:last-child {
        padding-right: 15px
    }
    .cart-section tfoot tr td {
        padding-right: 0
    }
    .cart-section.order-history tbody tr td:last-child {
        display: table-cell
    }
    .cart-section.order-history .cart-table thead th {
        text-transform: capitalize
    }
    .cart-section.order-history .cart-table thead th:last-child {
        display: table-cell
    }
    .wishlist-section tbody tr td {
        min-width: 138px
    }
    .product-right h2 {
        margin-top: 15px
    }
    .product-right .timer p {
        padding: 10px 10px 10px 22px
    }
    .product-right .size-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .product-right {
        text-align: center;
        margin: 20px 0 0
    }
    .product-right .detail-section,
    .product-right .product-icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .product-right .product-description .qty-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .product-right .size-text {
        text-align: left
    }
    .product-right .timer {
        text-align: left
    }
    .product-right .product-icon .product-social li {
        padding-right: 20px
    }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
        width: 55%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        margin-bottom: 20px;
        background: none #000
    }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
        text-align: left
    }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup>a {
        color: #fff
    }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
        height: 100vh;
        left: -350px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }
    .collection-product-wrapper .product-top-filter .popup-filter .search-count {
        width: 100%;
        padding: 10px 0;
        text-align: center
    }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view,
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
        display: none
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
        width: 50%
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
        top: 13px
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        left: unset;
        right: 35px
    }
    .tab-product {
        padding-top: 20px
    }
    .tab-product .nav-material.nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .pro_sticky_info {
        border: none;
        padding: 0
    }
    .product-form-box {
        margin-bottom: 10px
    }
    .dashboard-left {
        position: fixed;
        height: 100vh;
        top: 0;
        left: -350px;
        background-color: #fff;
        z-index: 99;
        padding: 0 35px 35px;
        max-width: 350px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-box-shadow: 0 0 8px 0 #ddd;
        box-shadow: 0 0 8px 0 #ddd
    }
    .dashboard-left .block-title h2 {
        display: none
    }
    .dashboard-left .block-content {
        border: none;
        padding: 0;
        margin-top: 20px
    }
    .dashboard-left .block-content ul li:hover {
        padding-left: 0
    }
    .account-sidebar {
        display: block
    }
    .typography_section .row>div:first-child .typography-box:last-child {
        margin-bottom: 30px
    }
    .product-right-slick .slick-next,
    .product-right-slick .slick-prev,
    .product-slick .slick-next,
    .product-slick .slick-prev,
    .rtl-product-right-slick .slick-next,
    .rtl-product-right-slick .slick-prev,
    .rtl-product-slick .slick-next,
    .rtl-product-slick .slick-prev {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    .product-right-slick .slick-prev,
    .product-slick .slick-prev,
    .rtl-product-right-slick .slick-prev,
    .rtl-product-slick .slick-prev {
        left: 20px
    }
    .product-right-slick .slick-prev:after,
    .product-slick .slick-prev:after,
    .rtl-product-right-slick .slick-prev:after,
    .rtl-product-slick .slick-prev:after {
        display: none
    }
    .product-right-slick .slick-next,
    .product-slick .slick-next,
    .rtl-product-right-slick .slick-next,
    .rtl-product-slick .slick-next {
        right: 20px
    }
    .order-up {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .bundle .bundle_img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .bundle .bundle_detail .theme_checkbox {
        padding: 0 20%
    }
    .checkout-page .checkout-form .checkout-details {
        margin-top: 30px
    }
    .theme-modal .modal-dialog .demo_modal .product-right .size-box,
    .theme-modal .modal-dialog .quick-view-modal .product-right .size-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .rtl header.header-2 .toggle-nav {
        left: 0;
        right: unset
    }
    .rtl header.header-2 .nav-icon ul .onhover-div {
        padding: 0 0 0 25px
    }
    .rtl header.header-2 .nav-icon ul .onhover-div.wishlist-icon {
        padding: 0 0 0 25px
    }
    .rtl header.header-2 .nav-icon ul .onhover-div.search-3 {
        padding-right: 0!important
    }
    .rtl header.header-2 .mobile-icon-search {
        padding-left: 25px;
        padding-right: 0
    }
    .rtl header.header-2 .lower-section {
        padding: 25px 25px 25px 45px
    }
    .rtl header.header-2 .content-header .right-section {
        border-right: none
    }
    .rtl header.header-center .navbar {
        padding: 0 0 0 15px
    }
    .rtl .vertical-tab .tab-inner .theme-tab #mob_tab_cls {
        right: 20px;
        left: unset;
        text-align: right
    }
    .rtl .vertical-tab .tab-head {
        padding: 0 45px 0 20px
    }
    .rtl .tab-layout1 .theme-tab .border-row1>div:nth-last-child(3) .product-box {
        border-right: 1px solid #eee
    }
    .rtl .tab-layout1 .theme-tab .border-row1>div:nth-child(4) .product-box {
        border-right: 1px solid #eee
    }
    .rtl .tab-layout4 .row-border1>div:nth-child(2),
    .rtl .tab-layout4 .row-border1>div:nth-child(4) {
        border-left: 1px solid #eee;
        border-right: none
    }
    .rtl .tab-layout4 .row-border2>div:nth-child(1),
    .rtl .tab-layout4 .row-border2>div:nth-child(3) {
        border-right: 1px solid #eee;
        border-left: none
    }
    .rtl .tab-layout4 .container .pr-0 {
        padding-left: 15px!important
    }
    .rtl .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
        border-right: none;
        padding-right: 0
    }
    .rtl .contact-page .contact-right ul li {
        padding-right: 0
    }
    .rtl .contact-page .contact-right ul li .contact-icon {
        border-left: none
    }
    .rtl .contact-page .contact-right ul li p {
        text-align: center
    }
    .rtl .rtl-text .product-right .color-variant {
        text-align: center
    }
    .rtl .rtl-text .product-right .size-box {
        text-align: center
    }
    .rtl .rtl-text .product-right .product-buttons {
        text-align: center
    }
    .rtl .rtl-text .product-right .border-product {
        text-align: center
    }
    .rtl .product-accordion .card-header h5 {
        text-align: center
    }
    .rtl .image-swatch {
        text-align: center
    }
    .rtl .product-right .product-title,
    .rtl .product-right h2,
    .rtl .product-right h3,
    .rtl .product-right h4,
    .rtl .product-right p {
        text-align: center
    }
    .rtl .product-right .detail-section,
    .rtl .product-right .product-icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .rtl .product-right .size-text {
        text-align: right
    }
    .rtl .product-right .product-description .qty-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .rtl .product-right .payment-card-bottom {
        text-align: center
    }
    .rtl .product-right .rating {
        text-align: center
    }
    .rtl .single-product-tables table tr td {
        text-align: center
    }
    .rtl .tab-product {
        padding-top: 30px
    }
    .rtl .collection-product-wrapper .product-filter-content .product-page-filter {
        border-left: none
    }
    .rtl .collection-product-wrapper .product-filter-content .collection-view {
        padding-right: 20px!important
    }
    .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select,
    .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
        padding: 21px 34px
    }
    .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        border-right: 1px solid #ddd
    }
    .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
        border-right: none
    }
    .rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count h5 {
        text-align: center
    }
    .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select,
    .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
        padding: 10px 34px
    }
    .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
        background: none #000
    }
    .rtl .banner-timer .timer {
        padding-left: 10px
    }
    .rtl .banner-timer .timer span {
        width: 55px
    }
    .rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
        margin-left: 5px;
        margin-right: unset
    }
    .rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .rating i {
        padding: 0
    }
    .rtl .service-block+.service-block {
        border-right: none
    }
    .rtl .service-block1+.service-block1 {
        border-right: none
    }
    .rtl .service .service-block .media h5 {
        text-align: center
    }
    .rtl .tab-layout3 .product-box.full-box {
        border-right: none;
        border-left: 1px solid #eee
    }
    .rtl .tab-layout3 .cls-order .full-box {
        border-right: 1px solid #eee
    }
    .rtl .tab-layout3 .row-border {
        padding: 0 15px
    }
    .rtl .tab-layout3 .row-border>div:nth-child(2) {
        border-right: none;
        border-left: 1px solid #eee
    }
    .rtl .tab-layout3 .row-border>div:nth-child(4) {
        border-left: 1px solid #eee;
        border-right: none
    }
    .rtl .tab-layout3 .pr-0 {
        padding-left: 15px!important;
        padding-right: 0!important
    }
    .rtl .tab-layout3 .pl-0 {
        padding-right: 15px!important;
        padding-left: 0!important
    }
    .rtl footer .footer-title .according-menu:before {
        left: 2px;
        right: unset
    }
    .rtl footer .subscribe-section .subscribe-content h4 {
        text-align: center
    }
    .rtl footer .subscribe-section .subscribe-content p {
        text-align: center;
        border-right: none;
        padding-right: 0;
        margin-right: 0
    }
    .rtl footer .subscribe-section .subscribe-content .subscribe-form {
        margin-right: 0
    }
    .rtl footer .footer-section .about-section {
        border-left: none
    }
    .rtl footer .footer-section .footer-link {
        border-left: none
    }
    .rtl footer.footer-3 .footer-section .footer-link {
        border-right: none
    }
    .dark .collection-filter {
        background-color: #2b2b2b
    }
    .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
    .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
        border-color: #404040
    }
    .dark .collection-mobile-back {
        border-color: #404040
    }
    .dark .collection-mobile-back span {
        color: #929292
    }
    .dark .collection-collapse-block {
        border-color: #404040!important
    }
    .dark .collection-filter {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .dark .contact-page .contact-right ul li {
        border-color: #404040
    }
    .dark .dashboard-left {
        background-color: #232323;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .dark .tab-layout1 .theme-tab .border-row1>div:nth-child(4) .product-box {
        border-color: #404040
    }
    .dark .vertical-tab .tab-inner .theme-tab .tabs {
        background-color: #2b2b2b;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .dark .tab-layout3 .row-border>div:nth-child(1) {
        border-color: #404040
    }
    .dark .tab-layout4 .row-border2>div:nth-child(1),
    .dark .tab-layout4 .row-border2>div:nth-child(3) {
        border-color: #404040
    }
    .dark header.header-tools .logo-menu-part {
        background-color: #2b2b2b
    }
    .dark footer.footer-3 .footer-bottom {
        border-color: #404040
    }
    .dark footer.footer-4 .footer-bottom {
        border-color: #404040
    }
}

@media (min-width:768px) {
    .rtl .offset-md-2 {
        margin-left: 0;
        margin-right: 16.66667%
    }
}

@media (max-width:767px) {
    .collection-banner.p-right.border-0 .img-part {
        background-size: cover!important;
        background-position: center center!important
    }
    .category.category-classic .category-wrapper .img-block img {
        width: 45px
    }
    .contain-slider .slider-contain {
        padding: 0 30px
    }
    .portfolio-padding {
        padding-bottom: 10px
    }
    .home-slider .home {
        height: 40vh
    }
    .home-slider .slider-contain {
        height: 40vh
    }
    .home-slider .slider-contain h1 {
        font-size: 35px
    }
    .home-slider .slider-contain .btn-solid {
        margin-top: 10px;
        padding: 10px 25px
    }
    .home-slider .slider-contain .btn-outline {
        margin-top: 10px;
        padding: 10px 25px
    }
    .home-slider.home-70 .home,
    .home-slider.home-70 .slider-contain {
        height: 55vh
    }
    .layout-2-menu .home-slider .home .slider-contain>div {
        padding: 25px 65px
    }
    header .search-bar .search__input {
        display: none
    }
    header .search-bar .search-icon {
        display: none
    }
    header .search-bar .icon-search {
        display: block;
        padding: 0 10px;
        font-size: 22px;
        color: #999;
        cursor: pointer
    }
    header .search-bar .icon-search:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 35px;
        background-color: #eee;
        right: -3px;
        top: 29px
    }
    header.header-1 .nav-icon ul .onhover-div {
        padding: 0 10px 0 0
    }
    header.header-1 .nav-icon ul .wishlist-icon {
        padding: 0 10px 0 0
    }
    header.header-1 .nav-icon ul .cart-icon {
        padding: 0 36px 0 0
    }
    header.header-1 .service-vertical {
        padding: 15px 0;
        display: block;
        width: 100%;
        height: 100%
    }
    header.header-1 .service-vertical .service-block {
        text-align: center;
        padding-right: 0;
        border-right: none;
        margin-right: 0;
        width: 50%;
        float: left;
        margin-bottom: 15px
    }
    header.header-1 .service-vertical .service-block .top-section {
        display: unset;
        text-align: center;
        margin: 0 auto
    }
    header.header-1 .service-vertical .service-block .top-section img {
        margin-right: 0
    }
    header.header-1 .service-vertical .service-block .top-section h5 {
        margin-top: 5px
    }
    header.header-1 .service-vertical .service-block:last-child {
        width: 100%;
        margin-bottom: 15px
    }
    header.header-3 .toggle-nav {
        right: -10px
    }
    header.header-4 .navbar {
        padding: 0
    }
    header.header-4 .mobile-icon-search {
        display: block;
        font-size: 22px;
        color: #b7bbc2;
        padding: 0 10px 0 0
    }
    header.header-4 .nav-icon ul .onhover-div {
        padding: 25px 5px
    }
    header.header-4 .nav-icon ul .onhover-div:after {
        display: none
    }
    header.header-center .brand-logo {
        padding: 0;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    header.header-center .brand-logo img {
        width: 150px;
        height: auto
    }
    header.header-center #main-nav {
        top: -47px
    }
    header.header-center .nav-icon ul .onhover-div.cart-icon {
        margin-right: 22px
    }
    header.header-center .nav-icon ul .onhover-div.cart-icon:after {
        display: none
    }
    header.header-center .mobile-icon-search {
        padding: 0 10px;
        color: #000
    }
    header.header-center .left-part {
        padding: 24px 0
    }
    .slider-category .category-right {
        display: block
    }
    .slider-category .category-right .cat-box img {
        width: 100%
    }
    .slider-category .category-right .cat-box+.cat-box {
        padding-left: 0
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2 {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
        margin-bottom: 20px;
        font-size: 15px
    }
    .theme-modal.cart-modal .product-section {
        display: none
    }
    .category .category-img .category-text {
        top: 45px;
        right: 40px
    }
    .category .category-wrap h6 {
        margin-bottom: 0
    }
    .banner-content h2 {
        margin-top: 5px;
        font-size: 25px
    }
    .banner-content h4 {
        margin-top: 5px
    }
    .banner-content .banner-btn {
        margin-top: 10px;
        padding: 12px 20px
    }
    .banner-bg .banner-content h2 {
        font-size: 18px
    }
    .banner-bg .banner-content h4 {
        font-size: 16px
    }
    .banner-bg .banner-content .banner-btn {
        padding: 15px 5px
    }
    .banner-bg .banner-content.app-content {
        padding: 0 20px 0 0
    }
    .banner-bg .banner-content.app-content .app-inner img {
        margin: 20px 20px 0
    }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons img {
        width: 80px
    }
    .layout-4 .banner-bg {
        padding: 0
    }
    .layout-4 .banner-bg .banner-content .banner-btn {
        padding: 5px
    }
    .layout-4 .banner-bg.no-bg .banner-btn h6 {
        padding: 10px;
        text-transform: capitalize
    }
    .collection-banner .contain-banner {
        padding-left: 40px;
        padding-right: 40px
    }
    .partition-3>div {
        margin-bottom: 40px
    }
    .partition-3>div:last-child {
        margin-bottom: 0
    }
    .blog-box.blog-pattern .blog-white.contact {
        padding: 30px
    }
    .blog-box.blog-pattern .blog-white.contact h3 {
        margin-top: 10px
    }
    .blog-box.blog-pattern .blog-white.contact .contact-form h5 {
        margin-top: 20px
    }
    .blog-box.blog-pattern .blog-white.app-white {
        padding: 30px 30px 0
    }
    .app-section .app-content {
        margin-left: 10px
    }
    .app-section .app-content .app-buttons a img {
        height: 30px
    }
    .no-bg.app-sec .app-sec-content {
        padding-top: 20px
    }
    .no-bg.app-sec .app-sec-content h3 {
        margin-top: 5px
    }
    .no-bg.app-sec .app-section .app-content .app-buttons a img {
        padding-top: 5px
    }
    .banner-sec .center-banner .center img {
        height: 190px
    }
    .banner-sec .center-banner .contain-left {
        padding: 20px
    }
    .banner-sec .center-banner .contain-right {
        padding: 20px
    }
    .banner-sec .collection-banner .banner-contain {
        padding: 15px
    }
    .banner-sec .collection-banner .banner-contain h2 {
        font-size: 25px;
        margin: 0
    }
    .banner-sec .collection-banner .banner-contain h5 {
        margin-top: 0
    }
    .banner-sec.landscape-layout .center-banner .center img {
        height: 80px
    }
    .product-layout .center-product {
        padding: 0 30px 30px
    }
    .product-layout .center-product .title {
        padding: 30px 0
    }
    .product-layout .center-product .product-img img {
        height: 200px
    }
    .product-layout .center-product .product-details h5 {
        margin-bottom: 30px
    }
    .product-layout .center-product .product-details .cart-info {
        bottom: 22px
    }
    .product-layout .row>div:nth-child(2) {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .portfolio-section .product-box:hover .img-block .cart-info {
        bottom: 0
    }
    .portfolio-section .product-box:hover .product-content {
        visibility: visible
    }
    .product-box .img-block .lable-wrapper .lable1 {
        font-size: 12px;
        top: 8px;
        left: 8px
    }
    .product-box .img-block .lable-wrapper .lable1:before {
        border-left: 11px solid #eec8c1;
        border-top: 12px solid transparent;
        border-bottom: 10px solid transparent;
        left: 34px
    }
    .product-box .img-block .lable-wrapper .lable2 {
        font-size: 13px;
        left: 8px;
        top: 32px
    }
    .product-box .img-block .cart-details,
    .product-box .img-block .cart-info,
    .product-box .img-block .cart-wrap {
        opacity: 1;
        bottom: 0;
        position: relative;
        top: 0
    }
    .product-box .img-block .cart-details {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        right: 0!important
    }
    .product-box .img-block .cart-details i {
        padding-left: 5px;
        padding-right: 5px
    }
    .product-box .img-block .cart-wrap a,
    .product-box .img-block .cart-wrap button {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .product-box .img-block .cart-right {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        right: 0;
        top: 0
    }
    .product-box .img-block .cart-right a i {
        opacity: 1;
        background-color: transparent;
        border: none
    }
    .product-box .img-block .cart-right button {
        background-color: transparent;
        border: none
    }
    .product-box .img-block .cart-info {
        position: relative;
        bottom: 0;
        margin-top: 12px;
        margin-bottom: 8px
    }
    .product-box .img-block .add-btn {
        position: relative;
        margin-top: 5px;
        margin-bottom: 10px
    }
    .product-box .product-info h6 {
        margin-top: 0
    }
    .product-box.product-full .product-info h6 {
        margin-top: 0
    }
    .product-box:hover .cart-details button {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-details a:nth-child(2) {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-details a:nth-child(2) i {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-details a:nth-child(3) {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-details a:nth-child(3) i {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-details a:nth-child(4) {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-details a:nth-child(4) i {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-details a i {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-wrap button {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-wrap a:nth-child(2) {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-wrap a:nth-child(2) i {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-wrap a:nth-child(3) {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-wrap a:nth-child(3) i {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-wrap a:nth-child(4) {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-wrap a:nth-child(4) i {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-wrap a i {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-info button {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-info a:nth-child(2) {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-info a:nth-child(2) i {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-info a:nth-child(3) {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-info a:nth-child(3) i {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-info a:nth-child(4) {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-info a:nth-child(4) i {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .cart-info a i {
        -webkit-animation: none;
        animation: none
    }
    .product-box:hover .product-content {
        opacity: 1;
        visibility: visible
    }
    .product-box:hover .cart-right a:nth-child(2) i,
    .product-box:hover .cart-right a:nth-child(3) i,
    .product-box:hover .cart-right a:nth-child(4) i {
        -webkit-animation: none;
        animation: none
    }
    .tab-layout1 .theme-tab .tabs {
        padding: 10px 0
    }
    .tab-layout1 .theme-tab .tabs li {
        margin-left: 5px;
        margin-right: 5px
    }
    .tab-layout1 .theme-tab .tabs li a {
        padding: 10px
    }
    .tab-layout1 .theme-tab .drop-shadow .right-shadow {
        top: 40px
    }
    .tab-layout1 .theme-tab .drop-shadow .left-shadow {
        top: 40px
    }
    .tab-layout1 .product-box .product-info h5 {
        margin-bottom: 0
    }
    .tab-layout1 .product-box .img-block .cart-wrap {
        bottom: 25%;
        top: unset
    }
    .tab-layout1 .product-box .img-block .add-btn {
        bottom: 25%;
        opacity: 1
    }
    .tab-layout1 .product-box:hover .add-btn {
        -webkit-animation: none;
        animation: none
    }
    .tab-layout2 .product-box .product-info h5 {
        margin-bottom: 0
    }
    .tab-layout2 .product-box .product-info h6 {
        margin-top: 0
    }
    .tab-layout2 .product-box .img-block .cart-wrap {
        bottom: 0;
        position: relative;
        top: unset
    }
    .tab-layout3 .product-box .product-info h6 {
        margin-top: 0
    }
    .tab-layout3 .product-box.full-box .product-info h6 {
        margin-top: 0
    }
    .tab-layout4 .product-box.full-box .cart-info {
        bottom: 0;
        margin-bottom: 10px
    }
    .tab-layout4 .product-box.full-box .product-info {
        margin-bottom: 0
    }
    .tab-layout4 .product-box:hover .product-content {
        opacity: 1;
        visibility: visible
    }
    .vertical-tab .product-box .img-block .cart-wrap {
        top: unset;
        bottom: 0;
        position: relative;
        margin-top: 5px
    }
    .vertical-tab .product-box .product-info h6 {
        margin-top: 5px
    }
    .slider-section .product-box .img-block .add-btn {
        opacity: 1;
        bottom: 0
    }
    .slider-section .product-box:hover .add-btn {
        -webkit-animation: none;
        animation: none
    }
    .slider-section .product-box .product-info h6 {
        margin-top: 0
    }
    .slider-section.no-border-product .slick-slider .product-box .img-block .cart-info {
        bottom: 0
    }
    .layout-4 {
        margin: 8px 0
    }
    .instashop-section .row>.pr-0 {
        padding-right: 15px!important
    }
    .instashop-section .row>.pl-0 {
        padding-left: 15px!important
    }
    footer .sub-footer {
        text-align: center
    }
    footer .sub-footer p {
        padding: 15px 0
    }
    footer .sub-footer .payment-card-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 15px
    }
    footer .sub-footer .payment-card-bottom li {
        padding-left: 7px;
        padding-right: 7px
    }
    footer .call-us .footer-banner-content {
        display: unset;
        text-align: center;
        right: unset;
        width: 100%
    }
    footer .call-us .footer-banner-content .call-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0
    }
    footer .call-us .footer-banner-content .call-text h3 {
        margin-right: 5px
    }
    footer .call-us .footer-banner-content .footer-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    footer .call-us,
    footer .callus {
        padding: 30px 0;
        background-blend-mode: overlay;
        background-color: rgba(255, 255, 255, .86)
    }
    footer .call-us .footer-banner-content,
    footer .callus .footer-banner-content {
        position: relative;
        padding: 0
    }
    footer .call-us .footer-banner-content .call-text,
    footer .callus .footer-banner-content .call-text {
        text-align: center
    }
    footer.footer-4 .border-class {
        display: none
    }
    footer.footer-4 .footer-section .about-section {
        margin-top: 40px
    }
    footer.footer-2 .callus .footer-banner-content {
        display: unset
    }
    footer.footer-2 .callus .footer-banner-content .footer-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -12px
    }
    .success-text p {
        line-height: 24px
    }
    .order-success-sec .order-detail li {
        line-height: 22px;
        font-size: 14px
    }
    .order-success-sec .payment-mode p {
        line-height: 22px;
        font-size: 14px
    }
    .product-wrapper-grid.list-view .product-box {
        display: block
    }
    .product-wrapper-grid.list-view .product-box .img-block {
        width: 100%
    }
    .product-wrapper-grid.list-view .product-box .img-block .cart-details {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin-bottom: 20px
    }
    .product-wrapper-grid.list-view .product-box .product-info {
        margin-left: 0
    }
    .product-wrapper-grid.list-view .product-box .product-info p {
        margin-bottom: 0
    }
    .blog-detail-page .comment-section li {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .collection-product-wrapper .product-pagination .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: none;
        border-right: 1px solid #ddd
    }
    .product-pagination .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid #ddd
    }
    .testimonial {
        background-color: #f7f7f7
    }
    .testimonial .testimonial-slider .media .media-body {
        padding: 30px
    }
    .about-page {
        text-align: center
    }
    .about-page p {
        line-height: 1.5
    }
    .about-page p:last-child {
        margin-bottom: -4px
    }
    .layout2-logo {
        padding-right: 70px
    }
    .faq-section .theme-accordion .card .card-body p {
        line-height: 1.5!important
    }
    .faq-section .theme-accordion .card .card-header button {
        font-size: 14px!important;
        white-space: normal;
        width: 100%;
        padding: 16px 30px 16px 18px!important
    }
    .register-page .theme-card {
        padding: 25px
    }
    .register-page .theme-card .theme-form input {
        margin-bottom: 25px;
        padding: 13px 18px
    }
    .collection .partition-collection>div:nth-last-child(1),
    .collection .partition-collection>div:nth-last-child(2),
    .collection .partition-collection>div:nth-last-child(3) {
        margin-top: 30px
    }
    .product-pagination .pagination .page-item a {
        padding: 8px 16px
    }
    .product-pagination .product-search-count-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0
    }
    .product-pagination .product-search-count-bottom h5 {
        padding: 10px 0
    }
    .product-pagination .theme-paggination-block nav {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd
    }
    .order-history .responsive-data {
        display: block
    }
    .cart-section tbody tr td a,
    .wishlist-section tbody tr td a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .cart-section .cart-table thead th:nth-last-child(-n+4) {
        display: none
    }
    .cart-section tbody tr td:nth-last-child(-n+4) {
        display: none
    }
    .cart-section tbody tr td .mobile-cart-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .wishlist-section .cart-table thead th:nth-last-child(-n+3) {
        display: none
    }
    .wishlist-section tbody tr td:nth-last-child(-n+3) {
        display: none
    }
    .wishlist-section tbody tr td .mobile-cart-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .search-product>div:nth-last-child(4) {
        margin-top: 30px
    }
    .blog-page .order-sec {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .blog-page .blog-media:last-child {
        margin-bottom: 30px
    }
    .blog-page .blog-sidebar ul li {
        display: block
    }
    .tab-pane iframe {
        width: 100%
    }
    .product-order .product-order-detail img {
        height: auto
    }
    .typography_section .typography-box .typo-content.product-pagination .pagination {
        border-left: none
    }
    .typography_section .typography-box .typo-content.typo-buttons a:last-child {
        margin-top: 5px
    }
    .rtl header.header-4 .mobile-icon-search {
        padding: 0 0 0 10px
    }
    .rtl header.header-center .nav-icon ul .onhover-div.cart-icon {
        margin-left: 22px
    }
    .rtl .service-block svg {
        margin-right: 0
    }
    .rtl .service-block+.service-block {
        border-right: 0
    }
    .rtl .service-block .media .media-body h4,
    .rtl .service-block .media .media-body p {
        text-align: center
    }
    .rtl .collection-product-wrapper .product-pagination .theme-paggination-block nav {
        border-right: none;
        border-left: 1px solid #ddd
    }
    .rtl .collection-product-wrapper .product-pagination .product-search-count-bottom {
        padding-left: 5px;
        padding-right: 5px
    }
    .rtl .full-box .theme-card .offer-slider .sec-1 .product-box2+.product-box2 {
        border-left: none;
        border-right: none
    }
    .rtl .product-pagination .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .rtl .banner-bg .banner-content.app-content {
        padding: 0 0 0 20px
    }
    .rtl footer .call-us .footer-banner-content .address-section h6,
    .rtl footer .call-us .footer-banner-content .address-section p {
        text-align: center
    }
    .rtl footer .call-us .footer-banner-content .call-text h3 {
        text-align: center
    }
    .rtl footer .sub-footer p {
        text-align: center
    }
    .rtl .product-box .img-block .lable-wrapper .lable1:before {
        right: 34px
    }
    .rtl .product-box .img-block .cart-right {
        left: 0
    }
    .rtl .product-box:hover .cart-details button {
        -webkit-animation: none;
        animation: none
    }
    .rtl .product-box:hover .cart-details a:nth-child(2) i,
    .rtl .product-box:hover .cart-details a:nth-child(3) i,
    .rtl .product-box:hover .cart-details a:nth-child(4) i {
        -webkit-animation: none;
        animation: none
    }
    .rtl .instashop-section .row>.pr-0 {
        padding-left: 15px!important
    }
    .rtl .instashop-section .row>.pl-0 {
        padding-right: 15px!important
    }
    .rtl .slider-category .category-right .cat-box+.cat-box {
        padding-right: 0
    }
    .dark .collection-product-wrapper .product-pagination .theme-paggination-block nav {
        border-color: #404040
    }
    .dark .product-pagination .pagination {
        border-color: #404040
    }
    .dark .product-box .img-block .cart-right a i,
    .dark .product-box .img-block .cart-right button i {
        color: #cbcbcb
    }
    .dark footer .call-us,
    .dark footer .callus {
        background-color: rgba(35, 35, 35, .6)
    }
}

@media (width:640px) and (height:360px) {
    .slider-bg .home-slider .home {
        height: 65vh
    }
    .slider-bg .home-slider .home .slider-contain {
        height: 65vh
    }
}

@media (min-width:577px) {
    .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        border-color: #404040!important
    }
    .dark .tools-service.absolute-banner .absolute-bg {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .dark .full-banner .banner-contain {
        background-color: rgba(0, 0, 0, .2)
    }
}

@media (max-width:576px) {
    #fb-root {
        display: none
    }
    .portfolio-padding {
        padding-bottom: 15px
    }
    .btn-solid {
        padding: 7px 20px
    }
    .alert {
        right: 0!important;
        left: 0;
        max-width: 90%!important
    }
    section {
        padding-top: 15px
    }
    header .navbar {
        padding: 20px 0
    }
    header .mobile-fix-header {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 50px;
        background-color: #fff;
        width: 100vw;
        z-index: 9;
        -webkit-box-shadow: 0 2px 5px 0 #a8a8a8;
        box-shadow: 0 2px 5px 0 #a8a8a8
    }
    header .mobile-fix-header .home {
        position: fixed;
        left: 0;
        width: 20%;
        text-align: center;
        bottom: 16px
    }
    header .mobile-fix-header .home i {
        font-size: 20px
    }
    header .mobile-fix-header .home i.active {
        color: #000
    }
    header .mobile-fix-header .home:hover i {
        color: #000;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }
    header .brand-logo {
        position: absolute;
        text-align: center;
        padding: 10px 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    header .brand-logo img {
        width: 170px
    }
    header .mobile-icon-home {
        display: block
    }
    header .mobile-icon-search {
        display: block;
        font-size: 20px;
        color: #999
    }
    header .search-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 15px;
        z-index: 99;
        left: 0;
        width: 20%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    header .search-bar .icon-search {
        font-size: 20px
    }
    header .nav-icon ul .onhover-div .shopping-cart {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    header .nav-icon ul .onhover-div .setting {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: none;
        transition: none
    }
    header .nav-icon ul .onhover-div .show-div {
        -webkit-transition: none;
        transition: none
    }
    header .nav-icon ul .onhover-div:after {
        display: none
    }
    header .nav-icon ul .onhover-div:hover .setting {
        top: unset;
        bottom: 50px;
        right: 25px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: none;
        transition: none
    }
    header .nav-icon ul .onhover-div.cart-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 99;
        left: 40%;
        width: 20%;
        text-align: center;
        padding: 15px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    header .nav-icon ul .onhover-div.cart-icon .cart-image {
        display: none
    }
    header .nav-icon ul .onhover-div.cart-icon .wishlist-img {
        display: none
    }
    header .nav-icon ul .onhover-div.cart-icon .setting-img {
        display: none
    }
    header .nav-icon ul .onhover-div.cart-icon i {
        display: block;
        padding: 0 10px;
        font-size: 20px;
        color: #999;
        cursor: pointer
    }
    header .nav-icon ul .onhover-div.setting-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 20%;
        text-align: center;
        padding: 15px 0!important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 80%
    }
    header .nav-icon ul .onhover-div.setting-icon .cart-image {
        display: none
    }
    header .nav-icon ul .onhover-div.setting-icon .wishlist-img {
        display: none
    }
    header .nav-icon ul .onhover-div.setting-icon .setting-img {
        display: none
    }
    header .nav-icon ul .onhover-div.setting-icon i {
        display: block;
        padding: 0 10px;
        font-size: 20px;
        color: #999;
        cursor: pointer
    }
    header .nav-icon ul .onhover-div.wishlist-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 20%;
        text-align: center;
        padding: 15px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 60%
    }
    header .nav-icon ul .onhover-div.wishlist-icon .cart-image {
        display: none
    }
    header .nav-icon ul .onhover-div.wishlist-icon .wishlist-img {
        display: none
    }
    header .nav-icon ul .onhover-div.wishlist-icon .setting-img {
        display: none
    }
    header .nav-icon ul .onhover-div.wishlist-icon i {
        display: block;
        padding: 0 10px;
        font-size: 20px;
        color: #999;
        cursor: pointer
    }
    header .toggle-nav {
        padding: 22px 0
    }
    header .nav-icon ul .onhover-div .show-div {
        left: unset;
        right: 0
    }
    header.header-1 .left-part {
        display: none
    }
    header.header-1 .right-part {
        display: none
    }
    header.header-1 .nav-icon ul .onhover-div.search-3 img {
        display: none
    }
    header.header-1 .nav-icon ul .onhover-div.user-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 15px;
        z-index: 10;
        left: 20%;
        width: 20%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #999;
        font-size: 20px;
        cursor: pointer;
        padding: 0
    }
    header.header-1 .nav-icon ul .onhover-div.user-icon img {
        display: none
    }
    header.header-1 .nav-icon ul .onhover-div.user-icon .mobile-icon {
        display: block
    }
    header.header-1 .mobile-icon-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 15px;
        z-index: 10;
        left: 0;
        width: 20%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #999;
        font-size: 20px;
        cursor: pointer
    }
    header.header-1 .header-section {
        height: 66px;
        position: relative
    }
    header.header-1 .category-part {
        top: -39px
    }
    header.header-1 .brand-logo {
        padding: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%
    }
    header.header-1 .brand-logo img {
        width: 140px;
        height: auto
    }
    header.header-1 .toggle-nav {
        right: 15px;
        top: -56px
    }
    header.header-1 .slider-part {
        padding: 0 15px;
        border: none
    }
    header.header-1 .slider-part .home-slider {
        border: 10px solid #fff
    }
    header.header-2 .nav-icon ul .onhover-div.search-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 15px;
        z-index: 10;
        left: 0;
        width: 20%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
    header.header-2 .nav-icon ul .onhover-div.search-3 i {
        font-size: 20px;
        color: #999;
        padding: 0
    }
    header.header-2 .nav-icon ul .onhover-div.search-3:hover i {
        color: #000
    }
    header.header-2 .nav-icon ul .onhover-div.user-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 15px;
        z-index: 10;
        width: 20%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        left: 20%
    }
    header.header-2 .nav-icon ul .onhover-div.user-icon i {
        font-size: 20px;
        color: #999;
        padding: 0
    }
    header.header-2 .nav-icon ul .onhover-div.user-icon:hover i {
        color: #000
    }
    header.header-2 .content-header .left-section {
        width: 100%;
        padding: 0
    }
    header.header-2 .content-header .right-section {
        width: 0
    }
    header.header-2 .toggle-nav {
        position: absolute;
        right: 15px
    }
    header.header-2 .header-top .brand-logo {
        position: absolute;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }
    header.header-2 .category-section {
        left: 15px;
        margin-top: 11px;
        margin-left: 0
    }
    header.header-3 .search-img {
        display: none
    }
    header.header-3 .brand-logo img {
        width: auto
    }
    header.header-3 .mobile-icon-search,
    header.header-3 .user-icon .mobile-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 15px;
        z-index: 10;
        left: 0;
        width: 20%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #999;
        font-size: 20px;
        cursor: pointer
    }
    header.header-3 .user-icon img {
        display: none
    }
    header.header-3 .user-icon .mobile-icon {
        left: 20%
    }
    header.header-3 .nav-icon ul .cart-icon:after {
        display: none
    }
    header.header-3 .nav-icon ul .cart-icon .cart-count {
        top: 10px;
        left: 55%
    }
    header.header-3 .toggle-nav {
        right: 15px;
        top: 26px;
        display: inline-block;
        left: unset
    }
    header.header-3 .category-section {
        margin-top: 24px
    }
    header.header-3 .brand-logo {
        padding: 0;
        position: absolute;
        left: 50%;
        margin-top: 7px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    header.header-3 .right_part .navbar {
        position: absolute;
        left: 15px;
        padding: 0;
        top: 25px;
        display: inline-block
    }
    header.header-4 {
        top: 0
    }
    header.header-4 .nav-icon ul .onhover-div.user-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 15px;
        z-index: 99;
        left: 20%;
        width: 20%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
    header.header-4 .nav-icon ul .onhover-div.user-icon img {
        display: none
    }
    header.header-4 .nav-icon ul .onhover-div.user-icon i {
        display: block;
        color: #999;
        font-size: 20px
    }
    header.header-4 .brand-logo {
        padding: 8px 0
    }
    header.header-4 .header-shadow {
        display: none
    }
    header.header-4 .navbar {
        padding: 20px 0
    }
    header.header-center .nav-icon ul .onhover-div.cart-icon:after {
        display: none
    }
    header.header-center .left-part {
        padding: 0
    }
    header.header-center #main-nav .toggle-nav {
        padding: 5px 0
    }
    .contain-slider .slider-contain {
        padding: 0 10px
    }
    .home-slider.home-fix .home {
        height: 55vh
    }
    .home-slider.home-fix .slider-contain {
        height: 55vh
    }
    .title-basic .timer-flash {
        display: none
    }
    .service-banner .service-box {
        padding: 10px
    }
    .product-box .img-block .cart-right a i {
        width: 24px;
        height: 24px;
        font-size: 12px
    }
    .product-box .img-block .cart-right button {
        width: 24px;
        height: 24px
    }
    .grid-5 .box-5 {
        margin: 0 0 30px!important;
        max-width: calc(50% - 0px)
    }
    .grid-5 .box-5 .product-box {
        margin: 0 10px
    }
    .grid-5 .box-5:nth-last-child(-n+2) {
        margin: 0!important
    }
    .section-t-space {
        padding-top: 30px
    }
    .section-b-space {
        padding-bottom: 30px
    }
    .partition-3>div,
    .partition>div {
        margin-bottom: 30px
    }
    .no-bg.app-sec .app-section .app-content .app-buttons {
        margin-bottom: 5px
    }
    .slider-section .padding-cls {
        margin-top: 30px
    }
    .slider-section.slider-layout-4 .media-product-section {
        margin-top: 30px
    }
    .slider-bg {
        height: 48vh
    }
    .slider-bg .row {
        padding: 0 10px
    }
    .slider-bg .home-slider .home {
        padding: 0
    }
    .layout-4 {
        margin: 6px 0
    }
    .tap-top {
        height: 30px;
        width: 30px;
        bottom: 58px;
        padding: 0;
        right: 16px
    }
    .tap-top i {
        font-size: 18px
    }
    .tap-top.star-top .star-icon {
        font-size: 35px
    }
    .tap-top.star-top .star-icon i {
        top: 7px;
        left: 10px;
        font-size: 18px
    }
    .theme-modal .modal-dialog .quick-view-modal .product-right {
        margin: 15px 0 10px
    }
    .theme-modal .modal-dialog .quick-view-modal .product-right h2 {
        font-size: 18px;
        margin-bottom: 10px
    }
    .theme-modal .modal-dialog .quick-view-modal .product-right h3 {
        font-size: 22px;
        margin-bottom: 10px
    }
    .theme-modal .modal-dialog .quick-view-modal .product-right .color-variant li {
        height: 25px;
        width: 25px
    }
    .theme-modal .modal-dialog .quick-view-modal .product-right .border-product {
        padding-top: 10px;
        padding-bottom: 15px
    }
    .theme-modal .modal-dialog .quick-view-modal .product-right .size-box {
        margin-top: 5px;
        margin-bottom: 5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .theme-modal .modal-dialog .quick-view-modal .product-right .product-description .qty-box {
        margin-top: 5px
    }
    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
        max-width: 105px;
        margin-bottom: 10px
    }
    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
        padding: 4px 5px
    }
    .theme-modal.exit-modal .media {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .theme-modal.exit-modal .media img {
        width: 25%
    }
    .theme-modal.exit-modal .media .media-body h4 {
        font-size: 16px;
        margin-bottom: 0
    }
    .theme-modal.exit-modal .media .media-body h2 {
        margin-bottom: 2px
    }
    .theme-modal.exit-modal .media .media-body h5 {
        font-size: 16px;
        line-height: 18px
    }
    .theme-modal.exit-modal .modal-dialog .modal-content .modal-body .modal-bg {
        padding: 12px
    }
    .home-slider .home {
        height: 58vh
    }
    .home-slider .slider-contain {
        height: 58vh
    }
    .home-slider .slider-contain h1 {
        font-size: 25px;
        line-height: 1.5
    }
    .home-slider:hover .slick-next {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    .home-slider:hover .slick-prev {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    .service-block1 svg {
        width: 35px;
        height: 35px;
        margin-bottom: 0
    }
    .category-section {
        left: 15px;
        margin-top: 19px
    }
    .layout-2-menu .service-vertical {
        padding: 30px 0 0
    }
    .layout-2-menu .home-slider .home .slider-contain>div {
        padding: 25px 40px
    }
    .header-shadow .left-shadow {
        top: 66px
    }
    .header-shadow .right-shadow {
        top: 66px
    }
    .service .service-block {
        margin-bottom: 15px
    }
    .service .service-block:nth-last-child(-n+2) {
        margin-bottom: 0
    }
    .service .service-block .media {
        padding: 0
    }
    .service .service-block .media svg {
        width: 30px;
        height: 30px;
        margin-right: 0
    }
    .service-block1:nth-last-child(2) {
        margin-top: 30px
    }
    .category .category-img .category-text {
        top: 60px;
        right: unset;
        left: 55%
    }
    .category .category-img:nth-last-child(3) {
        margin-top: 30px
    }
    .category .category-wrap h6 {
        margin-bottom: 0
    }
    .category .category-wrap img {
        padding-bottom: 15px
    }
    .category.absolute-banner {
        margin-top: 0;
        padding-top: 0
    }
    .category.absolute-banner .absolute-bg {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-bottom: 0
    }
    .logo .logo-img {
        padding: 20px 0
    }
    .banner-content h2 {
        font-size: 20px
    }
    .banner-content h4 {
        font-size: 16px
    }
    .banner-bg .banner-content {
        padding: 25px
    }
    .banner-bg .banner-content h2 {
        line-height: 20px;
        text-transform: capitalize
    }
    .app-section .app-content h5 {
        margin-bottom: 20px
    }
    .app-section .app-content .app-buttons a img {
        padding-top: 5px
    }
    .banner-sec.landscape-layout .center-banner .center img {
        height: 60px;
        margin: 60px
    }
    .banner-sec.landscape-layout .center-banner .contain-right p {
        font-size: 14px
    }
    .order-class {
        margin-top: 30px
    }
    .tab-layout1 .theme-tab .tabs {
        margin-bottom: 30px
    }
    .tab-layout1 .theme-tab .tabs li {
        margin-top: 3px;
        margin-bottom: 3px
    }
    .tab-layout1 .theme-tab .tabs .current a {
        border: none
    }
    .tab-layout1 .theme-tab .border-row1 {
        margin-left: 0;
        margin-right: 0
    }
    .tab-layout1 .theme-tab .border-row1>div:nth-child(3) .product-box {
        border-left: 1px solid #eee
    }
    .tab-layout1 .theme-tab .border-row1>div:nth-child(5) .product-box {
        border-left: 1px solid #eee
    }
    .tab-layout1 .theme-tab .border-row1>div:nth-child(4) .product-box {
        border-left: none
    }
    .tab-layout1 .theme-tab .border-row1>div:nth-last-child(4) .product-box {
        border-left: 1px solid #eee;
        border-top: none
    }
    .tab-layout1 .theme-tab .border-row1>div:nth-last-child(3) .product-box {
        border-left: none
    }
    .tab-layout1 .theme-tab .border-row1>div:nth-last-child(2) {
        border-left: 1px solid #eee
    }
    .tab-layout1 .theme-tab .drop-shadow {
        display: none
    }
    .tab-layout2 .theme-tab .shadow-cls .drop-shadow {
        display: none
    }
    .tab-layout4 .tab-content-cls {
        padding: 0 15px
    }
    .tab-layout4 .tab-content-cls .padding-cls {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .tab-layout4 .product-box.full-box .cart-info {
        left: 0;
        right: 0;
        bottom: 0!important
    }
    .tab-layout4 .theme-tab .tab-title .tabs li {
        padding: 8px 10px
    }
    .tab-layout4 .theme-tab .tabs li {
        padding: 10px
    }
    .tab-layout4 .container .pr-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .lookbook-section .lookbook-right .hover-detail {
        padding-top: 0;
        padding-bottom: 0
    }
    .lookbook-section .lookbook-left .lb-dots {
        width: 20px;
        height: 20px;
        font-size: 12px
    }
    .collection-about p {
        line-height: 20px
    }
    .instashop-section .insta-box .insta-add i {
        padding: 3px;
        font-size: 12px
    }
    .setting-sidebar {
        width: 35px;
        height: 35px
    }
    .setting-sidebar i {
        font-size: 19px
    }
    .dark-light {
        width: 35px;
        height: 35px
    }
    .demo-section .demo-effects>div .layout-container {
        height: 245px
    }
    .ab-img {
        position: absolute;
        left: 0;
        bottom: 0
    }
    .order-cls-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        bottom: 0;
        position: absolute
    }
    .order-cls-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    footer {
        margin-bottom: 50px
    }
    footer .instagram {
        margin-top: 30px
    }
    footer .footer-section h4 {
        font-size: 14px
    }
    footer.footer-2 .callus .footer-banner-content {
        margin-right: 0
    }
    footer.footer-2 .callus .footer-banner-content .call-text h3 {
        font-size: 20px
    }
    footer.footer-2 .callus .footer-banner-content .call-text .call-no {
        font-size: 20px
    }
    footer.footer-2 .callus .footer-banner-content .footer-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    footer.footer-2 .callus .footer-banner-content .footer-social ul li a {
        height: 38px;
        width: 38px;
        padding: 6px 10px
    }
    footer.footer-2 .callus .footer-banner-content .footer-social ul li a i {
        font-size: 18px
    }
    footer.footer-4 .footer-section .about-section {
        margin-top: 30px
    }
    footer .subscribe-section .subscribe-content .subscribe-form .form-group .form-control {
        border: none
    }
    input,
    textarea {
        padding: 7px 16px!important;
        font-size: 14px!important
    }
    .contact-page .form-control {
        padding: 7px 16px!important;
        font-size: 14px!important
    }
    .dashboard-right .dashboard {
        padding: 20px
    }
    .faq-section .accordion.theme-accordion .card {
        margin-top: 10px
    }
    .checkout-page .checkout-form input[type=email],
    .checkout-page .checkout-form input[type=number],
    .checkout-page .checkout-form input[type=password],
    .checkout-page .checkout-form input[type=tel],
    .checkout-page .checkout-form input[type=text],
    .checkout-page .checkout-form input[type=url] {
        padding: 10px 18px
    }
    .checkout-page .checkout-form select,
    .checkout-page .checkout-form textarea {
        padding: 10px 18px
    }
    .checkout-page .checkout-form .form-group {
        margin-bottom: 15px
    }
    .product-pagination {
        margin-top: 30px
    }
    .template-password #container #login {
        margin-bottom: 0
    }
    .error-section {
        padding: 50px 0
    }
    .error-section h1 {
        margin-top: -7px
    }
    .error-section h2 {
        margin: 20px 0;
        font-size: 18px
    }
    .about-page .about-head {
        display: inline-block;
        width: 100%;
        text-align: center
    }
    .about-page .about-head .theme-breadcrumb .breadcrumb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 0
    }
    .blog-detail-page .blog-detail .post-social li {
        display: block
    }
    .blog-detail-page .blog-detail .post-social li+li {
        padding-left: 0;
        margin-left: 0;
        border-left: none
    }
    .collection .collection-block .collection-content p {
        margin-bottom: 10px
    }
    .collection .collection-block .collection-content h3,
    .collection .collection-block .collection-content h4 {
        margin-bottom: 5px
    }
    .collection-product-wrapper .product-wrapper-grid .product-box {
        margin-top: 30px
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        padding: 10px 20px
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
        font-size: 14px;
        line-height: 20px
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        width: 100%
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
        padding: 10px 20px
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before {
        top: 11px
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        border-right: 1px solid #ddd!important;
        border-bottom: 1px solid #ddd
    }
    .collection-product-wrapper .product-top-filter .popup-filter .search-count {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
        border-bottom: 1px solid #ddd;
        width: 100%
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
        border-right: none;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
        top: 14px
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
        width: 100%;
        border-top: none
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        left: unset;
        right: 35px!important;
        top: 14px
    }
    .cart-section .cart-buttons>div:last-child {
        padding-right: 15px
    }
    .cart-section .cart-buttons .btn-solid {
        padding: 7px 8px
    }
    .wishlist-section .btn-solid {
        padding: 7px 8px
    }
    .cart-section .cart-buttons>div:last-child,
    .wishlist-section .cart-buttons>div:last-child {
        padding-right: 15px
    }
    .collection-wrapper .order-up {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .checkout-page .checkout-form .checkout-details {
        padding: 15px
    }
    .product-box .img-wrapper .lable-block .lable3 {
        font-size: 12px;
        padding: 13px 8px
    }
    .product-full-tab .tab-content.nav-material p,
    .tab-product .tab-content.nav-material p {
        padding: 15px 0
    }
    .tab-product .tab-content.nav-material p {
        line-height: 1.3
    }
    .slider-right-nav .slick-slide:first-child>div {
        margin-top: 15px
    }
    .lookbook .lookbook-block .lookbook-dot .dot-showbox {
        width: 90px;
        top: -70px
    }
    .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
        line-height: 16px
    }
    .layout7-product .product-box .details-product {
        padding: 5px
    }
    .layout7-product .product-box:hover .details-product {
        -webkit-animation: none;
        animation: none
    }
    .padding-cls {
        padding-left: 15px;
        padding-right: 15px
    }
    .success-text i {
        font-size: 40px
    }
    .success-text p {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.2
    }
    .success-text h2 {
        margin-bottom: 10px
    }
    .order-success-sec>div {
        margin-top: 15px
    }
    .delivery-sec {
        padding: 15px;
        margin-top: 15px
    }
    .delivery-sec h2,
    .delivery-sec h3 {
        font-size: 20px
    }
    .delivery-sec h2 {
        margin-bottom: -7px
    }
    .delivery-sec h3 {
        margin-bottom: 3px
    }
    .product-order h3 {
        font-size: 20px
    }
    .product-order .product-order-detail .order_detail h4,
    .product-order .product-order-detail .order_detail h5 {
        font-size: 14px;
        line-height: 1.2
    }
    .product-order .total-sec ul li {
        font-size: 16px
    }
    .product-order .final-total h3 {
        font-size: 16px
    }
    .beauty-about .service .service-block1 {
        margin-bottom: 20px
    }
    .beauty-about .service .service-block1:last-child {
        margin-bottom: 0
    }
    .main-menu .menu-left .navbar i {
        font-size: 24px
    }
    .typography_section .typography-box .typo-content.typo-buttons a:last-child {
        margin-top: 0
    }
    .typography_section .typography-box .typo-content.typo-buttons .btn-solid.btn-sm {
        padding: 3px 12px
    }
    .bundle .bundle_img .img-box img {
        max-width: 70px
    }
    .bundle .bundle_detail .theme_checkbox {
        padding: 0
    }
    .product-wrapper-grid.list-view .product-box .img-block .cart-details {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .product-wrapper-grid.list-view .product-box .product-info h6 {
        text-align: center
    }
    .product-wrapper-grid.list-view .product-box h5,
    .product-wrapper-grid.list-view .product-box p {
        text-align: center
    }
    .rtl header .nav-icon ul .cart-icon {
        padding: 0 15px!important
    }
    .rtl header .nav-icon ul .onhover-div.cart-icon i {
        padding: 15px 10px
    }
    .rtl header .nav-icon ul .onhover-div.wishlist-icon {
        padding: 0
    }
    .rtl header .nav-icon ul .onhover-div.wishlist-icon i {
        padding: 15px 10px
    }
    .rtl header .nav-icon ul .onhover-div.setting-icon i {
        padding: 0
    }
    .rtl header.header-2 .nav-icon ul .onhover-div {
        padding: 0
    }
    .rtl header.header-2 .nav-icon ul .onhover-div.wishlist-icon {
        padding: 0
    }
    .rtl header.header-2 .nav-icon ul .onhover-div.search-3.pr-0 {
        padding-right: 0!important
    }
    .rtl header.header-2 .header-top .brand-logo {
        padding-left: 0
    }
    .rtl header.header-3 .brand-logo {
        padding: 0
    }
    .rtl header.header-3 .nav-icon ul .setting-icon {
        padding-right: 0
    }
    .rtl header.header-3 .nav-icon ul .search-3 {
        padding-right: 0!important
    }
    .rtl header.header-3 .right_part .navbar {
        left: unset;
        right: 15px
    }
    .rtl header.header-3 .toggle-nav {
        left: 15px;
        right: unset
    }
    .rtl header.header-4 .toggle-nav {
        padding-left: 0
    }
    .rtl header.header-center .navbar {
        padding: 20px 0
    }
    .rtl header.header-center .nav-icon ul .onhover-div.cart-icon {
        margin: 0
    }
    .rtl .breadcrumb-section .page-title h2 {
        text-align: center
    }
    .rtl .blog-detail-page .blog-detail .post-social li+li {
        padding-right: 0;
        margin-right: 0;
        border-right: none
    }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        border-right: 1px solid #ddd
    }
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
    .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
        padding: 10px 34px
    }
    .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
        border-left: none
    }
    .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
        left: 25px
    }
    .rtl .center-slider .slick-next,
    .rtl .home-slider .slick-next {
        right: unset;
        left: 1px
    }
    .rtl .center-slider .slick-prev,
    .rtl .home-slider .slick-prev {
        left: unset;
        right: 1px
    }
    .rtl .center-slider:hover .slick-next,
    .rtl .home-slider:hover .slick-next {
        right: unset;
        left: 30px
    }
    .rtl .center-slider:hover .slick-prev,
    .rtl .home-slider:hover .slick-prev {
        left: unset;
        right: 30px
    }
    .rtl .product-wrapper-grid.list-view .product-box .product-info p {
        text-align: center
    }
    .rtl .product-wrapper-grid.list-view .product-box .product-info h6 {
        text-align: center
    }
    .rtl .product-wrapper-grid.list-view .product-box .product-info h5 {
        text-align: center
    }
    .rtl .tab-layout1 .theme-tab .border-row1>div:nth-child(4) .product-box {
        border-right: none;
        border-left: 1px solid #eee
    }
    .rtl .tab-layout1 .theme-tab .border-row1>div:nth-last-child(2) {
        border-right: 1px solid #eee;
        border-left: none
    }
    .rtl .tab-layout1 .theme-tab .border-row1>div:nth-last-child(3) .product-box {
        border-right: none;
        border-left: 1px solid #eee
    }
    .rtl .tab-layout1 .theme-tab .border-row1>div:nth-last-child(4) .product-box {
        border-right: 1px solid #eee
    }
    .rtl .tab-layout1 .theme-tab .border-row1>div:nth-child(3) .product-box,
    .rtl .tab-layout1 .theme-tab .border-row1>div:nth-child(5) .product-box {
        border-right: 1px solid #eee
    }
    .rtl .tab-layout4 .container .pr-0 {
        padding-left: 0!important
    }
    .rtl .theme-modal .modal-dialog .quick-view-modal .product-right .size-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .dark header .mobile-fix-header {
        background-color: #2b2b2b;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .6);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .6)
    }
    .dark header .nav-icon ul .onhover-div .setting {
        background-color: #2b2b2b
    }
    .dark header .nav-icon ul .onhover-div .setting h6 {
        color: #cfd4da
    }
    .dark header .nav-icon ul .onhover-div .setting ul li a {
        color: #cbcbcb
    }
    .dark .tab-layout1 .theme-tab .border-row1>div:nth-child(3) .product-box,
    .dark .tab-layout1 .theme-tab .border-row1>div:nth-child(5) .product-box {
        border-color: #404040
    }
    .dark .tab-layout1 .theme-tab .border-row1>div:nth-last-child(2) {
        border-color: #404040
    }
    .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        border-color: #404040!important
    }
}

@media (max-width:575px) {
    .partition_4 .row>div:nth-last-child(-n+2) {
        margin-top: 0
    }
    .partition_4 .row>div:nth-last-child(-n+3) {
        margin-top: 30px
    }
    .service .service-block:nth-last-child(-n+2) {
        margin-bottom: 15px
    }
    .service .service-block:last-child {
        margin-bottom: 0
    }
    .service-block1:nth-last-child(3) {
        margin-top: 30px
    }
}

@media (max-width:480px) and (min-width:360px) {
    .category .category-block .category-content .btn-solid {
        right: 80px
    }
}

@media (max-width:480px) {
    .home-slider .home {
        height: 130px
    }
    .home-slider .slider-contain {
        height: 55vh
    }
    .home-slider .slider-contain h1 {
        font-size: 22px
    }
    .home-slider .slider-contain h5 {
        font-size: 16px;
        margin-top: -2px
    }
    .home-slider .slider-contain h4 {
        letter-spacing: .01em;
        font-size: 17px
    }
    .home-slider.home-70 .home,
    .home-slider.home-70 .slider-contain {
        height: 55vh
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
        padding: 35px
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
        margin-bottom: 10px
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
        margin-bottom: 15px
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
        height: 40px;
        padding: 0
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .btn-outline,
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .btn-solid {
        padding: 8px 15px
    }
    .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media {
        display: block;
        text-align: center
    }
    .category .category-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 25px 30px
    }
    .instagram .instagram-banner {
        height: 40px;
        width: 235px
    }
    .instagram .instagram-banner h5 {
        font-size: 14px
    }
    .banner-content h6 {
        letter-spacing: .2em;
        font-size: 14px
    }
    .banner-content h2 {
        line-height: 20px;
        font-size: 16px
    }
    .banner-content h4 {
        font-size: 14px
    }
    .banner-content .banner-btn {
        padding: 12px
    }
    .banner-content .banner-btn h6 {
        font-size: 12px
    }
    .banner-content.layout-3 .banner-btn {
        padding: 12px
    }
    .banner-bg {
        padding: 15px
    }
    .banner-bg .banner-content {
        padding: 10px
    }
    .banner-bg .banner-content .banner-btn {
        padding: 10px 5px
    }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons a:last-child {
        margin-left: 0
    }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons a:last-child img {
        margin-top: 0
    }
    .collection-banner .contain-banner {
        padding-left: 15px;
        padding-right: 15px
    }
    .collection-banner .contain-banner h3 {
        font-size: 20px
    }
    .collection-banner .contain-banner h6 {
        margin-top: 5px
    }
    .collection-banner .contain-banner .banner-deal {
        padding: 3px 8px
    }
    .collection-banner .contain-banner.banner-3 {
        padding-left: 15px;
        padding-right: 15px
    }
    .no-bg.app-sec .app-sec-content h3 {
        font-size: 20px
    }
    .banner-sec .center-banner .center img {
        height: 170px
    }
    .banner-sec .center-banner .contain-left {
        padding: 10px
    }
    .banner-sec .center-banner .contain-right {
        padding: 10px
    }
    .banner-sec .collection-banner .banner-contain h2 {
        font-size: 22px
    }
    .banner-sec .collection-banner .banner-contain h5 {
        font-size: 14px
    }
    .banner-sec .collection-banner .banner-contain h4 {
        font-size: 16px
    }
    .banner-sec.landscape-layout .center-banner .center {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .banner-sec.landscape-layout .center-banner .contain-left {
        display: none
    }
    .banner-sec.landscape-layout .center-banner .contain-right {
        padding-right: 60px
    }
    .tab-layout3 .theme-tab .tabs {
        margin: 0 0 20px
    }
    .tab-layout3 .theme-tab .tabs li {
        padding: 5px 10px
    }
    .tab-layout3 .product-box .img-block .cart-details {
        right: 5px
    }
    .tab-layout3 .product-box .img-block .cart-details i {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .tab-layout3 .product-box.full-box .img-block .cart-details i {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .product-box .img-block .lable-wrapper .lable4 {
        padding: 8px 3px;
        left: 7px;
        font-size: 12px
    }
    .product-box .img-block .lable-wrapper .lable5 {
        display: none
    }
    .product-box.product-select-box .product-info h6 {
        margin-top: 5px
    }
    .tab-layout4 .product-box .img-block .lable-wrapper .lable6 {
        left: 5px;
        font-size: 10px
    }
    .tab-layout4 .product-box .img-block .lable-wrapper .lable6:before {
        border-right: 11px solid #000;
        border-top: 9px solid transparent;
        border-bottom: 10px solid transparent
    }
    .tab-layout4 .product-box .img-block .lable-wrapper .lable7 {
        top: 3px;
        right: 3px;
        font-size: 12px
    }
    .collection-section .collection_detail h4 {
        font-size: 15px
    }
    .collection-section .collection_detail h5 {
        font-size: 14px;
        margin-bottom: 0
    }
    .collection-section .collection_detail p {
        line-height: 18px
    }
    .collection-section .card .card-body {
        padding: 14px
    }
    .media-product-section .media,
    .media-product-section .product-box {
        padding: 5px
    }
    .media-product-section .media img,
    .media-product-section .product-box img {
        height: 120px
    }
    footer .instagram .instagram-box .overlay i {
        font-size: 22px
    }
    footer .instagram .instagram-banner {
        height: 35px;
        width: 230px
    }
    .add_to_cart .cart-inner .cart_media li .media img {
        height: 70px
    }
    .order-box .sub-total .shipping {
        width: 100%;
        margin-top: 15px
    }
    .select_input select {
        padding: 12px 15px;
        margin-bottom: 18px
    }
    .about-page p {
        line-height: 1.5
    }
    .about-page p:last-child {
        margin-bottom: 0
    }
    .testimonial .testimonial-slider .media {
        display: inline-block
    }
    .testimonial .testimonial-slider .media img {
        margin: 0 auto;
        height: 100px;
        width: 100px
    }
    .testimonial .testimonial-slider .media .media-body {
        padding: 0;
        text-align: center
    }
    .blog-detail-page .blog-contact h2 {
        font-size: 30px;
        margin-bottom: 25px
    }
    .blog-detail-page .blog-contact .theme-form input,
    .blog-detail-page .blog-contact .theme-form textarea {
        margin-bottom: 20px
    }
    .blog-detail-page .blog-detail h3 {
        font-size: 16px;
        margin-bottom: 15px
    }
    .blog-detail-page .blog-detail img {
        margin-bottom: 25px
    }
    .blog-detail-page .blog-advance ul {
        line-height: 1.5
    }
    .blog-detail-page .blog-advance img {
        margin-bottom: 20px;
        margin-top: 10px
    }
    .blog-detail-page .blog-advance p {
        line-height: 1.5
    }
    .blog-detail-page .comment-section li {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .blog-detail-page .comment-section li p {
        line-height: 1.5
    }
    .blog-detail-page .comment-section li h6 {
        margin-top: 10px;
        margin-bottom: 10px
    }
    .blog-detail-page .comment-section li h6 span {
        display: inherit;
        margin-left: 0
    }
    .blog-detail-page .comment-section .media {
        display: inline-block;
        text-align: center
    }
    .faq-section .theme-accordion .card .card-body p {
        line-height: 1.5!important
    }
    .faq-section .theme-accordion .card .card-header button {
        line-height: 1.3;
        padding: 12px 35px 12px 12px!important
    }
    .faq-section .accordion.theme-accordion .card .card-header button:before {
        top: 20px
    }
    .pwd-page {
        padding: 70px 0
    }
    .pwd-page h2 {
        font-size: 25px;
        margin-bottom: 15px
    }
    .login-page .authentication-right h6 {
        margin-bottom: 10px
    }
    .login-page .theme-card {
        padding: 25px
    }
    .register-page .theme-card {
        padding: 18px
    }
    .register-page .theme-card .theme-form input {
        margin-bottom: 20px;
        padding: 12px 15px
    }
    .search-block .btn-solid {
        padding: 10px 15px
    }
    .contact-page .map iframe {
        height: 275px
    }
    .contact-page .theme-form input {
        margin-bottom: 18px
    }
    .blog-page .blog-media .blog-right h6 {
        margin-bottom: 0
    }
    .blog-page .blog-media .blog-right p {
        line-height: 1.3
    }
    .blog-page .blog-media .blog-right h4 {
        margin-bottom: 5px
    }
    .blog-page .blog-media .blog-right ul {
        margin-bottom: 5px
    }
    .blog-page .blog-media .blog-right ul li {
        display: block
    }
    .blog-page .blog-media .blog-right ul li+li {
        padding-left: 0;
        margin-left: 0;
        border-left: none
    }
    .account-sidebar {
        width: 45%
    }
    .success-text h2 {
        font-size: 20px
    }
    .success-text p {
        font-size: 14px
    }
    .delivery-sec h2,
    .delivery-sec h3 {
        font-size: 18px
    }
    .typography_section .typography-box .typo-content.typo-buttons a {
        margin: 5px 0
    }
    .rtl .theme-tab .tab-title2 {
        -webkit-padding-start: 0
    }
    .rtl .blog-page .blog-media .blog-right ul li+li {
        padding-right: 0;
        margin-right: 0;
        border-right: 0
    }
    .rtl .blog-detail-page .comment-section li h6,
    .rtl .blog-detail-page .comment-section li p {
        text-align: center
    }
    .rtl .product-right .product-icon .product-social li {
        padding-left: 16px
    }
    .rtl .tab-product .nav-material.nav-tabs .nav-item .nav-link {
        text-align: right
    }
    .rtl .testimonial .testimonial-slider .media .media-body p {
        text-align: center
    }
    .rtl .faq-section .theme-accordion .card .card-header button {
        padding: 12px 12px 12px 35px!important
    }
    .rtl .category .category-block {
        padding: 25px 30px
    }
    .rtl .banner-sec.landscape-layout .center-banner .contain-right {
        padding-left: 60px;
        padding-right: 0
    }
}

@media (max-width:420px) {
    .slick-next,
    .slick-prev {
        top: -28px
    }
    .lookbook-section .lookbook-right .hover-detail li {
        position: relative
    }
    .lookbook-section .lookbook-right .hover-detail li .number-cls {
        position: absolute;
        left: 0;
        padding: 5px 13px;
        height: 33px;
        width: 33px
    }
    .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media img {
        height: 45px
    }
    header.header-1 .toggle-nav {
        top: -47px
    }
    header.header-1 .navbar {
        padding: 13px 0
    }
    header.header-1 .brand-logo img {
        width: 110px
    }
    header.header-1 .header-section {
        height: 50px
    }
    .slider-section .slick-slider .slick-next {
        right: 14px
    }
    .slider-section .slick-slider .slick-prev {
        right: 44px
    }
    .blog-section .review-box .review-content p {
        height: 75px;
        line-height: 18px
    }
    .blog-section.blog-pattern .blog-white.feature-sec .feature-block .media img {
        height: 50px
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
        padding: 30px
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
        font-size: 30px
    }
    .theme-modal .modal-dialog .modal-content.quick-view-modal .product-right .product-buttons .btn-outline,
    .theme-modal .modal-dialog .modal-content.quick-view-modal .product-right .product-buttons .btn-solid {
        padding: 7px 10px
    }
    .home-slider .slider-contain h1 {
        font-size: 18px;
        line-height: 1.5em
    }
    .home-slider .slider-contain h4 {
        font-size: 14px
    }
    .home-slider .slider-contain h5 {
        font-size: 14px
    }
    .home-slider .slider-contain .btn-solid {
        margin-top: 5px;
        padding: 5px 14px;
        font-size: 12px
    }
    .home-slider .slider-contain .btn-outline {
        margin-top: 5px;
        padding: 5px 14px;
        font-size: 12px
    }
    header.header-1 .service-vertical .service-block {
        height: 75px
    }
    header.header-1 .service-vertical .service-block p {
        font-size: 12px
    }
    header.header-4 .brand-logo {
        padding: 12px 0
    }
    .layout-2-menu .service-vertical .service-block {
        height: 75px
    }
    .layout-2-menu .service-vertical .service-block p {
        font-size: 12px
    }
    .header-shadow .left-shadow {
        top: 62px
    }
    .header-shadow .right-shadow {
        top: 62px
    }
    .title {
        padding: 20px 0;
        text-transform: uppercase
    }
    .category .category-wrap {
        padding: 20px 25px
    }
    .slider-section .deal-box {
        padding: 0 20px 20px
    }
    .blog-box {
        padding: 0 20px 20px
    }
    .blog-box .slide-1 .slick-next {
        top: -28px
    }
    .blog-box .slide-1 .slick-prev {
        top: -28px
    }
    .blog-box .slide-1 .media {
        display: inline-block;
        margin-bottom: 20px
    }
    .blog-box .slide-1 .media img {
        height: auto;
        width: 100%;
        margin-bottom: 10px
    }
    .blog-box .slide-1 .media:last-child {
        margin-bottom: 0
    }
    .blog-box .review-sec .review-block .media {
        display: inline-block;
        padding: 20px 0
    }
    .blog-box .review-sec .review-block .media .mr-3 {
        margin: 0 auto!important
    }
    .blog-box .review-sec .review-block .media .media-body {
        text-align: center;
        margin-top: 10px
    }
    .blog-box .review-sec .review-block .media .media-body p {
        margin-top: 5px
    }
    .blog-box .review-sec .review-block .media .icon {
        left: unset;
        top: 20px;
        right: 108px
    }
    .blog-box .review-sec .review-block .media:first-child .icon {
        top: 0
    }
    .blog-box.blog-pattern .blog-white.contact {
        padding: 20px
    }
    .blog-box.blog-pattern .blog-white.app-white .app-buttons>a:last-child {
        margin-left: 0
    }
    .blog-box.blog .blog-white {
        padding: 0 20px
    }
    .blog-box.blog .blog-white .slide-1 .slick-next {
        top: -28px
    }
    .blog-box.blog .blog-white .slide-1 .slick-prev {
        top: -28px
    }
    .blog-box.blog .blog-white .slide-1 .media {
        display: inline-block;
        margin-bottom: 20px
    }
    .blog-box.blog .blog-white .slide-1 .media img {
        height: auto;
        width: 100%;
        margin-bottom: 10px
    }
    .blog-box.blog .blog-white .slide-1 .media:last-child {
        margin-bottom: 0
    }
    .blog-box.blog .blog-white.contact {
        padding: 20px
    }
    .blog-box.blog .blog-white.contact h3 {
        margin-top: 8px
    }
    .blog-box.blog .blog-white.contact .contact-form h5 {
        margin-top: 18px
    }
    .blog-box.blog .blog-white.app-white {
        padding: 20px 20px 0
    }
    .blog-section .review-box .title {
        padding-top: 20px
    }
    .banner-bg .banner-content.app-content .app-inner img {
        height: 130px
    }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons {
        margin-top: 10px
    }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons img {
        height: 20px
    }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons a img {
        margin-top: 5px
    }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons a:last-child {
        margin-left: 0
    }
    .banner-bg .banner-content.app-content .app-inner .app-download .app-buttons a:last-child img {
        margin-top: 5px
    }
    .logo .logo-img {
        padding: 15px 0
    }
    .blog-box.blog-pattern .blog-white {
        padding: 0 20px 20px
    }
    .blog-box.blog-pattern .blog-white .title {
        padding: 20px 0
    }
    .blog-box.blog-pattern .blog-white .slick-next {
        top: -29px
    }
    .blog-box.blog-pattern .blog-white .slick-prev {
        top: -29px
    }
    .blog-box.blog-pattern .blog-white.app-white .app-buttons a img {
        height: 28px
    }
    .blog-box.blog-pattern .blog-white.feature-sec .feature-block {
        display: inline-block;
        border-bottom: none
    }
    .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media {
        width: 100%;
        padding-top: 7px;
        padding-bottom: 7px
    }
    .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media:last-child {
        border-left: none
    }
    .blog-box.blog-pattern .blog-white.feature-sec .feature-block:first-child .media:first-child {
        padding-top: 0
    }
    .blog-box.blog-pattern .blog-white.feature-sec .feature-block:last-child .media:last-child {
        padding-bottom: 0
    }
    .blog-box.blog-pattern .blog-white.product-sec .product-block {
        text-align: center
    }
    .blog-box.blog-pattern .blog-white.product-sec .product-block .media {
        padding: 0;
        border-bottom: none
    }
    .blog-box.blog-pattern .blog-white.product-sec .product-block .media img {
        margin: 0 auto!important
    }
    .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body {
        display: inline-block
    }
    .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body .btn-solid-sm {
        padding: 3px 10px;
        font-weight: 400
    }
    .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body a {
        right: unset;
        position: relative;
        margin-top: 5px
    }
    .blog-box.blog-pattern .blog-white.product-sec .product-block:last-child .media {
        margin-bottom: 0
    }
    .blog-box.blog-pattern .blog-white.product-sec .product-block+.product-block {
        margin-top: 10px
    }
    .banner-sec .center-banner .center {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .banner-sec .center-banner .center img {
        margin-left: 30px
    }
    .banner-sec .center-banner .contain-right {
        padding: 30px
    }
    .banner-sec .center-banner .contain-right h4 {
        font-size: 14px
    }
    .banner-sec .center-banner .contain-left {
        display: none
    }
    .single-section .blog-box .review-sec .review-block .media:last-child .icon {
        top: 32px
    }
    .banner-sec.landscape-layout .left-banner {
        padding: 35px 10px
    }
    .banner-sec.landscape-layout .left-banner h2 {
        font-size: 25px;
        margin-bottom: 10px
    }
    .banner-sec.landscape-layout .right-banner {
        padding: 0 10px
    }
    .banner-sec.landscape-layout .right-banner h5 {
        font-size: 14px;
        letter-spacing: .03em
    }
    .banner-sec.landscape-layout .right-banner h2 {
        font-size: 30px;
        margin-top: 0;
        letter-spacing: .2em
    }
    .banner-sec.landscape-layout .right-banner h6 {
        padding: 5px 10px;
        margin-top: 0;
        letter-spacing: .01em;
        font-weight: 500
    }
    .banner-sec.landscape-layout .center-banner .center img {
        margin: 50px 15px
    }
    .banner-sec.landscape-layout .center-banner .contain-right {
        padding: 15px
    }
    .product-box {
        padding: 15px
    }
    .product-box .img-block .add-btn .btn-outline {
        font-size: 12px
    }
    .tab-layout2 .theme-tab .shadow-cls .drop-shadow {
        display: none
    }
    .tab-layout3 .product-box.full-box {
        padding-top: 15px
    }
    .tab-layout4 .product-box .product-info h5 {
        margin-bottom: 0
    }
    .tab-layout4 .product-box .img-block .cart-info i {
        padding-left: 7px;
        padding-right: 7px
    }
    .product-box .img-block .cart-info i {
        font-size: 14px;
        padding-left: 7px;
        padding-right: 7px
    }
    .vertical-tab .tab-inner .theme-tab #mob_tab_cls {
        top: -41px;
        left: 15px
    }
    .vertical-tab .slick-prev {
        top: -30px;
        right: 45px
    }
    .vertical-tab .slick-next {
        top: -30px;
        right: 15px
    }
    .vertical-tab .tab-head h2 {
        font-size: 16px
    }
    .slider-section .slider-3 .slick-prev {
        top: -30px;
        right: 44px
    }
    .slider-section .slider-3 .slick-next {
        top: -30px;
        right: 14px
    }
    .slider-section .tab-head {
        padding: 0 20px
    }
    .product-layout .center-product {
        padding: 0 20px 20px
    }
    .product-layout .center-product .product-details .cart-info {
        bottom: 15px
    }
    .product-layout .center-product .title {
        padding: 20px 0
    }
    .lookbook-section .lookbook-right .hover-detail li a {
        line-height: 24px;
        padding-left: 45px;
        display: inline-block
    }
    .lookbook-section .lookbook-right .hover-detail li+li {
        margin-top: 15px
    }
    footer .sub-footer p {
        padding: 10px 0
    }
    footer .sub-footer .payment-card-bottom {
        padding-bottom: 10px
    }
    footer .footer-section .footer-link {
        padding-top: 0!important
    }
    footer.footer-3 .footer-section .footer-link {
        padding-top: 0!important
    }
    .nav-tabs {
        display: block!important
    }
    .nav-tabs .nav-item {
        display: block
    }
    .product-full-tab .nav-material.nav-tabs .nav-item,
    .tab-product .nav-material.nav-tabs .nav-item {
        margin-bottom: 10px
    }
    .product-full-tab .nav-material.nav-tabs .nav-item .nav-link,
    .tab-product .nav-material.nav-tabs .nav-item .nav-link {
        padding: 0 15px 5px
    }
    .product-full-tab .nav-material.nav-tabs .nav-item:last-child,
    .tab-product .nav-material.nav-tabs .nav-item:last-child {
        margin-bottom: 0
    }
    .product-right .product-icon .product-social li {
        padding-right: 5px
    }
    .product-right .product-icon .product-social li a i {
        font-size: 16px
    }
    .product-right .product-icon .wishlist-btn i,
    .product-right .product-icon .wishlist-btn span {
        font-size: 16px
    }
    .product-right .timer {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link,
    .vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link {
        padding: 7px 20px
    }
    .setting-box {
        width: 280px
    }
    .setting-box .setting-contant .setting_buttons li:first-child {
        width: 43%
    }
    .setting-sidebar.open-icon {
        right: 280px
    }
    .setting-sidebar .setting-contant .setting_buttons li:first-child {
        width: 46%
    }
    .demo-section .demo-effects>div .layout-container {
        height: 185px
    }
    .rtl .full-box .center-slider .offer-slider .product-box .product-detail .color-variant,
    .rtl .full-box .center-slider .offer-slider .product-box .product-detail .rating,
    .rtl .full-box .center-slider .offer-slider .product-box .product-detail h4,
    .rtl .full-box .center-slider .offer-slider .product-box .product-detail h6 {
        text-align: right!important
    }
    .rtl .order-box .sub-total .shopping-option label {
        padding-right: 0
    }
    .rtl .tab-product .nav-material.nav-tabs .nav-item .nav-link {
        text-align: center
    }
    .rtl .blog-box.blog-pattern .blog-white.product-sec .product-block .media img {
        margin-right: auto!important
    }
    .rtl .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body h5,
    .rtl .blog-box.blog-pattern .blog-white.product-sec .product-block .media .media-body p {
        text-align: center
    }
    .rtl .blog-box.blog-pattern .blog-white.feature-sec .feature-block .media:last-child {
        border-right: none
    }
    .rtl .blog-box .review-sec .review-block .media .media-body h6,
    .rtl .blog-box .review-sec .review-block .media .media-body p {
        text-align: center
    }
    .rtl .banner-sec.landscape-layout .center-banner .contain-right {
        padding: 15px
    }
    .rtl .vertical-tab .slick-prev {
        left: 15px
    }
    .rtl .vertical-tab .slick-next {
        left: 45px
    }
    .rtl .slider-section .slick-slider .slick-next {
        left: 46px
    }
    .rtl .slider-section .slick-slider .slick-prev {
        left: 14px
    }
}

@media (max-width:380px) {
    .grid-5 .box-5 {
        margin: 0 0 15px!important
    }
    .product-box {
        padding: 10px
    }
    .product-box .img-block .cart-details {
        top: 0;
        right: 5px
    }
    .product-box .img-block .cart-details i {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px
    }
    .product-box .img-block .cart-wrap button {
        margin-left: 2px;
        margin-right: 2px;
        padding: 6px
    }
    .product-box .img-block .cart-wrap a {
        margin-left: 2px;
        margin-right: 2px;
        padding: 6px
    }
    .product-box .product-info h6 {
        margin-top: 5px
    }
    .tab-layout1 .product-box.product-full {
        padding-bottom: 10px
    }
    .tab-layout1 .product-box.product-full .product-info h6 {
        font-size: 12px
    }
    .tab-layout1 .product-box.product-full .product-info h5 {
        font-size: 14px
    }
    .tab-layout3 .product-box.full-box .product-info h6 {
        margin-top: 15px
    }
    .tab-layout4 .product-box {
        padding: 10px
    }
    .tab-layout4 .product-box.full-box {
        padding-top: 10px
    }
    .vertical-tab2 .product-box .product-info h6 {
        margin-top: 5px
    }
    .product-right .timer {
        padding-left: 20px
    }
    .rtl .product-right .timer {
        padding-right: 20px;
        padding-left: 0
    }
    .rtl footer .subscribe-section .subscribe-content p {
        padding-right: unset;
        margin-right: unset
    }
    .rtl footer .subscribe-section .subscribe-content .subscribe-form {
        margin-right: unset
    }
}

@media (max-width:360px) {
    header.header-4 .brand-logo {
        padding: 15px 0
    }
    .home-slider .home {
        height: 30vh
    }
    .home-slider .slider-contain {
        height: 30vh
    }
    .product-box.product-select-box .qty-add-box .qty-box label {
        font-size: 12px;
        margin-left: -8px
    }
    .slider-bg {
        height: 45vh
    }
    .slider-bg .home-slider .home {
        height: 30vh
    }
    .slider-bg .home-slider .home .slider-contain {
        height: 30vh
    }
    .slick-next {
        right: -5px
    }
    .slick-prev {
        right: 25px
    }
    .add_to_cart .cart-inner .cart_media li .media .media-body h4 {
        margin-bottom: 2px
    }
    .theme-modal .modal-dialog .modal-content .modal-body {
        padding: 10px
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
        padding: 20px
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
        right: 10px
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
        font-size: 20px;
        margin-bottom: 10px
    }
    .color-variant li {
        width: 22px;
        height: 22px
    }
    .size-box li {
        max-width: 22px;
        height: 22px;
        padding: 0
    }
    .collection-banner .contain-banner h3 {
        font-size: 16px
    }
    .instagram .instagram-banner {
        height: 35px;
        width: 200px
    }
    .app-section .app-content h5 {
        font-size: 14px
    }
    .blog-box .review-sec .review-block .media .icon {
        right: 80px
    }
    .blog-box.blog-pattern .blog-white .title {
        font-size: 16px
    }
    .blog-box.blog .blog-white.app-white .app-buttons img {
        height: 30px
    }
    .banner-sec .collection-banner .banner-contain h5 {
        font-size: 13px
    }
    .banner-sec .collection-banner .banner-contain h2 {
        font-size: 16px;
        line-height: 15px
    }
    .banner-sec .collection-banner .banner-contain h4 {
        font-size: 14px
    }
    .banner-sec .center-banner .center img {
        margin-left: 10px
    }
    .banner-sec .center-banner .contain-right {
        padding: 10px
    }
    .slider-section .product-box .img-block .add-btn {
        bottom: 0
    }
    .banner-bg .banner-content.app-content .app-inner .app-download h5 {
        text-transform: capitalize
    }
    .blog-detail-page .blog-detail p {
        line-height: 1.5
    }
    .blog-detail-page .blog-contact h2 {
        font-size: 20px;
        margin-bottom: 20px
    }
    .about-page p {
        line-height: 1.2
    }
    .login-page .theme-card {
        padding: 18px
    }
    .search-block .btn-solid {
        padding: 10px 5px
    }
    .search-block .form-header .input-group input {
        padding: 10px 12px
    }
    .contact-page .map iframe {
        height: 200px
    }
    .product-pagination .pagination .page-item a {
        padding: 6px 10px
    }
    .product-pagination .product-search-count-bottom {
        padding-left: 10px
    }
    .product-pagination .product-search-count-bottom h5 {
        line-height: 15px
    }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
        width: 80%
    }
    .cart-section tbody tr td,
    .wishlist-section tbody tr td {
        min-width: 115px
    }
    .cart-section tbody tr td .mobile-cart-content .col-xs-3,
    .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
        margin-left: 5px;
        margin-right: 5px
    }
    .cart-section tbody tr td a img,
    .wishlist-section tbody tr td a img {
        height: 80px
    }
    .cart-section tfoot tr td,
    .wishlist-section tfoot tr td {
        padding-right: 27px
    }
    .cart-section tfoot tr td h2,
    .wishlist-section tfoot tr td h2 {
        font-size: 21px
    }
    .wishlist-section .wishlist-buttons:last-child a {
        margin-left: 0
    }
    .product-buttons .btn-outline,
    .product-buttons .btn-solid {
        padding: 7px 16px
    }
    .product-description .qty-box .input-group {
        width: 100%
    }
    .single-product-tables.detail-section table {
        width: 70%
    }
    .product-right .timer {
        padding-left: 15px
    }
    .product-right .timer span .padding-l {
        padding-left: 10px
    }
    .product-form-box .timer span {
        width: 47px
    }
    .product-form-box .timer span .padding-l {
        padding-left: 9px
    }
    .product-form-box .product-buttons .btn-outline,
    .product-form-box .product-buttons .btn-solid {
        padding: 5px
    }
    .border-product .timer span,
    .product-form-box .timer span {
        width: 45px
    }
    .border-product .timer span .padding-l,
    .product-form-box .timer span .padding-l {
        padding-right: 5px
    }
    .rtl .product-right .product-icon .product-social li {
        padding-left: 7px
    }
    .rtl .banner-timer .timer {
        padding-left: 0;
        padding-right: 20px
    }
    .rtl .banner-timer .timer span {
        width: 50px
    }
}

@media (max-width:340px) {
    .product-box .product-info h6 {
        font-size: 13px
    }
    .vertical-tab .tab-head {
        padding: 0 20px 0 38px
    }
    footer .subscribe-section .subscribe-content .subscribe-form .form-group .form-control {
        width: 185px
    }
    footer .subscribe-section .subscribe-content .subscribe-form .btn-solid {
        padding: 7px 15px
    }
    .rtl .vertical-tab .tab-head {
        padding: 0 38px 0 20px
    }
}

.footer-social .fa,
.footer-social .far,
.footer-social .fas {
    font-family: Font Awesome 5 Free!important;
    font: normal normal normal 14px/1 FontAwesome!important;
}