.page-header {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.checkout-index-index .page-header {
  position: relative;
  box-shadow: none;
}

.checkout-index-index {
  position: relative;
}

#maincontent {
  margin-top: 140px;

  @media screen and (min-width: 768px) {
    margin-top: 220px;
  }
}

.checkout-index-index #maincontent {
  margin-top: 0 !important;
}

.sticky-header {

  .logo img {
    width: 130px;
  }

  #maincontent {
    margin-top: 120px;
  }

  @media screen and (min-width: 768px) {
    #maincontent {
      margin-top: 260px;
    }
  }
}

.home-top-container,
.home-slider .block-title.title {
  text-align: center;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
  z-index: 0;
}

.home-top-container {
  margin-bottom: 15px;
  position: relative;
}

.home-top-container .home-text {
  position: absolute;
  top: 10%;
  left: 3%;
  width: 349px;
  text-align: left;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
}

.home-top-container > div {
  display: inline-block;
}

.home-top-container > div:nth-child(2) {
  margin: 0 15px;
}

.home-slider .block-title.title {
  position: relative;
}

.sidebar.sidebar-main .block.block-search.digital-museum {
  max-width: 100%;
  padding-left: 0;
}

.ie10 .page-wrapper,
.ie11 .page-wrapper {
  height: auto !important;
}

@media all and (min-width: 600px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
  .post-item-list .post-image {
    display: inline-block !important;
    width: 30% !important;
    vertical-align: middle !important;
    min-width: 0px !important;
  }

  .post-item-list .post-info-wraper {
    display: inline-block !important;
    width: 67% !important;
    vertical-align: middle !important;
  }
}

.page-header .switcher .options ul.dropdown li {
  display: block;
}
.home-slider .block-title strong {
  position: relative;
  z-index: 5;
  background-color: white;
  padding: 0 10px;
}

.cms-home h2 {
  line-height: 0.5;
  text-align: center;
}
.cms-home h2 span {
	display: flex;
	width: 100%;
	justify-content: center;
 	align-items: center;
	text-align: center;
	line-height: 1;
}
.cms-home h2 span:before,
.cms-home h2 span:after {
	content: '';   
    margin: 0 20px 0 0;
    flex: 1 0 20px;
  	border-top: 1px solid #adadad; 
}
.cms-home h2 span:before {
  right: 100%;
  margin-right: 15px;
}
.cms-home h2 span:after {
  left: 100%;
  margin: 0 0 0 20px;
}

.featured .owl-nav.disabled, .new .owl-nav.disabled, .new-custom .owl-nav {
display:block!important;
}
.news-container .news-block {
  display: inline-block;
  width: 33%;
  float: left;
  padding-right: 1%;
  padding: 2% 0 5%;
}
.news-container .news-block:nth-of-type(2) {
  margin-right: 12px;
}

.news-block > div {
  margin: 5% 0 4%;
  color: #787878;
}

.newsletter-container {
  position: relative;
}

.newsletter-container img {
  width: 2880px;
  height: 750px;
}
.home-top-container h3 a,
.home-top-container h3 a:hover {
  color: #333;
}
.home-top-container h3 a:hover {
  text-decoration: underline;
}
.newsletter-container .block.newsletter {
  width: 55%;
  position: absolute;
  top: 39%;
  left: 22%;
  text-align: center;
  padding: 0 5%;
}
.newsletter-container .block.newsletter .title {
  display: block;
  color: #000;
  text-align: center;
  margin-bottom: 5%;
  margin-left: 0%;
}
.newsletter-container .block.newsletter .title strong {
  font-size: 2.8rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.newsletter-container .field.newsletter label {
  position: relative;
  color: #fff;
  padding-right: 4%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
}

.newsletter-container .block.newsletter .field .control {
  display: inline-block;
  width: 78%;
}

.newsletter-container .block.newsletter .field .control input {
  border-radius: 3px;
  box-shadow: 0px 0px 15px 2px #888888;
}
.newsletter-container .block.newsletter .content {
  text-align: center;
}
.newsletter-container .block.newsletter .actions {
  padding-left: 0%;
  position: relative;
  left: 0%;
}
.newsletter-container .block.newsletter .custom-info {
  display: none;
}
.cms-home .news-block h2 {
  text-align: left;
  color: #273041;
  font-weight: 700;
}
.news-container > div:last-child {
  padding-right: 0;
}
.new .owl-nav.disabled .owl-prev,
.new .owl-nav.disabled .owl-next,
.featured .owl-nav.disabled .owl-prev,
.featured .owl-nav.disabled .owl-next,
.new-custom .owl-nav .owl-prev,
.new-custom .owl-nav .owl-next {
  border: solid #cccccc;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 18px;
  position: absolute;
  bottom: 55%;
}

.new .owl-nav.disabled .owl-next,
.featured .owl-nav.disabled .owl-next,
.new-custom .owl-nav .owl-next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -3% !important;
}

.new .owl-nav.disabled .owl-prev,
.featured .owl-nav.disabled .owl-prev,
.new-custom .owl-nav .owl-prev {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: -3% !important;
}

.cms-home #maincontent {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.cms-home #maincontent .home-top-container,
.cms-home #maincontent .home-top-container,
.cms-home #maincontent .new,
.cms-home #maincontent .featured,
.cms-home #maincontent .news-container,
.cms-home #maincontent .new-custom,
.cms-home #maincontent .page.messages {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.cms-home #maincontent .new,
.cms-home #maincontent .featured,
.cms-home #maincontent .news-container,
.cms-home #maincontent .new-custom {
  margin-top: 5%;
}
.newsletter-container {
  clear: both;
  width: 100%;
}
.am-slider-container #amslider_id1 {
  max-width: 100%;
}
.brands-container
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  display: none;
}
.brands-container {
  clear: both;
  width: 100%;
  position: relative;
  display: block;
  float: left;
  margin: 3% 0 0;
}
.brands-container .amslider-header-container {
  text-align: center;
  font-size: 3.5rem;
  text-transform: uppercase;
}

/* TEK-12 */
.create-account-left {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.create-account-right {
  width: 40%;
  float: right;
}
.account-top {
  margin-bottom: 50px;
}
.account-bottom {
  margin-bottom: 30px;
}
/* End TEK-12 */

/* TEK-14 */
.column.main .ask-question-form .button-container .button-info {
  float: none;
  padding-left: 8%;
}
.column.main .ask-question-form .button-container {
  text-align: center;
}

/* End TEK-14 */
/* Event Calendar */
.register-button button#invite_friend_button {
  background: url(../images/E-mail.png) no-repeat;
  display: inline-block;
  width: 34px;
  height: 34px;
  background-position: 0px 0px;
  cursor: pointer;
  position: relative;
  text-indent: -9999999px;
  border: none;
}
.at-style-responsive .at-share-btn {
  padding: 7px !important;
}

/* Event Calendar */

/* Mageplaza Blog */

.mp-post-title .post-link-title {
  display: none;
}

.mp-read-more {
  text-decoration: none !important;
  color: #333333 !important;
}
/* END Mageplaza Blog */

/* TEK-45 */
.customer-account-login .widget.block.block-static-block {
  clear: none;
  display: inline-block;
  width: 40%;
  vertical-align: top;
  float: right;
}
.login-container.b2b {
  display: inline-block;
}
.login-container.b2b .block.block-customer-login {
  width: 100%;
}
.widget.block.block-static-block .block-title {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.widget.block.block-static-block .block-title strong {
  font-weight: 500;
}
/* TEK-45 */

#amlocator_left .today_schedule {
  display: none;
}

.sales-order-view .order-status {
  margin-bottom: 25px;
}

.sales-order-invoice .order-status {
  margin-bottom: 25px;
}

/* TEK-121 */
.order-products-toolbar .limiter {
  float: right;
}
/* TEK-121 */

.product-item-details .ecw-sku{
  clear: both;
  margin-top: 10px;
}

/* TEK-169 */
.abs-visually-hidden-desktop-s, .products-grid .product-item-info .product-item-inner {
  position: relative !important;
  height: auto !important;
  width: auto !important;
  margin: -1px 1px -1px -1px !important;
  padding: 11px 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.products-grid .product-items {
  display: flex;
  flex-flow: row wrap;

  .product-item-details {
    justify-content: space-between;
  }

  .product-item-actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

/* TEK-176 */
.block.block-search.digital-museum {
  margin-bottom:20px;
}
.block.block-search.digital-museum  .block.block-content.museum {
  margin-bottom:0px;
}

/* END TEK-176 */

/* TEKS-82 */
.header.content .block.block-search {
	z-index:99;
}


/* END TEKS-82 */
/* TEKS-87 */
.header.content .logo img {
    height:auto;
}
/* END TEKS-87 */


/* RESPONSIVE */

@media only screen and (min-width: 300px) and (max-width: 767px) {

  .block.block-search.digital-museum  .block.block-content.museum input {
    margin-top:30px;	
  }
  .block.block-search.digital-museum  .block.block-content.museum input {
    position:relative;
    left:0;
  }
  .block.block-search.digital-museum  .block.block-content.museum .field.search label {
    display:none;
  }
  .customer-account-login .widget.block.block-static-block {
    width: 100%;
    margin-bottom: 10%;
    padding: 20px 0px;
  }
  .login-container.b2b {
    width: 100%;
  }

  #maincontent .columns {
    display: block;
  }
  .home-top-container > div:nth-child(2) {
    margin: 0;
  }
  .home-top-container .home-text {
    display: none;
  }

  .featured .owl-nav,
  .new .owl-nav,
  .new-custom .owl-nav {
    display: block !important;
  }

  .new .owl-nav .owl-prev,
  .new .owl-nav .owl-next,
  .featured .owl-nav .owl-prev,
  .featured .owl-nav .owl-next,
  .new-custom .owl-nav .owl-prev,
  .new-custom .owl-nav .owl-next {
    border: solid #cccccc;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 18px;
    position: absolute;
    bottom: 55%;
  }

  .new .owl-nav .owl-next,
  .featured .owl-nav .owl-next,
  .new-custom .owl-nav .owl-next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 5% !important;
  }

  .new .owl-nav .owl-prev,
  .featured .owl-nav .owl-prev,
  .new-custom .owl-nav .owl-prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 5% !important;
  }
  .column.main
    .block-content
    .owl-carousel
    .owl-item
    .product-item.product-slider
    .product-item-info {
    width: 100% !important;
  }
  .column.main
    .block-content
    .owl-carousel
    .owl-item
    .product-item.product-slider
    .product-item-info
    .product-image-container {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .news-container .news-block {
    width: 100%;
  }
  .newsletter-container img {
    width: auto;
    height: auto;
  }

  .newsletter-container .block.newsletter .title strong {
    font-size: 1.5rem;
  }
  .newsletter-container .block.newsletter {
    width: 75%;
    position: absolute;
    top: 24%;
    left: 12%;
    text-align: center;
    padding: 0 5%;
  }

  .newsletter-container .field.newsletter label {
    font-size: 1rem;
  }
  .newsletter-container .block.newsletter .field .control {
    display: block;
    width: 100%;
  }

  .newsletter-container .block.newsletter .actions {
    width: 100%;
    display: block;
    margin: 4% 0;
  }
  .newsletter-container .field.newsletter label {
    color: #000;
  }
  .newsletter-container .block.newsletter .title {
    margin-bottom: 6%;
  }
  .page-header .header.content .nav-sections {
    background: #fff;
  }
  .page-header .custom-mobile-items {
    clear: both;
    margin: 0 0 0;
    display: block;
    float: left;
    background: #fff;
    width: 100%;
  }
  .nav-sections-item-title .nav-sections-item-switch {
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
  }
  .create-account-right {
    width: 40%;
    clear: both;
    float: none;
  }
  .sections.nav-sections .nav-sections-item-title {
    width: 50%;
    background: #fff;
  }
  .sections.nav-sections .nav-sections-item-title.active {
    background: #d1d1d1;
  }
  .page-header .switcher .options .action.toggle:after,
  .page-header
    .actions.dropdown.options.active
    #switcher-language-trigger-nav:after {
    content: none;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border: none;
  }

  .page-header .switcher strong,
  .page-footer .switcher strong {
    font-weight: 600;
  }
  .page-header .custom-mobile-items li {
    list-style: none;
    font-size: 1.6rem;
    position: relative !important;
    display: block;
  }
  .page-header .custom-mobile-items li a {
    padding: 0 20px;
    position: static;
    line-height: 45px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
  }

  .page-header .header.content .nav-sections .navigation {
    width: 100%;
  }

  .navigation .nav-mobile .submenu.animated li {
    border-bottom: none;
  }
  .sections.nav-sections .ves-menu .navigation .level0 > .submenu {
    background: transparent;
  }

  .news-container
    #mpblog-list-container
    .row
    .post-list-item.col-sm-4.col-xs-4 {
    width: 100%;
  }

  .page-products .block-collapsible-nav {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .create-account-right {
    width: 40%;
    clear: both;
    float: none;
  }
  .home-top-container .home-text {
    width: 35%;
  }

  .home-top-container {
    text-align: left;
  }
  .home-top-container > div:nth-child(2) {
    margin: 0 10px;
  }
  .home-top-container > div {
    max-width: 32%;
  }

  .featured .owl-nav,
  .new .owl-nav,
  .new-custom .owl-nav {
    display: block !important;
  }

  .new .owl-nav .owl-prev,
  .new .owl-nav .owl-next,
  .featured .owl-nav .owl-prev,
  .featured .owl-nav .owl-next,
  .new-custom .owl-nav .owl-prev,
  .new-custom .owl-nav .owl-next {
    border: solid #cccccc;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 18px;
    position: absolute;
    bottom: 55%;
  }

  .new .owl-nav .owl-next,
  .featured .owl-nav .owl-next,
  .new-custom .owl-nav .owl-next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 5% !important;
  }

  .new .owl-nav .owl-prev,
  .featured .owl-nav .owl-prev,
  .new-custom .owl-nav .owl-prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 5% !important;
  }
  .news-container > div:last-child {
    margin-right: 0;
  }
  .news-container .news-block:nth-of-type(2) {
    margin-right: 10px;
  }

  .news-container .news-block {
    width: 32%;
    margin-right: 10px;
  }
  .page-header .header.content .nav-sections .navigation {
    width: 100%;
  }

  .newsletter-container img {
    width: auto;
    height: auto;
  }

  .newsletter-container .block.newsletter .title strong {
    font-size: 3.5rem;
  }
  .newsletter-container .block.newsletter {
    width: 75%;
    position: absolute;
    top: 24%;
    left: 12%;
    text-align: center;
    padding: 0 5%;
  }

  .newsletter-container .field.newsletter label {
    font-size: 2rem;
  }
  .newsletter-container .block.newsletter .field .control {
    display: block;
    width: 100%;
  }

  .newsletter-container .block.newsletter .actions {
    width: 100%;
    display: block;
    margin: 4% 0;
  }
  .newsletter-container .field.newsletter label {
    color: #fff;
  }
  .newsletter-container .block.newsletter .title {
    margin-bottom: 14%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1919px) {
  .create-account-right {
    width: 40%;
    /*clear:both;
		float:none;*/
  }
  .home-top-container .home-text {
    width: 35%;
  }
  .featured .owl-nav,
  .new .owl-nav,
  .new-custom .owl-nav {
    display: block !important;
  }

  .new .owl-nav .owl-prev,
  .new .owl-nav .owl-next,
  .featured .owl-nav .owl-prev,
  .featured .owl-nav .owl-next,
  .new-custom .owl-nav .owl-prev,
  .new-custom .owl-nav .owl-next {
    border: solid #cccccc;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 18px;
    position: absolute;
    bottom: 55%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .create-account-right {
    width: 40%;
  }
  .home-top-container .home-text {
    width: 35%;
  }

  .home-top-container {
    text-align: left;
  }
  .home-top-container > div:nth-child(2) {
    margin: 0 10px;
  }
  .home-top-container > div {
    max-width: 32%;
  }

  .featured .owl-nav,
  .new .owl-nav,
  .new-custom .owl-nav {
    display: block !important;
  }

  .new .owl-nav .owl-prev,
  .new .owl-nav .owl-next,
  .featured .owl-nav .owl-prev,
  .featured .owl-nav .owl-next,
  .new-custom .owl-nav .owl-prev,
  .new-custom .owl-nav .owl-next {
    border: solid #cccccc;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 18px;
    position: absolute;
    bottom: 55%;
  }

  .news-container > div:last-child {
    margin-right: 0;
  }
  .news-container .news-block:nth-of-type(2) {
    margin-right: 10px;
  }

  .news-container .news-block {
    width: 32%;
    margin-right: 10px;
  }
  .page-header .header.content .nav-sections .navigation {
    width: 100%;
  }

  .newsletter-container img {
    width: auto;
    height: auto;
  }

  .newsletter-container .block.newsletter .title strong {
    font-size: 3.5rem;
  }
  .newsletter-container .block.newsletter {
    width: 75%;
    position: absolute;
    top: 24%;
    left: 12%;
    text-align: center;
    padding: 0 5%;
  }

  .newsletter-container .field.newsletter label {
    font-size: 2rem;
  }
  .newsletter-container .block.newsletter .field .control {
    display: block;
    width: 100%;
  }

  .newsletter-container .block.newsletter .actions {
    width: 100%;
    display: block;
    margin: 4% 0;
  }
  .newsletter-container .field.newsletter label {
    color: #fff;
  }
  .newsletter-container .block.newsletter .title {
    margin-bottom: 14%;
  }
}
.account .page-main .page-title-wrapper h1.page-title {
  margin-right: 0px;
}

/*menu*/

.owl-stage-outer .owl-stage .owl-item.active .product-block:hover {
    width: 186px;
}

.owl-stage-outer .owl-stage .owl-item.active .product-block .product-item-actions .actions-primary{
	display:block;
}

@media only screen and (min-width: 768px){
  .nav-sections {
    background: transparent!important;
  }
	.ves-megamenu {
	  width: 100% !important;	
	  padding: 0 20px !important;
	}
	
	.owl-stage-outer {
		padding-left: 25px !important;
	}

	.block-search input{
		height: 42px;
	}

	.minicart-wrapper .action.showcart::before {
		font-size: 32px;
		margin-top:5px;
		line-height:33px;
	}
  .minicart-wrapper .action.showcart.active::before {
    font-size: 32px;
    margin-top:5px;
    line-height:34px;
  }

	.block-search{
		width:350px !important;
	}

	#search.input-text {
    	font-size: 18px;
	}

	.block-search .action.search::before {
		font-size:22px !important;
		margin-top:4px !important;
  }
  
  .block.newsletter .form.subscribe > .field, .block.newsletter .form.subscribe > .actions {
    float: unset !important;
  }

  .newsletter-container .block.newsletter{
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .sections.nav-sections {
    background-color: #fff !important;
    z-index: 98 !important;
  }

  .ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: block !important;
  }

}

@media only screen 
  and (min-width: 975px) 
  and (max-width: 1023px){
	.ves-megamenu .level0 {
		float: none!important;
		text-align: center!important;
		margin: 0 auto !important;
	}

	#search_mini_form .field.search .control .input-text {
	    font-size: 12px;
	}

	.ves-megamenu .nav-item > a{
		padding: 0 12px;
	}
}

@media only screen 
  and (min-width: 768px) 
  and (max-width: 974px){
	.ves-megamenu{
		float:none!important;
		width: 100% !important;
	}
	.ves-megamenu .level0 {
		float: none!important;
		text-align: center!important;
		margin: 0 auto !important;
	}

	#search_mini_form .field.search .control .input-text {
	    font-size: 12px;
	}
}

.ves-megamenu .shop-megamenu .megamenu-content .nav-dropdown .dynamic-items ul li{
	text-align:left;
}

.owl-stage-outer
  .owl-stage
  .owl-item.active
  .product-block
  .product-item-actions
  .actions-primary {
  display: block;
}


@media only screen and (min-width: 975px) and (max-width: 1023px) {
  .ves-megamenu {
    float: none !important;
  }
  .ves-megamenu .level0 {
    float: none !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  #search_mini_form .field.search .control .input-text {
    font-size: 12px;
  }

  .ves-megamenu .nav-item > a {
    padding: 0 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 974px) {
  .ves-megamenu {
    float: none !important;
    width: 100% !important;
  }
  .ves-megamenu .level0 {
    float: none !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  #search_mini_form .field.search .control .input-text {
    font-size: 12px;
  }
}

.ves-megamenu
  .shop-megamenu
  .megamenu-content
  .nav-dropdown
  .dynamic-items
  ul
  li {
  text-align: left;
}
.ves-megamenu .dropdown-menu .content-wrap .megamenu-content {
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ves-megamenu .shop-megamenu .submenu.animated.dropdown-menu {
    width: 665px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .ves-megamenu .shop-megamenu .submenu.animated.dropdown-menu {
    width: 750px;
  }
}

@media only screen and (min-width: 1124px) and (max-width: 1280px) {
  .ves-megamenu .shop-megamenu .submenu.animated.dropdown-menu {
    width: 890px;
  }
}

@media only screen and (min-width: 1281px) {
  .page-header .header.content .nav-sections .navigation {
    width: 100%;
  }
  .ves-megamenu .shop-megamenu .submenu.animated.dropdown-menu {
    width: 1000px;
  }
}

.megamenu-content .dropdown-submenu a.nav-anchor {
  text-align: left;
}
.ves-megamenu .submenu.animated.dropdown-menu {
  clear: both;
  overflow: auto;
}

@media only screen and (max-width: 768px) {
  .cms-home #maincontent .home-top-container {
    top: 0px;
  }
}

/* CONTACT PAGE */

.cms-contact iframe {
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  .cms-contact-left {
    display: inline-block;
    float: left;
    width: 100%;
  }
  .cms-contact-right {
    float: left;
    width: 100%;
  }
}

/* END CONTACT PAGE */

.cms-behind-the-scenes iframe {
  max-width: 100%;
}
.cms-productieproces iframe {
  max-width: 100%;
}
.cms-hinter-den-kulissen iframe {
  max-width: 100%;
}
.cms-dans-les-coulisses iframe {
  max-width: 100%;
}

#wishlist-sidebar {
  margin-bottom: 40px;
}
#wishlist-sidebar .product-item-info {
  width: 100% !important;
}
#wishlist-view-form .action.tocart.primary {
	font-size: 1.2rem !important;
	padding-left: 3px !important;
	padding-right: 3px !important;
}
@media only screen and (min-width: 600px) {
	.mp-product-slider-title {
		margin-bottom: 30px !important;
	}
}
.newsletter-container .block.newsletter .field.newsletter {
    max-width: unset;
}

.block-blog-related {
    margin: 30px;
    display: inline-block;
}

/* TEKS-230 */
#checkout .amcard-field-container {
  padding: 0px 20px 10px 20px;
}
#checkout .amcard-field-container .amcard-title {
  color: #3279bb
}
.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
  width: 100%;
}
.amcheckout-checkboxes-container.amcheckout-checkboxes {
  width: 100% !important;
}
.postnl-delivery-options button.btn.btn-default {
  height: 75px;
  color: black;
}
.amcheckout-main-container .tig_postcode_nl.tig_postcode_field._error .field-error {
  height: auto;
}