.Assemblybox {display:none}
body.ex-l-3663 .Assemblybox {display:block}

.classlinks a.btn-outlined-invert {
    font-size: 1.2em;
    line-height: 2em;
    padding-left: 5px;
    padding-right: 5px;
}

.headersection-1  {
 padding-top: 5px; 
}

.header-full .classlinks {
  text-align: left !important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: -30px;
  z-index: 1;
}

.header-full .classlinkslist {
  padding-left: 255px;
}

@media (max-width: 1469px) {
  .header-full .classlinks{
     margin-bottom: 0;   
    text-align: center !important;
  }
 
 .header-full .classlinkslist {
   padding-left: 0;
  }
}

.header-full .classlinks a:hover {
 text-decoration: underline; 
}

.header-full .vertical-align.row-2 > div {
 width: auto; 
}

header .header-full .logo {
 margin: 0 0 20px 0; 
}

.header-full .widgetlogo img {
  max-height: 80px !important;
}

.header-full .search_container {
  flex-grow: 1;
}

body .header-full .toolbar .account-btn {
  padding: 12px 28px;
  background: #f6f6f6;
}

.toolbar .cart-btn > .btn {
  background: #262161;
  border-radius: 7px;
}

.toolbar .cart-btn > .btn i {
  color: #fff;
  background: url("https://eu.evocdn.io/dealer/1779/content/media/bag.png");
  width: 17px;
  height: 20px;
  background-size: contain;
}

.toolbar .cart-btn > .btn ::before {
  display: none;
}

.toolbar .cart-btn > .btn span {
  background: #352e88;
  padding: 4px 6px;
}

.categoryCards {
  display: flex;
  justify-content: space-between;
  margin: 5px 0 25px;
}

.categoryCard {
  width: 19%;
}

.categoryCard img {
  width: 100%;
  height: 154px;
  object-fit: cover;
}

.categoryCard span {
  text-align: center;
  display: block;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #262161;
  color: #fff;
  font-weight: 600;
  padding: 0 5px 10px 5px;
  position: relative;
  transition: background 0.3s
}

.categoryCard span::after {
  content: "";
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #15a4e0;
}

.categoryCard:hover span {
  background-color: #15a4e0;
}

.cc2 span::after {
  background: #643189;
}

.cc2:hover span {
  background-color: #643189;
}

.cc3 span::after {
  background: #cc545f;
}

.cc3:hover span {
  background-color: #cc545f;
}

.cc4 span::after {
  background: #7bb626;
}

.cc4:hover span {
  background-color: #7bb626;
}

.cc5 span::after {
  background: #f8b143;
}

.cc5:hover span {
  background-color: #f8b143;
}

@media (max-width: 991px) {
  .categoryCards {
   flex-wrap: wrap; 
    gap: 10px;
  }
  
  .categoryCard {
    width: auto;
    flex-grow: 1;
  }
}

footer.footer {
  padding: 0;
  font-size: 14px;
}

.footersection-1 {
  padding: 70px 0;
}

.footersection-1 .dealerdetails_container {
  width: 40%;
}

.footersection-1 .menulinks_container,
.footersection-1 .contactdetails_container{
  width: 30%;
}

footer.footer .logo {
  border: 0;
  padding: 0;
  margin: 0 0 30px;
}

footer .logo img {
  max-width: 345px;
}

.dealerdetails_container p {
  margin: 0 0 30px;
  line-height: 2;
}

footer.footer .quicklinks  {
  text-align: center !important;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 20px;
}

footer.footer .quicklinks ul {
  font-size: 16px;
}

footer.footer .quicklinks > ul > li + li {
  margin-top: 40px;
}

footer.footer .quicklinks > ul > li > a {
  font-weight: 700;
  margin-bottom: 20px;
}

footer.footer .quicklinks > ul > li > ul {
  margin: 0 !important;;
}

footer.footer .quicklinks > ul > li > ul > li > a {
  margin: 10px 0;
  display: block;
}

.footer h4 {
  margin: 0 0 20px;
  text-transform: none;
  font-size: 16px;
  line-height: 1em;
}

.contacts .contact-block {
  justify-content: center;
}

@media (max-width: 991px) {
  .footersection-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .footersection-1 > .row > div {
    width: 100%;
  }
  
  footer.footer .quicklinks {
    border: 0;
    padding: 0;
  }
}

.footersection-2 .footersection-2 {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footersection-2 p,
.footersection-2 a {
  color: #222222;
}

/*Search Bar Rounded*/

header section.search .search-form .form-group input {
    border-color: #262161;
    border-radius: 20px;
}

.subscr-widget {
    background: #00adee;
    color: #000;
    padding: 35px 0;
}

/* Hide Facebook like and share buttons */
.fb-like {
    display: none !important;
}

/* Hide Twitter share button */
.twitter-share-button {
    display: none !important;
}

/* Highlight Configurable Options */
.product-shopping-actions-options {
  background: #dbd9f2;
    border-radius: 10px;
}

/*Fix Product Code Selection*/
.label-focus::selection{
    background: #000000
}

/*Delivery Information Bar*/
.DeliveryBar {
  border-bottom:solid;
}

.DeliveryBar p {
  margin: 0;
}

.DeliveryBar a {
  display: inline-block;
    width: 49%;
}

/*Mobile Information Bar*/
.countyOX-mobileBaner {
	border-bottom:solid;
        text-align:center;

}
.countyOX-mobileBaner a {
    display: inline-block;
    font-size: 11px;
    letter-spacing: -.5px;
    font-weight: bold;
    padding: 10px 5px 10px;
}

.countyOX-mobileBaner-widget {
	display:none;

}

@media only screen and (max-width: 768px) {

	.countyOX-mobileBaner-widget {
		display:block;

	}
}

/*Christmas Opening Bar*/
.ChristmasOpening {
  background-color:#f5e689;
  color:black;
  border-bottom:none;
}