/* ReSharper disable once CssNotResolved */
/*
 * This stylesheet is a base for adapting pages to work on mobile screens.  
 * For use on small screens.
 */

/* header and footer */

body{
    min-width: 0;
    min-height: inherit;
    height: auto;
}
.globalWidth,
.fullWidthOnMobile,
#contentResults.cat_tab_panel,
#search-display .category_tabs,
#page_wrapper, .recipient-detail, 
.payment-input, 
.referral-input, 
.address-input, 
.mainContent, 
.mainContent > .c775 {
    width: 100%;
}
.edgeSpace{
    padding-left: 0;
    padding-right: 0;
}
.stackedOnMobile > li {
    float: none;
    display: list-item;
}
#header{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    height: 96px;
    background: #fff;
}
.mhfSprite{
    background: url('/images/mobile/whiteHeadMobile_sprite.png') no-repeat 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.responsiveWidth {
    width: 100%;
    height: auto;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) {
    .mhfSprite{
        background: url('/images/mobile/whiteHeadMobile_sprite.png') no-repeat 0 0;
    }
}

.GreyButton {
    vertical-align: top;
    cursor: pointer;
    display:inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.28571428571429;
    border: none;
    padding: 6px 25px !important;
    text-shadow: none;
    filter: none;
    color: #EEEEEE;
    background: #CCCCCC;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.GreyButton:hover,
.GreyButton[disabled]:hover {
    background: #666;
}
 
.logoIcon{
    width: 159px;
    height: 28px;
    position: relative;
    top: 5px;
}
.wellIcon{
    width: 35px;
    height: 25px;
    background: url('/images/mobile/whiteHeadMobile_sprite.png') -161px 0px no-repeat;
}
.accountIcon{
    background-position: -162px 0;
    width: 14px;
    height: 18px;
}
.hfCart.cartIcon{
    width: 22px;
    height: 25px;
    background: url('/images/mobile/whiteHeadMobile_sprite.png') -198px 0px no-repeat;
    background-size:auto;
    margin-top:0;
    opacity:1;
}

#logo {
    margin: 10px 0 0;
    display: inline-block;
}

#logo > .mhfSprite{
    text-indent: -9999px;
}
.searchMain{
    border: none;
}

.customerInfoNav{
    position: absolute;
    top: 0 ;    
    right: 8px;
    z-index: 100;
}

.customerInfoNav > li{
    margin: 5px 0 0 0;
}

.customerInfoNav > li > a{
    display: block;
    padding: 5px 3px
}

.customerInfoNav > li:last-child > a{
    padding-right: 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
}

.customerInfoNav .hfCart{
    margin: 0;
    float: none;
}

.brand{
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
    top: 0;
}

.brand .primeLogo {
    background-position: 0;
    background: url('/images/mobile/whiteHeadMobile_sprite.png');
    background-size:auto;
    height:28px;
}

#footerNav {
    background: #2f70a8;
    padding: 20px 0 !important;
}
#footerNav .container {
    padding: 0 10px;
}
.footerNav a {
    border-top: 1px solid #2e83c0;
    font-size: 14px;
    padding: 5px 0 10px 0;
    margin: 0;
    font-family: Muli, Arial,Helvetica, sans-serif /*{global-font-family}*/;
    line-height: 16px;
    text-decoration: none !important;
}
.footerNav a:active{
    background: #0069CC;
}
.footerNav a:before {
    content: '';
}
h4.pleaseSelect{
    clear:both;
} 
#page_container{
    padding: 0;
    margin: 0 auto;
}
#page_wrapper{
    min-width: 280px;
}
.content{
    width: 100%;
    min-width: 285px;         
    padding: 0;
}
.account-wrapper{
    width: auto;
}
div.cart{
    width: 75px;
    text-align:  right;
}
.search input.s{
    width:  200px;
}
.navigation,
.customerInfoNav .pipeDivider,
#loginLink,
#logoutLink,
.activeAddress .selectedArrow,
.arrowNav span,
.cartPromoArea span.freeGreenBlock.exclaim,
.itemsDisplayTable .itemThumbLink,
.itemSmartPakDisplay,
.sidebar-left,
.hideOnMobile,
#search-display .media .mediaObject {
    display: none !important;
}
h1.title{
    font-size:  20px;
    width:  100%;
}
.mobileFooterLinks{
    width: 100%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    background: #002a4a;
    overflow: auto;
}
.scaleOnMobile{
    max-width: 100%;
    height: auto;
}
.fullWidthOnMobile.RedButton{
    box-sizing: border-box;
}
.showOnMobile{
    display: block !important;
}

.edgeSpace {
    padding: 0 !important;
}


#passwordBenefits {
    padding: 15px 0 0 0;
}
#resetPasswordContainer .label {
    text-align: left;
}
h1.searchTerm {
    color: #333;
    font-style: normal;
    padding: 0 0 0 10px;
    margin: 6px 0;
    clear: both;
    font-weight: bold;
}
.bt-wrapper {
    left: 50px !important;
    width: 200px !important;
}
.bt-content {
    width: 200px !important;
}
.footerNav {
    padding: 15px 0;
    margin: 0 10px;
}
.footerNav > li {
    float: none;
    display: block;
}
.mobileFooterLinks .BlueButton {
    display: block;
}
#leftMenuTrigger {
    font-weight: bold;
    font-variant: small-caps;
    color: #2C73AC;
    font-size: 13px;
    border: 1px solid #2C73AC;
    top: -73px;
    position: relative;
    left: 10px;
    padding: 4px 8px;
    float: none;
    background-color: #fff;
    text-indent: 0;
}
a.smsClick:link,
a.smsClick:hover {
    color: #07529e;
    cursor: pointer;
}
a.smsClick:hover {
    text-decoration: underline;
}

.cartBadge { 
    background-color: #FFF;
    border: 1px solid #4370af;
    border-radius: 40px;
    color: #4370af;
    font-weight: bold;
    font-size: 12px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -1px;
    right: -6px;
    text-align: center;
}

/****************************************
    CSS Optimized Refer A Friend Page
****************************************/
.size2of3.col.mbl,
.note.mtl,
#customerName {
    width: 100%;
}

/****************************************
    CSS Optimized Supplement Wizard Page
****************************************/
#header.wizardHead {
    height: 49px;
}
#leftMenuTrigger.wizardMenu {
    top: -37px;
}

/************************************
    CSS Optimized Login Page
************************************/
#loginModule{
    min-width: 0;
}
#loginModule .fluidRow{
    display: flex;
    flex-direction: column-reverse;
}

#loginModule .colRight{
    float: none;
    width: auto;
}

#nowAcceptingMobile{
    display: block;
}

.loginContainer{
    height: auto;
    padding: 0;
    margin-bottom: 0;
}
.loginButton,
.loginRemember{
    position: relative;
    left: 0;
    bottom: 0;
}

.loginButton {
    padding: 11px 25px!important;
    height: 44px;
}

.securitySeal{
    text-align: left;
}
.securitySeal > a{
    top: 0;
}


/********************************************
    CSS Optimized Secure Registration Page
********************************************/
.colicare {
    padding: 0 2%;
    width: 96%;
}
.colicare .call {
    float: none !important;
}
.colicare .requiredNote {
    padding-left: 10px;
}
.colicare .widthMedium {
    padding-top: 2%;
}
.colicare #horseOwnerChecklist {
    width: 90%;
}

/***********************************************************
    CSS Optimized Colicare Messaging on Billing/Revie Page
************************************************************/
.newColicMsg {
    display: table-row !important;
}
.newColicStyle {
    padding: 2%;
}

/********************************************
    CSS Optimized Adding Search Bar
********************************************/
.searchImg {
    background-image: url('/images/icons/search.png');
    background-size: 48%;
    background-position: 8px 0; 
    background-repeat: no-repeat;
    width: 30px;
    position: relative;
    top: -34px;
    left: 15px;
}
.search input[type=text] {
    padding: 7px 9px;
    top: -6px;
    min-height: 1.4em;
    width: 87.5%;
    font-size: 15px;
    left: 3.5%;
    text-indent: 20px;
    border: 1px solid #ccc;
}
#header .search input[type=text], #header .search input[type=search] {
    padding:9px 0;
    top:-6px;
    width:96%;
    font-size:15px;
    font-family: Muli, arial, sans-serif;
    height:auto;
    margin:0 auto;
    display:block;
    left:0;
    text-indent:30px;
    border-radius: 5px;
    box-shadow: inset #999 0 1px 4px;
    background: #fff url('/images/icons/search.png') no-repeat 9px 10px;
    border:1px solid #ccc;
    min-height:0;
}
.searchInputBg {
    background: #fff;
    height: 36px;
    position: relative;
    width: 100%;
    padding-top: 8px;
}
.search {
    float: left;
    height: 36px;
    position: relative;
    z-index: 13;
    background: #fff;
    border-radius: 0; 
    width: 100%;
    top: -1px;
    left:auto;
}

#recipientListModal ul{
    margin: 0;  
    padding: 0;
    list-style-type: none;
}

#recipientListModal li{
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
}

#recipientListModal li a{
    display: block;
}

#recipientListModal li:last-child {
    border-bottom: none;
}

#smartPakGetStartedNav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #ececec;
    z-index: 1000;
}

.getStartedNav > li{
    float: none;
    display: block;
}

.getStartedNav > li > a{
    font-size: 13px;
    color: #333;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dotted #ccc;
    display: block;
}

.getStartedNav a,
.getStartedNav a:hover,
.getStartedNav a:active{
    text-decoration: none;
}

.getStartedHeader{
    font-size: 16px;
    color:# 333;
    text-align: center;
}

.getStartedCloseBtn{
    margin-top: 2em;
    text-align: center;
}

#smartPakGetStartedNav .btn{
    font-size: 14px;
    line-height: normal;
    border: 0;
    color: #333;
    background: #E6E6E6;
    cursor: pointer;
    padding: .57142857142857em 1.5em .5em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    text-shadow: none;
    text-decoration: none;
    filter: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    height: 32px;
}

#smartPakGetStartedNav .btnBlock {
    width: 100%;
    display: block;
}

#smartPakGetStartedNav .btnPrimary{
    background: #0551A5;
    color: #FFF;
}

.nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.stackedNav>li {
    float:none;
    display:list-item;
    border-top: 1px solid #e6e6e6;
}
.stackedNav>li>a {
    display: block;
}
.stackedNav>li:first-child {
    border-top-width: 0;
}

.siteWrapper {
    z-index: 1;
    position: relative;
    background-color: white;
}

@media (orientation:landscape) {
    @-webkit-keyframes fixWebkitOverflowScroll {
        0% {
            padding-bottom: 1px;
        }

        100% {
            padding-bottom: 0;
        }

    }

}

.searchBoxResults {
    top: 90px;
    left: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    box-shadow: none;
    display: block;
}
.suggestedCategoryTitle {
    display: none;
}
.suggestedBody {
    display: none;
}
.suggestedSideBar {
    border: none;
}
.suggestedTerms li a,
.suggestedCategories li a {
    padding: 10px 10px 10px 37px;
    text-transform: lowercase;
}

/****************************
    Mobile Menu
****************************/
.bordersBottom {
    border-bottom: 1px solid #e6e6e6;
}

.bordersBottomDashed {
    border-bottom: 1px dashed #777;
}

.mainTab {
    border-right: 1px solid #e6e6e6;
    overflow: hidden;
}

.menuTab {
    padding: 18% 0;
}

.activeSect .menuTab {
    color: #000;
}

.labelSect {
    width: 24%;
    border-top: 1px solid #000;
    float: left;
    background: #2f70a8;
}

.labelSect .nav {
    height: 100vh;
    overflow: scroll;
}

.labelSect .activeSect {
    border-right: none;
    background: #fff;
}

.labelSect .icons-sprite {
    position: relative;
    background-image: url('/images/icons-hamburger.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 30px;
    right: 2px;
}

.labelSect .shopIcon {
    background-position: -223px 4px;
}

.labelSect .acctIcon {
    background-position: -42px 8px;
    height: 32px;
}

.labelSect .learnIcon {
    background-position: -167px 4px;
}

.labelSect .helpIcon {
    background-position: -105px 4px;
    height: 35px;
}

.activeSect .shopIcon {
    background-position: -197px 4px;
}

.activeSect .acctIcon {
    background-position: -12px 8px;
    height: 32px;
}

.activeSect .learnIcon {
    background-position: -137px 4px;
}

.activeSect .helpIcon {
    background-position: -77px 4px;
}

.contentSect {
    width: 75%;
    border-top: 1px solid #000;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    float: left;
    position: relative;
}

.contentSect.secondLevel {
    width: 100%;
    border-top: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    background: #fff;
}

.contentSect.thirdLevel {
    width: 100%;
    border-top: 0;
    position: absolute;
    top: 0;
    z-index: 3;
    background: #fff;
}

.sectCopy {
    margin: 0 4%;
    width: 92%;
    float: left;
}

.sectCopy .icons-sprite {
    position: relative;
    top: 6px;
    float: right;
    background-image: url('/images/icons-hamburger.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 6px;
    height: 12px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sectCopy ul, .sectCopy ul li a, .botMenu, .menuTab, .mainTab {
    width: 100%;
}

.sectCopy ul li {
    margin-left: 10%;
    width: 90%;
    float: left;
    box-sizing: border-box;
}

.contentSect.secondLevel ul li.sectCopy, .contentSect.thirdLevel ul li.sectCopy {
    margin-left: 4%;
    width: 92%;
}

.sectCopy ul li a {
    padding: 6% 0 6% 4%;
    color: #222;
    float: left;
    box-sizing: border-box;
}

.acctBtn {
    width: 92%;
    margin: 6% 0 0 0;
    float: left;
    padding: 0 4%;
}

.acctBtn a {
    width: 80%;
}

.acctBtn .btn {
    color: #fff;
    border-radius: 0;
}

.acctBtn .acctCreate {
    border: 1px solid #0551a5;
    background: #fff;
    color: #0551a5;
}

a.sectLink {
    color: #333;
    padding: 6% 4%;
    width: 92%;
}

#acctTab a.sectLink, #learnTab a.sectLink, #helpTab a.sectLink {
    float: left;
}

a.menuTab {
    color: #fff;
}

.botMenu {
    height: 100vh;
    border-right: 1px solid #e6e6e6;
}

#mobileNav {
    height: 100vh;
    overflow: hidden;
    font-size: 14px;
}

#mobileNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mobileNav .hideLink {
    display: none !important;
}

#mobileNav .arrow270 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#mobileNav .activeLink a {
    font-weight: bold;
}

#mobileNav .catLink a {
    font-weight: normal;
}

#mobileNav .extraLink {
    display: block !important;
}

#mobileNav .extraLink a {
    color: #555;
    font-weight: normal;
}

#mobileNav .backLink {
    color: #07529e;
    font-weight: 700;
}

#mobileNav .sectCopy .icons-chevron-rt {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#header.menuHead {
    height: 45px;
    border: none;
    overflow: hidden;
}

#leftMenuTrigger.menuPlace {
    top: -38px;
}

#shopTab, #acctTab, #learnTab, #helpTab, #shopTab .sectCopy {
    display: none;
}

#mobileNav .activeLink, #mobileNav .catLink {
    display: block;
}

#mobileNav .hideLink {
    display: none !important;
}

.removeBorder {
    border-bottom: none;
}

#mobileNav span.sectText {
    color: #333;
    padding: 6% 4%;
    font-weight: bold;
    display: block;
}

/********************
    Tooltip Upgrade
*********************/
.tooltipMark {
    display: inline-block;
    background-color: #2964ba;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    text-shadow: none;
    padding: 3px;
    border: 2px solid #b3b3b3;
}

.tooltip:not(.sp-tooltip) {
    position: fixed;
    background: #2f70a8;
    top: 35%;
    box-shadow: -5px 8px 16px rgba(51, 51, 51, 0.65);
    min-width: 100%;
    padding: 20px 20px 10px 10px;
    z-index: 100;
    border-top: 1px solid #184973;
    border-bottom: 1px solid #184973;
}

.tooltip>.tooltipContent {
    color: #fff;
    text-shadow: 1px 1px 0 #184873;
    width: 90%;
}

.tooltip>.tooltipIcon {
    float: left;
    box-shadow: 0 2px 3px #184873;
    margin: 5px 10px 5px 0;
}

.tooltip>.textRight {
    width: 90%;
}

.btnLg {
    font-size: 16px;
    padding: 6px 25px;
    height: 44px;
    border-radius: 0px;
}


/*  Simplified Login Page: Mobile  */
.loginWrapper h2 { margin-top: 0px;}
.signInBtn { margin: 12px 0 0 0; }

#loginForm .formRow.persist {
    margin: 20px 0 15px 0;
}

#remindPW { padding-top: 4px; display: inline-block; }



/***********************************************************
NEW CSS ONLY MOBILE MENU - NEEDS TO BE INTEGRATED INTO CSS
************************************************************/


#mobileNav {
    height:100%;
    overflow:hidden;
    font-size:14px;
    display:flex !important;
    position:fixed;
    border-top:1px solid #000;
    width:100%;
    left:-100%;
    top:45px;
    z-index:15;
}
.header > .container > input[type=checkbox]:checked + #mobileNav, #header > .container > input[type=checkbox]:checked + #mobileNav {
    left:0;
}
#leftMenuTrigger {
    line-height:1.5;
    top:-80px;
}
#leftMenuTrigger label:before {
    content: "MENU";
}
.header > .container > input[type=checkbox]:checked ~ #leftMenuTrigger label:before, #header > .container > input[type=checkbox]:checked ~ #leftMenuTrigger label:before {
    content: "X";
}
.mobileNavMenu .labelSect {
    width:25%;
    background:#2f70a8;
    box-sizing:border-box;
    border-top:none;
}
.mobileNavMenu .linksContainer {
    width:75%;
    box-sizing:border-box;
    position:absolute;
    top:0px;
    left:25%;
    height:100%;
    z-index:3;
    background:#fff;
    overflow:hidden;
    padding-bottom:50px;
}
.mobileNavMenu .linksContainer .linksContainer {
    transform:translateX(100%);
    background:#fff;
    width:100%;
    transition:transform 300ms;
    left:0;
    height:100%;
}
.mobileNavMenu .linksContainer ul {
}
.mobileNavMenu .linksContainer ul li {
    padding:0 10px;
    border:none;
}
.mobileNavMenu .linksContainer ul li > label, .mobileNavMenu .linksContainer ul li > label > a, .mobileNavMenu .linksContainer ul li > a {
    text-align:left;
    color:#333;
    font-weight:normal;
    padding:6% 4%;
    text-decoration:none;
    line-height:1.5;
}
.mobileNavMenu .linksContainer ul li > label.bold, .mobileNavMenu .linksContainer ul li > label.bold > a, .mobileNavMenu .linksContainer ul li > a.bold {
    font-weight:700;
}
.mobileNavMenu .labelSect .nav {
    overflow-y:visible;
    overflow-x:hidden;
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    height:auto;
}
.mobileNavMenu .labelSect > .nav {
    overflow:hidden !important;
    height:100vh;
}
.mobileNavMenu .labelSect label {
    display:block;
}
.hiddenRadio, .hiddenCheckbox {
    display: none;
}
.mobileNavMenu .labelSect input[type=radio]:checked + label {
    background-color:#fff;
    color:#333;
}
.mobileNavMenu .labelSect input[type=radio]:checked ~ .linksContainer {
    z-index:5;
    overflow-y:scroll;
}
.mobileNavMenu .labelSect input[type=radio]:checked ~ .linksContainer > ul {
    display:block;
}
.mobileNavMenu .labelSect input[type=radio]:checked ~ .linksContainer > ul > li input[type=checkbox]:checked ~ .linksContainer {
    transform:translateX(0) translateY(0);
    z-index:6;
    overflow-y:scroll;
    display:block;
    top:0;
}
.mobileNavMenu .labelSect input[type=radio]:checked ~ .linksContainer > ul > li input[type=checkbox]:checked ~ .linksContainer > ul {
    display:block;
}
.mobileNavMenu .labelSect .menuTab {
    padding:18% 0;
    width:100%;
    display:block;
    line-height:1.5;
    font-weight:normal;
}
.menuTab {
    color:#fff;
    text-decoration:none;
    padding:18% 0;
}
a.sectLink {
    color:#333;
    font-weight:700;
    padding:6% 4%;
    text-decoration:none;
}

.mobileNavMenu .labelSect .icons-chevron-rt {
    background-image:url('/images/icons-sb200581e71-2.png');
    background-repeat:no-repeat;
    display:inline-block;
    width:6px;
    height:12px;
    background-position:0 -46px;
    transform:none;
    -webkit-transform:none;
    float:right;
    top:6px;
}
.mobileNavMenu .shopIcon {
    background-position: -223px 4px;
}
.mobileNavMenu .acctIcon {
    background-position: -42px 8px;
    height: 32px;
}
.mobileNavMenu .learnIcon {
    background-position: -167px 4px;
}
.mobileNavMenu .helpIcon {
    background-position: -105px 4px;
    height:35px;
}
.mobileNavMenu input[type=radio]:checked + label > .shopIcon {
    background-position: -197px 4px;
}
.mobileNavMenu input[type=radio]:checked + label > .acctIcon {
    background-position: -12px 8px;
}
.mobileNavMenu input[type=radio]:checked + label > .learnIcon {
    background-position: -137px 4px;
}
.mobileNavMenu input[type=radio]:checked + label > .helpIcon {
    background-position: -77px 4px;
    right:3px;
}
#tooltipOK.btn{font-size:14px;line-height:normal;border:0;color:#333;background:#e6e6e6;cursor:pointer;font-family:Helvetica Neue,sans-serif;padding:.57142857142857em 1.5em .5em;border:0;text-shadow:none;text-decoration:none;filter:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;vertical-align:middle;white-space:nowrap;height:32px;*height:17px;}
#tooltipOK.btn:hover{background-color:#d9d9d9;text-decoration:none;}
#tooltipOK.btn:active{background-color:#ccc;}

.newBarnContainer {
    display: flex;
    flex-direction: column;
}