.visible-phone { display: none !important; }
.visible-table { display: none !important; }
.hidden-desktop { display: none !important; }
.visible-desktop { display: inherit !important; }

.page-header .panel.wrapper { border-bottom: none !important; }

.cms-no-route .main .page-width { padding: 10px 0; position: relative; }
.cms-no-route .main .page-width .headline { width: 100%; text-align: center; position: absolute; left: 0; top: 50%; color: #fff; text-transform: uppercase; font-size: 48px; letter-spacing: 5px; margin-top: -36px; }
.cms-no-route .main .page-width .links { display: flex; position: absolute; bottom: 30%; margin: 0; padding: 0 18%; width: 100%; justify-content: space-between; }
.cms-no-route .main .page-width .links a { font-family: "Lato","lato-int",Arial,sans-serif; text-decoration: underline; color: #fff; font-size: 20px; font-weight: 300; width: 280px; }
.cms-no-route .main .page-width .links a:nth-child(1) { text-align: center; }
.cms-no-route .main .page-width .links a:last-child { text-align: right; }
.cms-no-route .main .page-width .links a:hover { font-weight: 400; }

.nav-sections { position: relative; height: 40px; padding-bottom: 0; margin: 35px 0 0; min-width: 1024px; }
.scroll .nav-sections .section-items { position: fixed; top: 0; left: 0; z-index: 2; width: 100%; margin: 0; padding: 0; }

nav .nav-container { display: flex; justify-content: center; }

nav .top-categories { position: relative; display: flex; min-width: 1024px; justify-content: space-between; }
nav .top-categories:hover li.level0 > a { border-bottom: none !important; }
nav .top-categories a { text-decoration: none; }
nav .top-categories li { text-align: left; }
nav .top-categories li.level0 { float: left; padding-right: 20px; margin: 0; }
nav .top-categories li.level0 > a { text-transform: uppercase; font-size: 15px; line-height: 15px; color: #351611 !important; }
nav .top-categories li.level0:hover > a { border-bottom: 1px solid #351611 !important; }
nav .top-categories li.level0.active > a { border-bottom: 1px solid #351611; }
nav .top-categories li.level0:last-child > a { margin-right: 0; }
nav .top-categories li.level0 > a:hover { border-bottom: 1px solid #351611; }

nav .top-categories li.level0.parent ul.level0 { background: none; overflow: hidden; display: flex; flex-direction: column; flex-wrap: wrap; z-index: 16; opacity:0; pointer-events: none; position: absolute; width: 100%; height: 225px; left:0 !important; top: 37px !important; padding-top: 20px; background: #fff; transition: .1s all ease-in-out; }
nav .top-categories li.level0.parent:hover ul.level0 { opacity: 1; pointer-events: inherit; }
nav .top-categories li.level0.parent:before { content: ''; position: absolute; z-index: 11; top: 100%; left: -100%; width: 300%; height: 0; background:  #fff; }
nav .top-categories li.level0.parent:hover:before { box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.15); height: 245px; }

nav .top-categories ul.level0 img { display: none; }
nav .top-categories ul.level0 li {line-height: 24px;font-size: 14px;float: left;padding: 10px 0;}
nav .top-categories ul.level0 li a { display: block; }
nav .top-categories ul.level0 li a:hover { text-decoration: underline; }
nav .top-categories li.level1.active a { text-decoration: underline; }

nav .top-categories .social-media-top { display: none; }
nav .top-categories .wishlist { display: none; }
nav .top-categories .shopping-bag { display: none; }

nav .nav-container.fix {position: fixed; top: 0; left: 0; right: 0; max-width:  none; margin: auto; z-index: 30; background-color: #fff; border-bottom-color: transparent; transition: all .1s ease-in-out; }
nav .nav-container.fix li.level0 { padding-bottom: 10px; }
nav .nav-container.fix li.level0 .level-top-container { top: 37px; }
nav .nav-container.fix .social-media-top { display: none; } 
nav .nav-container.fix .wishlist { display: inline-block; }
nav .nav-container.fix .shopping-bag { display: inline-block; }
nav .nav-container.fix li.level0 > a { font-size: 14px; }

nav .nav-category-image { width: 80px; position: absolute; right: 10px; }
nav .top-categories .social-media-top ul li { display: inline-block; }

/* account dashboard */
.account.page-layout-2columns-left .columns { max-width: 1440px; min-width: 1024px; margin: 0 auto; display: flex; flex-direction: column; }
.account.page-layout-2columns-left .columns .column.main { min-height: initial; width: 100%; order: 2; background: #f7f7f7; border: 1px solid #ddd; padding: 30px; margin-bottom: 50px; }
.account.customer-account-index.page-layout-2columns-left .columns .column.main { background: none; padding: 0; border: none; }
.account.page-layout-2columns-left .columns .sidebar-main { width: 100%; order: 1; padding: 0; }

.account-header .welcome-message { width: 100%; text-align: center; margin: 50px 0 40px; }

.account-nav .content { width: 100%; background: none; padding: 0; margin: 10px 0; }
.account-nav .content .items { width: 60%; margin: 0 auto; display: flex; align-items: center; justify-content: center; }

.account-nav .content .items .item { margin: 0 10px; }
.account-nav .content .items .item a { border-color: #fff; border-width: 0 0 1px 0; border-style: solid;  }
.account-nav .content .items .item a:hover { background: none; text-decoration: none; border-color: #351611; border-width: 0 0 1px 0; border-style: solid; }
.account-nav .content .items .item.current a { border-color: #351611; border-width: 0 0 1px 0; border-style: solid; }
.account-nav .content .items .item.current strong  { border: none; }

.account .block .block-title { margin-bottom: 10px; font-size: 20px; font-weight: 200; text-transform: uppercase; }
.account .fieldset { width: 600px; margin: 0 auto; }
.account .actions-toolbar .secondary { float: left; clear: both; }

.customer-account-index .column.main { display: flex; justify-content: space-between; border-top: 1px solid #ddd; }
.customer-account-index .column.main .block { min-height: 450px; max-height: 450px; width: 33%; float: left; background: #f7f7f7; border: 1px solid #ddd; padding: 20px; position: relative; overflow: hidden; }
.customer-account-index .column.main .block .block-title .action { font-size: 14px; font-weight: normal; float: right; line-height: 30px; }
.customer-account-index .column.main .block .box { position: relative; }
.customer-account-index .column.main .block .box-actions { position: absolute; top: -5px; right: 0; text-transform: uppercase; }
.customer-account-index .column.main .block address { line-height: 20px; }
.customer-account-index .block-dashboard-orders .block-content { height: 350px; overflow: hidden; overflow-y: scroll; }

.block-dashboard-orders .orders .order { margin-bottom: 20px; }

.customer-address-index .addresses .address { margin-bottom: 20px; }
.customer-address-index address { margin-bottom: 10px; }
.customer-address-index .box-actions a, .customer-address-index .actions a { font-weight: 500; margin-right: 30px; }

.block-order-details-view .block-content .box { width: 25%; float: left; }
.sales-order-history table thead th { border: none !important; padding: 10px 0; }
.sales-order-history table tbody td { padding: 10px 0; }

.customer-account-edit .actions-toolbar,
.customer-address-form .actions-toolbar
{ margin: 30px auto 0 !important; width: 100px; text-align: center; }

.customer-account-edit .actions-toolbar .primary button,
.customer-address-form .actions-toolbar .primary button 
{ width: 200px; }

.order-links { border-bottom: 1px solid #351611; }
.order-links li { padding: 10px; border-width: 1px 1px 0; border-style: solid; border-color: #ddd; }
.order-links li.current { border-color: #351611; }
.order-links li a { text-decoration: none; }

.order-title a { text-decoration: none; }

.order-details-items { border: none; }
.table-order-items thead tr th { border: none !important; }

#password-strength-meter-container { float: left; width: 100%; }
.order-details-items .table-order-items td { padding: 5px; border: none !important; }
.order-details-items .table-order-items td:first-child, .order-details-items .table-order-items th:first-child { padding-left: 0; }
.order-details-items .table-order-items td:last-child, .order-details-items .table-order-items th:last-child { padding-right: 0; }
.order-details-items .table-order-items tbody { border: none !important; }
.order-details-items .table-order-items th { border: none !important; }
.order-details-items .table-order-items .item-options dd { margin: 0; }
.order-details-items .table-order-items .subtotal th { text-transform: uppercase; }