/*------------------------------------------------------*/

/* POST 084
/*------------------------------------------------------*/

.post_084 {
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
}

    .post_084 > .carousel-inner:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    .post_084 > .carousel-inner:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

    .post_084 > .carousel-inner > .carousel-item {
        overflow: hidden;
        padding: 5px;
    }

        .post_084 > .carousel-inner > .carousel-item > .row {
            margin: 0;
        }

/*---------- INDICATORS CONTROL ----------*/

.post_084_indicators > .carousel-indicators {
    left: 0;
    right: 0;
    top: 115px;
    width: 90%;
    bottom: auto;
    height: 20px;
    font-size: 0;
    margin: auto;
    display: block;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

    .post_084_indicators > .carousel-indicators li {
        padding: 0;
        width: 15px;
        height: 15px;
        border: none;
        margin: 0 5px;
        text-indent: 0;
        font-size: 11px;
        font-weight: 500;
        overflow: hidden;
        text-align: center;
        background: #444444;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
        transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    }

    .post_084_indicators > .carousel-indicators .active {
        width: 15px;
        height: 15px;
        border: none;
        margin: 0 5px;
        text-indent: 0;
        font-weight: 700;
        background: #61a60e;
    }

    .post_084_indicators > .carousel-indicators::-webkit-scrollbar {
        height: 4px;
    }

    .post_084_indicators > .carousel-indicators::-webkit-scrollbar-thumb {
        background: #eeeeee;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

/*---------- LEFT/RIGHT CONTROL ----------*/

.post_084_control_button .carousel-control-prev, .post_084_control_button .carousel-control-next {
    top: 10px;
    opacity: 1;
    width: 50px;
    bottom: auto;
    height: 30px;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    font-weight: 400;
    overflow: hidden;
    line-height: 30px;
    text-shadow: none;
    position: absolute;
    background: #61a60e;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.post_084_control_button .carousel-control-prev {
    left: 10px;
    right: auto;
    margin: auto;
}

.post_084_control_button .carousel-control-next {
    left: 62px;
    right: auto;
    margin: auto;
}

    .post_084_control_button .carousel-control-prev:hover, .post_084_control_button .carousel-control-next:hover {
        opacity: 1;
        color: #ffffff;
        background: #444444;
    }

/*---------- HEADER ----------*/

.post_084_header {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto 50px auto;
}

    .post_084_header > h1 {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        padding: 0;
        color: #5e5e5e;
        font-size: 30px;
        font-weight: 300;
        position: relative;
        margin: auto auto 20px auto;
        text-align: left
    }

        .post_084_header > h1 > span {
            position: relative;
            padding: 0 20px
        }
/*
.post_084_header>h1>span::before 
  background: url(/Content/img/top-sellers-left.png) no-repeat;
  right: 100%;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 81px;
  height: 16px;
  position: absolute;
}

.post_084_header>h1>span::after {
  background: url(/Content/img/top-sellers-right.png) no-repeat;
  left: 100%;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 81px;
  height: 16px;
  position: absolute;
}*/

.related-products {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    text-align: left;
    position: relative;
    margin: 0 auto 50px auto;
}

    .related-products > h1 {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        padding: 5px 0;
        color: #000;
        font-size: 30px;
        font-weight: 500;
        position: relative;
        margin: auto auto 20px auto;
        border-bottom: 1px solid #000
    }

/*---------- GRID ----------*/

.post_084_grid {
    padding: 10px;
}

/*---------- GRID FOR MOVING TWO ----------*/

.post_084_grid_mov_2 {
    padding: 0;
}

    .post_084_grid_mov_2 > .row {
        margin: 0;
    }

        .post_084_grid_mov_2 > .row > div {
            padding: 10px;
        }

/*---------- WRAPPER ----------*/

.post_084_wrapper {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    display: block;
}

    .post_084_wrapper:hover {
        text-decoration: none;
    }

/*---------- IMAGE ----------*/

.post_084_image {
    overflow: hidden;
    position: relative;
    height: 200px;
}

    .post_084_image > a {
        top: 7px;
        left: 7px;
        width: 35px;
        height: 50px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        position: absolute;
        padding-top: 6px;
        background: #61a60e;
        text-decoration: none;
        text-transform: capitalize;
        -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
        transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    }

        .post_084_image > a > span {
            font-size: 10px;
            display: block;
            font-weight: 100;
        }

        .post_084_image > a:hover {
            color: #ffffff;
            background: #444444;
        }

    .post_084_image > img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /*---------- CONTENT ----------*/

    .post_084_header > h1, .post_084_header > p, .post_084_content > a, .post_084_image > a, .post_084_content > p, .post_084_content > h5 > a, .post_084_control_button .carousel-control-prev, .post_084_control_button .carousel-control-next {
        text-shadow: none;
        font-family: brandon-grotesque,sans-serif;
        -webkit-font-smoothing: antialiased;
    }

.post_084_content {
    text-align: center;
    position: relative;
    margin: 15px 10px;
    border-top: 1px solid #f1f1f1;
    padding-top: 10px
}

    .post_084_content > h5 {
        color: #181818;
        display: block;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        font-family: brandon-grotesque,sans-serif;
        -webkit-transition: color 0.7s cubic-bezier(0.3, 1, 0, 1);
        transition: color 0.7s cubic-bezier(0.3, 1, 0, 1);
    }

.post_084_wrapper:hover .post_084_content > h5, .post_084_wrapper:hover .post_084_content > p {
    color: #61a60e;
}

.post_084_content > a {
    bottom: 0;
    left: 0;
    color: #585858;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    text-transform: capitalize;
    -webkit-transition: color 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: color 0.7s cubic-bezier(0.3, 1, 0, 1);
}

    .post_084_content > a:hover {
        color: #61a60e;
    }

.post_084_content > p {
    color: #181818;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: brandon-grotesque,sans-serif;
    -webkit-transition: color 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: color 0.7s cubic-bezier(0.3, 1, 0, 1);
}

.post_084_content:hover:after {
    background: #61a60e;
}

/*------------------------------------------------------*/

/* RESPONSIVE
/*------------------------------------------------------*/

/*---------- MEDIA 480px ----------*/

@media only screen and (max-width: 480px) {
    /*---------- INDICATORS CONTROL ----------*/
    .post_084_indicators > .carousel-indicators {
        display: none;
    }

    .post_084_header h1 {
        font-size: 25px;
    }

        .post_084_header h1 span::before, .post_084_header h1 span::after {
            display: none;
        }

    .post_084_header > h1 > span {
        padding: 0
    }
}

/*---------- MEDIA 481 - 992px ----------*/

@media (min-width: 481px) and (max-width: 768px) {
    /*---------- GRID FOR MOVING TWO ----------*/
    .post_084_header h1 span::before, .post_084_header h1 span::after {
        display: none;
    }

    .post_084_header > h1 > span {
        padding: 0
    }
}

/*---------- MEDIA 769px - 992px ----------*/

@media (min-width: 769px) and (max-width: 992px) {
    /*---------- GRID FOR MOVING TWO ----------*/
    .post_084_grid_mov_2 > .row > div {
        padding: 1px;
    }

    .post_084_header h1 {
        font-size: 25px;
    }

        .post_084_header h1 span::before, .post_084_header h1 span::after {
            display: none;
        }

    .post_084_header > h1 > span {
        padding: 0
    }
}

/*---------- MEDIA 993px - 1200px ----------*/

@media (min-width: 993px) and (max-width: 1200px) {
    /*---------- GRID ----------*/
    .post_084_grid {
        padding: 3px;
    }

    .post_084_header h1 {
        font-size: 25px;
    }

        .post_084_header h1 span::before, .post_084_header h1 span::after {
            display: none;
        }

    .post_084_header > h1 > span {
        padding: 0
    }
}

/*--------------------------------------------*/

/* SLIDING TIMING FUNCTIONS
/*--------------------------------------------*/

/*----- ps_ease -----*/

.ps_ease .carousel-item {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

/*----- ps_easeInOut -----*/

.ps_easeInOut .carousel-item {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

/*----- ps_speedy -----*/

.ps_speedy .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
    transition-timing-function: cubic-bezier(0, 1, 0, 1);
}

/*----- ps_slowSpeedy -----*/

.ps_slowSpeedy .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
    transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
}

/*----- ps_easeOutInCubic -----*/

.ps_easeOutInCubic .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}

/*----- ps_swing -----*/

.ps_swing .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
    transition-timing-function: cubic-bezier(.02, .01, .47, 1);
}

/*----- ps_easeOutCubic -----*/

.ps_easeOutCubic .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

/*----- ps_easeInOutCubic -----*/

.ps_easeInOutCubic .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}

/*----- ps_easeOutCirc -----*/

.ps_easeOutCirc .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}

/*----- ps_easeOutExpo -----*/

.ps_easeOutExpo .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

/*----- ps_easeInQuad -----*/

.ps_easeInQuad .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

/*----- ps_easeOutQuad -----*/

.ps_easeOutQuad .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

/*----- ps_easeInOutQuad -----*/

.ps_easeInOutQuad .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

/*----- ps_easeOutQuart -----*/

.ps_easeOutQuart .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

/*----- ps_easeInOutQuart -----*/

.ps_easeInOutQuart .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

/*----- ps_easeOutQuint -----*/

.ps_easeOutQuint .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

/*----- ps_easeInSine -----*/

.ps_easeInSine .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

/*----- ps_easeOutSine -----*/

.ps_easeOutSine .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

/*----- ps_easeInOutSine -----*/

.ps_easeInOutSine .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}
