/*!
Theme Name: AMP Revised new Theme
Theme URI: http://underscores.me/
Author: Team CriterionB
Author URI: https://criterionb.com
Description: Description
Version: 1.0.0
*/


.page-main-subheader{
    position: fixed;
    top: 14%;
    z-index: 9;
    width: 100%;
    display: flex;
    background-color: #E3ECF8;
    padding: 10px 0;
}
.page-main-subheader .category_menu{
    width:100%;
    text-align: center;
}
.page-main-subheader .category_menu ul li{
    display: inline-block;
    margin: 0 10px;
}
.page-main-subheader .category_menu ul li a{
    color: black;
    font-weight: bold;
}

/* .page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user{
    top:16%;
}
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav{
    top:19%
} */
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu{
    height:calc(100vh - 140px);
}
.filter label {
    color:black;
    margin:0 5px 5px;
}
.clear_filter{
    float: right;
    font-size: 15px;
    margin-top: 0;
}

/* new design  */

html {
    font-size: 16px;
}

body {
    background-color: #F5F7FB;
}

.bg-light {
    background-color: #fff;
}

.bg-primary {
    background-color: #263766;
}

.bg-secondary {
    background-color: #8CC8AB;
}

.bg-grey {
    background-color: #F5F7FB;
}

.bg-accent {
    background-color: #FCB715;
}

.bg-secondary:hover,
.bg-accent:hover {
    background-color: #263766;
}

.light-color {}

.primary-color,
.submenu-wrap span.list-group-item,
.caption-va .carousel-caption,
.product-feature p,
.sidebar-fliters .panel-primary .panel-heading,
.product-feature-title h2,
.main-heading h2,
.sidebar-fliters .list-group-item,
.products-list .price,
.products-list .product-name,
.products-list p,
.product-title,
.price,
.sizes,
.colors,
.secondary-submenu,
.product-cart-info,
.top-category-menu .cat-name,
.shopping-cart h3,
.shopping-cart .total,
.navbar .dropdown-menu>li>a,
.shopping-cart .table-cart thead,
.shopping-cart .table-cart thead tr th,
.shopping-cart .table-cart tr td .name-product{
    color: #263766;
}

.secondary-color {
    color: #8CC8AB;
}

.accent-color {
    color: #FCB715;
}

.flex-container {
    display: flex;
    height: 100%;
}

.left-column,
.right-column {
    display: flex;
    flex-direction: row;
}


pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.btn {
    transition: all 0.5s ease;
}

a,
a.nav-link,
a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
}
a.order-id:hover{
    text-decoration: underline;
}

.nav > li > a.login {
    background-color: #4EACE9;
    color: #fff;
    border-radius: 5px;
    padding: 5px 30px;
}

.nav > li > a.login:hover {
    background-color: #FCB715;
}
header {
    position: relative;
    z-index: 999;
}
.main-container {
    position: relative;
    z-index: 0;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 90px;
    background-color: #263766;
    border: 0;
}

.navbar .container-fluid {
    width: 100%;
    min-height: 50px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #8CC8AB;
    color: #fff;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    font-weight: 700;
}

.navbar-default .navbar-nav > li > a small {
    font-size: 10px;
    width: 100%;
    display: block;
    height: 20px;
    margin-top: -20px;
}

.navbar-header a.navbar-brand img.logo {
    max-width: 164px;
    width: 100%;
}

.navbar .container-fluid .navbar-collapse {
    flex: 1;
}
.navbar-collapse form.navbar-form {
    width: 100%;
    max-width: 500px;
}
.navbar-collapse form.navbar-form .input-group {
    width: 100%;
}

.navbar .navbar-brand {
    height: auto;
    padding: 5px 15px;
}

.navbar-right {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-content: center;
}

.navbar-right li {
    display: flex;
    align-items: center;
}

form.navbar-form .input-group-btn button.btn-default {
    color: #fff;
    background-color: #8CC8AB;
}

form.navbar-form .input-group input.form-control {
    color: #4EACE9;
}

nav.secondary-navbar {
    background-color: #E3ECF8;
    min-height: 50px;
    display: flex;
    align-items: center;
}


.submenu-wrap span.list-group-item {
    background-color: #C3D9F7;
    font-weight: 700;
}

.navbar .dropdown-menu>li>a:focus, 
.navbar .dropdown-menu>li>a:hover{
    background-color: #C3D9F7;
}

header:before {
    content: "";
    display: block;
    z-index: -1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 0.2s, visibility 0ms linear 0.2s, z-index 0ms linear 0.2s;
}

header.active:before {
    transition: opacity 0.2s, visibility 0ms;
    z-index: 5;
    opacity: 1;
    visibility: visible;
}

header.active nav.slide-out-menu {
    transform: translateZ(0);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s, visibility 0ms, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: visible;
    background-color: #E3ECF8;
}

header nav.navbar {
    padding: 0px;
}

header nav.slide-out-menu {
    z-index: 9000;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 290px;
    opacity: 0;
    visibility: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: opacity 0.2s, visibility 0ms linear 0.2s, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate3d(-290px, 0, 0);
}

header nav.slide-out-menu div.menu-panels {
    overflow: hidden;
}

header nav.slide-out-menu div.menu-panels a.menu-link,
header nav.slide-out-menu div.menu-panels a.submenu-link{
    position: relative;
    text-align: left;
    width: 100%;
    display: block;
    padding: 14px 20px;
    margin: 0;
    border: none;
    background-color: #E3ECF8;
    position: relative;
    color: #263766;
}

header nav.slide-out-menu div.menu-panels a.submenu-link,
header nav.slide-out-menu div.menu-panel.is-active ul li a{
    padding: 14px 20px 14px 50px;
}

header nav.slide-out-menu div.menu-panels a.submenu-link {
    background: #D5E5FC;
}

header nav.slide-out-menu div.menu-panels a.menu-link:before,
header nav.slide-out-menu div.menu-panels a.submenu-link:before{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../amp-revised/images/category-arrow.svg) no-repeat;
    background-size: 8px;
    position: absolute;
    right: 20px;
    top: 16px;
    transform: rotate(180deg);
    background-position: center;
}
header nav.slide-out-menu div.menu-panels a.submenu-link:before{
    background: url(../amp-revised/images/menu-arrow.svg) no-repeat;
    background-size: 100%;
    left: 20px;
    right: auto;
    transform: none;
    background-position: center;
}

header nav.slide-out-menu div.menu-panels ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header nav.slide-out-menu div.menu-panels ul li {
    font-size: 14px;
    color: #263766;
}
header nav.slide-out-menu div.menu-panels ul li.active-submenu{
    background-color: #D5E5FC;
}
header nav.slide-out-menu div.menu-panels ul li a {
    width: 100%;
    display: block;
    padding: 14px 20px;
    color: #263766;
    text-decoration: none;
}

header nav.slide-out-menu div.menu-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    background: #E3ECF8;
    z-index: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0.4s;
    visibility: hidden;
    transform: translateX(-290px);
}

header nav.slide-out-menu div.menu-panel.is-active,
header nav.slide-out-menu div.menu-panel.third-active{
    visibility: visible;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s;
    transform: translateX(0);
    z-index: 1;
}

header nav.slide-out-menu div.menu-panel .user-name{
    color: #263766;
    font-size: 1.125rem;
    font-weight: 700;
}

header nav.slide-out-menu div.menu-panels button.menu-link.menu-header {
    text-align: center;
}

.sidebar-top {
    background: #C3D9F7;
}
.sidebar-top .user-name {
    padding: 14px 20px;
    font-size: 1.125rem;
    font-weight: 700;
}

header .menu-close {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    right: 0px;
    top: 10px;
    color: #263766;
    width: 30px;
}
nav.secondary-navbar .navbar-nav{
    display: flex;
    float: none;
}

.carousel-inner img {
    width: 100%;
    /* Set width to 100% */
    margin: auto;
    min-height: 200px;
}

.caption-va {
    padding: 0;
}

.caption-va .carousel-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-shadow: none;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.product-feature-wrap {
    padding: 10px;
}

.product-feature {
    background: none;
    border: 0;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}

.product-feature p {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-shadow: none;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 1.625rem;
}

.product-feature-wrap .row {
    margin-right: -7px;
    margin-left: -7px;
}

.product-feature-wrap .col {
    padding-right: 5px;
    padding-left: 5px;
}

.product-feature-title {
    padding: 50px 0;
    text-align: center;
}

.product-feature-title h2,
.main-heading h2 {
    font-weight: 700;
    font-size: 1.625rem;
}

.sidebar-fliters {
    border-right: 2px solid #F4F4F4;
}

.sidebar-fliters .panel-primary {
    border: 0;
}

.sidebar-fliters .panel-primary .panel-heading {
    background-color: #fff;
    border: 0;
    text-align: left;
    padding: 10px 0;
}

.sidebar-fliters .list-group-item {
    border: 0;
    padding: 5px 0;
}

.sidebar-fliters .list-group-item .checkbox {
    margin: 0;
}

.sidebar-fliters .collapse {
    border-bottom: 2px solid #F4F4F4;
}

.product-wrap {
    padding: 0;
    background: #fff;
    border: 0;
}

.products-list {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
}

.products-list .price {
    font-size: 1.25rem;
    margin-bottom: 40px;
}

.products-list .col {
    padding: 5px;
}

.sidebar-fliters .panel-primary .panel-heading h3.panel-title {
    padding: 15px;
}

.top-category-bg .container-fluid {
    padding: 0 5px;
}

.top-category-menu {
    display: flex;
    align-items: center;
    padding: 15px 0.5rem;
}

.top-category-menu .cat-menus ul {
    list-style: none;
    display: flex;
    flex-flow: wrap;
}

.top-category-menu .cat-menus ul li {
    display: block;
    padding: 5px 15px;
}

.top-category-menu .cat-menus ul li > a {
    position: relative;
}

.top-category-menu .cat-menus ul li > a:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 3px solid #4EACE9;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: all 0.5s ease;
}

.top-category-menu .cat-menus ul li.active-cat > a:after {
    width: 100%;
}

.top-category-menu .cat-name {
    font-size: 1.625rem;
    font-weight: 700;
}

.top-category-menu .cat-menus {
    width: 100%;
    flex: 1;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.card {
    margin-top: 50px;
    background: #eee;
    padding: 3em;
    line-height: 1.5em;
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title,
.price,
.sizes,
.colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}

.checked,
.price span {
    color: #ff9f1a;
}

.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
}

.size {
    margin-right: 10px;
}

.size:first-of-type {
    margin-left: 40px;
}

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

.color:first-of-type {
    margin-left: 20px;
}

.add-to-cart,
.like {
    background: #ff9f1a;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.add-to-cart:hover,
.like:hover {
    background: #b36800;
    color: #fff;
}

.not-available {
    text-align: center;
    line-height: 2em;
}

.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff;
}

.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.products-details {
    padding-top: 50px;
    padding-right: 7vw;
}

.action btn {
    width: 100%;
}

.colors-wrap {
    width: 100%;
    display: inline-flex;
}

.colors-wrap .attr {
    cursor: pointer;
    margin-right: 5px;
    width: 60px;
    height: 60px;
    font-size: 1rem;
    padding: 2px;
}

.product-title,
.price,
.sizes,
.colors {
    font-size: 1rem;
}

.details-wrap h6.title-attr {
    font-size: 1.125rem;
    font-weight: 700;
}

.details-wrap select,
.product-quantity-wrap select{
    background: #E3ECF8;
    border: 0;
    padding: 10px;
    min-width: 135px;
    box-shadow: none;
}

.submenu-wrap {
    width: 100%;
    max-width: 350px;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 999;
    height: 100%;
    margin: 0;
}

.secondary-submenu {
    background-color: transparent;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-content: center;
    flex-flow: wrap;
    position: relative;
}

.secondary-submenu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.secondary-submenu .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    margin-top: 3px;
}

.secondary-submenu .icon-bar {
    background-color: #263766;
}

.secondary-submenu .menu-text {
    display: inline-block;
}

.secondary-submenu span.icon-bar-wrap {
    margin-right: 10px;
    margin-top: 3px;
}

nav.secondary-navbar {
    background-color: #E3ECF8;
    min-height: 50px;
    display: flex;
    align-items: center;
}
nav.secondary-navbar .container-fluid {
    width: 100%;
    min-height: 50px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
}
nav.secondary-navbar .navbar-nav li.nav-item {
    padding: 10px 15px;
    display: inline-block;
    float: none;
    position: relative;
}
nav.secondary-navbar .navbar-nav li.nav-item:after{
    
}
nav.secondary-navbar .navbar-nav li.nav-item a.dropdown-toggle:hover {
    color: #4EACE9;
}
nav.secondary-navbar .navbar-nav li.nav-item a.dropdown-toggle {
    color: #263766;
    font-weight: 700;
    position: relative;
    display: block;
}
nav.secondary-navbar .navbar-nav li.nav-item a.dropdown-toggle .caret {
    position: absolute;
    right: -15px;
    left: auto;
    top: 25px;
}

nav.secondary-navbar .cat-menu {
    list-style: none;
    width: 100%;
    display: flex;
    float: none;
    margin: 0;
}
nav.secondary-navbar .cat-menu li{
    padding: 10px 0px 15px 15px;
    display: inline-block;
    position: relative;
}
nav.secondary-navbar .cat-menu li a{
    color: #263766;
    font-weight: 700;
    position: relative;
    display: block;
}
div#navbar2{
    flex: auto;
    text-align: center;
}




.product-cart-wrap {
    display: flex;
    flex-flow: wrap;
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
}

.product-cart-container {
    padding: 20px;
    display: flex;
}

.product-cart-wrap .col {
    padding: 0;
    padding-right: 10px;
}

.cart-wrap,
.cart-subtotal {
    background: #F4F4F4;
    padding: 0 20px;
    height: 100%;
}

.product-list-wrap,
.shopping-cart {
    padding-right: 10vw;
}

.category-list ul {
    list-style: none;
    padding: 0 15px;
    ;
    margin: 10px 0;
}

.category-list ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.category-list ul li:before {
    content: "";
    background: url(../amp-revised/images/category-arrow.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 3px;
    display: block;
    width: 8px;
    height: 13px;
}

.product-cart-info {
    width: 66.66666667%;
    padding-left: 40px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-size: 14px;
}

.product-cart-image {
    width: 33.33333333%;
}

.cart-subtotal {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.cart-subtotal .price {
    margin-top: 0;
}

.product-cart-info span.tickicon {
    width: 26px;
    height: 26px;
    background: #8CC8AB;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
    line-height: 10px;
    font-size: 16px;
    margin-left: -32px;
}

.product-cart-info h3,
.cart-subtotal h3 {
    font-size: 20px;
}

.cart-subtotal .action {
    margin-top: 10px;
}

.products-details .details .action button.btn,
.cart-subtotal .action button.btn {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #FFFFFF;
    border: 0;
}

.cart-wrap {
    padding: 40px 0;
    font-family: 'Open Sans', sans-serif;
}

.main-heading {
    font-size: 19px;
    margin-bottom: 20px;
}
.table-cart{
    margin-bottom: 50px;
}
.table-cart table {
    width: 100%;
}
.table-cart > table {
    margin-bottom: 40px;
}

.table-cart thead {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.table-cart thead tr th {
    padding: 8px 0 18px;
    color: #484848;
    font-size: 15px;
    font-weight: 500;
}

.table-cart tr td {
    padding: 40px 0 0;
    vertical-align: middle;
}

.table-cart tr > td:nth-child(1) {
    width: 70%;
}

.table-cart tr > td:nth-child(2) {
    width: calc(30% - 30px);
}

.table-cart tr td:nth-child(3) {
    width: 30px;
    text-align: center;
}

.table-cart tr td:nth-child(4) {
    width: 8.667%;
    text-align: right;
}
.product-row table tr > td:nth-child(1) {
    width: 30px;
}
.product-row table tr > td {
    padding: 0;
}

.table-cart tr td .img-product {
    width: 200px;
    float: left;
    margin-left: 8px;
    margin-right: 31px;
    line-height: 63px;
}

.table-cart tr td .img-product img {
    width: 100%;
}

.table-cart tr td .name-product {
    font-size: 14px;
    color: #484848;
    padding-top: 8px;
    line-height: 24px;
    width: 100%;
}
.table-cart tr td .name-product p {
    margin-bottom: 20px;
}

.table-cart tr td .name-product .item-name{
    font-size: 14px;
    font-weight: 700;
}

.table-cart tr td .price {
    text-align: right;
    line-height: 64px;
    margin-right: 40px;
    color: #989898;
    font-size: 16px;
    font-family: 'Nunito';
}


.count-inlineflex {
    display: inline-flex;
    border: solid 2px #ccc;
    border-radius: 20px;
}

.shopping-cart .total {
    font-size: 1.25rem;
    font-weight: 600;
}

.shopping-cart .subtotal {
    font-size: 1.25rem;
    font-weight: 400;
}
table.table-footer tr > td:nth-child(1) {
    width: 50%;
}
table.table-footer tr > td:nth-child(3) {
    width: 300px;
}
table.table-footer {
    border-top: 1px solid #e5e5e5;
}
table.table-footer .btn-checkout{
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #FFFFFF;
    border: 0;
}

input:focus {
    outline: none;
    box-shadow: none;
}
.table-footer table tr > td:nth-child(1){
    
}

a.dropdown-toggle .caret {
    color: #4EACE9;
}
.navbar-right li .fa {
    font-size: 24px;
}




.multi-level-menu-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 300px;
    background-color: #E3ECF8;
    overflow: hidden;
    z-index: 999;
}

.multi-level-menu-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.multi-level-menu-wrapper ul li {
    color: #263766;
}

.multi-level-menu-wrapper ul li:hover {
    background-color: #D5E5FC;
    cursor: pointer;
}

.multi-level-menu-wrapper ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: #263766;
    font-size: 1rem;
}

.multi-level-menu-wrapper ul li a .icon {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.multi-level-menu-wrapper ul li.hasSubMenu {
    padding-right: 50px;
    position: relative;
}

.multi-level-menu-wrapper ul li.hasSubMenu .trigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50px;
}

.multi-level-menu-wrapper .mainMenu,
.multi-level-menu-wrapper .subMenu {
    background-color: #E3ECF8;
}
.multi-level-menu-wrapper ul h3{
    padding-left: 20px;
    font-size: 1rem;
}
.multi-level-menu-wrapper .subMenu {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 100%;
    width: 300px;
    margin: auto;
    transition: all ease-in-out 0.5s;
}

.multi-level-menu-wrapper .subMenu .backTrigger {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    color: #263766;
}

.multi-level-menu-wrapper .subMenu .backTrigger:hover {
    background-color: #D5E5FC;
    cursor: pointer;
}

.multi-level-menu-wrapper .subMenu .backTrigger .icon {
    margin-right: 10px;
}

.multi-level-menu-wrapper .subMenu.active {
    left: 0;
    top: 50px
}
.product-quantity-wrap {
    width: 100%;
}
.product-quantity-wrap .form-group {
    display: flex;
    flex-flow: wrap;
}
.product-quantity-wrap .form-group .product-quantity,
.product-quantity-wrap .form-group .product-size{
    width: 50%;
    max-width: 150px;
    margin-right: 20px;
}

.product-quantity-wrap .form-group .product-size{
    margin-right: 0px;
}







@media screen and (max-width: 1280px) {
    .navbar-collapse form.navbar-form{
        max-width: 250px;
    }
    nav.secondary-navbar .navbar-nav li.nav-item{
       padding: 10px 5px;
    }
}




@media screen and (max-width: 1440px) {
    html {
        font-size: 14px;
    }
    .product-list-wrap,
    .shopping-cart {
        padding-right: 7vw;
    }
    .product-feature p{
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .navbar .navbar-brand {
        padding: 5px;
    }
    .navbar .container-fluid .navbar-header {
        width: 100%;
        margin: 0;
    }
    .navbar-header a.navbar-brand img.logo{
        max-width: 150px;
    }
    .navbar .container-fluid .navbar-collapse {
        flex: auto;
        width: 100%;
        max-width: 350px;
        position: absolute;
        background-color: #263766;
        right: 15px;
        top: 90px;
        z-index: 999;
    }
    .navbar-default .navbar-toggle {
        border-color: #ddd;
        margin-right: 0;
        margin-top: 15px;
    }
    .navbar .container-fluid .navbar-collapse ul.navbar-nav,
    .navbar .container-fluid .navbar-collapse form.navbar-form{
        padding: 20px 0;
        margin: 0;
    }
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle .icon-bar{
        border-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-nav > li > a small{
        margin-top: 0px;
    }
    .navbar-header {
          float: none;
      }
      .navbar-left,.navbar-right {
          float: none !important;
      }
      .navbar-toggle {
          display: block;
      }
      .navbar-collapse {
          border-top: 1px solid transparent;
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
      }
      .navbar-fixed-top {
          top: 0;
          border-width: 0 0 1px;
      }
      .navbar-collapse.collapse {
          display: none!important;
      }
      .navbar-nav {
          float: none!important;
          margin-top: 7.5px;
      }
      .navbar-nav>li {
          float: none;
      }
      .navbar-nav>li>a {
          padding-top: 10px;
          padding-bottom: 10px;
      }
      .collapse.in{
          display:block !important;
      }
    
    .cat-menu-wrap {
        height: 32px;
        text-align: right;
    }
    nav.secondary-navbar .cat-menu {
      border: 1px solid black;
      display: inline-block;
      padding: 0;
      border-radius: 4px;
      position: relative;
      width: auto;
      min-width: 150px;
      padding-right: 40px;
      margin-bottom: 0;
      background-color: #E3ECF8;
    }
    nav.secondary-navbar .cat-menu li {
      display: none;
      cursor: pointer;
      padding: 5px 10px;
    }

    nav.secondary-navbar .cat-menu li:first-child {
      display: block;
      border-top: 0px;
    }

    nav.secondary-navbar .cat-menu li:hover {
      background-color: #ddd;
    }

    nav.secondary-navbar .cat-menu li:first-child:hover {
      background-color: transparent;
    }

    nav.secondary-navbar .cat-menu.open li {
      display: block;
      text-align: left;
    }
    nav.secondary-navbar .cat-menu span{
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        right: 3px;
        top: 15px;
        margin-top: -10px;
        cursor: pointer;
    }

    nav.secondary-navbar .cat-menu span:before {
        content: "";
        background: url(../amp-revised/images/category-arrow.svg) no-repeat;
        background-size: 8px;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        transform: rotate(270deg);
        background-position: center;
    }
    .top-category-bg {
        display: none;
    }

}


@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}


@media screen and (max-width: 767px) {
    .preview {
        margin-bottom: 20px;
    }
    
}
/* hide div after 25 seconds start*/
#hideme {
    -webkit-animation: cssAnimation 25s forwards; 
    animation: cssAnimation 25s forwards;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
/* hide div after 25 seconds end*/