:root {
    --theme-color: rgb(215, 25, 33);
    min-width: 1024px;
}

body {
    font-family: 'AvenirNextLTPro-Regular';
    color: #383737;
}

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

/* structure
================================================================================================================= */

header,
footer,
#middle {
    display: block;
}

.clear {
    clear: both;
    display: block;
}

a,
h1,
h2,
h3,
h5,
label {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    display: block;
}

ul {
    display: block;
}

.school-logo{
    height: 78px;
    width: 78px;
    object-fit: contain;
}

.school-name{
    display: inline-block;
    vertical-align: middle;
    max-width: 178px;
    margin-left: 6px;
    font-size: 14px;
    font-family: 'AvenirNextLTPro-Medium';
    color: #000000;
}

.ccol10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.crow10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.ccol3 {
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.crow3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
}

.ccol8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.crow8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.colauto {
    float: none;
    margin: auto;
}

.crow0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}




/* tabbar
================================================================================================================= */
.tab-inactive {
    border-color: var(--theme-color);
    border-width: 1px;
    border-style: solid;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    background: transparent;
    color: red;
    padding-top: 8px;
    padding-bottom: 4px;
    font-weight: bolder;
    font-size: small;
    cursor: pointer;
}

.tab-active {
    border-color: var(--theme-color);
    border-width: 1px;
    border-style: solid;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    background: var(--theme-color);
    color: white;
    padding-top: 8px;
    padding-bottom: 4px;
    font-weight: bolder;
    font-size: small;
    cursor: pointer;
}

.tab-inactive:hover {
    color: var(--theme-color) !important;
}

.tab-active:hover {
    color: white !important;
}

/* button
================================================================================================================= */

.btn {
    -webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 13px;
    border-radius: 4px;
    line-height: normal;
    font-weight: normal;
    outline: none;
    border: 0px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    color: #ffffff;
    background: #00969F;
    border: none;
    outline: none;
}

.btn-primary-inv,
.btn-primary-inv:hover,
.btn-primary-inv:focus {
    color: #00969F;
    background: #ffffff;
    border: 1px solid #00969F;
    outline: none;
}

.btn-primary-red,
.btn-primary-red:hover,
.btn-primary-red:focus {
    color: #ffffff;
    background: #d71921;
    border: none;
    outline: none;
}

.btn-primary-red-inv,
.btn-primary-red-inv:hover,
.btn-primary-red-inv:focus {
    color: #d71921;
    background: #ffffff;
    border: 1px solid #d71921;
    outline: none;
}

.btn-default,
.btn-default:hover {
    color: #ffffff;
    background: #c6c6c6;
}

a.btn.btn-default.plus {
    padding: 10px 15px;
    color: red;
    border: 1px solid red;
    background: transparent;
}

a.btn.btn-default.plus:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f067";
}

.btn-lg {
    padding: 12px 15px;
}

.btn-red {
    border-radius: 3px;
    display: block;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    font-family: 'AvenirNextLTPro-Demi';
    background: #d71921;
    padding: 14px 20px;
    display: inline-block;
    margin: auto;
}

.btn-clear {
    border-radius: 3px;
    display: block;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 13px;
    color: #d71921;
    font-family: 'AvenirNextLTPro-Demi';
    background: transparent;
    padding: 14px 20px;
    display: inline-block;
    margin: auto;
    border-color: #d71921;
    border-width: 2px;
    border-style: solid;
}

.btn-transparent{
    border-radius: 3px;
    display: block;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 13px;
    color: #d71921;
    font-family: 'AvenirNextLTPro-Demi';
    background: transparent;
    padding: 14px 20px;
    display: inline-block;
    margin: auto;
}

.disabled{
    opacity: 0.5;
    pointer-events: none;
}

.btn-small {
    padding: 7px 10px;
}

.btn-red:hover {
    color: #fff;
    text-decoration: none;
}

.btn-red:focus {
    color: #fff;
    text-decoration: none;
}









/* header
================================================================================================================= */

.top-menu {
    display: block;
    background: #00969F;
    min-width: 1024px;
    height: 32px;
}

.top-menu.inv{
    background: #0D2D51;
}

.top-menu-inner {
    display: block;
    padding: 7px 0px;
}

.top-info {
    display: block;
    background: #0D2D51;
    color: #FFFFFF;
    min-width: 1024px;
    height: 32px;
}

.top-info-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
}

.top-info-inner .info-content{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.top-info-inner .info-content h5{
    font-family: 'AvenirNextLTPro-Demi';
    text-transform: uppercase;
}

.top-info-inner .info-content img{
    width: 23px;
    height: 23px;
    margin-right: 12px;
}

.top-info-inner img.close-icon{
    width: 23px;
    height: 23px;
    position: fixed;
    right: 0;
    cursor: pointer;
    margin-right: 12px;
}

.top-menu-left,
.top-menu-right {
    display: block;
}

.top-menu-left {
    float: left;
}

.top-menu-right {
    float: right;
    padding: 1.5px 0px;
}

.top-menu ul,
.top-menu ul li,
.top-header ul,
.top-header ul li {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.top-menu ul li,
.top-header ul li {
    float: left;
}

.top-menu ul li a,
.top-menu-right ul li select {
    text-decoration: none;
    outline: none;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 10px;
    color: #ffffff;
    text-align: left;
}

.top-menu ul li a.top-title-header {
    font-size: 14px;
    color: #FFC60D;
    letter-spacing: 0;
    font-family: ''AvenirNextLTPro-Demi'';
    text-decoration: none;
}

.top-menu-left ul li a.btn {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #d71921;
    padding: 3px 10px;
    text-align: center;
    border: 0px;
    line-height: inherit;
    font-weight: normal;
    text-decoration: none;
    margin-right: 25px;
}

.top-menu-left ul li a {
    line-height: 20px;
    text-decoration: underline;
}

.top-menu-right ul li a {
    padding: 0px 15px;
    border-left: 1px solid #777777;
    height: 17px;
    line-height: 17px;
}

.top-menu-right ul li:first-child a {
    border-left: 0px;
    padding-left: 0px;
}

.top-menu-right ul li.last a {
    padding-right: 0px;
    position: relative;
}

.top-menu-right ul li a b {
    font-family: 'AvenirNextLTPro-Bold';
    font-weight: normal;
    color: #ffc20e;
}

.top-menu-right ul li a img {
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.top-menu-right ul li.last a .fa {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0px;
    margin: auto;
}

.top-menu-right ul li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0px;
    outline: none;
    position: relative;
    padding: 0px;
    margin: 0px;
    padding-right: 25px;
}

/*top header*/

.top-header {
    display: block;
    min-width: 1024px;
}

.top-header.top-header-shadow {
    background: rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 12.96px 3.04px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 12.96px 3.04px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12.96px 3.04px rgba(0, 0, 0, 0.1);
    position: relative;
}

.top-header a {
    text-decoration: none;
    display: block;
}

.top-header-search {
    display: block;
    padding-top: 21px;
    padding-right: 18px;
}

.top-header-search-box{
    display: block;
    height: 78px;
    width: 74px;
    position: relative;
    margin-right: 10px;
    background: #00696F;
    border-bottom: 1px solid #00696F;
    text-align: center;
}

.top-header-search-box > img{
    width: 40px;
    margin-bottom: 4px;
    margin-top: 6px;
}

.top-header-search-box > label{
    color: white;
    font-family: AvenirNextLTPro-Medium;
}

.top-header-left {
    float: left;
}

.top-header-left ul li {
    height: 78px;
    width: auto;
    position: relative;
}

.top-header-left ul li a {
    height: 64px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;

}

.top-header-left ul li a img {
    height: 64px;
}

.top-header-right {
    float: right;
}

.top-header .top-header-inner {
    display: block;
    height: 78px;
}

.top-header-search input[type="text"] {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: #777777;
    letter-spacing: 0.5px;
    border: 1px solid #cecece;
    height: 36px;
    line-height: 36px;
    outline: none;
    box-shadow: none;
    width: 320px;
}

.top-header-search .input-group {
    width: inherit;
    display: block;
}

.top-header-search .btn.btn-default {
    border: 1px solid #cecece;
    outline: none;
    box-shadow: none;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 10px;
    color: #777777;
    padding: 10px 28px 0px 20px;
    height: 36px;
    background: #f5f5f5 url(../../img/material/icon-search-1241396931599f3c530acbef96fa25d9.png) no-repeat left 17px center;
}

.top-header-search .input-group-btn {
    width: inherit;
    float: left;
}

.top-header-shopping-cart {
    display: block;
    height: 78px;
    width: 70px;
    position: relative;
    background: #00969F;
    border-bottom: 1px solid #00969F;
}

.thsc-inner {
    display: block;
    height: 49px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.thsc-inner .thsc-icon {
    width: 28px;
    height: 37px;
    display: block;
    background: url(../../img/material/icon-cart-ceba84f7c9ea7f61b82543778bee3cb0.png) no-repeat left bottom;
    margin: auto;
    position: relative;
}

.thsc-inner .thsc-icon.count{
    width: 30px;
    height: 28px;
    margin-bottom: 3px;
}

.thsc-inner .thsc-icon .thsc-qty {
    display: block;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 10px;
    color: #00969F;
    text-align: center;
    height: 18px;
    width: 18px;
    line-height: 15px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 2px solid #00969F;
    position: absolute;
    top: -1px;
    right: 0px;
    z-index: 1;
}

.thsc-inner span {
    display: block;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 5px;
}

.top-header-profile {
    display: block;
    height: 78px;
    width: 174px;
    position: relative;
    background: #EBEBEB;
    cursor: pointer;
}

.thp-inner {
    display: block;
    padding: 0px 15px;
    height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../../img/material/icon-arrow-down-8c25f1838a6b61aa61cde510cff7a8bf.png) no-repeat right 15px center;
}

.thp-photo {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 1px solid #cecece;
    margin-right: 10px;
}

.top-header .top-header-profile ul li label,
.top-header .top-header-profile ul li span {
    display: block;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #383737;
    line-height: normal;
}

.top-header .top-header-profile ul li label {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 14px;
    margin-top: 3px;
    cursor: pointer;
}

.top-header .top-header-profile ul li span {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
}

.top-header ul li.profile-dropdown.dropdown ul.dropdown-menu {
    display: none;
    width: 100%;
}

.top-header ul li.profile-dropdown.dropdown.open ul.dropdown-menu {
    display: block;
    border: 0px;
}

.top-header ul li.profile-dropdown ul.dropdown-menu li {
    float: none;
    display: block;
    border-bottom: 1px solid #f1f1f1;
    background: #ffffff;
    cursor: pointer;
}

.top-header ul li.profile-dropdown ul.dropdown-menu li:last-child {
    border-bottom: 0px;
}

.top-header ul li.profile-dropdown ul.dropdown-menu li a,
.top-header ul li.profile-dropdown ul.dropdown-menu li label {
    padding: 0px;
    margin: 0px;
    line-height: normal;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #777777;
    text-align: left;
    font-weight: normal;
    outline: none;
    display: block;
    text-decoration: none;
}

.top-header ul li.profile-dropdown ul.dropdown-menu li .thp-icon {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    position: relative;
}

.top-header ul li.profile-dropdown ul.dropdown-menu li .thp-icon img {
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.top-header ul li.profile-dropdown ul.dropdown-menu li .thp-icon,
.top-header ul li.profile-dropdown ul.dropdown-menu li label {
    float: left;
}

.top-header ul li.profile-dropdown ul.dropdown-menu li label {
    line-height: 30px;
    margin-left: 10px;
    cursor: pointer;
}

.top-header ul li.profile-dropdown ul.dropdown-menu li a {
    padding: 6px 15px;
}

.top-header2 {
    min-width: 1024px;
    display: block;
    text-align: center;
    background: #00969F;
    -moz-box-shadow: 0px 0px 12.96px 3.04px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 12.96px 3.04px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 12.96px 3.04px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 18px 0px;
}

.top-header2 a {
    display: inline-block;
}

.guest-login-signup {
    display: block;
}

.guest-login-signup-inner {
    display: block;
    height: 78px;
    padding: 33px 0px;
    padding-right: 30px;
    padding-left: 20px;
}

.guest-login-signup ul,
.guest-login-signup ul li {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.guest-login-signup ul li {
    float: left;
}

.guest-login-signup ul li a {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 11px;
    color: #777777;
    text-decoration: none;
    outline: none;
    line-height: normal;
    padding: 0px 5px;
}

.guest-login-signup ul li a:hover {
    color: #d71921
}

.top-header-notification {
    display: block;
    height: 78px;
    position: relative;
    width: 25px;
    margin-right: 7px;
}

.top-header-notification .thnotif-inner {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../../img/material/icon-notification-7480d39d016bf8bb05ba0fc0c99f8f7b.png) no-repeat left bottom;
}

.top-header-notification .thnotif-inner span {
    display: block;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    height: 17px;
    width: 17px;
    line-height: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 1;
    background: #00969F;
}

.navbar-custom {
    display: block;
    background-color: #DAF8FA;
    border: 0px;
    height: inherit;
    line-height: normal;
    min-height: inherit;
    border-radius: 0px;
    margin-bottom: 0px;
    min-width: 1024px;
}

.navbar-inverse.navbar-custom .navbar-nav > li > a {
    display: block;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    line-height: 47px;
    text-transform: uppercase;
    height: 43px;
    border-bottom: 3px solid #DAF8FA;
}

.navbar-inverse.navbar-custom .navbar-nav > li.active > a,
.navbar-inverse.navbar-custom .navbar-nav > li:hover > a {
    border-bottom: 3px solid #00969F;
    color: #00969F;
    background: transparent;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-custom .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-custom ul.nav {
    width: 100%;
}

.navbar-custom .navbar-nav > li {
    width: 20%;
    text-align: center;
}

/*Scroll Navbar*/

.navbar-custom .scroll {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.navbar-custom .scroll .nav-item{
    min-width: 140px;
    text-align: center;
    padding-right: 10px;
    display: inline-block;
}

.navbar-custom .scroll li.nav-item > a{
    font-family: 'AvenirNextLTPro-Medium';
    font-size: 12px;
    color: #00969F;
    padding: 0px;
    margin: 0px;
    line-height: 47px;
    text-transform: uppercase;
    height: 43px;
    text-decoration: none;
    border-bottom: 3px solid #DAF8FA;
}

.navbar-inverse.navbar-custom .scroll > li.active > a,
.navbar-inverse.navbar-custom .scroll > li:hover > a {
    border-bottom: 3px solid #00969F;
    color: #00969F;
    font-family: 'AvenirNextLTPro-Demi';
    background: transparent;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.scroll::-webkit-scrollbar {
    display: none;
}

/* middle
================================================================================================================= */

.hero-banner {
    display: block;
    position: relative;
}

.banner-container {
    max-width: 1920px;
    min-width: 1024px;
    margin: auto;
}

.hero-banner-canvas {
    display: block;
    height: 540px;
}

.hero-banner .owl-theme .owl-controls .owl-page span,
.freshpick-banner .owl-theme .owl-controls .owl-page span {
    background: #d71921;
    margin: 0px 3px;
}

.hero-banner .item .carousel-container {
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100%;
}

.hero-banner .item img {
    width: 100%;
}

.hero-banner .custom-navarrow .custom-navarrow-prev {
    left: 15%;
}

.hero-banner .custom-navarrow .custom-navarrow-next {
    right: 15%;
}

.hero-banner .owl-theme .owl-controls {
    bottom: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

section.freshpick {
    display: block;
    padding-top: 35px;
    padding-bottom: 25px;
}

section.emptySace {
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
}

.freshpick-title {
    margin-bottom: 35px;
}

.freshpick-title,
.freshpick-banner {
    display: block;
}

.freshpick-title,
.testimonials-title {
    text-align: center;
    height: 16px;
    background: url('../../img/material/line-43908418c01ebdce331c570220a58a0d.png') repeat-x center center;
    /*margin-bottom: 10px;*/
}

.freshpick-title h2,
.testimonials-title h2 {
    text-align: center;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 16px;
    color: #FF8700;
    background: #ffffff;
    display: block;
    height: 16px;
    width: 275px;
    margin: auto;
}

.freshpick-banner {
    display: block;
    position: relative;
}

.freshpick-banner .owl-item {
    text-align: center;
}

.freshpick-banner .item img {
    height: 469px;
}

.freshpick-banner .owl-theme .owl-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.freshpick-banner.hero-banner .owl-theme .owl-controls {
    right: 0;
}

.freshpick-banner a.view-all {
    display: block;
    position: absolute;
    color: #d71921;
    font-size: 12px;
    text-decoration: underline;
    font-family: 'AvenirNextLTPro-Regular';
    bottom: 34px;
    right: 30px;
}

.grid-product {
    display: block;
    padding-top: 10px;
    padding-bottom: 25px;
    cursor: pointer;
}

.grid-product:focus {
    outline: none;
}

.grid-product .inner-grid-product {
    display: block;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    height: 320px;
    overflow: hidden;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    background: #ffffff;
}

.catalog-product {
    display: block;
    /*height: 200px;*/
    position: relative;
    margin-bottom: 0px;
    margin-left: 10px;
    /*border: 1px solid #c6c6c6;*/
    border-radius: 4px;
    background: #ffffff;
}

.cover-grid-product {
    display: block;
    height: 325px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    background: #ffffff;
}

.cover-grid-product a {
    text-decoration: none;
}

.cover-grid-product:hover {
    border: 1px solid transparent;
}

.igproduct-image,
.igproduct-detail {
    display: block;
    text-align: center;
}

.igproduct-image {
    height: 165px;
    width: 98%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.igproduct-image img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.igproduct-image a {
    text-decoration: none;
    display: block;
    outline: none;
}

.igproduct-detail {
    padding-top: 15px;
    height: 90px;
}

.igproduct-detail label,
.igproduct-detail span {
    font-family: 'AvenirNextLTPro-Demi';
    line-height: normal;
}

.igproduct-detail label {
    font-size: 16px;
    color: #383737;
    margin-bottom: 6px;
}

.igproduct-detail span {
    display: block;
    font-size: 12px;
    color: #d71921;
}

.igproduct-detail,
.igproduct-qty {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.inner-igproduct-qty {
    display: block;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #383737;
    line-height: normal;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    padding: 12px 0px;
    text-align: center;
}

.igproduct-cta {
    display: block;
    padding: 20px 18px 0px 18px;
    visibility: hidden;
    opacity: 0.5;
    position: relative;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    top: -10px;
}

.igproduct-cta .btn {
    display: block;
    margin-bottom: 15px;
}

.igproduct-cta .btn:last-child {
    margin-bottom: 25px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.grid-product .inner-grid-product:hover {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 0;
    z-index: 2;
    height: auto;
    overflow: auto;
    box-shadow: 0px 12px 25.92px 6.08px rgba(54, 54, 54, 0.15);
    -moz-box-shadow: 0px 12px 25.92px 6.08px rgba(54, 54, 54, 0.15);
    -webkit-box-shadow: 0px 12px 25.92px 6.08px rgba(54, 54, 54, 0.15);
    border: 2px solid #FF8700;
}

.grid-product .inner-grid-product:hover > .igproduct-cta {
    opacity: 1;
    visibility: visible;
    top: 0px;
}

.grid-product-load {
    display: block;
}

.loadmore {
    display: block;
    background: url('../../img/material/line-43908418c01ebdce331c570220a58a0d.png') repeat-x center center;
}

.loadmore a {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: #777777;
    text-align: center;
    border: 1px solid #c6c6c6;
    display: block;
    background: #ffffff;
    width: 133px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    margin: auto;
    text-decoration: none;
}

.featured-products {
    display: block;
    background: url('../img/material/bg-featured.jpg') no-repeat center center;
    background-size: cover;
    padding: 76px 0px;
}

.featured-products-slide {
    display: block;
    overflow: hidden;
}

.featured-products-slide .cover-grid-product {
    margin: 0px 15px;
    height: 255px;
    border: 1px solid #c6c6c6 !important;
}

.featured-products-slide .featured-products-slide-inner {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.featured-products-slide-title {
    position: relative;
}

.featured-products-slide-title h3 {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 16px;
    color: #d71921;
    border-bottom: 1px solid #efded7;
    padding-bottom: 15px;
}

.featured-products .owl-theme .owl-controls {
    display: none !important;
}

.featured-controls {
    display: block;
    width: 29px;
    position: absolute;
    top: -2px;
    right: 0;
}

.featured-controls ul,
.featured-controls ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

.featured-controls ul li {
    float: left;
    cursor: pointer;
}

.featured-controls ul li:nth-child(1) {
    margin-right: 5px;
}

.featured-controls ul li:nth-child(2) {
    margin-left: 5px;
}

.testimonials {
    display: block;
    padding-top: 55px;
    border-bottom: 1px solid #eb9396;
}

.testimonials-title h2 {
    width: 260px;
}

.testimonials-inner {
    display: block;
    padding-top: 40px;
    position: relative;
}

.custom-navarrow .custom-navarrow-prev,
.custom-navarrow .custom-navarrow-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 37px;
    width: 37px;
    z-index: 2;
    cursor: pointer;
}

.custom-navarrow .custom-navarrow-prev {
    left: 0px;
    background: url('../../img/material/navarrow-prev-3658e6f72a90c47fde486d80b6344157.png') no-repeat center center;
    background-size: contain;
    /*top: 280px;*/
}

.custom-navarrow .custom-navarrow-next {
    right: 0px;
    background: url('../../img/material/navarrow-next-412ea36e3501cd322168240f5c66785b.png') no-repeat center center;
    background-size: contain;
    /*top: 280px;*/
}

.testimonials .custom-navarrow .custom-navarrow-prev {
    background: #ffffff url('../../img/material/navarrow-prev-3658e6f72a90c47fde486d80b6344157.png') no-repeat center center;
}

.testimonials .custom-navarrow .custom-navarrow-next {
    background: #ffffff url('../../img/material/navarrow-next-412ea36e3501cd322168240f5c66785b.png') no-repeat center center;
}

.testimonials-content {
    display: block;
    padding: 45px 100px 35px 100px;
    background: url('../../img/material/quote-9e79f2c3cad8d59a1a66a69a1b0d93ae.png') no-repeat center top;
}

.testimonials-content p {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 13px;
    line-height: 22px;
    color: #777777;
    font-weight: normal;
}

.testimonials-author {
    display: block;
    text-align: center;
    padding-bottom: 50px;
}

.testimonials-author-content {
    display: inline-block;
    margin: auto;
    padding: 0px 30px;
    border-top: 2px solid #d71921;
    padding-top: 17px;
    position: relative;
}

.testimonials-author-content:before {
    content: " ";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #d71921;
}

.testimonials .owl-theme .owl-controls {
    display: none !important;
}

.testimonials-author ul,
.testimonials-author ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.testimonials-author ul li {
    float: left;
}

.testimonials-author .tac-photos {
    display: block;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 1px solid #cecece;
    margin-right: 15px;
}

.testimonials-author .tac-detail {
    height: 38px;
    display: block;
}

.testimonials-author .tac-detail label,
.testimonials-author .tac-detail span {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: normal;
}

.testimonials-author .tac-detail label {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 13px;
    color: #383737;
    margin-bottom: 2px;
    padding-top: 4px;
}

.testimonials-author .tac-detail span {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 10px;
    color: #777777;
}

.delivery-coverage {
    display: block;
}

.delivery-coverage h2 {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 16px;
    color: #383737;
    text-align: center;
    text-transform: uppercase;
    padding: 24px 0px 20px 0px;
}

.delivery-coverage-maps {
    display: block;
}

.delivery-coverage-maps img {
    width: 100%;
}

/*breadcrumb*/

.breadcrumb {
    display: block;
    margin: 0px;
    padding: 20px 0px 25px 0px;
    background: #ffffff;
    border-radius: 0px;
}

.breadcrumb ul,
.breadcrumb ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.breadcrumb ul li {
    float: left;
    margin-right: 5px;
}

.breadcrumb ul li a {
    display: block;
    outline: none;
    text-decoration: none;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 13px;
    color: #00969F;
}

.breadcrumb ul li.active a {
    color: #000000;
}

/*catalogue grid*/

.freshpick-filter {
    display: block;
}

.advanced-filter {
    display: block;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 8px 20px;
}

.advanced-filter ul,
.advanced-filter ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.advanced-filter ul li,
.advanced-filter-left {
    float: left;
}

.advanced-filter-right {
    float: right;
}

.advanced-filter-form {
    display: block;
}

.advanced-filter-form label {
    display: block;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 11px;
    color: #383737;
    line-height: 30px;
    margin-right: 30px;
}

.advanced-filter-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0px;
    outline: none;
    position: relative;
    padding: 0px;
    margin: 0px;
    padding-right: 25px;
}

.dropdown {
    margin-right: 15px;
}

.dropdown.last {
    margin-right: 0px;
}

.dropdown-toggle {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #777777 !important;
    background: #ffffff !important;
    border: 1px solid #ececec !important;
    border-radius: 30px;
    padding: 7px 16px 7px 16px;
    height: 30px;
    outline: none !important;
    box-shadow: none !important;
}

.dropdown-toggle-2 {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #777777 !important;
    background: #ffffff !important;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 4px;
    padding: 7px 16px 7px 16px;
    height: 30px;
    outline: none !important;
    box-shadow: none !important;
}

.dropdown .fa {
    font-size: 12px;
    color: #777777;
    position: relative;
    top: 1px;
    margin-left: 20px;
}

ul.dropdown-menu li {
    display: block;
    float: none;
}

ul.dropdown-menu li a {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #777777;
    outline: none;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    padding: 7px 16px 7px 16px;
}

ul.dropdown-menu li a:hover {
    background: transparent;
    color: #231f20;
}

.dropdown-menu {
    padding: 10px 0px;
    min-width: 100%;
    display: none;
}

.dropdown.open .dropdown-menu {
    display: block;
}

.advanced-filter .dropdown {
    margin-right: 15px;
}

.advanced-filter .dropdown.last {
    margin-right: 0px;
}

.advanced-filter .dropdown-toggle {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #777777 !important;
    background: #ffffff !important;
    border: 1px solid #ececec !important;
    border-radius: 30px;
    padding: 7px 16px 7px 16px;
    height: 30px;
    outline: none !important;
    box-shadow: none !important;
}

.advanced-filter .dropdown .fa {
    font-size: 12px;
    color: #777777;
    position: relative;
    top: 1px;
    margin-left: 20px;
}

.advanced-filter ul.dropdown-menu li {
    display: block;
    float: none;
}

.advanced-filter ul.dropdown-menu li a {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #777777;
    outline: none;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    padding: 7px 16px 7px 16px;
}

.advanced-filter ul.dropdown-menu li a:hover {
    background: transparent;
    color: #231f20;
}

.advanced-filter .dropdown-menu {
    padding: 10px 0px;
    min-width: 100%;
    display: none;
}

.advanced-filter .dropdown.open .dropdown-menu {
    display: block;
}

.advanced-filter .advanced-filter-right ul li {
    margin-right: 15px;
}

.advanced-filter .advanced-filter-right ul li a {
    height: 14px;
    display: block;
    position: relative;
    top: 8px;
    color: #b9b9b9;
}

.advanced-filter .advanced-filter-right ul li a.active {
    color: #919191;
}

.advanced-filter .advanced-filter-right ul li a img {
    vertical-align: inherit;
}

.advanced-filter .advanced-filter-right ul li a:hover > img,
.advanced-filter .advanced-filter-right ul li.active a img {
    opacity: 0.5;
}

/*catelogue*/

.freshpick-catalogue {
    display: block;
    padding-top: 50px;
    padding-bottom: 100px;
}

.freshpick-grid {
    display: block;
    /*padding-top: 50px;*/
    margin-bottom: 30px;
}

.freshpick-product {
    display: block;
    border: 1px solid #DBDBDB;
    margin-bottom: 30px;
}

.freshpick-product-content {
}

.freshpick-product-image {
    height: 195px;
    display: block;
    position: relative;
}

.freshpick-product-image img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.freshpick-product-detail {
    display: block;
    margin-right: 10px;
}

.freshpick-product-inner {
    display: block;
    padding-right: 20px;
    margin-bottom: 68px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.freshpick-catalogue .fpd-name {
    display: block;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 15px;
    color: #000000;
    text-align: center;
    /*height: 55px;*/
    padding-top: 7px;
    padding-bottom: 7px;
}

.freshpick-catalogue .fpd-name a {
    color: #000000;
}

.freshpick-catalogue .fpd-name a:hover {
    text-decoration: none;
    color: #000000;
}

.freshpick-catalogue .fpd-qty {
    display: block;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: #383737;
    line-height: normal;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding: 11.5px 0px;
    text-align: center;
}

.freshpick-catalogue .fpd-price {
    display: block;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 18px;
    color: #00969F;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.freshpick-catalogue .fpd-price span {
    font-family: 'AvenirNextLTPro-Demi';
}

.freshpick-catalogue .fpd-cta {
    display: block;
}

.freshpick-catalogue .fpd-cta a {
    display: block;
    /*background: #ffc20e;*/
    text-decoration: none;
    outline: none;
    padding: 4px 10px 2px 10px;
    border-radius: 3px;
    border: 1px solid #ffc20e;
}

.freshpick-catalogue .fpd-cta label,
.freshpick-catalogue .fpd-cta span {
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-align: left;
}

.freshpick-catalogue .fpd-cta label {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 11px;
    color: #000;
    margin-bottom: 1px;
}

.freshpick-catalogue .fpd-cta span {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #231f20;
}

.freshpick-bottom-section {
    /*display: block;
    margin-bottom: 30px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;*/
}

.freshpick-bottom-section-left {
    display: block;
}

.freshpick-bottom-section-right img {
    margin-right: 7px;
    height: 17px;
    margin-bottom: 3px;
}

.freshpick-bottom-section-right a,
.freshpick-bottom-section-left a {
    display: block;
    outline: none;
    text-decoration: none;
    font-family: 'AvenirNextLTPro-Demi';
    color: #ffffff;
    height: 32px;
    line-height: 33px;
}

.freshpick-bottom-section-right a {
    font-size: 11px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-align: center;
}

.freshpick-bottom-section-left a {
    font-size: 11px;
}

.product-detail-related-content .freshpick-bottom-section {
    left: 10px;
    right: 10px;
}

.icon-sendasgift {
    background: url('../../img/material/send-gift-2fff81cc342605814a779ce2834bb385.png') no-repeat left 8px center;
}

.icon-addtocart {
    background: url('../../img/material/add-to-cart-31b63f3e4da1fda786437016db7fb5ba.png') no-repeat left 8px center;
}

.freshpick-bottom-section-left img {
    margin-right: 7px;
}

.freshpick-bottom-section-left a {
    text-align: center;
}

.freshpick-bottom-section .control-section {
    padding-right: 20px;
    padding: 10px 10px;
    background: #d71921;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.freshpick-bottom-section .crunch-section {

    /*padding: 18px 20px;*/
    /*background: #eaeaea;*/
}

.freshpick-bottom-section .crunch-section .crunch-label {
    padding: 12px;
    float: left;
    display: inline-block;
    font-size: 11px;
}

.freshpick-bottom-section .crunch-section .crunch-prices {
    overflow: hidden;
    text-align: center;
}

.freshpick-bottom-section .crunch-section .fp-list-detail-group {
    width: auto;
    display: inline-block;
    padding: 5px;
    /*padding-top: 0px;*/
}

.crunch-section .fp-list-detail-group-grid .fpldg-inner {
    background: transparent !important;
}

.crunch-section .fp-list-detail-group-grid ul li span img {
    height: 18px
}

.crunch-section .fp-list-detail-group-grid ul li a {
    font-size: 9px;
    height: 20px;
    line-height: 22px;
    padding-left: 7px;
    padding-right: 7px;

}

.freshpick-bottom-section .control-section .cart-control-qty {
    border: 1.5px solid white;
    border-radius: 16px;
}

.freshpick-bottom-section .control-section .cart-control-qty .input-group input.form-control {
    /*border: 1px solid #ffffff;*/
    border: none;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #ffffff;
    height: 32px;
    /*line-height: 36px;*/
    text-align: center;
    border-left: 0px;
    border-right: 0px;
}

.freshpick-bottom-section .control-section .cart-control-qty button {
    width: 35px;
    padding: 8px 11px;
    height: 32px;
    border-radius: 50%;
    /*border: 1px solid #ffffff !important;*/
    background: transparent !important;
    font-size: 12px;
    text-align: center;
    outline: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.freshpick-bottom-section .control-section .cart-control-qty button.bfirst {
    border-right: 0px !important;
}

.freshpick-bottom-section .control-section .cart-control-qty button.blast {
    border-left: 0px !important;
}

.freshpick-bottom-section .control-section .cart-control-qty button span {
    font-weight: normal;
    font-size: 12px;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #d9d9d9;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

/*list*/

.freshpick-list {
    display: block;
    margin-bottom: 30px;
}

.freshpick-product-list {
    display: block;
    padding-right: 25px;
    cursor: pointer;
}

.freshpick-product-list .fp-list-image {
    /*height: 252px;*/
    position: relative;
    padding: 15px;
}

.freshpick-product-list .fp-list-image img {
    /*position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: auto;*/
    width: 100%;
}

.freshpick-product-list .fp-list-image,
.freshpick-product-list .fp-list-detail {
    display: block;
}

.freshpick-product-list .fp-list-image:focus{
    outline: none;
    border: 0;
}

.fp-list-detail-top {
    display: block;
    padding-bottom: 17px;
    padding-top: 20px;
}

.fp-list-detail-top:focus {
    outline: none;
}

.fp-list-detail label {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 16px;
    color: #383737;
    text-align: left;
    margin-bottom: 5px;
}

.fp-list-detail label a {
    color: #383737;
}

.fp-list-detail label a:hover {
    text-decoration: none;
    color: #23527c;
}

.fp-list-detail .fp-list-price small {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #777777;

    font-weight: normal;
    margin-left: 15px;
}

.fp-list-detail .fp-list-price {
    display: block;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 20px;
    font-weight: bold;
    color: #000;
    /*height: 40px;*/
    padding-top: 7px;
    /*text-align: center;*/
}

/*.fp-list-detail p {
    font-family: 'AvenirNextLTPro-Regular';
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    color: #777777;
}*/

.fp-list-detail p b {
    font-family: 'AvenirNextLTPro-Demi';
    font-weight: normal;
}

.fp-list-detail-group {
    display: block;
}

.fp-list-detail .fp-list-detail-group label {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    margin: 0px;
    color: #383737;
    margin-bottom: 5px;
}

.fp-section-header .fa {
    font-size: 12px;
    color: #c6c6c6;
    position: relative;
    margin-left: 7px;
}

.fp-section-header .fa:hover {
    cursor: pointer;
    color: #383737;
}

.fp-list-detail .fp-list-detail-group label .fa {
    font-size: 12px;
    color: #c6c6c6;
    position: relative;
    top: 1px;
    margin-left: 7px;
}

.fp-list-detail .fp-list-detail-group label .fa:hover {
    cursor: pointer;
    color: #383737;
}

.fp-list-detail-group-grid {
    display: block;
}

.fp-list-detail-group-grid .fpldg-inner {
    display: block;
    background: #ffffff;
}

.fp-list-detail-group-grid ul,
.fp-list-detail-group-grid ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fp-list-detail-group-grid ul li {
    float: left;
    margin-left: 15px;
}

.fp-list-detail-group-grid ul li:first-child {
    margin-left: 0px;
}

.fp-list-detail-group-grid ul li a {
    display: block;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #231f20;
    /*background: #ffc20e;*/
    font-weight: normal;
    height: 36px;
    line-height: 38px;
    padding: 0px 7px;
    border-radius: 3px;
    border: 1px solid #ffc20e;
}

.fp-list-detail-group-grid ul li span {
    display: block;
    text-align: center;
    margin-bottom: 3px;
    height: 25px;
    position: relative;
}

.fp-list-detail-group-grid ul li span img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.fp-list-detail-group-grid ul:nth-child(1) {
    float: left;
}

.fp-list-detail-group-grid ul:nth-child(2) {
    float: right;
}

.fp-list-detail-group-grid ul:nth-child(2) li span {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #383737;
    text-align: left;
    line-height: 30px;
}

.fp-list-detail-group-grid ul:nth-child(2) li span .fa {
    font-size: 12px;
    color: #c6c6c6;
    position: relative;
    top: 1px;
    margin-left: 7px;
}

.fp-list-detail-group-grid ul:nth-child(2) li span .fa:hover {
    cursor: pointer;
    color: #383737;
}

.fp-list-detail-group-grid ul:nth-child(2) li a {
    padding: 0px 25px;
}

.fp-list-detail-group-text {
    display: block;
    padding-bottom: 13px;
}

.fp-list-detail-group-text p {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 10px;
    color: #777777;
    line-height: 13px;
}

.freshpick-product-list-cta {
    display: block;
    background: #d71921;
    padding: 13.5px 0px;
    padding-right: 25px;
    position: relative;
}

.freshpick-product-list-cta ul,
.freshpick-product-list-cta ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.freshpick-product-list-cta ul li {
    float: left;
}

.freshpick-product-list-cta ul li a {
    display: block;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
}

.freshpick-product-list-cta .freshpick-product-list-cta-l ul li img {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.freshpick-product-list-cta .freshpick-product-list-cta-l ul li {
    margin-left: 25px;
}

.freshpick-product-list-cta-l {
    float: left;
}

.freshpick-product-list-cta-r {
    float: right;
}

.freshpick-product-list-cta .freshpick-product-list-cta-r ul li a {
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 0px 8px;
}

.freshpick-product-list-cta .freshpick-product-list-cta-r ul li {
    margin-left: 15px;
}

.freshpick-plctar-qty {
    display: block;
}

.freshpick-plctar-qty button {
    width: 35px;
    padding: 8px 11px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ffffff !important;
    background: transparent !important;
    font-size: 12px;
    text-align: center;
    outline: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.freshpick-plctar-qty button.bfirst {
    border-right: 0px !important;
}

.freshpick-plctar-qty button.blast {
    border-left: 0px !important;
}

.freshpick-plctar-qty .input-group input.form-control {
    border: 1px solid #ffffff;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-left: 0px;
    border-right: 0px;
}

.freshpick-plctar-qty button span {
    font-weight: normal;
    font-size: 12px;
}

.freshpick-plctar-qty .input-group {
    width: 108px;
    margin-right: 13px;
}

.freshpick-product-list-row {
    display: block;
    border: 1px solid #d9d9d9;
    /*border-radius: 3px;*/
    margin-bottom: 20px;
}

.fp-list-dt {
    display: block;
}

.fp-list-dt ul,
.fp-list-dt ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fp-list-dt ul {
    float: right;
}

.fp-list-dt ul li {
    float: left;
}

.fp-list-dt ul li span {
    font-family: 'AvenirNextLTPro-Demi';
    font-weight: normal;
    font-size: 9px;
    text-align: center;
    display: block;
    margin: 0px;
    height: 17px;
    padding: 0px 10px;
    border-radius: 30px;
    background: #fff;
    line-height: 17px;
    position: relative;
    margin-top: 7px;
    color: #fe6600;
    font-style: italic;
    padding-right: 0px;
}

.freshpick-product-outofstock .fp-list-dt ul li span {
    color: #ffffff;
    background: #c6c6c6;
    padding-right: 10px;
    font-style: inherit;
}

.fp-list-dt-qty {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #383737;
    height: 32px;
    line-height: 32px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    width: 140px;
    text-align: center;
    margin-right: 23px;
}

.freshpick-product-outofstock .freshpick-plctar-qty button,
.freshpick-product-outofstock .freshpick-plctar-qty .input-group input.form-control,
.freshpick-product-outofstock .freshpick-product-list-cta .freshpick-product-list-cta-r ul li a {
    background: #c6c6c6 !important;
    pointer-events: none;
}

.freshpick-product-outofstock .freshpick-product-list-cta .freshpick-product-list-cta-r ul li a.icon-sendasgift {
    background: #c6c6c6 url(../../img/material/send-gift-2fff81cc342605814a779ce2834bb385.png) no-repeat left 8px center !important;
}

.freshpick-product-outofstock .freshpick-product-list-cta .freshpick-product-list-cta-r ul li a.icon-addtocart {
    background: #c6c6c6 url(../../img/material/add-to-cart-31b63f3e4da1fda786437016db7fb5ba.png) no-repeat left 8px center !important;
}

.product-detail {
    display: block;
    padding-top: 0px;
    padding-bottom: 100px;
}

.product-detail .fp-list-detail-group-grid .fpldg-inner {
    background: transparent;
}

.product-detail-inner,
.product-detail .product-detail-hero-image {
    display: block;
}

.product-detail .product-detail-hero-image img {
    width: 100%;
}

.product-detail-info {
    display: block;
    background: #231f20;
    border-top: 1px solid #605d5e;
    border-bottom: 1px solid #605d5e;
    padding: 16px 35px;
}

.product-detail-info ul,
.product-detail-info ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.product-detail-info ul.product-detail-info-l {
    float: left;
}

.product-detail-info ul.product-detail-info-r {
    float: right;
}

.product-detail-info ul li {
    float: left;
}

.product-detail-info ul li a {
    display: block;
    outline: none;
    text-decoration: none;
    font-family: 'AvenirNextLTPro-Demi';
    color: #ffffff;
    font-size: 12px;
    height: 22px;
    line-height: 24px;
    margin-left: 30px;
}

.product-detail-info ul li img {
    margin-right: 7px;
    position: relative;
    top: -1px;
}

.product-detail-info ul li p,
.product-detail-info ul li span,
.product-detail-info ul li label {
    font-family: 'AvenirNextLTPro-Demi';
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.product-detail-info ul li span {
    font-size: 10px;
    color: #689d35;
    text-align: center;
    border: 1px solid #689d35;
    border-radius: 30px;
    height: 22px;
    line-height: 22px;
    padding: 0px 18px;
    margin-right: 10px;
}

.product-detail-info ul li p {
    font-size: 11px;
    color: #fe6600;
    line-height: 24px;
    height: 22px;
    font-style: italic;
    margin-right: 20px;
}

.product-detail-info ul li label {
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    height: 22px;
}

.product-detail-price {
    display: block;
}

.product-detail-price .product-dprice {
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    background: #ffc20e;
}

.product-dprice .product-dprice-md,
.product-dprice .product-dprice-lg {
    float: left;
}

.product-dprice .product-dprice-md {
    width: 20%;
}

.product-dprice .product-dprice-lg {
    width: 80%;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.product-dprice-md.product-dprice-md-average {
    background: #ffffff;
}

.product-dprice-md.product-dprice-md-price {
    background: #ffc20e;
}

.product-dprice-lg.product-dprice-lg-center {
    background: #F6F6F6;
}

.product-dprice .product-dprice-grid {
    display: block;
    height: 135px;
    position: relative;
    text-align: center;
}

.product-dprice-lg label {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 11px;
    margin: 0px;
    color: #383737;
    margin-bottom: 5px;
}

.product-dprice-lg label .fa {
    font-size: 12px;
    color: #c6c6c6;
    position: relative;
    top: 1px;
    margin-left: 7px;
}

.product-dprice-lg label .fa:hover {
    cursor: pointer;
    color: #383737;
}

.fp-list-detail-group {
    padding: 10px 0px;
    /*width: 423px;
    margin: auto;*/
    display: inline-block;
}

.product-dprice-text label,
.product-dprice-text p {
    display: block;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.product-dprice-text label {
    line-height: 15px;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #777777;
    text-align: left;
    margin-bottom: 4px;
}

.product-dprice-text p {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 20px;
    color: #383737;
}

.product-dprice-text-ourprice {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product-dprice-text-average {
    /*width: 75px;
    height: 55px;*/
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

.product-dprice-text-ourprice {
    height: 38px;
    width: 73px;
}

.product-dprice-text label .fa {
    font-size: 11px;
    color: #f1f1f1;
    margin-left: 5px;
}

.product-dprice-text label .fa:hover {
    cursor: pointer;
    color: #383737;
}

.product-detail-main {
    display: block;
}

.product-detail-main .product-detail-main-r {
    display: block;
}

.product-detail-innermain {
    display: block;
    background: #FFFFFF;
    padding: 0px 20px 20px 20px;
}

.product-detail-innermain h3 {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 17px;
    color: #383737;
    text-align: left;
    margin-bottom: 8px;
    line-height: 1.5;
}

.product-detail-innermain p {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 15px;
    color: #636363;
    letter-spacing: 0;
    text-align: left;
}

.product-detail-innermain-list {
    display: block;
    padding-top: 5px;
}

.product-detail-innermain-list ul,
.product-detail-innermain-list ul li {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.product-detail-innermain-list ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
}

.product-detail-innermain-list ul li:before {
    content: " ";
    height: 10px;
    width: 10px;
    background: #d71921;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 1px;
}

.product-detail-innermain-list label,
.product-detail-innermain-list p {
    display: block;
    font-size: 13px;
    text-align: left;
    line-height: normal;
    margin: 0px;
    padding: 0px;
}

.product-detail-innermain-list label {
    font-family: 'AvenirNextLTPro-Regular';
    color: #777777;
}

.product-detail-innermain-list p {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 13px;
    color: #383737;
    line-height: 17px;
    margin-left: -15px;
}

.product-detail-innermain-list span {
    font-size: 10px;
    color: #fe6600;
    border: 1px solid #fe6600;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 30px;
    height: 20px;
    margin-left: 3px;
}

.product-detail-innermain-list .sweetness-level {
    display: block;
    margin-top: 1px;
    width: 58%;
    margin-left: -15px;
}

.sweetness-level .progress {
    height: 10px;
    margin: 0px;
    box-shadow: none;
    outline: none;
    background: #c6c6c6;
    border-radius: 10px;
}

.sweetness-level .progress-bar {
    font-size: 10px;
    line-height: normal;
    background: #d71921;
    border-radius: 10px;
}

.product-detail-cta {
    display: block;
}

.product-detail-main-r .freshpick-product-list-cta .freshpick-product-list-cta-r ul li,
.product-detail-main-r .freshpick-plctar-qty .input-group {
    margin: 0px;
}

.product-detail-main-r .freshpick-product-list-cta {
    margin: 0px;
    padding: 22px 10px 22px 20px;
}

.product-detail-main-r .freshpick-product-list-cta .freshpick-product-list-cta-r ul li {
    margin-left: 10px;
}

.product-detail-main-r .freshpick-product-list-cta .freshpick-product-list-cta-r ul li:first-child {
    margin: 0px;
}

.product-detail-main-r .freshpick-product-list-cta .freshpick-product-list-cta-r ul li a {
    padding-left: 8px;
}

.product-detail-main-r .freshpick-plctar-qty {
    margin-right: 5px;
}

.product-detail-main-r .freshpick-product-list-cta-r {
    float: left;
}

.product-detail-main-lslide {
    display: block;
    width: 100%;
}

.product-detail-main-lslide .item img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.product-detail-main-lslide .indicators-fix {
    bottom: 70px;
}

.product-detail-main-lslide .carousel-control .glyphicon-chevron-right,
.product-detail-main-lslide .carousel-control .glyphicon-chevron-left {
    top: unset;
    bottom: 25px;
}

ul.thumbnails-carousel {
    padding: 5px 0 0 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    padding-top: 0px;
    margin-top: 24px;
}

ul.thumbnails-carousel .center {
    display: inline-block;
    top: 6px;
    position: relative;
}

ul.thumbnails-carousel li {
    margin-right: 8px;
    margin-left: 8px;
    float: left;
    cursor: pointer;
    border: 1px solid #f3f3f3;
    width: 70px;
    height: 70px;
    position: relative;
}

ul.thumbnails-carousel li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

ul.thumbnails-carousel li.active-thumbnail {
    border-bottom: 1px solid #00969F;
}

.controls-background-reset {
    background: none !important;
}

.active-thumbnail {
    opacity: 0.4;
}

.carousel-inner-controls {
    display: block;
    position: absolute;
    height: 70px;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel-inner-controls .fa {
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.carousel-inner-controls .left .fa {
    left: 0;
}

.carousel-inner-controls .right .fa {
    right: 0;
}

.product-detail-more-info {
    display: block;
    margin-top: 35px;
}

.product-detail-more-info .nav-tabs > li > a {
    background: transparent !important;
    margin: 0px !important;
    border-radius: 0px;
    border: 0px !important;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 16px;
    color: #383737 !important;
    padding: 0px 20px !important;
    line-height: normal;
    padding-bottom: 10px !important;
    border-bottom: 3px solid transparent !important;
}

.product-detail-more-info .nav-tabs > li.active > a,
.product-detail-more-info .nav-tabs > li > a:hover {
    font-family: 'AvenirNextLTPro-Demi';
}

.product-detail-more-info .nav-tabs > li {
    margin-bottom: 0px;
    margin-right: 10px;
    line-height: normal;
}

.product-detail-more-info .nav-tabs > li.active > a {
    border-bottom: 3px solid #00969F !important;
}

.product-detail-more-info .nav-tabs {
    border-bottom: 1px solid #d9d9d9;
}

.more-info-content {
    display: block;
    padding: 35px;
}

.more-info-content ul,
.more-info-content ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

.more-info-content ul li label,
.more-info-content ul li p {
    float: left;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-align: left;
    font-size: 13px;
    color: #383737;
}

.more-info-content ul li label {
    font-family: 'AvenirNextLTPro-Demi';
    width: 182px;
}

.more-info-content ul {
    margin-bottom: 30px;
}

.more-info-content table {
    margin-bottom: 30px;
}

.more-info-content table tbody tr {
    line-height: 24px;
}

.more-info-content ul li p {
    font-family: 'AvenirNextLTPro-Regular';
}

.more-info-content ul li {
    line-height: 24px;
}

.more-info-content,
.more-info-content p {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: #383737;
}

.more-info-content p {
    margin-bottom: 15px;
    white-space: pre-wrap;
}

.content-short-description{
    white-space: pre-wrap;
}

.more-info-content img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.product-detail-related.freshpick-catalogue {
    display: block;
    padding-top: 20px;
    padding-bottom: 0px;
}

.product-detail-related .product-detail-related-title {
    text-align: center;
    height: 16px;
    background: url(../../img/material/line-43908418c01ebdce331c570220a58a0d.png) repeat-x center center;
}

.product-detail-related .product-detail-related-title h3 {
    text-align: center;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 16px;
    color: #d71921;
    background: #ffffff;
    display: block;
    height: 16px;
    width: 255px;
    margin: auto;
    text-transform: uppercase;
}

.product-detail-related .product-detail-related-content {
    display: block;
    margin-top: 40px;
    position: relative;
}

.product-detail-related .freshpick-product {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
}

.product-detail-related-content-row {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}

.product-detail-related-content-row-cover {
    display: block;
    overflow: hidden;
}

.product-detail-related .custom-navarrow .custom-navarrow-prev {
    left: -55px;
}

.product-detail-related .custom-navarrow .custom-navarrow-next {
    right: -55px;
}

.product-detail-related .owl-theme .owl-controls {
    display: none !important;
}

/*Dashboard*/

.dashboard-section {
    display: block;
    padding: 70px 0px 100px 0px;
}

.dashboard-inner {
    display: block;
    background: #f1f1f1;
}

.dashboard-inner.dashboard-white {
    background: #ffffff;
}

.dashboard-inner ul.tab-button,
.dashboard-inner ul.tab-button li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #ffffff;
}

.dashboard-inner ul.tab-button li {
    float: left;
}

.dashboard-inner ul.tab-button li a {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 13px;
    color: #383737 !important;
    text-decoration: none;
    outline: none;
    display: block;
    padding: 0px 20px;
    line-height: normal;
    padding-bottom: 13px;
    border-bottom: 2px solid transparent;
}

.dashboard-inner ul.tab-button li a:hover,
.dashboard-inner ul.tab-button li.active a {
    border-bottom: 3px solid #d71921;
}

.bhoechie-dashboard-l {
    margin-right: -15px !important;
}

.bhoechie-dashboard-r {
    margin-left: -15px !important;
}

.dashboard-section div.bhoechie-tab-container {
    z-index: 10;
}

.dashboard-section div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.dashboard-section .list-group-item {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    text-decoration: none;
    outline: none;
    font-family: 'AvenirNextLTPro-Demi';
    font-weight: normal;
    color: #777777 !important;
    font-size: 13px;
    text-align: left;
    border: 0px;
    height: 50px;
    line-height: 51px;
    background: #f1f1f1;
    border-left: 3px solid transparent;
}

.dashboard-section .list-group-item.active {
    border-left: 3px solid #d71921;
    background: #ffffff !important;
    color: #383737 !important;
}

.dashboard-section .list-group-item span {
    width: 55px;
    height: 50px;
    display: block;
    position: relative;
    float: left;
}

.dashboard-section .list-group-item span img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.dashboard-section .list-group {
    margin: 0px;
}

.dashboard-content {
    display: block;
    background: #ffffff;
    padding: 35px 0px 55px 60px;
    min-height: 600px;
}

.dashboard-content-title {
    display: block;
    margin-bottom: 30px;
}

.dashboard-content-title h3,
.dashboard-content-title span,
.dashboard-content-title a {
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

.dashboard-content-title h3 {
    float: left;
    font-family: 'AvenirNextLTPro-Bold';
    font-size: 22px;
    line-height: normal;
    color: #383737;
    text-align: left;
}

.dashboard-content-title span,
.dashboard-content-title a {
    float: right;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #383737;
    text-align: right;
    line-height: 19px;
    display: block;
    margin-top: 10px;
}

.dashboard-content-title a {
    color: #d71921;
    text-decoration: underline;
}

.dashboard-content-filter {
    display: block;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 2px;
    margin-bottom: 25px;
}

.dashboard-content-filter ul,
.dashboard-content-filter ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: transparent;
}

.dashboard-content-filter ul li:nth-child(1) {
    float: left;
}

.dashboard-content-filter ul li:nth-child(2) {
    float: right;
}

.dashboard-content-filter .dropdown-toggle,
.dashboard-content-filter-search .form-control {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #777777 !important;
    background: #ffffff !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 30px !important;
    padding: 7px 16px 7px 16px;
    height: 30px;
    outline: none !important;
    box-shadow: none !important;
    width: 100px;
    text-align: left;
}

.dashboard-content-filter .dropdown-toggle .fa {
    font-size: 12px;
    color: #777777;
    position: relative;
    top: 1px;
    margin-left: 45px;
}

.dashboard-content-filter ul.dropdown-menu {
    padding: 10px 0px;
    min-width: 100%;
    display: none;
    background: #ffffff;
}

.dashboard-content-filter .dropdown.open ul.dropdown-menu {
    display: block;
}

.dashboard-content-filter ul.dropdown-menu li {
    display: block;
    float: none;
}

.dashboard-content-filter ul.dropdown-menu li a {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #777777 !important;
    outline: none;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    padding: 7px 16px 7px 16px;
    border: 0px;
    background: transparent;
}

.dashboard-content-filter ul.dropdown-menu li a:hover {
    color: #231f20 !important;
}

.dashboard-content-filter-search .form-control {
    width: 190px;
    padding-left: 30px;
    background: #ffffff url('../../img/material/ico-search-2414f9d4d9344c06714a98c7d2924c0e.png') no-repeat left 10px center !important;
}

.dashboard-content-table {
    display: block;
    margin-bottom: 50px;
}

.dashboard-content-table .table thead tr th,
.dashboard-content-table .table tbody tr td {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 14px;
    color: #000000;
    padding: 0px;
    margin: 0px;
    border-bottom: 0px;
}

.dashboard-content-table .table tbody tr td {
    font-family: 'AvenirNextLTPro-Regular';
}

.dashboard-content-table .table thead tr th:nth-child(1),
.dashboard-content-table .table tbody tr td:nth-child(1) {
    width: 185px;
    padding-left: 28px;
    padding-right: 28px;
}

.dashboard-content-table .table thead tr th:nth-child(3),
.dashboard-content-table .table tbody tr td:nth-child(3) {
    width: 60px;
}

.dashboard-content-table .table thead tr th {
    padding: 13px 0px;
}

.dashboard-content-table .table tbody tr td {
    padding: 19px 0px;
    border-color: #d9d9d9;
}

.dashboard-content-table .table {
    margin: 0px;
    border: 1px solid #d9d9d9;
}

.dashboard-content-table .table tbody tr:hover,
.dashboard-content-table .table tbody tr.active,
.dashboard-content-table .table tbody tr.active td {
    background: #DAF8FA;
}

.dashboard-content-table .dt-name,
.dashboard-content-table .dt-address,
.dashboard-content-table .dt-cta {
    display: block;
}

.dashboard-content-table label,
.dashboard-content-table .dt-address p,
.dashboard-content-table .dt-cta a {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 16px;
    color: #000000;
    text-align: left;
    display: block;
}

.dashboard-content-table .dt-address ul li label {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 14px;
    color: #000000;
    text-align: left;
    display: block;
}

.dashboard-content-table button.bselect {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    background: #00969F;
    padding: 0px;
    margin: 0px;
    outline: none;
    box-shadow: none;
    width: 82px;
    height: 23px;
    line-height: 23px;
    border-radius: 30px;
    border: 1px solid #00969F;
    margin-top: 8px;
}

.dashboard-content-table button.bselect.active {
    background: transparent;
    color: #00969F;
}

.dashboard-content-table button.bselect.active img {
    margin-right: 5px;
    position: relative;
    top: -1px;
    width: 16px;
}

.dashboard-content-table .dt-address p {
    font-family: 'AvenirNextLTPro-Demi';
    color: #636363;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.dashboard-content-table .dt-address p {
    margin-bottom: 15px;
}

.dashboard-content-table .dt-address ul li p {
    margin-bottom: 0px;
}

.dashboard-content-table .dt-address ul,
.dashboard-content-table .dt-address ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.dashboard-content-table .dt-address ul li {
    float: left;
    margin-left: 30px;
    background: transparent;
}

.dashboard-content-table .dt-address ul li:first-child {
    margin-left: 0px;
}

.dashboard-content-table .dt-address ul {
    background: transparent;
}

.dashboard-content-table .dt-address label {
    margin-bottom: 5px;
}

.dashboard-content-table .dt-cta {
    height: 70px;
    position: relative;
    display: block;
}

.dashboard-content-table .dt-cta a {
    color: #fe6600;
    text-decoration: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 14px;
}

.dashboard-ctabutton {
    display: block;
}

.dashboard-ctabutton .btn {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 13px;
    color: #ffffff !important;
    font-weight: normal;
    margin: 0px;
    padding: 14.5px 30px;
    float: right;
    background: #00969F !important;
    display: block;
    border-radius: 3px;
    box-shadow: none;
    outline: none !important;
}

.dashboard-ctabutton .btn.btnorg {
    background: #fe6600 !important;
}

.dashboard-cover {
    display: block;
    border: 1px solid #d9d9d9;
}

.dashboard-content-form {
    display: block;
}

.dashboard-content-form .form-horizontal .control-label,
.dashboard-content-form .form-control {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    color: #383737;
    text-align: left;
}

.dashboard-content-form .form-horizontal .control-label {
    margin-top: 7px;
    font-family: 'AvenirNextLTPro-Bold';
}

.dashboard-content-form .form-horizontal .help-block {
    font-family: 'AvenirNextLTPro-Book';
    color: #B1B1B1;
    font-size: 14px;
}

.dashboard-content-form .form-horizontal .form-group {
    margin-left: 0px;
}

.dashboard-content-form .form-control,
.dashboard-content-form select.form-control {
    padding: 6px 20px;
    border: 1px solid #d5d5d5;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    height: 35px;
}

.dashboard-content-form .form-group {
    margin-bottom: 25px;
}

.dashboard-content-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    position: relative;
    background: #ffffff url('../../img/material/ico-arrowdown-348a6fb828508d60e5f79fa137b9b4f2.png') no-repeat right 12px center;
}

.dashboard-content-form .form-group span.info,
.dashboard-content-form .form-group p {
    display: block;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    margin-top: 10px;
    color: #383737;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    text-align: left;
}

.dashboard-content-form .form-group p {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 10px;
    margin: 0px;
    line-height: normal;
    margin-top: 6px;
}

.dashboard-content-form hr,
.dashboard-cover hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 0;
    border-top: 1px solid #d9d9d9;
}

.dashboard-content-form .form-horizontal {
    padding-bottom: 10px;
}

.dashboard-content-grid-products,
.dashboard-content-grid-products .dcgproducts-inner,
.dashboard-content-grid-products .dcgproducts-list,
.dcgproducts-list .dcgproducts-product-image,
.dcgproducts-product-detail {
    display: block;
}

.dcgproducts-list .dcgproducts-product-image {
    height: 85px;
    width: 100%;
    border: 1px solid #dadada;
    background: #ffffff;
    position: relative;
}

.dcgproducts-list .dcgproducts-product-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.dcgproducts-product-detail .dcgproducts-pd-top {
    display: block;
    position: relative;
}

.dcgproducts-product-detail .dcgproducts-pd-top ul,
.dcgproducts-product-detail .dcgproducts-pd-top ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: left;
    list-style: none;
}

.dcgproducts-product-detail .dcgproducts-pd-top ul li:nth-child(1) {
    float: left;
}

.dcgproducts-product-detail .dcgproducts-pd-top ul li:nth-child(2) {
    float: right;
}

/*rating*/

.rating {
    border: none;
    float: left;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.video-icon:before {
    margin: 0 10px;
    font-size: 22px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f01d";
    vertical-align: bottom;
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

.rating > input:checked ~ label,

    /* show gold star when clicked */

.rating:not(:checked) > label:hover,

    /* hover current star */

.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */

.rating > input:checked + label:hover,

    /* hover current star when changing rating */

.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,

    /* lighten current selection */

.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.custom-rating {
    display: block;
}

.custom-rating .rating > label:before {
    margin: 0px;
    margin-right: 5px;
}

.custom-rating p {
    color: #777777;
    font-size: 10px;
    font-family: 'AvenirNextLTPro-Regular';
    margin: 0px;
    padding: 0px;
    text-align: left;
    margin-top: 1px;
}

.dcgproducts-pd-desc {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dcgproducts-pd-desc p {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #383737;
    font-size: 12px;
    font-family: 'AvenirNextLTPro-Demi';
    line-height: normal;
}

.dcgproducts-pd-link {
    display: block;
    padding: 6px 12px 3px 12px;
    background: #f9f9f9;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.dcgproducts-pd-link label {
    font-size: 10px;
    font-family: 'AvenirNextLTPro-Regular';
    text-align: left;
    color: #231f20;
    line-height: normal;
}

.dcgproducts-pd-link label a {
    text-transform: uppercase;
    text-decoration: none;
    color: #d71921;
    font-size: 11px;
    font-family: 'AvenirNextLTPro-Demi';
    display: inline-block;
    line-height: normal;
}

.dcgproducts-pd-cta {
    display: block;
    position: absolute;
    width: 140px;
    right: 0;
    top: 6px;
}

.dcgproducts-pd-cta ul li {
    float: left !important;
    margin-left: 20px !important;
}

.dcgproducts-pd-cta ul li:first-child {
    margin-left: 0px !important
}

.dcgproducts-pd-cta ul li a {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #c6c6c6 !important;
    border: 0px !important;
}

.dcgproducts-pd-cta ul li a:hover {
    color: #383737 !important;
}

.dcgproducts-pd-cta ul li a img {
    position: relative;
    top: -3px;
    margin-right: 7px;
}

.form-horizontal-row {
    display: block;
}

.form-horizontal-row label {
    font-size: 12px;
    font-family: 'AvenirNextLTPro-Demi';
    color: #383737;
    text-align: left;
    line-height: normal;
    margin-bottom: 20px;
}

.form-horizontal.form-horizontal-row .checkbox {
    margin: 0px;
    padding: 0px;
    line-height: inherit;
    min-height: inherit;
}

.form-horizontal.form-horizontal-row .checkbox label {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    line-height: normal;
    min-height: inherit;
    margin-bottom: 15px;
}

.form-horizontal.form-horizontal-row .checkbox input[type=checkbox] {
    margin-top: 1px;
    border-radius: 0px;
}

.form-horizontal.form-horizontal-row .checkbox label a {
    display: inline-block;
    font-size: 10px;
    color: #d71921;
    text-decoration: underline;
    margin-left: 5px;
}

.form-horizontal.form-horizontal-row textarea {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    padding: 10px 15px;
    border-radius: 3px;
    outline: none;
    resize: none;
    height: initial;
}

.custom-alert {
    display: block;
    background: #ffdfca;
    text-align: center;
    color: #fe6600;
    font-size: 12px;
    font-family: 'AvenirNextLTPro-Demi';
    line-height: inherit;
    margin-bottom: 30px;
}

.dashboard-content-title-text {
    display: block;
    padding-bottom: 40px;
}

.dashboard-content-title-text h4,
.dashboard-content-title-text p {
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-align: left;
}

.dashboard-content-title-text h4 {
    font-size: 12px;
    font-family: 'AvenirNextLTPro-Demi';
    color: #383737;
    line-height: 17px;
    margin-bottom: 13px;
}

.dashboard-content-title-text p {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: #383737;
    font-style: italic;
}

.earn-credit {
    display: block;
    background: #ffffff;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 80px;
}

.earn-credit h5,
.earn-credit p {
    font-family: 'AvenirNextLTPro-Demi';
    color: #383737;
    text-align: center;
    line-height: normal;
}

.earn-credit h5 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: inherit;
}

.earn-credit p {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.earn-credit img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.earn-credit .earn-credit-form {
    display: block;
    padding-bottom: 50px;
    padding-top: 40px;
}

.earn-credit-form ul,
.earn-credit-form ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.earn-credit-form ul li {
    float: left;
}

.earn-credit-form .form-control {
    padding: 6px 20px;
    border: 1px solid #d5d5d5;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    height: 35px;
    font-family: 'AvenirNextLTPro-Demi';
    color: #383737;
    font-size: 12px;
    width: 385px;
    background: #ffffff url('../../img/material/ico-link-8a46555b623498b531fb8aaf595704c3.png') no-repeat left 13px center;
    padding-left: 45px;
}

.earn-credit-form .btn {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #ffffff !important;
    font-weight: normal;
    margin: 0px;
    padding: 10.5px 30px;
    height: 35px;
    background: #d71921 !important;
    display: block;
    border-radius: 3px;
    box-shadow: none;
    outline: none !important;
    margin-left: 15px;
}

.earn-credit-form ul {
    margin: auto;
    width: 490px;
}

.dashboard-ec-social {
    display: block;
    padding-bottom: 40px;
}

.dashboard-ec-social ul,
.dashboard-ec-social ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.dashboard-ec-social ul {
    width: 653px;
    margin: auto;
}

.dashboard-ec-social ul li {
    float: left;
    margin-left: 24px;
}

.dashboard-ec-social ul li:first-child {
    margin-left: 0px;
}

.dashboard-ec-social ul li a {
    display: block;
    outline: none;
    text-decoration: none;
    border: 0px !important;
    margin: 0px;
    padding: 0px;
}

.dashboard-ec-social ul li a.btn {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 13px;
    color: #ffffff !important;
    font-weight: normal;
    margin: 0px;
    height: 46px;
    line-height: 48px;
    display: block;
    border-radius: 3px;
    box-shadow: none;
    outline: none !important;
    width: 145px;
}

.earn-credit .dashboard-ec-social ul li img {
    margin: 0px;
    display: inline-block;
    padding: 0px;
    margin-right: 10px;
}

.dashboard-ec-terms {
    display: block;
}

.dashboard-ec-terms a {
    color: #d71921;
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.dashboard-ec-social ul li a.btn.btn-fb {
    background: #4867aa;
}

.dashboard-ec-social ul li a.btn.btn-messenger {
    background: #0083ff;
}

.dashboard-ec-social ul li a.btn.btn-twitter {
    background: #1da1f2;
}

.dashboard-ec-social ul li a.btn.btn-mail {
    background: #feb100;
}

.dashboard-profile {
    display: block;
    background: #ffffff;
    padding-top: 35px;
}

.dashboard-profile .dp-picture {
    width: 137px;
    height: 137px;
    border-radius: 50%;
    border: 2px solid #d1d1d1;
    background: #fff;
    margin: auto;
    margin-bottom: 20px;
}

.dashboard-profile .dp-detail {
    display: block;
}

.dashboard-profile .dp-detail a {
    font-family: 'AvenirNextLTPro-Demi';
    color: #d71921;
    border: 1px solid #d71921;
    font-size: 10px;
    text-align: center;
    height: 30px;
    width: 130px;
    background: #fff;
    border-radius: 3px;
    line-height: 29px;
    margin: auto;
    text-decoration: none;
    margin-bottom: 17px;
}

.dashboard-profile .dp-detail label {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 17px;
    line-height: normal;
    text-align: center;
    color: #383737;
    margin-bottom: 10px;
}

.dashboard-profile .dp-detail p {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 11px;
    color: #383737;
    line-height: normal;
}

.dashboard-content-form a.achange {
    line-height: 35px;
    height: 35px;
    text-align: left;
    color: #fe6600;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    text-decoration: underline;
}

.dashboard-content-custom {
    display: block;
}

.dcc-credit {
    display: block;
    background: #faebec;
    padding: 30px;
    padding-top: 35px;
    border: 1px solid #d71921;
    border-radius: 3px;
}

.dcc-credit-total {
    display: block;
}

.dcc-credit-total ul,
.dcc-credit-total ul li {
    display: block;
    margin: 0px;
    padding-left: 0px;
    list-style: none;
    background: transparent;
}

.dcc-credit-total ul li {
    width: 50%;
    float: left;
    background: transparent;
}

.dcc-credit-total ul li label,
.dcc-credit-total ul li span {
    display: block;
    text-align: left;
    color: #383737;
    margin: 0px;
    padding: 0px;
}

.dcc-credit-total ul li label {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    text-transform: uppercase;
}

.dcc-credit-total ul li span {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11.30px;
}

.dcc-credit-total ul li h5 {
    display: block;
    text-align: right;
    margin: 0px;
    padding: 0px;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 34px;
    color: #d71921;
}

.dcc-purchased-bonus {
    display: block;
    position: relative;
    margin-top: 30px;
}

.dcc-purchased-bonus .row {
    margin-left: -5px;
    margin-right: -5px;
}

.dcc-purchased-bonus .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.dcc-purchased-bonus ul,
.dcc-purchased-bonus ul li,
.dcc-pbgrid ul,
.dcc-pbgrid ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: transparent;
}

.dcc-purchased-bonus ul li {
    width: 50%;
    float: left;
}

.dcc-pbgrid {
    display: block;
    background: #ffffff;
    padding: 24.5px 15px;
    border-radius: 3px;
    -webkit-box-shadow: 3px 4px 26px -5px rgba(104, 157, 53, 0.3);
    -moz-box-shadow: 3px 4px 26px -5px rgba(104, 157, 53, 0.3);
    box-shadow: 3px 4px 26px -5px rgba(104, 157, 53, 0.3);
    height: 78px;
}

.dcc-pbgrid ul li:nth-child(1) {
    float: left;
}

.dcc-pbgrid ul li:nth-child(2) {
    float: right;
}

.dcc-pbgrid ul li label,
.dcc-pbgrid ul li span,
.dcc-pbgrid ul li h5 {
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-align: left;
    color: #383737;
    line-height: normal;
}

.dcc-pbgrid ul li label {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.dcc-pbgrid ul li span {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 10px;
}

.dcc-pbgrid ul li h5 {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 16px;
    text-align: right;
    height: 29px;
    line-height: 31px;
}

.dcc-purchased-bonus ul li:nth-child(1) .dcc-pbgrid {
    margin-right: 4px;
}

.dcc-purchased-bonus ul li:nth-child(2) .dcc-pbgrid {
    margin-left: 4px;
}

.dcc-purchased-bonus .dcc-plus {
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #d71921;
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    outline: none;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.dcc-credit-text {
    display: block;
    padding-top: 20px;
}

.dcc-credit-text ul,
.dcc-credit-text ul li,
.dcc-credit-text ul li p {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: normal;
    list-style: none;
    float: none;
}

.dcc-credit-text ul li p {
    color: #383737;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 10px;
    font-style: italic;
    line-height: 17px;
}

.dcc-credit-text ul li p b {
    font-weight: normal;
    color: #383737;
    font-family: 'AvenirNextLTPro-Demi';
}

.dcc-credit-text ul li {
    margin-bottom: 13px;
}

.dcc-table {
    display: block;
}

.dcc-table .dcc-table-title {
    display: block;
    padding-bottom: 15px;
}

.dcc-table .dcc-table-title h6,
.dcc-table .dcc-table-title a {
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    height: 16px;
    line-height: 16px;
}

.dcc-table .dcc-table-title h6 {
    color: #383737;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    text-align: left;
    float: left;
}

.dcc-table .dcc-table-title a {
    color: #d71921;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11.30px;
    text-align: right;
    text-decoration: underline;
    outline: none;
    float: right;
}

.dcc-table .dcc-table-content {
    display: block;
}

.dcc-table .table > tbody > tr > th,
.dcc-table .table > thead > tr > th {
    color: #383737;
    font-size: 11px;
    padding: 13px 0px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
    line-height: normal;
}

.dcc-table .table > tbody > tr > th {
    font-family: 'AvenirNextLTPro-Regular';
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.dcc-table .table > thead > tr > th {
    font-family: 'AvenirNextLTPro-Demi';
    background: #f1f1f1;
    border: 0px;
}

.dcc-table .table > tbody > tr > th:nth-child(6) {
    font-family: 'AvenirNextLTPro-Demi';
}

.dcc-table .dcc-table-content .table {
    border: 1px solid #d9d9d9;
    margin: 0px;
}

.dcc-table-cover {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}

.crunch-credit-options {
    display: block;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
}

.crunch-credit-options label,
.crunch-credit-options p,
.crunch-credit-options a,
.crunch-credit-options span {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
    text-align: center;
    line-height: normal;
}

.crunch-credit-options label {
    color: #000000;
    font-family: 'AvenirNextLTPro-Book';
    font-size: 11px;
    margin-bottom: 5px;
}

.crunch-credit-options p {
    font-size: 20px;
    color: #d71921;
    font-family: 'AvenirNextLTPro-Demi';
}

.dc-packet-wrap {
    display: block;
}

.btn-packet {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    outline: none !important;
    margin-bottom: 16px;
}

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

.crunch-credit-options a {
    font-size: 11.30px;
    color: #777777;
    font-family: 'AvenirNextLTPro-Demi';
    text-decoration: none;
    outline: none;
    line-height: 36px;
    height: 36px;
    background: #f1f1f1;
    border-top: 1px solid #d9d9d9;
}

.packet-cco-regular,
.packet-cco-special {
    display: block;
    background: #ffffff;
    padding: 20px 0px 18px 0px;
    height: 90px;
}

.dc-packet .dc-btn-group {
    display: block;
}

.crunch-credit-options span {
    color: #fe6600;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'AvenirNextLTPro-Demi';
}

.crunch-credit-options .packet-cco-special p {
    margin-bottom: 3px;
}

.packet-cco-special {
    padding: 12px 0px 11px 0px;
    height: 90px;
}

.dc-packet .btn.btn-packet {
    box-shadow: none;
    outline: none;
}

.dc-packet .btn.btn-packet.active .crunch-credit-options a {
    background: #d71921;
    color: #ffffff;
    border-color: #d71921;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dc-packet .btn.btn-packet.active .crunch-credit-options {
    border: 1px solid #d71921;
    -webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-refund {
    display: block;
}

.form-refund .dashboard-content-form .form-group p {
    font-size: 11.30px;
    color: #777777;
    margin-top: 10px;
}

.dashboard-content-form .form-group span.text-right-eligibleamount {
    color: #d71921;
    padding: 0px 20px;
    text-align: right;
}

.form-refund .dashboard-content-form .form-control {
    text-align: right;
}

.form-refund .dashboard-content-form .form-control.netrefundamount {
    color: #d71921;
    font-family: 'AvenirNextLTPro-Demi';
}

.form-refund .dashboard-content-title-text p {
    font-size: 12px;
    color: #383737;
    font-family: 'AvenirNextLTPro-Regular';
    font-style: inherit;
}

.dashboard-content-bank-information,
.dcbinformation-inner {
    display: block;
}

.dashboard-content-bank-information {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 3px;
}

.dashboard-content-bank-information label,
.dashboard-content-bank-information p {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    color: #383737;
    line-height: normal;
}

.dashboard-content-bank-information label {
    font-family: 'AvenirNextLTPro-Demi';
}

.dashboard-content-bank-information p {
    font-family: 'AvenirNextLTPro-Regular';
    text-align: right;
}

.dcbinformation-row {
    display: block;
    margin-bottom: 25px;
}

.dcbinformation-row-cta {
    margin-bottom: 0px;
}

.dcbinformation-row-cta a {
    color: #d71921;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    border: 1px solid #d71921;
    display: inline-block;
    width: 92px;
    height: 33px;
    border-radius: 3px;
    text-align: center;
    line-height: 33px;
    outline: none;
    text-decoration: none;
}

.form-refund .dashboard-content-title-text {
    padding-bottom: 20px;
}

.form-horizontal.form-refund .checkbox {
    margin: 0px;
    padding: 0px;
    min-height: inherit;
    padding-left: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
}

.form-horizontal.form-refund .checkbox label {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: #383737;
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: normal;
    line-height: 21px;
}

.form-horizontal.form-refund .checkbox label a {
    color: #d71921;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    text-decoration: underline;
    outline: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.dashboard-content-filter.dashboard-content-filter2 {
    background: transparent;
    padding: 0px;
    margin-bottom: 30px;
}

.dashboard-content-filter2-left ul,
.dashboard-content-filter2-left ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.dashboard-content-filter2-left ul li {
    float: left !important;
}

.dashboard-content-filter2-left {
    display: block;
}

.dashboard-content-filter.dashboard-content-filter2 .dropdown-toggle {
    width: inherit;
}

.dashboard-content-filter.dashboard-content-filter2 .dropdown-toggle .fa {
    margin-left: 20px;
}

.dashboard-content-filter2 label {
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #383737;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    margin-right: 10px;
}

.dashboard-content-filter2-left ul li .dropdown {
    margin-right: 15px;
}

.dashboard-content-filter .dashboard-content-filter2-left ul.dropdown-menu li {
    display: block;
    float: none !important;
}

.dashboard-content-filter2-left ul li button {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #ffffff;
    background: #d71921;
    border: 0px;
    border-radius: 30px;
    display: block;
    height: 30px;
    padding: 0px 25px;
}

.dashboard-content-filter.dashboard-content-filter2 p {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #383737;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}

.dcc-table .table.tableleft > tbody > tr > th,
.dcc-table .table.tableleft > thead > tr > th {
    text-align: left;
    padding-left: 20px;
}

.dcc-table .table.tableleft > tbody > tr > th {
    padding-left: 20px;
}

.dcc-table .table.tableleft > tbody > tr > th img {
    margin-right: 7px;
}

.dcc-table .table.tableleft > tbody > tr > th:nth-child(1) {
    padding-top: 9px;
    padding-bottom: 9px;
}

.dcc-table .table.tableleft > tbody > tr > th:nth-child(4) {
    font-family: 'AvenirNextLTPro-Demi';
}

.bhoechie-dashboard-r2 .dashboard-content-title {
    margin-bottom: 15px;
}

.dashboard-content-promotion {
    display: block;
    background: yellow;
}

.bhoechie-dashboard-r2 .dashboard-content-filter.dashboard-content-filter2 {
    margin-bottom: 25px;
}

.dashboard-content-promotion .form-control {
    padding: 6px 20px;
    border: 1px solid #d5d5d5;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    height: 35px;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: #383737;
}

.dashboard-content-promotion ul li:nth-child(1) {
    width: 295px;
}

.dashboard-content-promotion .btn {
    color: #ffffff;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    background: #d71921;
    display: block;
    width: 115px;
    padding: 0px;
    height: 35px;
    border-radius: 3px;
    text-align: center;
    line-height: 34px;
    outline: none;
    text-decoration: none;
    margin-left: 15px;
}

.dashboard-content-filter.dcf-title {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}

.dashboard-content-filter.dcf-title h1,
.dashboard-content-filter.dcf-title p {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: normal;
    color: #383737;
    height: 30px;
    line-height: 30px;
    float: left;
}

.dashboard-content-filter.dcf-title h1 {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 15px;
}

.dashboard-content-filter.dcf-title p {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    margin-left: 15px;
}

.dashboard-content-buddies {
    display: block;
}

.dcbuddies-grid {
    display: block;
    margin-bottom: 20px;
}

.dcbuddies-grid .dcbuddies-grid-img,
.dcbuddies-grid .dcbuddies-grid-name {
    display: block;
    float: left;
}

.dcbuddies-grid .dcbuddies-grid-img {
    display: block;
    height: 64px;
    width: 64px;
    border-radius: 50%;
}

.dcbuddies-grid .dcbuddies-grid-name {
    height: 64px;
    padding-left: 25px;
    padding-top: 22px;
}

.dcbuddies-grid .dcbuddies-grid-name label {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 14px;
    color: #383737;
}

.dcbuddies-grid-cta {
    display: block;
    margin-bottom: 20px;
    padding: 14.5px 0px;
}

.dcbuddies-grid-cta ul,
.dcbuddies-grid-cta ul li {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.dcbuddies-grid-cta ul {
    width: 211px;
    float: right;
}

.dcbuddies-grid-cta ul li {
    float: left;
}

.dcbuddies-grid-cta ul li a.btn {
    color: #ffffff !important;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    background: #d71921;
    display: block;
    width: 100px;
    padding: 0px;
    height: 35px;
    border-radius: 3px;
    text-align: center;
    line-height: 34px;
    outline: none;
    text-decoration: none;
    border: 0px !important;
    border: 1px solid #d71921 !important;
}

.dcbuddies-grid-cta ul li:nth-child(1) a.btn {
    margin-right: 5px;
}

.dcbuddies-grid-cta ul li:nth-child(2) a.btn {
    margin-left: 5px;
    background: #ffffff;
    border: 1px solid #d71921 !important;
    color: #d71921 !important;
}

.dcb-search-more-buddies .form-control {
    padding: 6px 20px;
    border: 1px solid #d5d5d5;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    height: 40px;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: #383737;
}

.dashboard-inner .dcb-search-more-buddies .form-horizontal ul li:nth-child(1) {
    width: 300px;
}

.dashboard-inner .dcb-search-more-buddies .form-horizontal .btn.search-buddy {
    color: #ffffff;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    background: #d71921;
    display: block;
    width: 115px;
    padding: 0px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    line-height: 34px;
    outline: none;
    text-decoration: none;
    margin-left: 15px;
}

.dashboard-inner .dcb-search-more-buddies a.btn-fb {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: #ffffff !important;
    font-weight: normal;
    margin: 0px;
    height: 40px;
    line-height: 41px;
    display: block;
    border-radius: 3px;
    box-shadow: none;
    padding: 0px;
    outline: none !important;
    background: #4867aa;
    text-align: center;
    width: 265px;
    margin-top: 40px;
}
.dashboard-inner .dcb-search-more-buddies a.btn-fb img {
    margin: 0px;
    display: inline-block;
    padding: 0px;
    margin-right: 10px;
}

.notifications-inner {
    display: block;
}
.notifications-title h1,
.notifications-title p {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: normal;
    color: #383737;
    height: 30px;
    line-height: 30px;
    float: left;
}
.notifications-title {
    margin-bottom: 15px;
    display: flex;
   justify-content: center;
}
.notifications-title h1 {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 15px;
}
.notifications-title p {
    font-family: 'AvenirNextLTPro-Book';
    font-size: 18px;
    color: #75787C;
    letter-spacing: 0;
    text-align: center;
}
.notifications-title p.count{
    margin-left: 10px;
    margin-right: 10px;
    color: #00969F;
}
.notifications-content {
    display: block;
}
.notifications-content ul,
.notifications-content ul li {
    display: block;
    margin: 4px 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}
.notifications-content ul li:focus,
.notifications-content ul li:active{
    outline: none;
}
.notifications-list {
    display: block;
    padding: 10px 20px;
    border-bottom: 2px solid #F1F1F1;
    background: #ffffff;
}
.notifications-list.new {
    background: #FFF9F9;
}

.notifications-list .notif-list-image,
.notifications-list .notif-list-detail {
    float: left;
}
.notifications-list .notif-list-image {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    position: relative;
    margin-top: 8px;
}
.notifications-list .notif-list-image img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.notifications-list.new .notif-list-image {
    border: 1px solid #d5d3d2;
    background: #fafff5;
}
.notifications-list .notif-list-detail {
    padding: 9.5px 20px;
}
.notifications-list .notif-list-detail p,
.notifications-list .notif-list-detail span {
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-align: left;
    line-height: normal;
}
.notifications-list .notif-list-detail p {
    font-size: 16px;
    color: #75787C;
    font-family: 'AvenirNextLTPro-Book';
    margin-top: 10px;
    max-width: 680px;
}
.notifications-list .notif-list-detail p b,
.notifications-list .notif-list-detail p a {
    font-family: 'AvenirNextLTPro-Demi';
}
.notifications-list .notif-list-detail p a {
    color: #d71921;
    text-decoration: none;
    display: inline-block;
}
.notifications-list .notif-list-detail span {
    font-family: 'AvenirNextLTPro-Book';
    font-size: 13px;
    color: #75787C;
    letter-spacing: 0;
    margin-top: -10px;
}


.our-delivery-coverage-section {
    display: block;
    background: #f1f1f1;
    padding: 65px 0px 45px 0px;
}

.our-delivery-coverage-section h1,
.our-delivery-coverage-section h2,
.our-delivery-coverage-section p,
.our-delivery-coverage-section label,
.our-delivery-coverage-section a {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    line-height: normal;
}

.our-delivery-coverage-section h1 {
    font-family: 'AvenirNextLTPro-Demi';
    color: #383737;
    font-size: 18px;
    margin-bottom: 15px;
}

.our-delivery-coverage-section p {
    font-family: 'AvenirNextLTPro-Regular';
    color: #383737;
    font-size: 12px;
    margin-bottom: 25px;
}

.od-coverage-form {
    display: block;
    margin-bottom: 25px;
}

.od-coverage-form ul,
.od-coverage-form ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.od-coverage-form ul li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.od-coverage-form .dropdown .dropdown-toggle,
.od-coverage-form ul li .form-control {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: #777777 !important;
    background: #ffffff !important;
    border: 1px solid #ececec !important;
    border-radius: 30px !important;
    padding: 10px 20px 9px 20px;
    height: 35px;
    outline: none !important;
    box-shadow: none !important;
    text-align: left;
    width: 155px;
}

.od-coverage-form ul li .form-control {
    padding-right: 30px;
}

.od-coverage-form .dropdown .dropdown-toggle .fa {
    /*float: right;*/
    position: absolute;
    right: 15px;
    font-size: 13px;
    color: #777777;
}

.od-coverage-form .dropdown ul li a {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: #777777 !important;
    outline: none;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    padding: 7px 20px 7px 20px;
    border: 0px;
    background: transparent;
    display: block;
    text-align: left;
}

.od-coverage-form .dropdown ul li {
    display: block;
    float: none;
    text-align: left;
    padding: 0px;
}

.od-coverage-form .dropdown ul {
    padding: 10px 0px;
    min-width: 100%;
    background: #ffffff;
    display: none;
}

.od-coverage-form .dropdown.open ul {
    display: block;
}

.our-delivery-coverage-section h2 {
    font-family: 'AvenirNextLTPro-Demi';
    color: #777777;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 17px;
}

.our-delivery-coverage-section h2 a {
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
}

.our-delivery-coverage-section h2 img {
    margin-right: 5px;
}

.our-delivery-coverage-section a.reset-search {
    color: #feb100;
    font-size: 13px;
    font-family: 'AvenirNextLTPro-Demi';
    text-decoration: underline;
}

.od-coverage-form .od-coverage-form-group {
    position: relative;
}

.od-coverage-form .od-coverage-form-group .fa {
    float: right;
    font-size: 13px;
    color: #777777;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    height: 13px;
    width: 12px;
}

.general-section {
    display: block;
    padding-bottom: 115px;
}

.general-section-title {
    display: block;
    background: #DAF8FA;
}

.general-section-title h1 {
    color: #0E0E0E;
    font-size: 18px;
    text-align: center;
    font-family: 'AvenirNextLTPro-Medium';
    line-height: 53px;
}

.general-section-title a {
    color: #00969F;
    font-size: 14px;
    font-family: 'AvenirNextLTPro-Regular';
    float: right;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-decoration: underline;
}

.general-section-title a.aback {
    right: inherit;
    left: 0;
}

.general-section-title-inner {
    display: block;
    height: 53px;
    position: relative;
}

.shopping-cart {
    display: block;
    padding-top: 55px;
}

.sc-menu-tab {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 5px;
}

.sc-menu-tab ul,
.sc-menu-tab ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

.sc-menu-tab ul li {
    display: inline-block;
}

.sc-menu-tab ul li a {
    color: #383737;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Regular';
    padding: 0px 20px 10px 20px;
    border-bottom: 2px solid transparent;
    line-height: normal;
}

.sc-menu-tab ul li.active a {
    border-bottom: 3px solid #00969F;
    color: #00969F;
    font-family: 'AvenirNextLTPro-Demi';
}

.gs-list,
.gs-list-title,
.gs-list-content {
    display: block;
}

.gs-list {
    padding-top: 55px;
}

.gs-list-title {
    margin-bottom: 20px;
}

.gs-list h2 {
    display: block;
    color: #383737;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Regular';
    line-height: normal;
}

.gs-list h2 b {
    font-family: 'AvenirNextLTPro-Demi';
}

.gs-list-content,
.gen-tabel {
    display: block;
}

.gen-tabel .table > thead > tr > th {
    color: #383737;
    font-size: 11px;
    padding: 13px 0px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
    line-height: normal;
    font-family: 'AvenirNextLTPro-Demi';
    background: #f1f1f1;
    border: 0px;
}

.gen-tabel .table > tbody > tr > td {
    background: #ffffff;
    padding: 15px 0px;
}

.gen-tabel .table > tbody > tr {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.gen-tabel .table {
    margin: 0px;
    border: 1px solid #d9d9d9;
}

.gen-tabel .table > thead > tr > th:nth-child(1),
.gen-tabel .table > tbody > tr > td:nth-child(1) {
    text-align: left;
    padding-left: 15px;
}

.gen-tabel .table > thead > tr > th:nth-child(4),
.gen-tabel .table > tbody > tr > td:nth-child(4) {
    text-align: left;
    padding-left: 20px;
}

.gen-tabel .table > tbody > tr > td:nth-child(4) .gent-total p {
    text-align: left;
}

.gen-tabel .table > thead > tr > th:nth-child(6),
.gen-tabel .table > tbody > tr > td:nth-child(6) {
    width: 125px;
    border-left: 1px solid #d9d9d9;
    vertical-align: middle;
}

.gen-tabel .table > thead > tr > th:nth-child(5),
.gen-tabel .table > tbody > tr > td:nth-child(5) {
    width: 100px;
}

.gent-product {
    display: block;
}

.gent-crunch {
    font-family: AvenirNextLTPro-Demi;
    font-size: 10px;
    color: #000000;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

.gent-crunch p:focus {
    border: none;
    outline: none;
}

.gent-product .gent-product-img {
    height: 54px;
    width: 54px;
    border: 1px solid #d9d9d9;
    display: block;
    float: left;
    position: relative;
}

.gent-product .gent-product-img img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.gent-product .gent-product-text {
    height: 54px;
    float: left;
    padding-left: 15px;
    padding-top:8px;
}

.gent-product .gent-product-text label,
.gent-product .gent-product-text span,
.gent-price label,
.gent-price span,
.gent-price p {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    color: #383737;
}

.gent-product .gent-product-text label {
    font-size: 11px;
    font-family: 'AvenirNextLTPro-Demi';
    margin-bottom: 7px;
    max-width: 300px;
}

.gent-product .gent-product-text span {
    font-size: 11px;
    font-family: 'AvenirNextLTPro-Regular';
}

.gent-price {
    display: block;
}

.gent-price a {
    text-decoration: none;
    outline: none;
    display: block;
    background: #ffc20e;
    padding: 4.5px 4px;
    border-radius: 3px;
    width: 80px;
    margin: auto;
    margin-bottom: 10px;
}

.gent-price label,
.gent-price span {
    font-family: 'AvenirNextLTPro-Demi';
    text-align: center;
}

.gent-price label {
    font-size: 9px;
    color: #231f20;
    margin-bottom: 2px;
}

.gent-price span {
    font-size: 12px;
    color: #ffffff;
}

.gent-price p {
    font-size: 11px;
    color: #231f20;
    font-family: 'AvenirNextLTPro-Demi';
    text-align: center;
}

.gent-price p .fa {
    margin-left: 8px;
    font-size: 12px;
    position: relative;
    top: 1px;
}

.gent-qty {
    display: block;
    background: #ffffff;
    width: 110px;
    margin: auto;
}

.gent-qty .form-control {
    border: 1px solid #d9d9d9;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #777777;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-left: 0px;
    border-right: 0px;
}

.gent-qty button {
    width: 35px;
    padding: 8px 11px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #d9d9d9 !important;
    background: transparent !important;
    font-size: 12px;
    text-align: center;
    outline: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    color: #d9d9d9 !important;
}

.gent-qty button.bfirst {
    border-right: 0px !important;
}

.gent-qty button.blast {
    border-left: 0px !important;
}

.gent-total {
    display: block;
}

.gent-total p {
    margin: 0px;
    padding: 0px;
    display: block;
    color: #383737;
    font-size: 11px;
    font-family: 'AvenirNextLTPro-Demi';
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    margin-top: 15px;
}

.gent-price {
    display: block;
}

.gent-price p {
    margin: 0px;
    padding: 0px;
    display: block;
    font-size: 11px;
    font-family: 'AvenirNextLTPro-Book';
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    margin-top: 15px;
}

.gent-action-delete {
    display: block;
    text-align: center;
    margin-top: 7px;
}

.gent-action-delete:focus, .gent-action-delete:active {
    outline: none;
}

.gent-action-delete button {
    background: transparent;
    border: 0px;
    padding: 0px;
    text-align: center;
    display: block;
    outline: none;
    box-shadow: none;
    margin: auto;
    margin-top: 7px;
}

.gent-tick {
    display: block;
}

.gent-tick input[type=checkbox] {
    display: none;
}

/* to hide the checkbox itself */
.gent-tick input[type=checkbox] ~ label:before {
    display: inline-block;
}

.gent-tick input[type=checkbox] ~ label:before {
    content: " ";
    height: 30px;
    width: 30px;
    background: url('../../img/material/ico-check-da503dcc5e26bde1854fef59d1a958cc.png') no-repeat center center;
    background-size: contain;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 7px;
}

.sufficient .gent-tick input[type=checkbox] ~ label:before {
    background: url('../../img/material/ico-checked-fb2ae0661a13d7d6a29d1f804ad7b17d.png') no-repeat center center !important;
}

/* unchecked icon */
.gent-tick input[type=checkbox]:checked ~ label:before {
    content: " ";
    height: 30px;
    width: 30px;
    background: url('../../img/material/ico-checked-fb2ae0661a13d7d6a29d1f804ad7b17d.png') no-repeat center center;
    background-size: contain;
    border-radius: 50%;
}

/* checked icon */
.gent-tick .checkbox label {
    min-height: inherit;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    text-align: center;
    font-size: 10px;
    color: #383737;
    font-family: 'AvenirNextLTPro-Regular';
}

.gent-count-products,
.gent-total-bottom,
.gent-total-bottom-value {
    display: block;
}

.gent-count-products p {
    font-size: 18px;
    color: #7C7C7C;
    font-family: 'AvenirNextLTPro-Demi';
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: normal;
}

.gent-count-products p b {
    color: #00969F;
    font-family: 'AvenirNextLTPro-Bold';
    font-weight: normal;
}

.gent-total-bottom p {
    font-size: 14px;
    color: #383737;
    font-family: 'AvenirNextLTPro-Regular';
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: normal;
}

.gent-total-bottom-value p {
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #d71921;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 16px;
    line-height: normal;
}

.gen-tabel .table > tbody > tr.trlast > td {
    background: #fafafa;
    padding-top: 17px;
    padding-bottom: 17px;
    border-right: 1px solid #d9d9d9;
}

.gen-tabel .table > tbody > tr.trlast {
}

.gslc-purchase-option {
    display: block;
}

.gslc-purchase-or {
    display: block;
    height: 250px;
    position: relative;
}

.gslc-purchase-or span {
    color: #444444;
    font-family: 'AvenirNextLTPro-Book';
    font-size: 14px;
    display: block;
    text-align: center;
    height: 48px;
    line-height: 43px;
    width: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.gslc-po-line {
    position: absolute;
    width: 1px;
    background: #d9d9d9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.gslc-purchase-grid {
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.gslc-purchase-grid-r {
    margin-left: -30px;
}

.gslc-purchase-grid-l {
    margin-right: -30px;
}

.gslc-purchase-grid-title {
    display: block;
    background: #F6F6F6;
    text-align: center;
    padding: 12px 0px;
    border-bottom: 1px solid #d9d9d9;
}

.gslc-purchase-grid-title h3 {
    display: inline-block;
    padding: 0px;
    text-align: center;
    color: #383737;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Demi';
    text-transform: uppercase;
    position: relative;
    height: 52px;
    line-height: 52px;
    margin: auto;
    padding-left: 75px;
}

.crunch-group-modal-grid .gslc-purchase-grid-title h3 {
    line-height: unset;
    padding-left: 0px;
    height: unset;
    text-transform: unset;
    font-family: AvenirNextLTPro-Demi;
    color: #4B4A4A;
}

.gslc-purchase-grid-title .gslc-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 32px -6px rgba(128, 128, 128, 0.71);
    -moz-box-shadow: 0px 0px 32px -6px rgba(128, 128, 128, 0.71);
    box-shadow: 0px 0px 32px -6px rgba(128, 128, 128, 0.71);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.gslc-purchase-grid-title .gslc-icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.crunch-group-modal-grid .gslc-purchase-grid-title .gslc-icon {
    position: relative;
    margin: auto;
    margin-bottom: 15px;
}

.gslc-purchase-grid-content {
    display: block;
    padding-bottom: 15px;
    height: 250px;
}

.gslc-purchase-grid-content .gslc-pgc-icon {
    display: block;
    height: 129px;
    text-align: center;
    padding-top: 35px;
}

.gslc-purchase-grid-content .gslc-pgc-icon img {
    margin: auto;
    display: block;
}

.gslc-purchase-grid-content .gslc-pgc-detail {
    display: block;
    padding: 0px 10px;
    text-align: center;
}

.crunch-group-modal-grid .gslc-purchase-grid-content .gslc-pgc-detail {

    padding: 10px;
}

.crunch-group-modal-grid .gslc-purchase-grid-content .gslc-pgc-detail h5 {
    margin: 18px 7px;
    font-family: AvenirNextLTPro-Demi;
    color: #7C7C7C;
    letter-spacing: 0;
}

.crunch-group-modal-grid .gslc-purchase-grid-content .gslc-pgc-detail h6 {
    margin-top: -16px;
    font-family: AvenirNextLTPro-Book;
    color: #000000;
    letter-spacing: 0;
    line-height: 25px;
    font-size: 13px;
}

.crunch-group-modal-grid .gslc-purchase-grid-content {
    height: unset;
}

.crunch-group-modal-grid .gslc-purchase-grid-content ul,
.crunch-group-modal-grid .gslc-purchase-grid-content ul li {
    display: block;
    list-style: none;
    margin-left: 19px;
    margin-right: 19px;
    padding: 0px;
    text-align: left;
}

.crunch-group-modal-grid .gslc-purchase-grid-content ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
}

.crunch-group-modal-grid .gslc-purchase-grid-content ul li:before {
    content: "\f005";
    font-family: FontAwesome;
    position: absolute;
    border-radius: 50%;
    color: #d71921;
    left: 0;
}

.gslc-purchase-grid-content .gslc-pgc-detail p {
    display: block;
    margin: 0px;
    padding: 0px;
    font-family: 'AvenirNextLTPro-Book';
    font-size: 14px;
    color: #7C7C7C;
}

.gslc-purchase-grid-content .gslc-pgc-detail p.group-count {
    margin-top: 33px;
}

.gslc-purchase-grid-content .gslc-pgc-detail a.btn {
    display: block;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    font-family: 'AvenirNextLTPro-Demi';
    background: #d71921;
    padding: 15px 50px;
    display: inline-block;
    margin: auto;
}

.gslc-purchase-grid-r .gslc-purchase-grid-content .gslc-pgc-detail a.btn {
    background: #ffc20e;
}

.checkout {
    display: block;
    padding-top: 55px;
    background: pink;
}

.ch-section-list {
    display: block;
    background: yellow;
}

.ch-section-list h3 {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    font-weight: normal;
    color: #383737;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Demi';
}

.ch-section-list-content {
    display: block;
    background: greenyellow;
}

.ch-section-list-content .control-label {
    color: #383737;
    font-size: 12px;
    font-family: 'AvenirNextLTPro-Regular';
    text-align: left;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    line-height: 35px;
    background: pink;
    height: 35px;
}

.ch-section-list-content .form-control {
    padding: 6px 20px;
    border: 1px solid #d5d5d5;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    height: 35px;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: #383737;
}

.ch-section-list-content p.ch-section-guide {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: normal;
    color: #383737;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 10px;
    background: pink;
    height: 35px;
    padding-top: 10px;
    line-height: normal;
}

/* footer
================================================================================================================= */
footer {
    background: #00969F;
    min-width: 1024px;
}

.footer {
    display: block;
    background-color: #00969F;
}

.footer .tos{
    background-color: #0D2D51;
}

.footer-tos{
    display: flex;
    color: #FFFFFF;
    justify-content: space-evenly;
    height: 52px;
    align-items: center;
}

.footer-tos a{
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-tos a:hover{
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}

.protection {
    display: block;
}

.protection-inner {
    padding: 20px 0px;
    border-radius: 4px;
    display: block;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
}

.protection-grid {
    display: block;
}

.protection-grid ul,
.protection-grid ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.protection-grid ul li {
    float: left;
}

.protection-grid-detail {
    display: block;
}

.protection-grid-detail label,
.protection-grid-detail span,
.protection-grid-detail a {
    display: block;
    text-align: left;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.protection-grid-detail label {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 15px;
    color: #383737;
    margin-bottom: 1px;
}

.protection-grid-detail span {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 11px;
    color: #777777;
    margin-bottom: 4px;
}

.protection-grid-detail a {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 10px;
    color: #d71921;
    text-decoration: underline;
}

.protection-grid-image {
    display: block;
    height: 40px;
    width: 40px;
    position: relative;
    margin-right: 10px;
}

.protection-grid-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.footer-logo {
    display: block;
    text-align: center;
    padding: 42px 0px;
}

.footer-logo a {
    text-decoration: none;
}

.footer-logo img {
    display: block;
    margin: auto;
    margin-bottom: 12px;
    height: 55px;
}

.footer-logo p {
    display: block;
    margin: 0px;
    color: #FFFFFF;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 15px;
}

.footer-cs {
    display: block;
    background: #f1f1f1;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 24px 0px;
}

.footer-cs-grid {
    display: block;
}

.footer-cs-grid ul,
.footer-cs-grid ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-cs-grid ul li {
    float: left;
}

.footer-cs-grid-detail {
}

.footer-cs-grid-detail p,
.footer-cs-grid-detail label {
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    text-align: left;
}

.footer-cs-grid-detail p {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #777777;
    margin-bottom: 2px;
}

.footer-cs-grid-detail p b {
    color: #383737;
    font-weight: normal;
}

.footer-cs-grid-detail label {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 15px;
    color: #383737;
}

.footer-cs-grid-detail a {
    color: black;
    text-decoration: underline;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 15px;
    color: #383737;
}

.footer-cs-grid-icon {
    display: block;
    height: 40px;
    width: 40px;
    position: relative;
    margin-right: 10px;
}

.footer-cs-grid-icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.footer-menu {
    display: block;
    padding-top: 30px;
    padding-bottom: 25px;
}

.footer-menu-grid {
    display: block;
}

.footer-menu-grid label {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #383737;
    margin-bottom: 20px;
}

.footer-menu-grid ul,
.footer-menu-grid ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-menu-grid ul li {
    margin-bottom: 5px;
}

.footer-menu-grid li a {
    text-decoration: none;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 11px;
    color: #777777;
}

.footer-menu-grid li a span {
    color: #d71921;
}

.footer-menu-grid [type="text"] {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #777777;
    border: 1px solid #dadada;
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 9px;
    padding-right: 30px;
    margin-bottom: 10px;
    outline: none;
    background: #ffffff url('../../img/material/arrow-next-a290598ea260820d443c5b7da435081b.png') no-repeat right 15px center;
}

.footer-menu-grid [type="email"] {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 11px;
    color: #777777;
    border: 0px solid #dadada;
    display: block;
    width: 100%;
    padding: 9px;
    outline: none;
}

#email-error {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: #ff0900;
}

.input-subs {
    border: 1px solid #dadada;
    border-radius: 3px;
    padding-right: 30px;
    margin-bottom: 10px;
    background: #ffffff url('../../img/material/arrow-next-a290598ea260820d443c5b7da435081b.png') no-repeat right 15px center;
}

.input-subs-success {
    border: 1px solid #dadada;
    border-radius: 3px;
    margin-bottom: 10px;
}

.footer-socmed {
    display: block;
    padding-top: 10px;
}

.footer-socmed ul li {
    float: left;
    margin-right: 8px;
}

.footer-socmed ul li a {
    height: 26px;
    width: 26px;
    background: #c6c6c6;
    border-radius: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    outline: none;
}

.footer-socmed ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.copyright {
    display: block;
    border-top: 1px solid #d4d4d4;
    padding: 14px 0px;
}

.copyright p {
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 9px;
    color: #c6c6c6;
}

/*nash*/
.spacing-top {
    margin-top: 25px;
}

.form-wrapper h3 {
    font-family: 'AvenirNextLTPro-Demi';
}

.form-wrapper form-group {
    margin-bottom: 37px;
}

.form-wrapper .gent-tick .checkbox label {
    text-align: left;
}

.contact-wrapper h3 {
    font-family: 'AvenirNextLTPro-Demi';
}

.contact-wrapper form-group {
    margin-bottom: 37px;
}

.contact-wrapper .gent-tick .checkbox label {
    text-align: left;
}

.payment-box {
    display: inline-block;
}

.payment-selection .gent-tick .checkbox label:before {
    display: inline-block;
}

.title-bottom {
    margin-bottom: 22px;
}

.head-tagline {
    padding-bottom: 40px;
    display: block;
}

.gslc-grid-default-title {
    display: block;
    background: transparent;
    text-align: left;
    padding: 17px 0px;
    border-bottom: 1px solid #d9d9d9;
}

.address .add a {
    font-family: 'AvenirNextLTPro-Demi';
    color: #d71921;
    border: 1px solid #d71921;
    font-size: 10px;
    text-align: center;
    height: 30px;
    width: 130px;
    background: #fff;
    border-radius: 3px;
    line-height: 29px;
    margin: auto;
    text-decoration: none;
    margin-bottom: 17px;
}

.bt-default .btn-default {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 17px;
    color: #d71921 !important;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 14.5px 80px;
    background: transparent;
!important;
    display: block;
    border-radius: 3px;
    box-shadow: none;
    outline: none !important;
    border: 1px solid #d71921;
}

.bt-default-sm .btn-default {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    color: #d71921 !important;
    font-weight: normal;
    margin: 0px;
    padding: 7px;
    background: transparent;
    border-radius: 3px;
    box-shadow: none;
    outline: none !important;
    border: 1px solid #d71921;
}

.contact-table {
    border-radius: 5px;
}

.contact-table th,
.contact-table td {
    padding: 10px !important;
    text-align: left;
}

.payment-selection {
    border: 2px solid #d1d1d1;
    padding: 30px;
    margin: 10px 5px;
}

.payment-selection.proceed {
    border: 1px solid #fe6600;
}

.payment-selection.proceed-green {
    border: 1px solid #689d35;
}

.proceed-green .gent-tick input[type=checkbox]:checked + label:before {
    background: url(../../img/material/ico-checked-g.png) no-repeat center center;
}

.payment-selection.proceed span.alignt-right {
    float: right;
    text-decoration: underline;
    color: red;
}

.payment-selection.sufficient.active,
.payment-selection.sufficient:hover,
.payment-selection.sufficient:active,
.payment-selection.sufficient:focus {
    border: 2px solid rgb(122, 155, 65);
}

.payment-selection .gent-tick {
    display: block;
    float: left;
    margin-right: 30px;
}

.orange {
    color: #fe6600;
}

.green {
    color: #689d35;
}

.red {
    color: red !important;
}

.primary {
    color: #00969F !important;;
}

.dashboard-cover.date {
    border: 1px solid white;
}

.payment-selection .tag {
    display: inline-block;
}

.payment-selection .topup-link {
    float: right;
    margin-left: 20px;
    margin-top: 15px;
}

.payment-selection .tag .price {
    color: #fe6600;
    font-size: 18px;
    margin-right: 10px;
}

.payment-selection.sufficient .tag .price {
    color: rgb(122, 155, 65);
}

.wrap {
    border: 1px solid #d1d1d1;
    margin-bottom: 30px;
    padding: 10px;
}

.wrap-border {
    border: 1px solid #d1d1d1;
    padding: 40px 25px;
    margin-top: 80px;
    display: inline-block;
}

.vertical-line {
    border-left: 1px solid darkslategray;
    height: 100%;
}

.pay-button .btn {
    display: block;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    font-family: 'AvenirNextLTPro-Demi';
    background: #d71921;
    padding: 15px 50px;
    display: inline-block;
    margin: auto;
    font-size: 20px;
    width: 100%;
    text-transform: uppercase;
}

.pay-button img {
    padding-right: 30px;
}

.inline-block {
    display: inline-block;
    margin-right: 20px;
}

.bred-crumb li {

    color: red;
}

ul.inline.bred-crumb {
    padding: 0;
    position: absolute;
    top: 50px;
}

.bred-crumb li.active {

    color: #777777;
}

.inline li {
    display: inline;
    padding-right: 10px;
}

.payement-amount-wrap input {
}

.payement-amount-wrap .btn-default {
    padding: 8px;
    box-shadow: none;
    text-transform: uppercase;
    width: 100%;
}

.ul-list li {
    list-style-type: none;
    margin-bottom: 20px;
}

.ul-list {
    margin: 0;
}

.wrap .info {
    padding: 10px;
}

.wrap .info .total {
    border-top: 2px double darkgray;
}

.wrap .info .total .value {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 14px;
    color: red;
}

.wrap .info .total .name {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 14px;
    color: black;
}

.wrap .info .value {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 14px;
    float: right;
}

.wrap .info .name {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 14px;
    float: left;
}

.payement-amount-wrap .value {
    float: right;
}

.payement-amount-wrap .unit {
    color: #858585;
    font-size: 13px;
}

.payement-amount-wrap .total {
    color: #d71921;
    font-size: 18px;
    text-transform: uppercase;
}

.ammount-wrapper ul.ul-list span {
    font-size: 18px;
}

.bread-crumbs {
    position: absolute;
}

.bread-crumbs a {
    font-size: 14px;
    color: #00969F;
    margin-top: 16px;
    text-decoration: underline;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.align-center {
    text-align: center;
}

.pop-up-wrapper {
    position: relative;
    z-index: 99;
}

.pop-up-wrapper ul li {
    list-style: none;
    position: relative;
    padding: 0 20px 5px 30px;
    text-align: left;
}

.pop-up-wrapper .gslc-purchase-grid-content .gslc-pgc-detail {
    padding: 40px 10px;
}

.pop-up-wrapper h5 {
    padding-bottom: 20px;
}

.pop-up-wrapper .gslc-purchase-grid-title .gslc-icon {
    margin: 0 auto;
    position: relative;
}

.pop-up-wrapper .gslc-purchase-grid-title h3 {
    margin-left: 12px;
}

.pop-up-wrapper ul li:before {
    font-family: 'FontAwesome';
    content: '\f005';
    margin: 0 5px 0 -15px;
    color: #f00;
    line-height: 20px;
}

.icon-question:after {
    font-family: 'FontAwesome';
    content: '\f059';
    margin: 0px 0px 0 20px;
    color: #dadada;
    line-height: 20px;
    font-size: 17px;
    vertical-align: bottom;
}

.highlight-red {
    color: red;
    font-family: AvenirNextLTPro-Demi;
    font-size: 16px;
}

.relative {
    position: relative;
}

.st-img .active .pop-out-cloud-top,
.st-img .active .pop-out-cloud-bottom {
    display: block;
}

.pop-main-wrapper .head-wrapper {
    background: #f1f1f1;
    padding: 20px 0;
    margin-bottom: 50px;
}

.pop-out-cloud-top {
    top: -90px;
}

.pop-out-cloud-bottom {
    top: 80px;
}

.pop-out-cloud-bottom:before {
}

.pop-out-cloud-top,
.pop-out-cloud-bottom {
    display: none;
    background: #faebec;
    width: 267px;
    position: absolute;
    padding: 10px 20px;
    left: -50px;
    border-radius: 5px;
    border: 1px solid red;
    text-align: center;
}

.lock {
    margin-right: 10px;
    margin-top: 5px;
}

.marg-0 {
    margin: 0 !important;
}

.pad-0 {
    padding: 0px !important;
    margin: 0;
}

.pop-out-cloud-bottom:before {
    font-family: 'FontAwesome';
    content: '\f0de';
    margin: 0px 0px 0 20px;
    color: pink;
    line-height: 18px;
    font-size: 17px;
    vertical-align: bottom;
    font-size: 32px;
    margin: 0 auto;
    position: absolute;
    top: -7px;
}

.pop-out-cloud-top:after {
    font-family: 'FontAwesome';
    content: '\f0dd';
    margin: 0px 0px 0 20px;
    color: pink;
    line-height: 18px;
    font-size: 17px;
    vertical-align: bottom;
    font-size: 32px;
    margin: 0 auto;
    position: absolute;
}

.pop-out-cloud-top p:after,
.pop-out-cloud-bottom p:after {
    font-family: 'FontAwesome';
    content: '\f059';
    margin: 0px 0px 0 20px;
    color: #dadada;
    line-height: 20px;
    font-size: 17px;
    vertical-align: bottom;
}

.pop-main-wrapper {
    background: #ffffff;
    display: inline-block;
    width: 100%;
}

.pop-main-wrapper .gslc-purchase-grid-l {
    margin-right: 0px;
}

.gslc-purchase-grid.gslc-purchase-grid-l.not-selected .gslc-pgc-detail a.btn {
    background: #c6c6c6;
}

span.video-icon {
    font-size: 12px;
    color: red;
}

span.video-icon fa {
    font-size: 40px;
    padding-right: 12px;
}

.main-header h1 {
    margin-top: 80px;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 20px;
    color: #383737;
    text-align: center;
    margin-bottom: 30px;
}

.main-header .slogan-head {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    color: red;
    text-decoration: underline;
}

.radio [type="radio"] {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background: none;
}

.radio input[type="radio"] {
    float: left;
    margin-left: -19px;
}

.radio [type="radio"]::before {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #bdc3c7;
}

.radio [type="radio"]::after {
    display: inline-block;
    content: "";
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.radio [type="radio"]:checked::after {
    background: red;
}

.radio [type="radio"]::after {
    width: 12px;
    height: 12px;
    top: 6px;
    left: 6px;
}

.checkbox [type="checkbox"]::after,
.radio [type="radio"]::after {
    position: absolute;
    z-index: 2;
}

.checkbox [type="checkbox"]::before,
.radio [type="radio"]::before,
.checkbox [type="checkbox"]::after,
.radio [type="radio"]::after {
    display: inline-block;
    content: "";
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.gent-close {
    float: left;
    height: 50px;
    margin-right: 25px;
    margin-top: 10px;
}

.gent-close:before {
    font-family: 'FontAwesome';
    content: '\f00d';
    margin: 0px 0px 0 20px;
    color: #fe6a06;
    line-height: 20px;
    border-radius: 50%;
    border: 2px solid orange;
    font-size: 20px;
    padding: 10px 13px;
    width: 45px;
    display: block;
    vertical-align: bottom;
}

.pay-span {
    margin-top: 10px;
    display: block;
    text-align: center;
}

.spacer-top-col {
    margin-top: 30px;
}

.dashboard-content-filter-search {
    width: 300px;
    margin: 0 auto;
    padding-left: 50px;
    padding-top: 20px;
}

.tick-wrapper {
    text-align: right;
    margin-top: 17px;
}

span.span-width {
    display: block;
    margin-left: 50px;
    margin-top: 15px;
}

.dcbuddies-grid .dcbuddies-grid-name.prof {
    padding-top: 15px;
}

.prof-main-wrapp {
    border: 1px solid #d1d1d1;
    padding: 10px;
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
    margin-top: 20px;
}

.prof-main-wrapp .dcbuddies-grid {
    margin-top: 20px;
}

.dcbuddies-grid-img.pull-right {
    margin-right: 20px;
}

.land-location-t {
    font-size: 11px;
}

.bold {
    font-weight: bold;
}

.pro-id-wrapper {
    font-size: 14px;
    margin-top: 15px;
}

.bselect-prof {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 11px;
    text-align: center;
    color: red;
    background: transparent;
    padding: 0px;
    margin: 0px;
    outline: none;
    box-shadow: none;
    width: 82px;
    height: 23px;
    line-height: 23px;
    border-radius: 30px;
    border: 1px solid #d71921;
    margin-top: 8px;
    padding-left: 0px;
}

.opacity {
    opacity: 0.7;
    margin-top: 40px;
    display: inline-block;
    margin-left: 30px
}

.join-prof {
    color: #ffffff !important;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 12px;
    background: #00969F;
    display: block;
    min-width: 80px;
    padding: 0px;
    height: 35px;
    border-radius: 3px;
    margin-top: 33px;
    text-align: center;
    line-height: 34px;
    outline: none;
    text-decoration: none;
    float: right;
    border: 0px !important;
    border: 1px solid #00969F !important;
}

.prof-submit-wrapp {
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    padding: 33px 0;
}

.prof-submit-wrapp .dcbuddies-grid-cta {
    float: none;
    margin: 0 auto;
}

.prof-submit-wrapp .dcbuddies-grid-cta ul li a.btn {

    padding: 5px 50px;
    width: auto;
    height: auto;
}

.prof-submit-wrapp .dcbuddies-grid-cta ul {
    width: 320px;
    float: none;
    margin: 0 auto;
}

.red.ammout {
    font-size: 22px;
}

.margin-top-30 {
    margin-top: 30px;
}

.form-group.select {
    width: 150px;
    border-radius: 50px;
    margin: 0 auto;
    padding-top: 30px;
}

.form-group.select .form-control {
    border-radius: 50px;
}

.clear-both {
    clear: both;
}

.add-table.table {
    width: 50%;
    margin-left: 110px;
}

.add-table.table > tbody > tr > th,
.add-table.table > tbody > tr > td {
    border: 0;
}

.yellow {
    color: #ffc20e !important;
}

.pacer-top-b .gslc-pgc-detail.pay-button.yellow-btn-s .btn {
    display: block;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    font-family: 'AvenirNextLTPro-Demi';
    background: #ffc20e;
    padding: 15px 50px;
    display: inline-block;
    margin: auto;
    font-size: 20px;
    width: 100%;
    text-transform: uppercase;
}

.yellow-btn .btn-wrapper .btn {
    display: block;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 13px !important;
    color: #ffffff;
    font-family: 'AvenirNextLTPro-Demi';
    background: #ffc20e;
    padding: 15px 50px;
    display: inline-block;
    margin: auto;
    font-size: 20px;
    text-transform: uppercase;
    box-shadow: none;
    float: right;
}

a.btn.btn-default.prof:before {
    margin: 0 10px;
    font-size: 18px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f007";
    vertical-align: bottom;
    background: red;
    color: white;
    padding: 10px 0;
    border-radius: 50%;
    width: 47px;
    height: 45px;
    float: left;
    padding-left: 10px;
    padding-top: 13px;
}

.black {
    color: #333;
    font-size: 15px;
}

.yellow-btn {
    display: inline-block;
}

a.btn.btn-default.prof {
    padding: 10px 15px;
    color: red;
    border: 1px solid red;
    background: transparent;
    font-size: 22px;
    display: block;
    text-align: left;
    clear: both;
    margin-top: 35px;
}

.relative {
    position: relative;
}

span.number {
    position: absolute;
    left: 51px;
    color: white;
    top: 20px;
    font-size: 20px;
}

.space-content-top {
    margin-top: 30px;
}

.uppercase {
    text-transform: uppercase;;
}

.border-radius-gray {
    border: 1px solid #c6c6c6;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gr-detail .col-md-4 {
    border-right: 1px solid #c6c6c6;
    padding: 30px 0;
}

.border-r {
    height: 60px;
    width: 60px;
    border: 1px solid #d9d9d9;
    display: block;
    float: left;
    position: relative;
    border-radius: 50%;
}

.table-red td {
    background: pink;
}

.gen-tabel .table > tbody tr.table-red td {
    background: #faebec;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.gslc-pgc-detail.pay-button.get .btn {
    width: auto;
    margin-top: 30px;
    font-size: 16px;
}

.border-top {
    border-top: 1px solid #c6c6c6;
}

.ds-block {
    border-top: 1px solid #c6c6c6;
    display: inline-block;
    width: 100%;
}

.ds-block .btn {
    margin-left: 45%;
}

.dashboard-inner.tabber-l {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 50px;
}

.dashboard-content-filter.dashboard-content-filter2.se .dashboard-content-filter-search {
    padding: 0;
}

.btn.join-prof.st {
    box-shadow: none;
    margin: 0 20px 0 0;
}

.btn.join-prof.st.inverse {
    box-shadow: none;
    margin: 0 20px 0 0;
    background: transparent;
    color: red !important;
}

.block-t .gs-list-title {
    margin-bottom: 20;
    display: inline-block;
}

.block-t .gs-list-title h2 {
    color: #383737;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Regular';
    line-height: normal;
    font-weight: bold;
}

.block-t .gs-list {
    padding-top: 0;
}

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

.green {
    color: #689d35 !important;
}

.min-img img {
    height: 34px;
    width: 34px;
    border: 1px solid #c6c6c6;
}

.min-img {
    margin-left: 30px;
    margin-bottom: 20px;
}

ul.st-img li {
    display: inline-block;
    padding: 0 5px;
}

.gent-price.img a {
    padding: 13px 0px;
}

.gen-tabel.shopping-cart-table.gray .table > tbody > tr > td:nth-child(6) {
    border: transparent;
}

.st-img img {
    margin-bottom: 5px;
}

/*.list-title-icon ul li{
    padding:8px 30px 8px 0;
    border:1px solid #c6c6c6;
    border-radius: 5px;
}*/
a.btn.bt-gray-d {
    background: transparent;
    box-shadow: none;
    border: 1px solid #c6c6c6;
    color: #383737;
    padding: 7px 25px 7px 0px;
}

.boder-b {
    border-top: 1px solid #c6c6c6;
}

.gen-tabel.shopping-cart-table.gray {
    background: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 100px;
    margin-bottom: 30px;
}

.prof-main-wrapp.b-c {
    margin-bottom: 0;
}

.sub .video-icon:before {
    vertical-align: sub;
}

.list-title-icon ul li img {
    margin: 0 15px 0 15px;
}

.boder.barcode {
    border: 1px solid gray;
    padding: 30px 35px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
}

.barcode img {
    margin-right: 30px;
}

.barcode-content {
    overflow: hidden;
}

.boder.barcode .bold {
    font-size: 20px;
}

.italic {
    font-style: italic;
}

ul.no-bullet li {
    list-style-type: none;
    line-height: 2;
}

ul.no-bullet {
}

.orange-btn {
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    font-family: 'AvenirNextLTPro-Demi';
    background: #fe6600;
    padding: 15px 30px;
    display: block;
    margin: auto;
    box-shadow: none;
    width: 190px;
    margin-bottom: 20px;
}

.red-btn {
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    font-family: 'AvenirNextLTPro-Demi';
    background: var(--theme-color);
    padding: 15px 30px;
    display: block;
    margin: auto;
    box-shadow: none;
    width: 190px;
    margin-bottom: 20px;
    cursor: pointer;
}

.red-btn:hover {
    text-decoration: underline;
    color: white;
}

.join-wrapper .img-wrap img {
    margin-right: 10px;
}

.join-wrapper .img-wrap {
    margin-top: 10px;
}

.gent-price.img.red-b a {
    background: red;
}

.gent-price.img.gray-b a {
    background: #c6c6c6;
}

.gent-price.img.gray-b p {
    color: white;
}

.gent-price.img.red-b p {
    color: white;
}

.gen-tabel.border-0 .table > tbody > tr > td:nth-child(6) {
    border: transparent;
}

.gen-tabel.border-0 .table > tbody > tr > td .gent-action-delete button img {
    margin-right: 20px;
}

.gen-tabel.border-0 .table > thead > tr > th:nth-child(6) {
    border: transparent;
}

.btn.bt-primary {
    text-decoration: none;
    outline: none;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    font-family: 'AvenirNextLTPro-Demi';
    background: #00969F;
    padding: 15px 30px;
    display: block;
    margin: auto;
    box-shadow: none;
    width: 190px;
    margin-bottom: 20px;
}

.detail-table tr {
    line-height: 2;
}

.order-detail {
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}

.status-b {
    text-align: center;
}

.text-right {
    text-align: right;
}

.id.bold {
    padding-left: 40px;
}

.btn.btn-default.submit {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 17px;
    color: #d71921 !important;
    font-weight: normal;
    margin: 0px;
    padding: 14.5px 30px;
    background: transparent;
    display: block;
    border-radius: 3px;
    box-shadow: none;
    outline: none !important;
    border: 1px solid #d71921;
    margin-top: 20px;
}

.d-block {
    display: block;
}

.clear {
    clear: both;
}

.d-block.clear {
    clear: both;
    display: block !important;
}

.left-20 {
    padding-left: 6px;
}

.pacer-top-b {
    margin-top: 30px;
    margin-bottom: 30px;
}

.receipt-main-wrapper {
    margin-top: 30px;
    display: block;
}

.txt-lable {
    margin-right: 40px;
}

.navbar-inverse .navbar-toggle {
    border-color: white;
    margin-right: 0;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #ffc20e;

}

.ellipsis {
    overflow: hidden;
    line-height: 1.42em;
    max-height: 4em;
    /*border: 5px solid #AAA; */
}

.ellipsis:before {
    content: "";
    float: left;
    width: 5px;
    max-height: 4em;
}

.ellipsis > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px;
}

.ellipsis:after {
    content: "\02026";

    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: relative;
    top: -25px;
    left: 100%;
    width: 3em;
    margin-left: -3em;
    padding-right: 5px;

    text-align: right;

    background: -webkit-gradient(linear, left top, right top,
    from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.alert-cart-notif {
    background: white;
    border: 1px solid #c9c9c9;
}

.cart-notif-container .cart-title-container {
    text-align: center;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c9c9c9;
}

.cart-notif-container .cart-image-container, .cart-notif-container .cart-detail-container,
.cart-notif-container .cart-qty-container {
    display: inline-block;
}

.cart-notif-container .cart-image-container, .cart-notif-container .cart-image-container img {
    width: 50px;
    height: 50px;
}

.cart-notif-container .cart-detail-container {
    /*height: 60px;*/
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    color: #333;
    vertical-align: middle;
}

.cart-notif-container .cart-detail-container .cart-product-price {
    font-weight: bold;
}

.cart-notif-container .cart-detail-container .cart-product-name {
    margin-bottom: 5px;
}

.cart-notif-container .cart-detail-container .cart-product-price .product-uom {
    font-weight: lighter;
    font-size: 11px;
    font-style: italic;
    color: #838383
}

.cart-notif-container .cart-qty-container {
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: bold;
    color: #333;
}

.c6-link {
    color: #d71921;
    text-decoration: underline;
}

.c6-primary-button {
    color: white;
    background-color: #d71921;
    border-radius: 3px;
    padding: 10px;
}

.c6-primary-button.inverse {
    color: #d71921;
    background-color: white;
    border: 1px solid #d71921;
    border-radius: 3px;
    padding: 10px;
}

.cart-step-header {
    text-align: center;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 15px;
}

.group-box-header {
    text-align: left;
    margin-top: 30px;
}

.group-box-header .preview-label {
    border: 1px solid #d71921;
    border-radius: 13px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    color: #d71921;
}

.group-box {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    border: 1px solid rgb(209, 209, 209);
}

.group-box .group-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.group-box .group-profile-container {
    vertical-align: middle;
}

.group-box .group-owner-info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.buddy-list-item {
    margin-bottom: 10px;
    margin-top: 10px;
}

.buddy-list-item .buddy-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.buddy-list-item .buddy-name {
    display: inline-block;
    margin-left: 15px;
}

.buddy-list-item .buddy-control {
    display: inline-block;
    float: right;
}

.buddy-list-item .buddy-control button {
    color: white;
    height: 40px;
    min-width: 40px;
    background-color: #d71921;
    border-radius: 20px;
    padding: 10px;
    margin-top: 5px;
}

.text-green {
    color: rgb(122, 155, 65) !important;
}

.text-red {
    color: #d71921 !important;
}

.dataTables_info {
    float: left;
}

.dataTables_paginate {
    float: right;
}

.table.datatable {
    width: 100% !important;
}

.error-container {
    padding: 15px;
    border: 2px solid #d71921;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #d71921;
}

.success-container {
    padding: 15px;
    border: 2px solid rgb(122, 155, 65);
    border-radius: 5px;
    margin-bottom: 20px;
    color: rgb(122, 155, 65);
}

.warning-container {
    padding: 10px;
    border: 1px solid #DADADA;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #FFF7DF;
    color: #FF8700;
    font-size: 14px;
}

.summary-container {
    padding-bottom: 20px;
}

.summary-table {
    width: 100%;
}

.summary-table tr td {
    padding-top: 10px;
    vertical-align: top;
}

.summary-table tr td {
    font-size: 15px;
}

.summary-table tr.divider {
    border-bottom: 1px solid #eee;

}

.summary-table tr.divider td {
    padding-bottom: 10px;
}

/**
loading spinner
*/
.loading-spinner-small {
    content: url(https://uat.crunch6.com/img/loading-spinner.svg);
    width: 60px;
    height: 60px;
}

/**
common
*/
.alert-common-success {
    background: white;
    border: 1px solid #a1a1a1;
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: left;
    display: inline-flex;
}

.alert-common-success .success-main {
    display: inline-flex;
}

.alert-common-success .success-wrap{
    display:inline-block;
    margin-left:16px;
    margin-top:4px;
}

.alert-common-success .success-msg{
    margin-top:4px;
    font-size:12px;
}

.alert-common-success .success-icn {
    top: 0px;
    float: left;
    margin-top: 4px;
    color: red;
    font-size: 20px;
}

.alert-common-success .cancel-icn {
    top: 0px;
    float: right;
    margin-top: 4px;
    color: black;
    font-size: 16px;
}


.alert-common-error {
    background: white;
    border: 1px solid #a1a1a1;
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: left;
    display: inline-flex;
}

.alert-common-error .err-main {
    display: inline-flex;
}

.alert-common-error .err-wrap {
    display: inline-block;
    margin-left: 16px;
    margin-top: 4px;
}

.alert-common-error .err-msg{
    margin-top:4px;
    font-size:12px;
}


.alert-common-error .err-icn {
    top: 0px;
    float: left;
    margin-top: 4px;
    color: red;
    font-size: 20px;
}

.alert-common-error .cancel-icn {
    top: 0px;
    float: right;
    margin-top: 4px;
    color: black;
    font-size: 16px;
}

.text-bold {
    font-family: 'AvenirNextLTPro-Bold';
    font-weight: normal;
}

.text-center {
    text-align: center;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
    color: #000000;
    background: #ffc20e;
    border: none;
    outline: none;
}

.btn-promotion, .btn-promotion:hover {
    color: #ffffff;
    background: #ffc20e;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    font-family: 'AvenirNextLTPro-Demi';
}

.btn-checkout,
.btn-checkout:hover,
.btn-checkout:focus {
    color: #ffffff;
    background: #0D2D51;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    font-size: 18px;
    font-family: 'AvenirNextLTPro-Medium';
}

.no-padding {
    padding: 0px;
}

.img-catalog {
    width: 180px;
    height: 180px;
}

.center-block {
    float: none;
}

.wrap-no-border {
    margin-bottom: 30px;
    padding: 10px;
}

.wrap-no-border .info {
    padding: 10px;
}

.wrap-no-border .space {
    border: 1px solid lightgray;
    margin: 5px 10px 5px 10px;
}

.wrap-no-border .info .total .value {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 15px;
    color: #00969F;
    text-align: right;
}

.wrap-no-border .info .total .name {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 15px;
    text-transform: uppercase;
    color: #7C7C7C;
}

.wrap-no-border .info .value {
    font-family: 'AvenirNextLTPro-Book';
    font-size: 15px;
    float: right;
    color: #000000;
    text-align: right;
}

.wrap-no-border .info .name {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 14px;
    float: left;
    color: #7C7C7C;
}

.payment-selection.active,
.payment-selection:hover,
.payment-selection:active,
.payment-selection:focus {
    border: 2px solid #d71921;
    cursor: pointer;
}

.payment-selection.active,
.payment-selection:hover,
.payment-selection:active,
.payment-selection:focus > .tag {
    color: #d71921;
}

.empty-cart {
    height: 450px;
}

.space-line {
    border: 1px solid lightgray;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cart-line {
    border: 1px solid lightgray;
    margin: 15px -20px 30px -20px;
}

/*Payment Result*/

.end-page h1 {
    font-family: 'AvenirNextLTPro-Demi';
    color: #3A3947;
    text-align: center;
    letter-spacing: 0;
}

.end-page h5 {
    font-family: 'AvenirNextLTPro-Regular';
    color: #646464;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    letter-spacing: 0;
}

.end-page p {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    color: #4C4646;
    letter-spacing: 0;
}

.end-page .action {
    margin-top: 30px;
}

.end-page .row {
    margin-right: 65px;
    margin-left: 65px;
}

.end-page .row p {
    margin-left: 65px;
    margin-right: 65px;
}

.btn-try, .btn-try:hover {
    color: #00969F;
    padding: 10px 65px;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Demi';
    background: transparent !important;
    display: block;
    border: 1px solid #00969F;
    border-radius: 0px;
}

.btn-continue, .btn-continue:hover {
    color: #ffffff;
    background: #00969F;
    border: 1px solid #00969F;
    margin-top: 30px;
    padding: 10px 29px;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Demi';
    display: block;
    border-radius: 0px;
}

.btn-continue.btn-ok {
    margin-top: 0px;
    padding-left: 63px;
    padding-right: 63px;
}

.standard-margin-top {
    margin-top: 8px;
}

.label-title {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 14px;
    color: rgb(100, 100, 100);
}

.label-title-important {
    font-family: 'AvenirNextLTPro-Regular' !important;
    font-size: 14px !important;
    color: rgb(100, 100, 100) !important;
}

.label-message {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 14px;
}

.label-message-important {
    font-family: 'AvenirNextLTPro-Demi' !important;
    font-size: 14px !important;
    line-height: 18px;
}

.label-title-inverse {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 14px;
}

.label-message-inverse {
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 14px;
    color: rgb(100, 100, 100);
}

.subtitle {
    margin-left: 30px;
    margin-top: 20px;
    font-size: 28px;
    display: block;
    color: #000000;
    font-family: 'AvenirNextLTPro-Demi';
    font-weight: normal;
}

.standard-message-image {
    width: 200px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.standard-message-title {
    font-family: 'AvenirNextLTPro-Bold';
    font-weight: normal;
    text-align: center;
    margin-top: 50px;
    font-size: 22px;
}

.standard-message-message {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Regular';
    color: rgb(100, 100, 100);
}

.standard-message-button-container {
    margin-top: 40px;
    margin-bottom: 30px
}

.wrap-title {
    color: #3A3947;
    font-size: 26px;
    font-family: 'AvenirNextLTPro-Demi';
}

.wrap-tagline {
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 18px;
    color: #636363;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

.cart-title {
    margin-top: -35px;
}

.crunch-cart-grid {
    display: block;
}

.gen-tabel .table > tbody > tr.crunch-group > td {
    border-top: solid 1px #FFF;
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 00px;
}

.crunch-group-block {
    background: #EFEFEF;
    display: inline-block;
}

.crunch-cart-grid .fpldg-inner {
    display: block;
}

.crunch-cart-grid ul,
.crunch-cart-grid ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.crunch-cart-grid ul li {
    float: left;
}

.crunch-cart-grid ul li:focus, .crunch-cart-grid ul li:active {
    outline: none;
}

.crunch-cart-grid ul {
    margin-left: 2px;
    margin-right: 2px;
}

.crunch-cart-grid ul li .price-bg {
    background: #FFF;
    padding: 5px 8px;
    margin-bottom: 2px;
}

.crunch-cart-grid ul li .price-bg .price {
    display: block;
    text-decoration: none;
    outline: none;
    text-align: center;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 9px;
    color: #231f20;
    background: #ffc20e;
    font-weight: normal;
    height: 36px;
    padding: 0px 13px;
    border-radius: 3px;
    border: 1px solid #ffc20e;
}

.crunch-cart-grid ul li .price .currency {
    margin-top: 5px;
    margin-bottom: 5px;
}

.crunch-cart-grid ul li .price .value {
    margin-top: -5px;
}

.crunch-cart-grid ul li span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 25px;
    position: relative;
}

.crunch-cart-grid ul li span img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.gslc-purchase-button {
    margin-top: 20px;
}

/*** GROUP LISTING ***/

.gl-row-inlineheader {
    margin-left: 70px;
    margin-right: 70px;
    background: var(--theme-color);
    display: -webkit-box;
}

.gl-row-header {
    margin-left: 70px;
    margin-right: 70px;
    background: rgb(244, 244, 244);
    display: flex;
    border-color: rgb(217, 217, 217);
    border-style: solid;
    border-width: 2px;
}

.gl-row-content {
    background: transparent;
    border-color: rgb(217, 217, 217);
    border-style: solid;
    border-width: 2px;
    display: flow-root;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -2px;
    box-shadow: 1px 1px 1px 1px rgba(1, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
}

.circle-img {
    display: block;
    margin: 1em auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 2px solid #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.person-icn-style {
    margin:0px 12px 0px 0px;
    height:55px;
    width:55px;
    padding:10px;
    background:rgb(235,235,235);
    content: url(../../img/material/icon-person-aa075588e46af98ef939adf5d078444f.png);
}

.empty-person-icn-style {
    margin:0px 12px 0px 0px;
    height:55px;
    width:55px;
    padding:10px;
    background:rgb(235,235,235);
    content: url(../../img/material/icn-empty-set-2db0be3d3d010f00f490bc78a75b3c07.png);
}

.person-icn-style-big {
    height:70px;
    width:70px;
    padding:15px;
    background:rgb(235,235,235);
    content: url(../../img/material/icon-person-aa075588e46af98ef939adf5d078444f.png);
}

.btn-placeorder, .btn-placeorder:hover {
    color: #ffffff;
    background: #4CC03B;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    font-size: medium;
    font-family: 'AvenirNextLTPro-Medium';
}

.btn-placeorder > * {
    vertical-align: middle;
}

.search-text {
    font-family: AvenirNextLTPro-Demi;
    font-size: 16px;
    margin: 15px;
}

.search-text span {
    color: #00969F;
}

.error-search {
    font-family: AvenirNextLTPro-Demi;
    font-size: 18px;
    text-align: center;
    color: #D8D8D8;
    margin-bottom: 20px;
}

.error-search span {
    color: #00969F;
}

.center-child-row {
    align-items: center;
    display: flex;
}

.icon-tabs {
    margin-top: -5px;
    background: #F9F9F9;
    border-bottom: none;
    text-align: center;
}

.icon-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
}

.icon-tabs > li > a label {
    font-family: AvenirNextLTPro-Book;
    font-size: 15px;
    color: #75787C;
    margin-top: 5px;
}

.icon-tabs > li > a {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon-tabs > li > a,
.icon-tabs > li > a:focus {
    border: none;
    text-align: center;
    border-radius: 0px;
}

.icon-tabs > li > a:hover {
    background: #FFFFFF;
}

.icon-tabs > li > a img {
    width: 30px;
    height: 30px;
}

.icon-tabs > li.active > a,
.icon-tabs > li.active > a:focus,
.icon-tabs > li.active > a:hover {
    border: none;
}

.icon-tabs > li.active > a label {
    font-family: AvenirNextLTPro-Demi;
    color: #00969F;
}

.new-label{
    border-radius: 2px;
    font-family: AvenirNextLTPro-Demi;
    color:white;
    background:rgb(139,204,48);
    padding:8px 16px 4px 16px;
    position:absolute;
    top:0px;
    font-size:12px;
    left:0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.inline-error{
    margin-top:3px;
    color:red;
    font-size:11px;
}

#share-buttons img {
    width: 55px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

#share-buttons a {
    display: inline;
}

.share-pane {
    display:flex;border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-radius: 4px 4px 0px 0px;
    border-color: #d9d9d9;
    border-style: solid;
    margin-left: 12px;
    border-bottom: 0px;
    padding-top: 8px;
    text-align: center;
}

[ng-cloak]
{
  display: none !important;
}

.page-container {
    padding-top: 30px;
    padding-bottom: 65px;
}

.page-container .frame-container{
    width: 864px;
    margin-left: auto;
    margin-right: auto;
}

.page-container iframe {
    border: none;
    width: 100%;
}

.circle-preview{
    width: 180px;
    background: #000;
    border: 4px solid #e1dfdf;
    border-radius: 50%;
}

.circle-preview p{
    font-family: 'AvenirNextLTPro-Bold';
    color: #e1dfdf;
    margin-bottom: 0px;
    text-align: center;
}

.img-hotdeal{
    position: absolute;
    top: 0;
    width: 28px;
    right: 0;
    margin: 2px;
}

.invisible-item{
    visibility: hidden;
}


.btn-back,
.btn-back:hover {
    color: #0D2D51;
    padding: 12px 18px;
    font-size: medium;
    font-family: 'AvenirNextLTPro-Medium';
    background: transparent;
!important;
    display: block;
    border: 1px solid #0D2D51;
}

.term-cond {
    margin-top: 15px;
    text-align: center;
}

.term-cond p {
    font-family: 'AvenirNextLTPro-Book';
    font-size: medium;
    text-align: center;
    color: #000000;
    letter-spacing: 0;
}

.term-cond p a {
    display: inline;
    color: #d71921;
}

.c-red{
    color: #d71921;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    background: #C3C3C3 !important;
    color: #FFF !important;
    opacity: 1;
}

label.required:after{
    content: " *" !important;
}

.invalid-address{
    margin-left: 10px;
    color: #d71921;
    font-family: 'AvenirNextLTPro-Demi';
}

.modal-btn .btn {
    padding: 12px 18px;
}

/*Custom Select2*/
.select2-container--default .select2-selection--single{
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    height: 34px;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.8;
    padding: 6px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 3px;
}


/*BIG Loading Screen*/
.lds-dual-container {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 140px;
}
.lds-dual-ring {
    display: inline-block;
    width: 340px;
    height: 340px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 340px;
    height: 340px;
    margin: 1px;
    border-radius: 50%;
    border: 10px solid #00969F;
    border-color: #00969F transparent #00969F transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*End BIG Loading Screen*/

.error-message{
    text-align: center;
}

.error-message h3{

}

.error-message p{
    margin-top: 12px;
}

.content-container {
    min-height: 50vh;
}

.page-content{
    text-align: center;
    padding-bottom: 16px;
}

.page-content li{
    display: inline-block;
    padding: 0px 4px;
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 14px;
    color: #FFFFFF;
}

.page-content li > a{
    font-family: 'AvenirNextLTPro-Demi';
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

/*Not Found*/


#notfound-page {
    position: relative;
    height: 100vh;
}

#notfound-page .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 240px;
}

.notfound .notfound-404 h1 {
    font-family: AvenirNextLTPro-Bold;
    position: absolute;
    left: 50%;
    top: 65%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 252px;
    font-weight: 900;
    margin: 0px;
    color: #00969F;
    text-transform: uppercase;
    letter-spacing: -40px;
    margin-left: -20px;
}

.notfound .notfound-404 h1 > span {
    text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
    font-family: AvenirNextLTPro-Medium;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00969F;
    margin: 0px;
    letter-spacing: 3px;
    padding-left: 6px;
}

.notfound h2 {
    font-family: AvenirNextLTPro-Medium;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #00969F;
    margin-top: 0px;
    margin-bottom: 25px;
}

.notfound .home {
    font-family: AvenirNextLTPro-Medium;
    font-size: 20px;
    color: #383737;
}