.merchandising-content-static .widget-box h3 {
    margin: 0;
    color: inherit;
    font-size: 1.5em;
    font-weight: 700;
}

.shop-filters .filter-title {
background: #e6e6e6;
padding: 18px 15px;
border-radius: 8px 8px 0 0;
font-size: 1.2rem;
color: white;
letter-spacing: 0;
font-weight: 900;
text-align: center;
position: relative;
bottom: 8px;
}

.shop-filters .filter-title {
    background-color: #327cc5;
}

.toolbar .cart-btn>.btn {
    background: #327cc5;
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 200px !important;
    height: auto !important;
    max-height: none !important;
}

.toolbar .cart-btn .btn i,
.toolbar .cart-btn:hover > .btn i {
color: white;
}
copyright_container{
padding-top:10px;
}

/* main menu - preventing the 8th and following items from getting hidden on smaller screens */
.header-full .menu .catalog>li:nth-child(n+6) { display: inline-block; }

/* Strip Banner Top*/
#Custom_Header_Strip {
  display: block;
  position: relative;
  overflow: auto;
  height: auto;
  box-shadow: inset 0px 0px 2px 0px #327cc5;
}

#Custom_Header_Strip {
  padding: 5px 15px 5px 15px;
}

#Custom_Header_Strip .left {
  float: left;
  width: 50%;
}

#Custom_Header_Strip .right {
  width: 50%;
  float: right;
  text-align: right;
}

#htmlcontent_136941{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Home Page Account Dash*/
#HomeAccountDash {
  background-color: yellow;
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  background-color: #efefef;
  width: 350px;
  margin: 0 auto;
  border-radius: 10px;
}

#Custom_Acc_Logo{
  height: 100%;
  margin: 10px 5px 10px 5px;
  display: inline-flex;
}

#Custom_Acc_Logo i{
  font-size: 2em;
}

#Custom_Acc_Logo h3 {
  margin: 0px 0px 0px 10px;
}

#Custom_Create_account {
  height: 2em;
  text-align: middle;
}

#Account_Links {
  margin: 0px auto 10px 38px;
}

#Account_Links i {
  padding: 5px 5px 5px 5px;
}

#AccountBoxButtons .btn{
  border-radius: 3px;
  vertical-align: middle;
  margin: auto 0;
}

#AccountBoxButtons {
  margin: 5px;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
}

#AccountBoxButtons .btn a{
  color: #fff;
}

#AccountLoginCreate .btn{
  font-size: 1.25em;
  padding: 5px 15px;
  width: 100%;
}

#AlreadyHavingAccount {
  margin: 5px;
}

/* Click and Collect */
#Custom_Click_Collect {
  display: flex;
}

#Custom_Click_Collect .custom_grid_item {
  margin: 0 auto;
  width: 33.3%;
  padding: 15px;
}
.custom_media {
  display: flex;
  min-width: 250px;
}

.custom_media-left{
  font-size: 2em;
  padding: 10px;
}

.custom_media-right{
  padding-top: 15px;
}

/* Category Tiles */
.custom-category-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.custom-category-grid img{
  height: 150px;
  max-width: 150px;
}

.custom-category-tile {
  padding: 10px !important;
}

.custom-category-tile a{
  display: block;
}

.custom-inner:hover {
  transition: all .5s ease;
  border: 1px solid #327cc5;
  box-shadow: 10px 10px;
  margin: 0px;
}

.custom-inner {
  padding: 10px;
  border: 1px solid #327cc5;
  transition: box-shadow .2s linear;
  border-radius: 2px;
  text-align: center;
  background-color: #FAFAFA;
  height: 100%;
}


@media screen and (max-width:768px){
  #HomeAccountDash{
    display: none;
  }
  
  #Custom_Click_Collect{
    flex-direction: column;
  }
  .custom_grid_item{
    width: 100% !important;
  }
  #Custom-KeepInTouch{
        flex-direction: column !important;
  }
  #Custom-KeepInTouch div {
    margin: 5px;
    padding: 5px;
  }
.mc-banner{
    display: none !important;
}
.merchandising-content-static .row { 
    flex-direction: column;
}
}

/* Popup */
.c-popup {
  width: 200px;
  height: 280px;
  color: white;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  bottom: 0px;
  margin-left: -200px;
  z-index: 10;
  position: fixed;
  left: 0px;
}
.c-popup-title {
  font-size: 18px;
}

.c-Percentage-Off {
  font-weight: 700;
    font-size: 28px;
}

.c-shop-now-button {
  height: 100%;
width: 100%;
background-color: transparent;
padding: 0px;
margin: 0px;
}

.c-shop-now-button:hover {
background-color: transparent;
}
.c-inner_main{
   height: 100%;
}
.c-Inner_Popup{
    background-image: url("https://eu.evocdn.io/dealer/1222/content/media/My_Theme/assests/images/CrayolaPopup.jpg");
height: 100%;
}

.c-close-button {
  width: 200px;
  height: 25px;
}

.c-close-button svg{
  cursor: pointer;
}

.Custom-KeepInTouchIcon {
    margin: 10px;
}
#Custom-KeepInTouch{
  padding: 10px;
  text-align: center;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  display: flex;
  align-items: center;
  flex-direction: row;
}

#Custom-KeepInTouch div a {
  margin: 0 auto;
  border-radius: 5px;
}

#Custom-KeepInTouch div h3 {
  margin: 0 auto;
}

#Custom-KeepInTouch div h4 {
  margin: 0 auto;
}

    /* start of full page create account  */

/* blue bar gradient  */
.gradient-box {
    position: fixed;
    bottom: 0%;
    width: 100%;
    height: 30%;
    z-index: -1;
    background: rgb(3,131,185);
    background: -moz-linear-gradient(270deg, rgba(50,124,197,1) 1000%, rgba(38,169,225,0.8883928571428571) 100%);
    background: -webkit-linear-gradient(270deg, rgba(50,124,197,1) 1000%, rgba(38,169,225,0.8883928571428571) 100%);
    background: linear-gradient(270deg, rgba(50,124,197,1) 1000%, rgba(38,169,225,0.8883928571428571) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0383b9",endColorstr="#26a9e1",GradientType=1);

}

/* Darken the shadow and change forms background-color */
.register-form .form-container {
    box-shadow: 2px 4px 30px -6px #404041;
    background: #ffff;
}


/* Remove header section on desktop */
.register .header-full {
    display: none;
}

/* Remove header section on mobile */
.register .header-mobile {
    display: none;
}


/* Remove spacing around the logo */
.register-form .logo {
    margin-top: 0px;
    margin-bottom: 0px;

}

/* Darken form text color */
.log-reg .form-container form .form-group > label {
    color: #404041;
    }

/* Increase form text size */
.register-form label {
    font-size: 1em;
}

/* background */
body.register {
    background-color: #fff;
}

/* field borders */
.register .form-control {
    border: 1px solid #b6b6b6;
}

/* checkbox borders */
.register .control__indicator {
    border: 1px solid #b6b6b6;
}

/* font awesome arrow */
.register .fa-arrow-left {
    font-size: 24px;

}
/* back button */
button.registerBackBut {
    box-shadow: none;
    border: none;
    position: absolute;
    top:25px;
    left:40px;
}
/* end of full page create account  */

.product-name-container {
    display: flex !important;
    justify-content: center;
}

.merchandising-content-static .row { 
    display: flex !important;
    align-items: center;
}

/* High Order Top*/
#Custom_Header_Strip_2 {
  text-align: center;
  display: block;
  position: relative;
  overflow: auto;
  height: auto;
  box-shadow: inset 0px 0px 2px 0px #327cc5;
}

#Custom_Header_Strip_2 {
  padding: 5px 15px 5px 15px;
}

#htmlcontent_141046{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#Custom_Header_Strip_2 p {
  margin: 0px;
  font-weight: bold;
}

.out-stock {
    color: #d22f25;
}

.in-stock {
    color: #37b048;
}

.product-sku {
    font-size: 1rem;
    color: #09335d;
}