* {
    margin: 0;
    font-family: 'Abel', sans-serif;
}


html, body {
    height: 100%;
}

body {
    margin: 0 auto !important;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    /* background: #3E4649; */
    /* background: gray; */
    background-color: white;
    /* color: #74969b; */
    color: black;
}

#preload {
    background: url("../../../images/pexels-photo-221047-FREE.jpeg")
             url("../../../images/pexels-photo-419964-FREE.jpeg")
             url("../../../images/pexels-photo-209251-FREE.jpeg")
             url("../../../images/pexels-photo-158918-FREE.jpeg");
}

div .tab {
    overflow: hidden;
    border-bottom: solid #2b1e87;
    border-width: 20px;
    text-align: center;
    opacity: 0.8;
}

div .tab-mobile {
    overflow: hidden;
    border: 1px solid #acb700;
    background-color: #2b1e87;
    text-align: center;
    opacity: 0.8;
}

div .tab button {
    /* background-color: whitesmoke; */
    /* background-color: gray; */
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.5s;
    font-size: 15px;
    border-radius: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 2px;
    /* border: thin solid black; */
    margin-right: -2px;
}

div .tab-mobile button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.5s;
    font-size: 15px;
    border-radius: 0px;
    border: thin solid black;
}

div .tab button:hover {
    background-color: #ddd;
}

div .tab-mobile button:hover {
    background-color: #ddd;
}

.active {
    background-color: #ccc;
}

.inactive {
    background-color: gray;
}

.tabcontent {
    overflow: hidden;
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: white;
    opacity: 1.0;
    -webkit-animation: fadeEffect 0.6s;
    animation: fadeEffect 0.6s;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1.0;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1.0;}
}

.new-flasher {
    animation-duration: 2s;
    animation-name: pulse;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {opacity: 1.0;}
    50% {opacity: 0;}
    100% {opacity: 1.0;}
}

.rgb-pulse {
    animation-duration: 10s;
    animation-name: pulseRGB;
    animation-iteration-count: infinite;
    transition: 0.5s linear;
}
.rgb-pulse:hover {
    opacity: 0.7;
    background-color: white;
    transition: 0.5s linear;
}

@keyframes pulseRGB {
    0% {color: red; border: thick solid red;}
    40% {color: green; border: thick solid green;}
    80% {color: #596fff; border: thick solid #596fff;}
    100% {color: red; border: thick solid red;}
}

.rgb-pulse-noborder {
    animation-duration: 10s;
    animation-name: pulseRGBnoborder;
    animation-iteration-count: infinite;
}

@keyframes pulseRGBnoborder {
    0% {color: red;}
    40% {color: green;}
    80% {color: #596fff;}
    100% {color: red;}
}

.bgw-pulse {
    animation-duration: 10s;
    animation-name: pulseBGW;
    animation-iteration-count: infinite;
    transition: 0.5s linear;
}
.bgw-pulse:hover {
    opacity: 0.7;
    background-color: white;
    transition: 0.5s linear;
}
@keyframes pulseBGW {
    0% {color: #596fff; border: thick solid #596fff;}
    40% {color: #acb700; border: thick solid #acb700;}
    80% {color: white; border: thick solid white;}
    100% {color: #596fff; border: thick solid #596fff;}
}

.fade-in-on-load-long {
    animation-duration: 4.5s; 
    animation-name: fadeInOnLoadLong;
}

@keyframes fadeInOnLoadLong {
    0%,20% {opacity: 0;}
    100% {opacity: 1.0;}
}

.fade-in-on-load {
    animation-duration: 0.5s; 
    animation-name: fadeInOnLoad;
}
@keyframes fadeInOnLoad {
    0%,50% {opacity: 0;}
    100% {opacity: 0.9;}
}

.fade-out-on-exit {
    animation-duration: 1.0s; 
    animation-name: fadeOutOnExit;
    animation-fill-mode: forwards;
}
@keyframes fadeOutOnExit {
    0%,50% {opacity: 0.9;}
    100% {opacity: 0; }
}

.big-chip-animation {
    animation-duration: 1.0s;
    animation-name: bigChipAnimation;
}
@keyframes bigChipAnimation {
    0% {opacity: 0; margin-left: 40%;}
    100% {opacity: 0.9; margin-left: 0%;}
}
.equals-animation {
    animation-duration: 1.0s;
    animation-name: equalsAnimation;
}
@keyframes equalsAnimation {
    0%,50% {opacity: 0; margin-left: 30px;}
    100% {opacity: 0.9; margin-left: 20px;}

}
.small-chip-animation {
    animation-duration: 1.0s;
    animation-name: smallChipAnimation;
}
@keyframes smallChipAnimation {
    0%, 70% {opacity: 0; margin-left: 30px;}
    100% {opacity: 0.9; margin-left: 20px;}
}
.about-text-animation {
    animation-duration: 2.0s;
    animation-name: aboutTextAnimation;
}
@keyframes aboutTextAnimation {
    0%, 50% {height: 0px; opacity: 0;}
    100% {height: 100%; opacity: 1.0;}
}

a:focus {
    outline: 0;
}

a:active, a:hover {
    outline: 0;
}

.non-draggable-img {
    -webkit-user-drag: none;
}

.wrapper {
    min-height: 100%;
    margin: 0 auto -100px;
}

.wrapper:after {
    content: "";
    display: block;
}

.footer {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 300px;
    margin-top: 0px; 
    margin-bottom: 0px;
    background-image: linear-gradient(to left, #2b1e87, #141031);
    text-align: center;
    position: relative;
    z-index: -1;
    /* -webkit-transform: translate3d(0, 0, 0); */
    /* overflow: hidden; */
    /* backface-visibility: hidden; */
    /* transform: translateZ(0); */
    /* -webkit-filter: blur(0); */
    /* -webkit-perspective: 1000; */
    /* -webkit-font-smoothing: antialiased; */
    /* transform: perspective(1px) scale(1.1); */
}


.img-logo {
	padding: 0px;
    margin-top: 0px;
    /* margin-right: -40px;
    margin-bottom: 5px;
    margin-left: -30px; */
    background-color: transparent;
    border: none;
    display: inline-block;
    /* filter: drop-shadow(0px 0px 5px white); */
    /* -ms-filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#fff'); */
    transition: all 0.5s ease-in;
    border-radius: 0px;
    border-collapse: separate;
    transform: scale(0.97);
}

.img-logo:hover {
    background-color: transparent;
    border: none;
    /* filter: drop-shadow(0px 0px 50px white); */
    transition: all 0.5s ease-in;
    opacity: 0.8;
}

.jumbotron {
    opacity: 0.9; 
    background: white;
	text-align: center;
    transition: all 0.5s linear;
    margin-bottom: 0px;
    padding-bottom: 50px;
    overflow: auto;
    border-bottom: thin solid #636262;
    position: relative;
}

.jumbotron p {
	font-size: 20px;
    /* font-weight: bold; */
    /* color: white; */
    /* transition: all 1.0s ease-in;  */
}

.jumbotron h1 {
    font-weight: bolder;
    font-size: 40px;
    color: black;
    /* transition: all 1.0s ease-in;  */
}

.nav-trans {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#33adff 0%, #33adff 50%, #0099ff 50%, #0099ff 100%);
    opacity: 0;
    transition: all 0.5s linear;
}

.navbar-default .navbar-nav li a:hover .nav-trans {
    opacity: 1;
    border-radius: 20px;
}

.navbar-default {
  /* background-color: black; */
  /* background-color: black; */
  /* background-color: white; */
  margin-bottom: 0px;
  border-color: #3E4649; 
  z-index: 6;
  /* background-image: linear-gradient(#484848 0%, #484848 50%, #383838 50%, #383838 100%); */
}

.glass{
    background-color: #424242;
    background-image: linear-gradient(rgba(119,117,117, 0.8) 0%, rgba(72,72,72, 0.2) 50%, rgba(56,56,56, 0.6) 50%, rgba(86,84,84, 1) 100%);
}

.navbar-default .navbar-nav li {
    margin-right: 20px;
    margin-top: 5px;
}
.navbar-default .navbar-nav li a {
	color: #fff;
    /* color: black; */
	font-size: 15px;
    
    /* background-image: linear-gradient(#484848 0%, #484848 50%, #383838 50%, #383838 100%); */
    background: transparent;
    transition: all 0.5s linear;
}

.search-bar {
    margin-top: 13px; 
    border-radius: 8px;
    margin-right: -10px;
}

.search-bar-large {
    margin-top: 13px; 
    border-radius: 4px;
    margin-right: -10px;
    width: 40%;
}

.search-bar:focus {
    outline: none;
}

.search-button:hover {
    /* float: right; */
    border-radius: 20px;
    color: lightskyblue;
    transition: all 0.5s linear;
    /* margin-top: -8px; */
}

.navbar-default .navbar-nav li a:hover {
	/* background: #33adff; */
    /* background-image: linear-gradient(#33adff 0%, #33adff 50%, #0099ff 50%, #0099ff 100%); */
    border-radius: 20px;
    color: lightskyblue;
    transition: all 0.5s linear;
}

.navbar-default .navbar-nav li a:focus {
    color: #acb700;
}

.dropdown-menu {
    background: black;
}

.dropdown-menu li a {
    color: white;
}


.carousel {
    /*box-shadow: 0px 0px 14px #ccc;*/
    /* border-radius: 10px; */
    /*max-width: 1000px; */
    width: 100%;
    /*max-height: 800px; */
    height: 100%;
    margin: 0 auto;
    transition: all 0.5s linear;
}

.carousel:hover {
    /*box-shadow: 0px 0px 40px #ccc;*/
    transition: all 0.5s linear;
}


.carousel-indicators li {
    cursor: pointer;
    text-align:center;
    max-height:12px;
}

.carousel-inner {
    object-fit: contain;
    margin: 0 auto;
    /*border-radius: 20px;*/
}

.carousel-inner .item img {
    top:50%;
    transform: translateY(-20%);
}

.btn-primary {
	color:white;
	background-color: transparent;
	border-color: white;
	margin-bottom: 5px;
    transition: all 0.5s linear;
}

.btn-primary:hover {
	color: white;
	background-color: #2b1e87;
    opacity: 0.9;
	border-color: #acb700;
    transition: all 0.5s linear;
}

.btn-primary-alt {
	/* color:black;
	background-color: transparent;
    border-color: black; */
    color: white;
    background-image: -webkit-linear-gradient(#3120b4 0%,#352a8b 45%, #24186d 50%, rgb(17, 10, 68) 100%);
    background-image: linear-gradient(#3120b4 0%,#352a8b 45%, #24186d 50%, rgb(17, 10, 68) 100%);
	margin-bottom: 5px;
    transition: all 0.5s linear;  
}

.btn-primary-alt:hover {
	color: white;
	/* background-color: #2b1e87; */
    border-color: #acb700;
    color: #acb700;
    background-image: -webkit-linear-gradient(top, #221872, #3120b4, #221872);
    background-image: linear-gradient(top, #221872, #3120b4, #221872);
    transition: all 0.5s linear;
}

.btn-primary-alt:focus {
	color: white;
}

.btn-primary-alt-filled {
	color:white;
	background-color: #2b1e87;
	border-color: white;
	margin-bottom: 5px;
    transition: all 0.5s linear;  
}

.btn-primary-alt-filled:hover {
	color: #acb700;
	background-color: #3120b4;
    opacity: 1.0;
	border-color: #acb700;
    transition: all 0.5s linear;
}

.btn-primary-alt-green {
	color:white;
    background-color: transparent;
    background-color: green;
	border-color: green;
	margin-bottom: 5px;
    transition: all 0.5s linear;  
}

.btn-primary-alt-green:hover {
	color: white;
	background-color: rgb(0, 78, 0);
    opacity: 0.9;
	border-color: green;
    transition: all 0.5s linear;
}

.btn-primary-alt-green:focus {
	color: white;
}

.btn-primary-alt-green-no-transition {
	color:white;
    background-color: transparent;
    background-color: green;
	border-color: green;
	margin-bottom: 5px; 
}

.btn-primary-alt-green-no-transition:hover {
	color: white;
	background-color: rgb(0, 78, 0);
    opacity: 0.9;
	border-color: green;
}

.btn-primary-alt-blue {
	color:white;
	background-color: transparent;
    border-color: blue;
    background-color: blue;
	margin-bottom: 5px;
    transition: all 0.5s linear;  
}

.btn-primary-alt-blue:hover {
	color: white;
	background-color: rgb(3, 3, 104);
    opacity: 0.9;
	border-color: blue;
    transition: all 0.5s linear;
}

.btn-primary-alt-blue-no-transition {
	color:white;
	background-color: transparent;
    border-color: blue;
    background-color: blue;
	margin-bottom: 5px;
}
.btn-primary-alt-blue-no-transition:hover {
	color: white;
	background-color: rgb(3, 3, 104);
    opacity: 0.9;
	border-color: blue;
}

.btn-secondary {
    color:white;
	background-color: transparent;
	border-color: black;
	margin-bottom: 5px;
    transition: all 0.5s linear;
    font-size: 16px;
}
.btn-secondary:hover {
	color: blue;
	background-color: white;
	border-color: white;
    transition: all 0.5s linear;
}

.btn-primary-inverse {
    color:black;
	background-color: transparent;
	border-color: black;
	margin-bottom: 5px;
    transition: all 0.5s linear;
}

.btn-primary-inverse:hover {
    color: white;
	background-color: black;
	border-color: black;
    transition: all 0.5s linear;
}

.btn-3d-alt {
    color: white;
    background-image: -webkit-linear-gradient(#3120b4 0%,#352a8b 45%, #24186d 50%, rgb(17, 10, 68) 100%);
    background-image: linear-gradient(#3120b4 0%,#352a8b 45%, #24186d 50%, rgb(17, 10, 68) 100%);
}
.btn-3d-alt:hover {
    background-image: -webkit-linear-gradient(top, #221872, #3120b4, #221872);
    background-image: linear-gradient(top, #221872, #3120b4, #221872);
}

.btn-3d-default{
    color: white;
    background-image: -webkit-linear-gradient(top,#3120b4,#221872);
    background-image: linear-gradient(top,#3120b4,#221872);
}
.btn-3d-default:hover {
    background-image: -webkit-linear-gradient(top, #221872, #3120b4, #221872);
    background-image: linear-gradient(top, #221872, #3120b4, #221872);
}

.btn-3d-green{
    /* background-image: -webkit-linear-gradient(top,green,rgb(0, 78, 0)); */
    background-image: -webkit-linear-gradient(green 0%, rgb(0, 105, 0) 45%, rgb(0, 78, 0) 50%, rgb(0, 34, 0) 100%);
    background-image: linear-gradient(green 0%, rgb(0, 105, 0) 45%, rgb(0, 78, 0) 50%, rgb(0, 34, 0) 100%);
}
.btn-3d-green:hover {
    background-image: -webkit-linear-gradient(top, rgb(0, 78, 0), green, rgb(0, 78, 0));
    background-image: linear-gradient(top, rgb(0, 78, 0), green, rgb(0, 78, 0));
}

.btn-3d-blue{
    /* background-image: -webkit-linear-gradient(top,blue,rgb(3, 3, 104)); */
    background-image: -webkit-linear-gradient(blue 0%, rgb(0, 0, 190) 45%, rgb(3, 3, 104) 50%, rgb(0, 0, 60) 100%);
    background-image: linear-gradient(blue 0%, rgb(0, 0, 190) 45%, rgb(3, 3, 104) 50%, rgb(0, 0, 60) 100%);
}
.btn-3d-blue:hover {
    background-image: -webkit-linear-gradient(top, rgb(3, 3, 104), blue,rgb(3, 3, 104));
    background-image: linear-gradient(top, rgb(3, 3, 104), blue,rgb(3, 3, 104));
}

.btn-3d-grayed-out {
    background-image: -webkit-linear-gradient(rgb(180, 180, 180) 0%, rgb(120, 120, 121) 45%, rgb(114, 114, 114) 50%, rgb(82, 82, 82) 100%);
    background-image: linear-gradient(rgb(180, 180, 180) 0%, rgb(120, 120, 121) 45%, rgb(114, 114, 114) 50%, rgb(82, 82, 82) 100%);
    color: lightgray;
    border: none;
}
.btn-3d-grayed-out:hover {
    color: lightgray;
}
.btn-3d-grayed-out:active {
    background-image: -webkit-linear-gradient(rgb(180, 180, 180) 0%, rgb(120, 120, 121) 45%, rgb(114, 114, 114) 50%, rgb(82, 82, 82) 100%);
    background-image: linear-gradient(rgb(180, 180, 180) 0%, rgb(120, 120, 121) 45%, rgb(114, 114, 114) 50%, rgb(82, 82, 82) 100%);
    color: lightgray;
    border: none;
}

.glyphicon-small {
    font-size: 18px;
    color: white;
    transition: all 0.5s linear;
    /* padding: 10px; */
}

.glyphicon-small:hover {
    border-radius: 20px;
    color: lightskyblue;
    transition: all 0.5s linear;
}

.glyphicon-small-inverse {
    font-size: 18px;
    color: black;
    transition: all 0.5s linear;
}

.glyphicon-small-inverse:hover {
    border-radius: 20px;
    color: lightskyblue;
    transition: all 0.5s linear;
}


.glyphicon-large {
	font-size: 50px;
    color: white;
    transition: all 0.5s linear;
}

.glyphicon-large:hover {
    color: lightblue;
    transition: all 0.5s linear;
}

.glyphicon-medium {
    font-size: 20px;
    transition: all 0.5s linear;
}

.glyphicon-medium:hover {
    color: lightblue;
    transition: all 0.5s linear;
}


.fa {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s linear;
    text-decoration: none;
    border-radius: 50%;
    /* -webkit-backface-visibility: hidden; */
}

.fa-linkedin:hover {
    opacity: 0.9;
    color: lightblue;
    transition: all 0.5s linear;
    text-decoration: none;
    border-radius: 30%;
}

.fa-facebook:hover {
    opacity: 0.9;
    color: lightblue;
    transition: all 0.5s linear;
    text-decoration: none;
    border-radius: 30%;
}

.fa-facebook {
    color: #3B5998;
}

.fa-linkedin {
    color: #3B5998;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    padding-right: 500px;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    -webkit-animation: fadeEffectFull 1s;
    animation: fadeEffectFull 1s;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
    -webkit-animation: fadeEffectFull 1s;
    animation: fadeEffectFull 1s;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
    -webkit-animation: fadeEffectFull 1s;
    animation: fadeEffectFull 1s;
}
.dropdown-submenu .pull-left {
    float: none;
    -webkit-animation: fadeEffectFull 1s;
    animation: fadeEffectFull 1s;
}
.dropdown-menu .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;
    -webkit-animation: fadeEffectFull 1s;
    animation: fadeEffectFull 1s;
}

@-webkit-keyframes fadeEffectFull {
    from {opacity: 0;}
    to {opacity: 1.0;}
}

@keyframes fadeEffectFull {
    from {opacity: 0;}
    to {opacity: 1.0;}
}

.sidenav {
    height: 800px;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    /* background-color: blue; */
    background-image: linear-gradient(to left, #2b1e87, #141031); 
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 124px;
}

.sidenav a {
    padding: 4px 4px 4px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    /* color: #f1f1f1; */
    color: lightskyblue;
    transition: all 0.5s linear;
}

.sidenav a:focus {
    color: #acb700;
}

.sidenav .closebtn {
    position: absolute;
    display: block;
    top: 10px;
    left: 15px;
    /* right: 25px; */
    font-size: 30px;
    /* margin-left: 50px; */
    color: white;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 110px;}
    .sidenav a {font-size: 11px;}
}

.floating-div {
    z-index: 6; 
    background-image: linear-gradient(to left, #2b1e87, #141031); 
    border-radius: 20px;
    text-align: center;
    border: thin solid white;
    padding: 10px;
    text-align: left;
    transition: 0.2s linear;
}

.sticky {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 130px;
    margin-top: 150px;

    /* -webkit-backface-visibility: hidden; 
    -webkit-transform: translateZ(0); */
    /* transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0); */
}

.floating-div-link {
    text-align: center;
    color: white;
    margin-top: 10px;
    transition: 0.3s linear;
    cursor: pointer;
}

.floating-div-link:hover {
    color: lightskyblue;
    text-decoration: none;
    transition: 0.3s linear;
}

.floating-div-link:focus {
    text-decoration: none;
    color: #acb700;
}

.floating-div-minimize {
    color: white;
    margin-top: 10px;
    font-size: 15px;
    transition: 0.3s linear;
}

.floating-div-minimize:hover {
    cursor: pointer;
    color: lightskyblue;
    text-decoration: none;
    transition: 0.3s linear;
}

.floating-div-minimize:focus {
    text-decoration: none;
    color: #acb700;
}

.overlay {
    position: fixed;
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 50;
    transition: 0.5s linear;
}

.shopping-bag-ui {
    text-align: center;
    position: relative;
    background-color: white;
    top: 50%;
    left: 50%;
    /* margin-right: -50%; */
    /* -webkit-font-smoothing: antialiased; */
    transform: translate(-50%, -50%);
    width: 85%;
    height: 75%;
    overflow-y: scroll;
    /* overflow-x: hidden; */
    /* transition: 0.5s linear; */
    border-radius: 5px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.cart-addition-ui {
    text-align: center;
    position: relative;
    background-color: white;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: 0.5s linear;
    border-radius: 5px;
}

.ecommerce-ui {
    text-align: center;
    position: relative;
    background-color: white;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 55%;
    height: 40%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: 0.5s linear;
    border-radius: 5px;
}

.close-bag-btn {
    float: right;
    color: black;
    margin-top: 10px;
    font-size: 20px;
    transition: 0.3s linear;
    z-index: 51;

    /* overflow: hidden; <-- screws up position: sticky*/
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: fixed; /* Added to support IE */
    position: sticky;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.close-bag-btn:hover {
    cursor: pointer;
    color: lightskyblue;
    text-decoration: none;
    transition: 0.3s linear;
}

.news-entry {
  padding-bottom: 15px;
  margin-bottom: 10px; 
  background-color: #dee2f2;
  border: none;
  width: 100%;
  margin-left: 0px;
}

.news-entry th {
  background-color: #ccd1e8;
  margin-top: 0px;
  font-size: 25px;
  padding: 5px;
  border: none;
  
}

.news-entry td {
    text-align: left;
    font-size: 20px;
    padding: 5px;
    border: none;
}

.neg-bar {
    text-decoration: overline;
}

.bordered-table {
    text-align: center;
}

.bordered-table th {
    border-bottom: thin solid white;
    text-align: center;
}

.bordered-table td {
    border-right: thin solid white;
    border-bottom: thin solid white;
    text-align: center;
}

.pricing-table-body tr td {
    font-size: 16px;
}
.pricing-table-body tr th h4 {
    font-size: 18px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}
.flex-container > div {
    /* width: 50%; */
}
