body {
	margin: 0;
	padding: 0;
	font-family: 'Fira Sans', sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	width: 100%;
}
img {
	width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: #29abe2;
}
strong {
	font-weight:800;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.close {
    float: right;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    position: absolute;
    top: 15px;
    right: 20px;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow:none;
}
.controls-tns {
	list-style: none;
}

.controls-tns i {
    color: rgba(41,171,226,1);
    position: absolute;
    left: 50%;
	cursor: pointer;
}
.tns-nav {
	display:none;
}
.prev-custom {
    position: relative;
    left: -3%;
}
.mobile-cart {
	position: absolute;
	bottom:0;
	width: 100%;
	background-color: #29abe2;
	z-index: 999;
	position: fixed;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	display: none;
}
.mobile-cart .mini-cart-selector{
	position: inherit;
}
.mini-cart-wrapper span {
    display: inline-block;
    font-size: 14px;
}
.product-added {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 999;
	background-color: #29abe2;
	width: 300px;
	text-align: center;
	display: none;
	position: fixed;
}
.product-added p {
	padding: 10px;
	margin: 0;
	font-size: 14px;
	color: #fff;
}
.product-added p i {
	font-size: 25px;
	vertical-align: middle;
	margin-left: 5px;
}
.yamm-content {
    min-width: 100%;
    padding: 20px;
}
.yamm .yamm-content {
    padding: 20px;
}
.yamm-content p {
	margin-bottom:9px;
}
.yamm-content .menu-heading {
	text-align: center;
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
.stripe {
	height: 5px;
	width: 100%;
	background-image: url('../images/colour-strip.jpg');
	background-size: cover;
	background-position: center;
}
.message {
	padding: 10px;
	margin: 0;
	background-color: #29abe2;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.message a {
	color: #fff;
}
.nav-link i {
    font-size: 14px;
	margin-left: 8px;
}
.btn-primary {
	padding: 10px 15px;
	background-color: #29abe2;
	color: #fff;
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
}
.btn-primary:hover {
	border: none;
	background-color: #29abe2;
}
.logo {
	width: 80%;
}
.mobi-logo {
	display:none;
}
.navbar {
	margin-bottom: 0;
}
.navbar.navbar-expand-lg {
	background-color: #fff;
	border: none;
	border-radius: 0px;
}
.navbar.navbar-expand-lg li a {
	color: #000!important;
	font-size: 15px;
	border-bottom: 2px solid #fff;
	margin-top: 32px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}
.navbar.navbar-expand-lg li a.active {
	color: #000!important;
	font-size: 15px;
	border-bottom: 2px solid #000;
	margin-top: 32px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
}
.navbar-toggler {
	display:none;
}
.login-register {
    margin-right: 10px;
    padding-right: 10px;
    margin-top: 0!important;
}
.login-register a {
	display: inline-block!important;
	margin-left: 3px!important;
	margin-right: 3px!important;
	padding-left: 0!important;
	padding-right: 0!important;
}

.navbar-expand-lg li a:hover, .navbar-expand-lg li a:focus, .yamm-content p a:hover {
	border-bottom: 2px solid #000;
	background-color: #fff!important;
} 
.navbar-expand-lg li .dropdown-menu li a {
	margin-top: 10px!important;
    padding: 10px 0!important;
    line-height: 30px;
}
.dropdown-menu li p {
	margin-bottom: 0;
}
.navbar-expand-lg li .dropdown-menu li .yamm-content p>a {
	background-color: transparent!important;
}
.navbar-expand-lg li .dropdown-menu li a:hover {
	border-bottom-color: #fff;
	background-color: transparent!important;
}
.navbar-expand-lg li.active .yamm-content p a {
	border-bottom: none;
	background-color: transparent!important;
}
.navbar-expand-lg li .dropdown-menu li .yamm-content p>a:hover {
	background-color: transparent!important;
}
.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
	display: none;
}
.navbar-nav {
    float: left;
    margin: 0;
    list-style: none;
	padding-left: 0;
}
/* .navbar-nav .dropdown-menu {
    position: absolute;
    top: 87px;
    padding: 20px 30px;
	max-width: fit-content;
} */
.dropdown:hover .dropdown-menu{
	display: block;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 175px;
    z-index: 1000;
    /* display: none; */
    float: left;
    min-width: 10rem;
    padding: 20px 30px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 4px 10px rgb(201 199 199 / 40%);
    border-radius: 0;
}
.products-dropdown .dropdown-menu {
	position: absolute;
    left: 75%!important;
    min-width: 10rem!important;
    padding: 0.5rem 0;
}
.account-options-dropdown .dropdown-menu {
    left: 71%!important;
    max-width: 15rem!important;
    min-width: 12rem;
    padding: 10px 20px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .menu-heading {
    text-align: center;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}
.home-slider .slides {
	padding-top: 120px;
	padding-bottom: 120px;
}
.home-slider {
	background-image: url('../images/slider/slide1.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
}
.home-slider h1 {
	color: #fff;
	font-size: 45px;
}
.home-slider p {
	color: #fff;
}
.home-slogan {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #29abe2;
	text-align: center;
	/* margin-top: 24%; */
}
.home-slogan h2 {
	color: #fff;
	font-size: 50px;
}
.home-about {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.home-about h3 {
	font-size: 30px;
}
.home-about p {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.owl-controls {
	position: absolute;
	right: 0;
	left: 0;
	margin:auto;
	width: 100%;
	text-align: center;
}
.owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	display: inline-block;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next:before {
	font-family: "Ionicons";
	content: "\f125";
	padding: 10px;
	color: rgba(41,171,226,1);
	font-size: 20px;
	z-index: 999;
	margin-left: 5px;
	margin-right: 5px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
	font-family: "Ionicons";
	content: "\f124";
	padding: 10px;
	color: rgba(41,171,226,1);
	font-size: 20px;
	z-index: 999;
	margin-left: 5px;
	margin-right: 5px;
}
.home-product-wrapper {
	position: relative;
	cursor: pointer;
	z-index: 10;
}
.home-product-wrapper .product-info {
	position: absolute;
	bottom: 0;
	background-color: #fff;
	text-align: center;
	padding: 15px;
	width: 100%;
	opacity: 0;
	height: 0;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
}
.card-footer {
	border-top:none;
}
.about h2 {
	margin-top: 20px;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
.home-product-wrapper:hover .product-info {
	opacity: 1;
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	height: auto;
}
.home-product-wrapper .product-info .btn-primary {
	padding: 10px 15px;
}
.product-info.blue {
	border: 5px solid #396ed6;
}
.product-info.blue .btn-primary{
	background-color: #396ed6;
	padding: 10px 15px;
}
.product-info.blue span {
	color: #396ed6;
}
.product-info.green {
	border: 5px solid #039a53;
}
.product-info.green .btn-primary{
	background-color: #039a53;
	padding: 10px 15px;
}
.product-info.green span {
	color: #039a53;
}
.product-info.purple {
	border: 5px solid #702e75;
}
.product-info.purple .btn-primary{
	background-color: #702e75;
	padding: 10px 15px;
}
.product-info.purple span {
	color: #702e75;
}
.product-info.red {
	border: 5px solid #ff4324;
}
.product-info.red .btn-primary{
	background-color: #ff4324;
	padding: 10px 15px;
}
.product-info.red span {
	color: #ff4324;
}
.product-info.yellow {
	border: 5px solid #ffc931;
}
.product-info.yellow .btn-primary{
	background-color: #ffc931;
	padding: 10px 15px;
}
.product-info.yellow span {
	color: #ffc931;
}
.product-info.pink {
	border: 5px solid #fb285b;
}
.product-info.pink .btn-primary{
	background-color: #fb285b;
	padding: 10px 15px;
}
.product-info.pink span {
	color: #fb285b;
}
.product-info.cyan {
	border: 5px solid #00b0fe;
}
.product-info.cyan .btn-primary{
	background-color: #00b0fe;
	padding: 10px 15px;
}
.product-info.cyan span {
	color: #00b0fe;
}
.product-info.white {
	border: 5px solid #c6c6be;
}
.product-info.white .btn-primary{
	background-color: #c6c6be;
	padding: 10px 15px;
}
.product-info.white span {
	color: #c6c6be;
}
.product-info.orange {
	border: 5px solid #ffc444;
}
.product-info.orange .btn-primary{
	background-color: #ffc444;
	padding: 10px 15px;
}
.product-info.orange span {
	color: #ffc444;
}
.product-info.lime {
	border: 5px solid #d3e80f;
}
.product-info.lime .btn-primary{
	background-color: #d3e80f;
	padding: 10px 15px;
}
.product-info.lime span {
	color: #d3e80f;
}
.product-info.grade-r {
	border: 5px solid #6249bf;
}
.product-info.grade-r .btn-primary{
	background-color: #6249bf;
	padding: 10px 15px;
}
.product-info.grade-r span {
	color: #6249bf;
}
.product-info.grade-1 {
	border: 5px solid #fee80b;
}
.product-info.grade-1 .btn-primary{
	background-color: #fee80b;
	padding: 10px 15px;
}
.product-info.grade-1 span {
	color: #fee80b;
}
.product-info.grade-2 {
	border: 5px solid #d3eb6f;
}
.product-info.grade-2 .btn-primary{
	background-color: #d3eb6f;
	padding: 10px 15px;
}
.product-info.grade-2 span {
	color: #d3eb6f;
}
.product-info.grade-3 {
	border: 5px solid #fed362;
}
.product-info.grade-3 .btn-primary{
	background-color: #fed362;
	padding: 10px 15px;
}
.product-info.grade-3 span {
	color: #fed362;
}
.product-info.grade-4 {
	border: 5px solid #e452db;
}
.product-info.grade-4 .btn-primary{
	background-color: #e452db;
	padding: 10px 15px;
}
.product-info.grade-4 span {
	color: #e452db;
}
.product-info.grade-5 {
	border: 5px solid #fe655f;
}
.product-info.grade-5 .btn-primary{
	background-color: #fe655f;
	padding: 10px 15px;
}
.product-info.grade-5 span {
	color: #fe655f;
}
.product-info.grade-6 {
	border: 5px solid #79c9ec;
}
.product-info.grade-6 .btn-primary{
	background-color: #79c9ec;
	padding: 10px 15px;
}
.product-info.grade-6 span {
	color: #79c9ec;
}
.product-info.manual {
	border: 5px solid #a5a5a3;
}
.product-info.manual .btn-primary{
	background-color: #a5a5a3;
	padding: 10px 15px;
}
.product-info.manual span {
	color: #a5a5a3;
}
.home-games {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ececec;
	text-align: center;
	margin-top: 18px;
}
.home-games p {
	padding-top: 20px;
	padding-bottom: 20px;
}
.home-books {
	padding-top: 60px;
	padding-bottom: 60px;
}
.about {
	padding-bottom: 60px;
	padding-top: 60px;
}
.about-heading, .phonics-heading, .contact-heading, .blog-heading, .products-heading, .cart-heading, .login-heading, .profile-heading, .checkout-heading, .downloads-heading {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 50px;
	background-color: #ececec;
	text-transform: capitalize;
}
.about img {
	padding: 10px;
	padding-top: 20px;
}
.phonics {
	padding-top: 60px;
	padding-bottom: 60px;
}
.phonics h2 {
	padding-top: 20px;
}
.blog {
	padding-top: 60px;
	padding-bottom: 60px;
}
.blog .post {
	margin: 10px;
	text-align: center;
	border: 1px solid #ececec;
}
.blog .post h2 {
	font-size: 24px;
	padding: 10px;
	height: 60px;
}
.blog .post p {
	padding: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: transparent;
}
.blog .post img {
	height: 200px;
}
.blog.single img {
	margin-bottom: 40px;
}
.products {
	padding-top: 60px;
	padding-bottom: 60px;
}
.products h2 {
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 20px;
}
.product {
    margin-top: 10px;
    margin-bottom: 20px;
}
.products .product {
	margin-top: 17px;
	margin-bottom: 20px;
}
.product img {
	width: 260px;
}
.products .product h3 {
	font-weight: 300;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	/* margin-bottom: 25px; */
	font-size: 23px;
}
.products .product img {
	display: inline-block;
	width: 260px;
	border: 1px solid #ececec;
	/* float: left; */
}
.products .product .content {
	display: inline-block;
	padding-left: 25px;
	/* float: right; */
	width: 65%;
}
.products .product .price {
	font-size: 25px;
}
.products .product .btn-primary{
	margin-right: 10px;
	padding: 10px 15px;
}
.category-list, .grades-list, .age-list, .lang-list {
	padding-left: 0;
	padding-top: 20px;
}
.category-list li, .grades-list li, .age-list li, .lang-list li {
	text-transform: capitalize;
	padding: 10px;
	border-bottom: 1px solid #ececec;
	list-style:none;
}
.category-list li:last-child, .grades-list li:last-child, .age-list li:last-child, .lang-list li:last-child {
	border-bottom: none;
}
.category-list li a, .grades-list li a, .age-list li a, .lang-list li a {
	font-size: 22px;
	color: #000;
}
.cat-products {
	margin-top: 20px;
}
.cat-products .col-md-4{
	padding: 0;
}
.cat-products h3, .grade-products h3 {
	border-top: 1px solid #000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	text-transform: capitalize;
	font-size: 30px;
	font-weight: 300;
	margin-top: 20px;
}
.cat-product-wrapper, .grade-product-wrapper {
	text-align: center;
	padding: 5px;
	border: 1px solid #ececec;
	margin: 5px;
	min-height: 300px;
}
.cat-product-wrapper h4, .grade-product-wrapper h4 {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	margin-top: 10px;
}
.cat-product-wrapper .product-info .btn-primary, .grade-product-wrapper .product-info .btn-primary {
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: 300;
}

.prod-img-top {
    height: 190px;
    display: block;
    max-height: 200px;
    overflow: hidden;
}
.product-info .product-image {
	display: inline-block;
	padding: 10px;
	padding-left: 0;
	/* float: left; */
}
.product-info .gallery {
	display: inline-block;
	/* float: left; */
	padding: 5px;
}
.product-info .product-price {
	margin-top: 20px;
	font-size: 25px;
	font-weight: 600;
}
.grade-products {
	padding-bottom: 50px;
}
.contact {
	padding-top: 60px;
	padding-bottom: 60px;
}
label, input, textarea, select {
	display: block;
	padding: 5px;
	width: 100%;
	border-radius: 0px;
	background-color: #fff;
}
input, textarea {
	margin-bottom: 10px;
}
textarea {
	height: 150px;
}
.contact .btn-primary {
	width: 150px;
	padding: 10px 15px;
}
.contact .details {
	text-align: center;
}
.contact .details p {
	padding-top: 15px;
}
.contact i {
	color: #29abe2;
	font-size: 30px;
}
#map {
	height: 350px;
}
.mini-cart-wrapper {
	display: inline-block;
	position: relative;
	margin-top: 40px;
}
.mini-cart-selector {
	border: 1px solid #29abe2!important;
	background-color: #29abe2!important;
	border-radius: 3px;
	padding: 15px 10px 15px 15px!important;
	color: #fff!important;
	vertical-align: middle;
	text-align: center;
}
.mini-cart-selector i {
	color: #fff;
	font-size: 30px;
	vertical-align: middle;
	line-height: 30px;
}
.mini-cart {
	position: absolute;
	min-width: 400px;
	background-color: #fff;
	padding: 20px;
	z-index: 999;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	margin-top: -5px;
}
.mini-cart p strong {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	width: 100%;
	display: block;
}
.mini-cart-item {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
}

.mini-cart-item:last-child {
	border-bottom: none;
}
.mini-cart-item .item-img {
	width: 20%;
	vertical-align: middle;
}
.mini-cart-item .item-img img{
	width: 60px;
	margin-right: 5px;
	vertical-align: middle;
}
.mini-cart-item span {
	display: inline-block;
}
.mini-cart-item .item-name {
	width: 55%;
	font-size: 14px;
}
.mini-cart-item .item-price {
	width: 15%;
	text-align: right;
	font-size: 14px;
}
.mini-cart-item .item-remove {
	width: 5%;
}
.mini-cart-item .item-remove a:hover {
	border-bottom: none;
}
.mini-cart-item .item-remove i {
	color: red;
}
.mini-cart-total {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 600;
    line-height: 40px;
    vertical-align: middle;
}
.mini-cart-total span {
    float: right;
    vertical-align: middle;
    line-height: 40px;
}
.mini-cart p {
	font-size: 14px;
}
.mini-cart strong {
	font-size: 20px;
}
.mini-cart .btn-wrapper {
	text-align: center;
}
.mini-cart .btn-wrapper .btn-primary {
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px 15px;
}
.order-summary-table .prod_name {
	width: 60%;
}
.order-summary-table .prod_qty {
	width: 10%;
	text-align: center;
}
.order-summary-table .prod_subtotal {
	text-align: right;
}
.order-summary-table th {
    border-top: 0;
}
.cart {
    padding-top: 8%;
    padding-bottom: 8%;
    text-align: center;
}
.cart-table {
	text-align: left;
}
.cart-table .prod_name {
	width: 40%;
}
.cart-table .prod_qty {
	width: 10%;
	text-align: center;
}
.cart-table .prod_qty input {
	width: 50%;
}
.cart-table .item-remove {
	width: 5%;
}
.cart-table .item-remove i {
	color: red;
}
.cart-table .item-remove a:hover {
	border-bottom: none;
}
.cart-total span {
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	float: right;
}
.discount span {
	font-size: 16px;
	font-weight: 400;
	border: none;
}
.checkout-total {
	text-align: center;
}
.checkout-total span {
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
}
.checkout-total-amt span {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
	display: inline-block;
}
.checkout{
    padding-bottom: 50px;
    padding-top: 80px;
}
/* #login-form label, input, textarea, select {
    display: block;
    padding: 5px;
    width: 100%;
    border-radius: 0px;
    background-color: #fff;
    font-weight: 600;
	border: 1px solid #000;
} */
/* #register-form label, input, textarea, select {
    display: block;
    padding: 5px;
    width: 100%;
    border-radius: 0px;
    background-color: #fff;
	border: 1px solid #000;
    font-weight: 600;
} */

.checkout-login {
    padding-bottom: 120px;
    padding-top: 120px;
}
.checkout-login .login-required {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 5px solid #29abe2;
	border-bottom: 5px solid #29abe2;
	margin-bottom: 60px;
}

.form-control {
	padding: 10px;
    width: 100%;
    border-radius: 0px;
    background-color: #fff;
	border: 1px solid #000;
}
.form-control:focus {
	border: 1px solid #000;
	outline: none;
	box-shadow: none;
}
textarea.form-control {
    height: 150px;
}
.checkout .login-required .btn-primary{
	width: 200px;
	padding: 10px 15px;
	margin-left: 5px;
	margin-right: 5px;
}
.checkout h2 {
	padding-top: 20px;
}
.shipping-options input {
    display: inline-block;
    /* float: left; */
    width: auto;
    margin-right: 10px;
}
.shipping-options label {
	display: inline-block;
	width: 90%;
	/* float: left; */
}
.order-payment {
	margin-top: 60px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #ececec;
	position: relative;
}
.checkout .btn-primary {
	width: 100%;
	margin-top: 40px;
	padding: 10px 15px;
}
.checkout-thankyou {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.login {
	padding-top: 100px;
	padding-bottom: 100px;
}
.register-call-to-action {
	text-align: center;
	padding-top: 40px;
	font-size: 20px;
}
#email2 {
	display: none;
}
.input-wrapper {
	width: 49%;
	display: inline-block;
}
form .btn-primary {
	width: 200px;
	padding: 10px 15px;
}
.signup_error {
	padding: 10px;
	background-color:#d9534f;
	color: #fff;
	width: 80%;
	margin: 20px;
}
.forgot_password_link {
	font-size: 14px;
	font-style: italic;
	margin-top: 10px;
}
.billing_copy {
	font-size: 12px;
	cursor: pointer;
	color: #29abe2;
}
.profile {
	padding-top: 60px;
	padding-bottom: 60px;
}
.profile .details h2 {
	margin-bottom: 40px;
	margin-top: 0;
}
.profile .details p {
	width: 100%;
	border-bottom: 1px solid #ececec;
}
.profile .details span{
	width: 50%;
	display: inline-block;
}
.profile .btn-primary {
	width: 300px;
	text-align: center;
	margin-left: 100px;
	padding: 10px 15px;
}
.profile .address {
	margin-top: 80px;
}
.order-history {
	padding-top: 60px;
	padding-bottom: 60px;
}
.order {
	padding-top: 60px;
	padding-bottom: 60px;
}
.free-downloads {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.free-downloads .btn-primary {
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px 15px;
}
.footer-upper {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
.footer-upper p, .footer-upper a {
	font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.footer-tel {
	color: #000;
}
.footer-lower {
	background-color: #000;
	padding: 10px;
}
.footer-lower p {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
.footer-lower p a {
	color: #fff;
}
.social-footer {
	text-align: right;
	margin: 0!important;
	padding-top: 5px;
}
.social-footer a i{
	font-size: 35px;
	padding: 5px;
}
.social-footer a i:before {
	width: 40px;
	height: 40px;
}
.errors {
	display: none;
	padding: 10px;
	background-color: #C43D3D;
	color: #fff;
	margin-top: 20px;
}
.sent {
	display: none;
	padding: 10px;
	background-color: #5FAF4F;
	color: #fff;
	margin-top: 20px;
}
#email2 {
	display: none!important;
}
@media (min-width: 1200px) {
	.dropdown:hover .dropdown-menu {
	    display: block;
	    margin-top: -10px;
	}
}
.closing-notice {
	padding-top: 30px;
    padding-bottom: 20px;
    background-color: #29abe2!important;
    text-align: center;
	color:#fff;
}
.closing-notice-checkout-col-12 {
	padding-left: 0;
	padding-right: 0;
	margin-bottom:30px;
}
.closing-notice-checkout {
	padding-top: 30px;
    padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
    background-color: #29abe2!important;
    text-align: center;
	color:#fff;
}
.sticky-div {
	position: sticky;
  	top: 0px;
	z-index:100;
}

/* Modal popup notice */


#closedNoticeModal .modal-content {
	border-radius: 0;
	width:660px;
	text-align:center;
	padding:8%;

}

#closedNoticeModal .modal-body {
	padding: 0;
	border-radius:0px;
	
}

#closedNoticeModal .modal-body .col-md-12 {
	padding: 0;
}


#closedNoticeModal .modal-body h3 {
    vertical-align: middle;
    margin: 15% 20px 20px 0px;
}

#closedNoticeModal .modal-body .nm-wrapper {
	padding: 30px;
}

#closedNoticeModal .modal-body .nm-wrapper p strong {
	font-size: 15px;
	line-height: 17px;
}

#closedNoticeModal .btn-primary:hover {
    background-color: #b49375!important;
    border: 0!important;
}

#closedNoticeModal .close {
    color: #000;
    opacity: 1;
	z-index: 999;
	right: 40px;
}
#closedNoticeModal .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
    display: flex;
    justify-content: center;
}
button:focus {
    outline: none;
}
