/*Department main dropdown*/

.dropdown {
    border-radius: 5px;
}

.desktop-drop nav{
    margin: 0 !important;
}

.desktop-drop:hover .dropdown-menu {
    display: block;
}

#department-drop-button i {
    display: inline;
    padding-right: 15px;
}

#department-drop-button p {
    display: inline;
    font-size: .9rem;
    margin: 0;
}

.expand-dept-sub-caret{
    background: none !important;
    border:  0;
    float: right;
    padding: 0;     
}

.expand-dept-sub-caret:focus {
    outline-offset: 4px !important;
}

.dept-arw {
    float: right;
    color: #bfbfbf;
    font-size: .8rem;
    line-height: 1rem;
}

.relative {
    position: relative;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu li {
    font-size: .5rem;
}

.popover,
#department-drop .dropdown-menu .col-md-3,
#department-drop .dropdown-menu .col-md-4 {
    min-height: 41.9rem;
}

.popover-lg {
    max-width: 200rem;
    min-width: 50rem;
    width: 65rem;
    border-radius: 0;
}

.popover-sm {
    max-width: 100rem;
    min-width: 20rem;
    width: 47rem;
    border-radius: 0;
}

.popover-md {
    max-width: 100rem;
    min-width: 20rem;
    width: 47rem;
    border-radius: 0;
}

.dropdown-menu li {
    padding: .4rem 1rem;
    min-width: 14rem;
}

.popover li {
    padding: .2rem 1rem;
    min-width: 14rem;
}

.dropdown-menu h2 {
    font-size: 1.1rem;
    padding: 1rem 0 0 1rem;
}

.dropdown-menu h3 {
    font-size: .8rem;
}

.dropdown-menu {
    z-index: 50 !important;
}

.dropdown-menu row {}

#dept-menu {
    top: 2.2rem;
    padding: 0;
    z-index: 9999 !important;
}

.dept-link:hover {
    background-color: #e6ecff;
}


/*

.dept-submenu a:focus ~ .dept-submenu{
    display: block !important;
}
*/

#department-drop-button {
    border-color: #cecece;
    border-width: .05rem;
    border-radius: 2rem;
    border-style: solid;
    padding: .5rem 1rem;
    margin-right: 2rem;
    font-weight: 700;
	display: inline-flex;
}

.dropdown-menu .col-md-3 {
    min-width: 12rem;
}

.dropdown-menu .col-md-4 {
    min-width: 12rem;
}

.dept-submenu ul {
    list-style: none;
    padding: 0;
}

.dropdown-submenu {
    position: relative;
    width: 15rem;
}

.dropdown-submenu .submenu-section {
    padding: 1rem;
}

.submenu ul {
    list-style: none;
}


/*Department second level dropdown*/

.dropdown-submenu .dropdown-menu {
    padding: 1rem;
}

.dropdown-submenu .dropdown-menu a {
    font-size: .95rem;
}

.dropdown-submenu .dropdown-menu h2 {
    font-size: 1rem;
}

.dropdown-submenu .dropdown-menu h3 {
    line-height: .3rem;
    font-size: .8rem;
}

.popover-container {
    height: 100%;
}

.popover h2 {
    margin-top: 1rem
}

.dropdown-submenu .dropdown-menu h3 a {
    font-size: .8rem;
}

.dropdown-submenu>.dropdown-menu {
    position: absolute;
    left: 15rem;
    border-style: solid;
    border-radius: 0;
    height: 35rem;
    z-index: 55;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-divider {
    margin: 1rem 0 1rem 0;
    width: .1rem;
    height: auto;
    background-color: #dfdfdf;
}

.featured {
    background-color: #1c1c25;
    height: 100%;
}

.featured h2 {
    padding: 1rem;
    padding-left: 2rem;
    z-index: 2;
}

.featured-contents {
    color: white;
}

.featured button {
    border-radius: 4px !important;
    border-color: white !important;
    height: 50% !important;
}

.featured .qty-container {
    width: 80%;
    margin: auto;
}

.blur-container {
    width: 89%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.blur-container img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    margin: -5rem 0 0 0;
    opacity: 0.5;
    filter: blur(10px);
    -moz-filter: blur(10px);
    -webkit-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    background-repeat: no-repeat;
    z-index: 1;
}

.featured img {
    margin: auto;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    max-width: 10rem;
    max-height: 15rem;
    z-index: 2;
}

.featured-description {
    padding: .2rem 0 .5rem 0;
    width: 10rem;
    color: white;
    margin: auto;
    text-align: left;
    z-index: 2;
    max-height: 6.5rem !important;
}

.center {
    margin: auto;
    text-align: center;
}

.featured-description {
    max-height: 10rem;
    overflow: hidden;
}

.featured-orgi-price p {
    z-index: 2;
    color: white;
    text-decoration: line-through;
    margin-left: 1.65rem;
    font-size: .8rem;
    margin-bottom: 0;
}

.featured-price {
    text-align: center;
    line-height: 2rem;
    padding: 0 1rem;
    color: white;
    font-weight: 800;
    z-index: 2;
}

.featured-discount {
    text-align: center;
    margin-left: 1rem;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 5px;
    padding: .5rem .2rem;
    top: -.2rem;
    color: white;
    font-weight: 700;
    z-index: 2;
}

.featured button {
    padding: .5rem;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-style: none;
    background-color: white !important;
    color: black !important;
    font-weight: 700;
    width: 80%;
    z-index: 2;
}

.featured button:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: white !important;
}

.sub-menu-button {
    padding: 1rem 0rem 1rem 0rem;
}

#profile-dropdown button {
    margin: auto;
    width: 15rem;
}

#profile-dropdown p {
    margin: auto;
    font-size: .8rem;
    line-height: 1.5rem;
}

#profile-dropdown .container .profile-section a { display: block; }

.profile-section {
    margin: auto;
    margin-top: 0;
    padding: 1.2rem;
    width: 33%;
}

.profile-section ul {
    padding: 0;
}

.profile-section ul li {
	padding: 0;
    width: auto !important;
    min-width: auto;
}

.dropdown-menu a {
    color: #003cba !important;
    font-size: 1rem;
}

.dropdown-menu p {
    line-height: 1.2rem;
}

#profile-dropdown,
#cart-dropdown,
pull-list-dropdown {
    border-radius: 5px;
}

#profile-dropdown h2 {
    font-size: .9rem;
    color: #535353;
    padding: 0;
}

#profile-dropdown {
    left: -30rem;
    width: 40rem;
}

.top-header {
    font-weight: 400;
    font-size: .8rem;
    color: #363636;
    padding: .5rem;
    background-color: #efefef;
    border-radius: 5px 5px 0 0;
}

.top-header .bold {
    font-weight: 700;
}

.top-header .right {
    position: relative;
}

.pf-pl-ct-header {
    background-color: #ffffff;
}

#pull-list-dropdown {
    margin: 0;
    padding: 0;
    width: 20rem;
    left: -10rem;
}

.pl-product {
    margin: 4% 0 4% 0;
}

#pull-list-dropdown img {
    width: 3rem;
}

#pull-list-dropdown p {
    margin: auto;
    margin-top: 1rem;
    font-size: .8rem;
    line-height: .5rem;
}

.pl-product-detail {
    padding: 1.5rem .5rem 1.5rem .5rem;
    width: 10.5rem;
    max-height: 1rem;
    overflow: hidden;
}

.pl-item-count {
    margin-top: 1.1rem;
    line-height: 2.2rem;
    padding: 0 .5rem 0 1.5rem;
}

.pl-item-count p {
    padding: 0;
    margin: 0;
}

.pl-item-count i {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.pl-item-count i:hover {
    opacity: .5;
}

#pull-list-dropdown a {
    color: #0051d3 !important;
    margin: auto;
    width: 8rem;
    padding: .5rem 0;
}

.remove-ico {
    font-size: 1rem;
    margin: 1.8rem .2rem 1.8rem .2rem;
}

.remove-ico:hover {
    opacity: .8;
}

#pull-list-dropdown button {
    margin: auto;
    border-style: none;
    width: 100%;
}

#pull-list-dropdown button label {
    margin: .5rem;
    font-weight: 500;
}

#pl-dropdown,
#cart-dropdown {
    margin: 0;
    padding: 0;
    width: 28rem;
    left: -23rem;
    border-radius: 5px;
}

#pl-dropdown button,
#cart-dropdown button {
    margin: auto;
    border-style: none;
    border-radius: 5px;
    padding: 1rem 2rem;
    font-weight: 700;
    width: 14rem;
}

.item-count {
    float: right;
}

#pl-dropdown button label,
#cart-dropdown button label {
    margin: .5rem;
    font-weight: 500;
}

#pl-dropdown p,
#cart-dropdown p {
    margin: auto;
    padding-top: .5rem;
    font-size: .8rem;
}

.empty-cart {
    border: 2px solid #e6e6e6;
    border-radius: 5px !important;
    padding: 0 !important;
}

.empty-cart h1,
.empty-cart p {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.empty-cart .image-container {
    margin: auto;
}

.empty-cart .image-container img {
    width: 100%;
    height: 100%;
}

#pl-progress,
#cart-progress {
    margin: auto;
    line-height: 1.5rem;
    font-size: .8rem;
}

#pl-progress .progress,
#cart-progress .progress {
    margin: .4rem;
    width: 100%;
}

.dropdown .product-section {
    max-height: 20rem;
    margin: 1rem;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    list-style: none;
}

.dropdown .product-section::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}

.dropdown .product-section::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    border: 0px;
}

.dropdown .product-section::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #cecece;
    border: 1px solid #aaa;
}

.dropdown .product-section::-webkit-scrollbar-thumb:hover {
    background: #aaaaaa;
}

.dropdown .product-section::-webkit-scrollbar-thumb:active {
    background: linear-gradient(left, #22ADD4, #1E98BA);
}

.dropdown .product-section .product-card {
    background: 0;
    padding: .2rem 0;
    margin: .5rem;
    border-radius: 0;
    box-shadow: none;
    width: auto !important;
}

.dropdown .product-section .product-card .price {
    font-size: 14px;
}

.product-section .product-card .product-img {
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    border-color: #e3e3e3;
    margin: 0 .5rem;
    padding: 0;
    overflow: hidden;
}

.product-section .product-card .product-img img {
    padding: 0;
    max-width: 100%;
    padding: 5px;
    max-height: inherit;
}

.dropdown .product-card input {
    border-radius: 5px;
    border-style: solid;
    border-color: #eaeaea;
    width: 2rem;
}

.dropdown .product-card .product-details {
    padding-top: 5px;
    font-size: .8rem;
    line-height: 1rem;
    max-height: 4.4rem;
    overflow: hidden;
    width: 30vw;
}

.product-card .product-details a {
    font-size: .8rem;
    width: 100% !important;
    color: #2c2c2c !important;
}

#pl-dropdown .product-details a {
    width: 30% !important;
}

#cart-dropdown .product-details a {
    width: 20% !important;
}

.product-card .remove {
    padding-top: .5rem;
}

.product-card .cart-qty {
    border: 0;
    margin: auto;
}

.product-card .price {
    padding: 0 1.5rem;
    margin: auto;
}

.product-card .remove a {
    font-size: .8rem;
    color: black !important;
}

.drop-footer {
    margin: 1rem;
    padding-top: 1rem;
    border-top: 1px #e3e3e3 solid;
}

.drop-footer a {
    font-size: .8rem;
}

.drop-footer .total {
    font-size: 1.2rem;
    margin: auto;
    text-align: center;
    padding: 1rem;
}

#pl-drop-button {
    width: 100% !important;
}

.weekly-release-dropdown {
    top: 3rem;
    width: 20rem;
    left: -8rem;
    padding: 2rem;
    border-radius: 5px;
}

.weekly-datepicker {
    padding: 0;
    margin-bottom: 1rem;
    border-width: 2px;
    border-color: #eaeaea;
    background-color: #f4f4f4;
    border-style: solid;
    border-radius: 5px;
}

.weekly-datepicker li {
    display: inline;
    padding: .5rem;
    margin: 0;
}

.weekly-datepicker li a {
    font-size: .8rem;
    font-weight: 700;
    color: #545454 !important;
	display: inline !important;
}

.weekly-datepicker li:first-child a {
    color: #026CD0 !important;
	text-decoration: underline !important;
}

.weekly-datepicker li a:hover {
    text-decoration: underline;
    color: #3083e0 !important;
}


/*Second weekly release drop down in info reel*/

.wrd-2 {
    top: 4rem !important;
    width: 22rem;
    margin: auto;
    left: -1rem;
    padding: 2rem;
    border-radius: 5px;
}

#weekly-release-dropdown select {
    width: 18rem;
}

.weekly-release-dropdown h2 {
    font-size: .85rem;
    padding: .4rem 0 .4rem .4rem;
}

.weekly-release-dropdown h3 {
    font-size: .8rem;
}

.fa-long-arrow-alt-left {
    font-size: 1.4rem;
}

.weekly-release-dropdown h2,
.weekly-release-dropdown p {
    font-size: .7rem;
    padding: 0 0 0 .2rem;
	display: inline;
}

.weekly-release-dropdown i {
    padding-top: .4rem;
}

.drop-caret {
    position: absolute;
    color: #f8f8f8;
    font-size: 2rem;
}

#cart-caret,
#pl-caret {
    padding: 2rem 2rem 2rem 4rem;
    top: -3.25rem;
    right: 0rem;
}

#pull-caret {
    padding: 2rem 2rem;
    top: -3.25rem;
    left: 10.5rem;
}

#profile-caret {
    padding: 2rem 1rem 0 3rem;
    top: -3.25rem;
    right: 6.3rem;
}

#department-caret {
    padding: 2rem 8.8rem 0rem 3rem;
    top: -3.3rem;
    left: -1.5rem;
}

#weekly-caret {
    padding: 1.5rem 8rem 1rem 8rem;
    top: -2.8rem;
    right: 2rem;
    z-index: 99;
}

.wrd2-hover-hidden {
    position: absolute;
    left: -.1rem;
    top: -4rem;
    padding: 2rem 11rem;
}

option:hover .dropdown-menu {
    display: block !important;
}

select:hover .dropdown-menu {
    display: block !important;
}

.form-control:focus .dropdown-menu {
    display: block !important;
}

.product-section .col-7 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}


/**Tablet css**/

@media only screen and (max-width: 1620px) {
    #dept-menu .featured-price {
        text-align: center;
        line-height: 2rem;
        padding: 0 0.5rem;
    }
    #cart-dropdown .product-details a {
        width: 30% !important;
    }
}

@media only screen and (max-width: 1500px) {
    .popover-lg {
        max-width: 200rem;
        min-width: 50rem;
        width: 30rem;
        border-radius: 0;
    }
    .popover-sm {
        max-width: 100rem;
        min-width: 20rem;
        width: 35rem;
        border-radius: 0;
    }
    .popover-md {
        max-width: 100rem;
        min-width: 20rem;
        width: 35rem;
        border-radius: 0;
    }
    .dropdown-menu .container {
        max-width: 100%;
        margin: 0;
    }
    #cart-dropdown,
    #pl-dropdown {
        margin: 0;
        padding: 0;
        width: 30rem;
        left: -26.5rem;
    }
    #cart-caret,
    #pl-caret {
        padding: 2rem 1rem;
        top: -3.25rem;
        right: -.5rem;
    }
    #pull-caret {
        padding: 2rem 1rem;
        top: -3.25rem;
        left: 15.5rem;
    }
    #profile-caret {
        padding: 2rem 1rem;
        top: -3.25rem;
        right: 6rem;
    }
    #department-caret {
        padding: 2rem 5rem 0rem 5rem;
        top: -3.3rem;
        left: 6rem;
    }
    #weekly-caret {
        padding: 1.5rem 8rem .5rem 8rem;
        top: -2.8rem;
        right: 2rem;
    }
    #dept-menu {
        top: -1.5rem;
        left: -13vw;
        padding: 0;
        transform: scale(.8);
    }
    .featured-orgi-price p {
        margin-left: 1.3vw;
    }
}

@media only screen and (max-width: 1080px) {
    #dept-menu {
        top: -1.5rem;
        left: -17vw;
    }
    #department-caret {
        left: 6rem;
    }
}

@media only screen and (max-width: 1050px) {
    #dept-menu {
        top: -3vw;
        left: -17vw;
        padding: 0;
        transform: scale(.8);
    }
    .featured-orgi-price p {
        margin-left: 1.3vw;
    }
    #dept-menu .featured-price {
        text-align: center;
        line-height: 2rem;
        padding: 0 0.5rem;
    }
    #pl-dropdown .product-details a {
        width: 70% !important;
    }
    #cart-dropdown .product-details a {
        width: 50% !important;
    }
    #department-caret {
        left: 3.5rem;
    }
}


/**Mobile css**/

@media only screen and (max-width: 768px) {
    .dropdown,
    .dropleft,
    .dropright,
    .dropup {
        position: absolute;
    }
    #profile-caret {
        padding: 28px;
        top: -15vw !important;
        right: 20.5vw !important;
        color: #e2ebf2;
        z-index: 99 !important;
    }
    .dropdown-divider {
        display: none;
    }
    .pf-pl-ct-header {
        padding-top: 2vw;
    }
    #profile-dropdown {
        position: absolute;
        left: -54vw !important;
        width: 85vw !important;
        padding: 4vw;
        background-color: white;
        height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #profile-dropdown button {
        font-weight: 700;
        background-color: #026CD0;
        width: 80vw;
        padding: 3vw;
    }
    #profile-dropdown h2 {
        width: 80vw;
        padding: 2vw 0;
        color: black;
        font-size: 5vw;
        font-weight: 900;
    }
    #profile-dropdown p a {
        font-size: 3vw;
    }
    #profile-dropdown p {
        color: black;
        font-weight: 500;
        margin: auto;
        font-size: 4vw;
        line-height: 7vw;
    }
    .profile-section {
        margin: auto;
        margin-top: 0;
        padding: 0;
        margin-left: 0;
        width: 45vw;
    }
    #profile-dropdown {
        left: 0;
        width: auto;
        top: 10vw;
    }
    #pull-list-dropdown button {}
    .drop-caret {
        color: #e2ebf2;
    }
    #pull-caret {
        padding: 0;
        margin: 0;
        top: -5vw;
        left: 67.5vw;
    }
    #profile-dropdown h2 {
        width: 70vw;
        padding: 2vw 0;
        color: black;
        font-size: 5vw;
        font-weight: 900;
    }
    #pull-list-dropdown {
        left: 0;
        width: auto;
        top: 10vw;
    }
    #pl-dropdown,
    #cart-dropdown {
        position: absolute;
        top: 10vw;
        width: 85vw !important;
        background-color: white;
        overflow-x: hidden;
        border-radius: 5px;
    }
    #pl-dropdown {
        left: -65.9vw !important;
    }
    .dropdown .product-card .remove {
        padding-top: 5vw;
    }
    #cart-dropdown .drop-footer {
        padding-top: 8vw;
    }
    #cart-dropdown {
        left: -79vw !important;
    }
    .dropdown .product-section {
        max-height: 50vh;
        margin: 1vw;
    }
    #pl-progress label {
        display: block
    }
    .drop-footer .total {
        font-size: 4vw;
    }
    #pl-dropdown .product-details a {
        width: 100% !important;
    }
    #cart-dropdown .product-details a {
        width: 75% !important;
    }
    #pl-dropdown button,
    #cart-dropdown button {
        width: 40vw;
        font-size: 4vw;
    }
    .progress {
        background-color: #ededed;
    }
    .dropdown .product-card .cart-qty {
        left: -5vw;
        width: 5vw !important;
        margin: auto 0 !important;
    }
    .dropdown .product-card .cart-qty label {
        display: block !important;
    }
    .dropdown .product-card .price {
        padding: 0;
        max-width: 15vw;
    }
    .drop-footer label {
        display: none !important;
    }
    #cart-caret,
    #pl-caret {
        padding: 0;
        margin: 0;
        top: -5vw;
        left: 77vw;
    }
    .empty-cart h1 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 420px) {
    .top-header .col-7,
    .top-header .col-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .dropdown .product-section {
        max-height: 43vh;
    }
    .dropdown .product-section .col-7 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .dropdown .product-card .product-details {
        padding-top: 0;
        max-height: 4rem;
    }
    .empty-cart .col-4 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .empty-cart .col-8 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .empty-cart h1 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 320px) {
    .product-card .col-7 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .dropdown .product-card .product-details {
        padding-top: 0;
        font-size: .8rem;
        line-height: 1rem;
        max-height: 4rem;
        overflow: hidden;
        width: 27vw;
    }
    #cart-drop-button {
        height: 40px !important;
        font-size: 3.5vw;
    }
    .drop-footer .total {
        padding: 0;
    }
    #pl-dropdown button,
    #cart-dropdown button {
        width: 40vw;
        font-size: 10px;
    }
}