@import url('owl.carousel.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
body{
  font-family: 'Roboto', sans-serif;
  margin:0;padding:0;
}
*{box-sizing:border-box;outline:none;}
input,a,button{outline:none;box-shadow:none;text-decoration:none;}
ul{margin:0;padding:0;}
li{list-style:none;}
button,a{-webkit-transition:all .4s; -moz-transition:all .4s; transition:all .4s;}
img{max-width:100%;}
.custom_container{
  max-width:1200px;margin:0 auto;padding:0 15px;width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price:focus+.face-prise-from,
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price:focus+.face-prise-to{
  z-index: -1;
}
.catalogsearch-result-index .product-item .price-box{
  height: 15px;
}
#amasty-shopby-product-list .products-list .product-item .price-box{
  flex-wrap: inherit;
}
#amasty-shopby-product-list .products-list .product-item .price-box .old-price{
  align-self: baseline;
}
#amasty-shopby-product-list .product-item .price-box{
  flex-direction: column;
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#amasty-shopby-product-list .product-item .price-box .special-price{
  align-self: end;
  margin-top: 0;
  order: 1;
}
#amasty-shopby-product-list .product-item .price-box .old-price{
  align-self: baseline;
  order: 0;
  margin: 3px 0;
}
#amasty-shopby-product-list .product-item .price-box .old-price .price-label{
  display: none;
}
#amasty-shopby-product-list .product-item .price-box .old-price .price-wrapper .price{
  color: #868686;
  margin-top: 2px;
  text-decoration: line-through;
}
#amasty-shopby-product-list .product-item .special-price .price{
  color: #339571;
  font-size: 16px;
}
.amsearch-products-section .product-item .special-price .price{
  color: #881e1a;
}
.amsearch-products-section .product-item button.tocart.action.primary{
  background: #fff;
  color: #6d7884;
  border-color: #6d7884;
  height: auto;
}
.catalog-category-view .amsearch-products-section .product-item .price-box{
  height: auto;
}
.block.upsell .action.primary[type="submit"]{
  color: #fff;
}
.face-prise-to,
.face-prise-from{
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 4rem;
  background-color: #fff;
  border: 1px solid #dfdedd;
  color: #494949;
  top: 0;
  left: 0;
}
.theme_btn {
  display: inline-block;
  color: #000;
  font-size: 14px;
  border: 1px solid #000;
  padding: 9px 30px;
  text-decoration: none !important;
}
.theme_btn:hover{
  background-color:#000;
  color:#fff;
}
.main-head{
  font-size:36px;
  font-weight:500;
  color:#000;
  text-align:center;
  margin: 0 0 10px;
}
.head-desc{
  font-weight:300;
  font-size:18px;
  color:#585858;
  text-align:center;
  margin: 0 0 20px;
}

/*------Header---------*/

header {background-color: #fff;}
header.page-header .panel.wrapper {
  border-bottom: 1px solid #d3d3d3;
  font-size: 11px;
  color: #414141;
  padding: 10px 0;
}
.page-header .panel.wrapper .custom_container {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.header.links {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  align-items: center;
}
.header.links li a{
  color: #88201d;
  font-size: 13px;
  padding-left: 17px;
}
.head_mid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  max-width: 1230px;
  margin: 0 auto;
}
.amsearch-wrapper-block {
  background-color: #fff;
  position: absolute;
  left: 15px;
  border-bottom: 1px solid #ccc;
  max-width: 360px;
  width: 100%
}

.amsearch-input-wrapper .amsearch-input {
  border: 0;
  padding: 0 10px;
  height: 30px;
  font-size: 14px;
  background-color: #fff;
  color: #505050;
  font-family: roboto condensed, sans-serif;
  width: 85%
}

.amsearch-wrapper-block button {
  border: 0;
  background-color: transparent;
  height: 30px;
  padding: 0;
  vertical-align: top
}

.amsearch-item-container .amsearch-item .amsearch-link {
  color: #000;
  text-decoration: underline;
}
.minicart {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 15px;
}

.minicart>ul {
  display: -ms-flexbox;
  display: flex
}

.minicart>ul li {
  padding-left: 25px
}
.minicart>ul li img{
  opacity: .5;
}

.block-minicart .block-content>.actions>.secondary {
  margin: 0 10px 15px
}

.block-minicart .block-content>.actions>.secondary button {
  line-height: 2.2rem;
  padding: 9px 17px;
  font-size: 1.8rem;
  box-shadow: none;
  width: 100%;
  border: none;
  background: #9f1c20;
  color: #fff
}

.block-minicart .block-content > .actions > .secondary {
    margin: 0 10px 15px;
}

.block-minicart .block-content > .actions > .secondary button {
  background: #fff;
  color: #6d7884;
  border: 1px solid #6d7884;
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 12px;
  font-weight: 500;
  font-family: inherit;
}

.block-minicart .block-content > .actions > .secondary button:hover{
  background: #339571;
  border-color: #339571;
  color: #fff;
}

.ammenu-menu-wrapper {
  margin-bottom: 0;
  box-shadow: 0 0 18px 0 rgba(0 0 0 / 75%);
  height: auto;
}
.ammenu-nav-sections.-topmenu .ammenu-main-container{
  border-top-color: #fff !important;
  border-bottom-color: #efefef !important;
  padding: 0 15px;
  background: #fff !important;
  max-height: inherit;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item {
  max-height: 50px !important;
}
.amsearch-input-wrapper .amsearch-input {
  padding: 0;
  font-family: roboto, sans-serif;

}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #6d7884;
}
.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root{
  justify-content: space-between;
  max-width: 1230px;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link{
  font-size: 1.12em;
  font-weight: 400;
  padding: 14px 0;
  color: #6d7884 !important;
  max-height: 50px;
  background: transparent!important;
  border-bottom: 2px solid #fff;
}
.ammenu-link{
  border-bottom: 2px solid #fff;
}
.ammenu-link:hover,
.ammenu-link.-current{
  color: #6d7884 !important;
  background: transparent!important;
  border-bottom: 2px solid #9f1c20!important;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
    display: none !important;
}

/*

.nav-sections{
  background-color:#f1f1f1;
  margin-bottom: 0;
}

.ammenu-menu-wrapper.-desktop .ammenu-item.-main a:hover,
.ammenu-menu-wrapper.-desktop .ammenu-item.-main a:focus {
  text-decoration: none;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main li div {
  font-family: 'Roboto', sans-serif;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main li,
.ammenu-menu-wrapper.-desktop .ammenu-item.-main li li {
  margin: 0;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main li a {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8em;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main h3 a {
  font-family: 'Roboto', sans-serif;
  font-size: 0.8em;
  font-weight: 700;
}


.nav-sections .navigation > ul > li > a {
  font-family: 'Roboto', sans-serif;
  color: #282828 !important;

  font-weight: normal;
}
*/
.pay_optionsWrap ul,
.pay_optionsWrap ul li {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}
.pay_optionsWrap ul li {
  font-weight: 500;
  color:#6d7884;
  font-size: 14px;
  width: 33.33%;
  justify-content: center;
  padding: 25px 10px;
  margin-bottom: 0
}
.pay_optionsWrap ul li picture {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
}
.pay_optionsWrap ul li svg {
  margin:0;
  width:40px;
  height: 40px;
  object-fit: contain;
  color:#6d7884;
}
.pay_optionsWrap ul li img{margin-right:10px;}
@media only screen and (max-width: 968px) {
  .pay_optionsWrap ul li .tooltip .tooltiptext{
    left: inherit;
    right: 0;
  }
  .pay_optionsWrap ul li{
    width: 100%;
  }
  .amsearch-form-block.-opened{
    max-width: inherit;
  }
}

.header.panel>.header.links {
    font-size: inherit;
}
ul.header.links1 >li {
    display: block;
}
ul.header.links >li {
    display: none;
}

/*--------header-end---------*/
.slide_content {
  position: absolute;
  right: 0;
  width: 50%;
  color: #fff;
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
  bottom: 100px;
}
.owl-prev,.owl-next {
  position: absolute;
  top: 50%;
  font-size: 40px !important;
  margin-top: -24px;
  box-shadow:none !important;
}
.owl-prev{left: 10px;}
.owl-next{right: 10px;}

/*----product-wraper----*/
.product_wraper{
  background-color:#fff;
  padding:30px 0;
}
.product_lists {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.product_lists li{
  width: 50%;
  font-size: 14px;
  padding-left: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.prod_desc{
  padding:20px 15px;
}
.prod_desc h2 {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
  color: #000;
}
.prod_desc p {
  font-size: 14px;
  margin:15px 0 20px;
  color: #585858;
}
.prod_image {
  max-height:270px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.recent-product-wrap .main-head{
  border-top: 5px solid #e7eaec;
  padding-top: 50px;
}
/*----product-wraper-end---*/
.browse-brand{background-color:#e7eaec;padding:50px 0;position: relative;}
.browse-brand ul{
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width:900px;
  margin:50px auto 10px;
}
.browse-brand ul li{
  width: 25%;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 114px;
  margin-bottom: -1px;
  margin-right: -1px;
}
.options-list{
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-top: 5px solid #e7eaec;
  justify-content: space-between;
}
.list-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #c20a2b;
  margin: 0 auto 18px;
}
.options-list li{
  text-align:center;
  padding: 25px 5px;
  margin-bottom: 0;
}
.options-list h4{
  font-size: 18px;
  font-weight: 700;
  color: #3f3f3f;
  margin:0 0 5px;
}
.options-list p{font-size:11px;font-weight:300;color: #3f3f3f;margin:0;}
.machine-content{
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 30px;
}
.machine-img {
  width: 340px;
  height: 340px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: 40px;
}
.machine-desc {
  text-align: center;
  width: calc(100% - 380px);
  padding-left: 40px;
}
.machine-desc h3{
  font-size: 24px;
  margin: 10px 0 35px;
}
.machine-desc p{
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 30px;
  line-height: 24px;
}
.recent-product-wrap{
  padding: 0 0 60px;
}

.homepage-products-title {
  font-size:28px;
  font-weight:500;
  color:#000;
  text-align:center;
  margin: 0 0 10px;
  border-top: 5px solid #e7eaec;
  padding-top: 25px;
}
.homepage-products-desc {
  font-weight:300;
  font-size:14px;
  color:#585858;
  text-align:center;
}

.homepage-products-product{
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.homepage-products-img {
  height: 175px;
  width: 175px;
  display: inline-block;
}
.homepage-products-product li {
  /*width:25%;*/
  width: 60%;
  text-align:center;
}

.homepage-products-product li .price{
  color: #4a4a4a;
  font-size: 14px;
  font-weight:bold;
}

.homepage-products-product-wrap.products-grid .product-item .product-item-info a.product-item-link {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
}

.homepage-products-product-wrap.products-grid .product-item .product-item-info .product-item-inner {
    box-shadow: none !important;
}

.homepage-category-wrapper {
  margin-bottom: 25px
}
.homepage-category-wrapper .title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 28px;
}
.homepage-category-wrapper .homepage-categories {
  margin: 0;
  padding: 0;
}
.homepage-category-wrapper .homepage-categories .item {
  display: inline-block;
  width: 32%;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 4px;
  vertical-align: middle;
  height:160px;
}
.homepage-category-wrapper .homepage-categories .item .category-info {}
.homepage-category-wrapper .homepage-categories .item .category-info {} .homepage-category-link {
  text-decoration: none !important
}
.homepage-category-wrapper .homepage-categories .item .category-info {} .homepage-category-link img {}
.homepage-category-wrapper .homepage-categories .item .category-info {} .homepage-category-link .category-details {}
.homepage-category-wrapper .homepage-categories .item .category-info {} .homepage-category-link .category-details span.product-name {
  color:#88201d;
  font-weight: 500;
  font-size: 14px;
}

/*-------------------------XXX*/
.ammenu-logo {
  margin-top: -10px;
}
.ammenu-logo img {
  max-width: 300px;
  max-height: 60px;
  object-fit: contain;
}

.amslider .slide {
  background: #fff;
  box-shadow: 0 17px 15px -25px rgba(0,0,0,75) !important;
  border: none;
}
.amslider .slide .category-item {
  max-height: 150px;
  height: 150px;
  border:1px solid #f6f6f6;
}
.amslider .slide .category-item.category-item-label img {
  height: 100px;
  object-fit: scale-down;
}
.amslider .slide .category-item-title {
  padding: 6px;
  background-color: #fff;
  max-width: none !important;
  color: #6d7884;
  border-top: 4px double #f6f6f6;
  min-height: 45px;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #efefef;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,.5);
}
.amslider .slide .category-item:hover .category-item-title,
.amslider .slide .category-item.active .category-item-title{
  color: #424f5e;
}
.page-products .products-grid .product-item {
  /*box-shadow: 0 5px 10px -5px rgba(0,0,0,.5);
  background: #fff;
  border:1px solid #fafafa;*/
  border-bottom: 1px solid #efefef;
  margin-bottom: 25px;
  box-shadow: 0 17px 15px -25px rgba(0,0,0,.75);
}
.page-products .products-grid .product-item .product.details{
  display: flex;
  flex-direction: column;
  position: relative;
}
.page-products .products-grid .product-item .product.details .ribbon.h1{
  font-size: 14px;
  position: absolute;
  width: 100%;
  bottom: 105px;
}
.page-products.catalogsearch-result-index .products-grid .product-item .product.details .ribbon.h1{
  bottom: 105px;
}
.page-products .products-grid .product-item .product-item-actions{
  margin-top: 0;
  display: flex;
  justify-content: center;
}
.page-products .products-grid .product-item .product-item-actions .actions-primary{
  width: 100%;
}
.page-products .products-grid .product-item:hover{

}
.product-item-info a.product-item-link {
  font-size: 18px;
  font-weight: 300;
  color:#424f5e;
}
.product-item-actions .actions-primary > .stock.unavailable {
  color: #6d7884;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 13px;
  padding-right: 0;
  padding-top: 13px;
}
p span{
  font-size: inherit !important;
}
.category-description {
  margin: 0 auto 20px;
  /*max-width: 650px;*/
}
.category-description p a{
  color: inherit;
  text-decoration: underline;
}
.ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root {
  margin: 0 auto;
  padding: 0 15px;
}
.pages a.page,
.pages a.page:visited {
  color: inherit;
}

#pay-later {
  display: none;
}
.page-products .product-item-info {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
    .homepage-category-wrapper .homepage-categories .item {width: 48%}
}

@media only screen and (max-width: 768px) {
    .homepage-category-wrapper .homepage-categories .item {width: 46%}
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  content: url(../images/bag.svg);
  width:22px;
}
.minicart-wrapper ul li a{
  color:#6d7884;
  position: relative;
}
/*Embed is only used becuase it is a stand-alone html page*/
.minicart-wrapper ul li a embed {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
}
.minicart-wrapper ul li.i-call svg{
  width:28px;
  height: 28px;
}
.minicart-wrapper ul li.i-user svg{
  width:25px;
  height: 25px;
}
.minicart-wrapper ul li.i-cart svg{
  width:25px;
  height: 25px;
}

/*1-7-20*/
body header.page-header{
    background: #fff !important;
    padding: 0 !important;
}
header.page-header .panel.wrapper{
	background: #F4F4F4 !important;
    padding: 0 !important;
    border-top: 4px solid #88201d;
}
header.page-header ul.header li {
    display: inline-block;
    margin: 0 !important;
}

.header.panel > .header.links > li {
    display: none;
}

header.page-header .header.panel {
    padding-bottom: 6px;
    padding-top: 6px;
    display: none
}
.head_mid .block-search .action.search {
	left: 10px;
	top: -2px;
}
.head_mid .block-search .action.search::before {

	font-size: 25px;
opacity:1;
	color: #000;

}
.head_mid .block-search .control {

	padding: 0 0 0 20px;
}
.head_mid .block-search input::placeholder {
	color: #000;
	opacity: 1;
}
.head_mid .block-search input{
	outline:none;
	box-shadow:none;
}
/*1-7-20*/
.cms-home .columns .column.main {
  padding-bottom: 0;
}
.cms-home .widget.block.block-static-block {
    margin-bottom: 0;
}
.footer.content {
    padding-top: 0;border-top: 0;
}
.navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top{
  border-width: 0;
}
.breadcrumbs {
  max-width: inherit;
  padding: 15px 0;
  border-top: 1px solid #e7eaec;
}
.breadcrumbs .items{
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.breadcrumbs a, .breadcrumbs a:visited {
    color: #000;
}
.product-info-main .page-title-wrapper h1{
  color: #3e3e3e;
  font-size: 36px;
}
.product-info-main .product-info-price .price-box .price-container .price {
    /*font-weight: 300;
    font-size: 24px;
    color: #3e3e3e;*/
    font-size: 35px;
    font-weight: normal;
    color: #881e1a;
}
.product.data.items>.item.title>.switch {
    font-size: 16px;
    font-weight: 300;
    color: #3e3e3e;
    height: auto
}
#videoblock{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap:30px;
    margin: 0 0 40px;
  width: 100%;
}
#videoblock>b>div>h2{
  margin-bottom: 30px!important;
}
#videoblock div:first-child{
    grid-area:span 1 / span 2;
}
@media only screen and (max-width: 768px) {
    #videoblock div{
        grid-area:span 1 / span 2;
    }
}
#videoblock div:first-child h2{
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
}
#videoblock .video_frame iframe{
    width:100%;
    margin: 0;
    display: block;
}
#description p strong,
#description p span *{
    font-weight: 400 !important;
    font-size: inherit !important;
}
.product.data{
    font-family: roboto, sans-serif;
    color: #424f5e;
    line-height: 1.528;
    font-size: 1.5rem;
    font-weight: 400;
}
.product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #e6e5e6;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px;
}
.product.data.items > .item.content {
    background: #fff;
    margin-top: 40px;
    padding: 5%;
    border: 1px solid #e6e5e6;
}
@media only screen and (max-width: 768px) {
    .product.data.items > .item.content {
        background: #fff;
        margin-top: 0;
        padding: 10px 15px 30px;
        border: 0;
    }
    .product.data.items > .item.title > .switch{
        padding: 1px 13px;
        background-color: transparent;
    }
}

.product.data.items > .item.title.active > .switch{
    height: 41px;
}
.product-social-links .product-addto-links .action {
    font-weight: 400;
    font-size: 14px;
    color: #3e3e3e;
    text-transform: none;
}

.owl-item .product-item,.owl-item .product-item .product-item-info{
  width:100% !important;
}

.block.related .block-title.title,.upsell .block-title.title{
    text-align: center;
    margin: 0 0 10px;
}
.block.related .block-title.title strong,.upsell .block-title.title strong{
  font-size: 36px;
  font-weight: 500;
  color: #000;
}
.products-grid .product-item {
    text-align: center;
}
.product-item-info a.product-item-link {
    font-size: 14px;
    font-weight: 300;
    color: #4a4a4a;
}
.product-item .price-box .price {
    font-weight: 700;
    white-space: nowrap;
    font-size: 14px;
    color: #4a4a4a;
}
.product-item .tocart.action.primary {
  background: #fff;
  color: #6d7884;
  border-color: #6d7884;
  display: block;
  max-width: 180px;
  width: 100%;
  border-radius: 4px;
  padding: 12px;
  font-weight: 500;
  font-family: inherit;
  margin: 0 auto;
}

.product-item:hover .tocart.action.primary:hover{
  background: #339571;
  border-color: #339571;
  color: #fff;
}
.catalogsearch-result-index .products-grid .product-item-info .product-item-inner,
.catalog-category-view .products-grid .product-item-info .product-item-inner {
  height: 60px !important;
}
.catalogsearch-result-index .products-grid .product-item-name,
.catalog-category-view .products-grid .product-item-name {
  min-height: 70px;
}
.catalogsearch-result-index .products-grid .product-item-name .product-item-link,
.catalog-category-view .products-grid .product-item-name .product-item-link {
  max-height: 32px;
  overflow: hidden;
  display: block;
}
.page-products .products-grid .product-item-inner::before {
  display: none;
}
.product-info-main .product-add-form .box-tocart > .fieldset {
  display: flex;
  margin-bottom: 0;
}
.product-info-main .field.qty label {
    display: none;
}
.product-info-main .field.qty .control{
  width: 125px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  display: flex;
  margin-right: 15px;
}
.product-info-main .field.qty input{
  width: 46px;
  height: 39px;
  border: 1px solid #c2c2c2;
  border-top: 0;
  border-bottom: 0;
  order: 2;
  font-size: 20px;
}
.field.qty #qtyplus,.field.qty #qtyminus{
  width: 39px;
  height: 39px;
  background-color: #dadada;
  color: #000;
  font-size: 24px;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 38px;
}
.field.qty #qtyminus{order:1;}
.field.qty #qtyplus{order:3;}
.box-tocart > .fieldset .actions{width:100%;}
.box-tocart > .fieldset .tocart{
  background-color: #88201d;
  border: 0;
  font-weight: bold;
  padding: 0 0;
  min-height: 40px;
}
.product-info-main .product-add-form .box-tocart{
  margin-bottom:0;
}
.found_in {
  margin: 0 0 15px;
  font-size:12px;
  background: #eee;
  padding: 7px 10px 3px 10px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  color: #000;
}
.amcatlist_title {
  padding: 3px 0 0;
}
.amcatlist_category {
  margin: 0 0 5px 5px;
}
.amcatlist_category a {
  display: block;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  background: #fff;
  font-weight: normal;
  font-size: 11px;
}
/*icon */
.stocklist {
  margin-bottom: 15px;
}
.stocklist > li {
  padding:7px 9px 7px 35px;
  margin-bottom: 0;
}
.stocklist > li p{margin-bottom:0;}
ul.stocklist li.stocksitu {
  background:  url(../images/icon-location.png) no-repeat left 3px !important;
}

ul.stocklist li.deliveryinformation {
  background: url(../images/icon-delivery.png) no-repeat left 3px !important;
}

ul.stocklist li.guarantee {
  background: url(../images/icon-guarantee-2.png) no-repeat left 3px !important;
}

ul.stocklist li.call {
  background: url(../images/icon-contact.png) no-repeat left 3px !important;
}
ul.stocklist li.click {
  background: url(../images/icon-thumbs-up.png) no-repeat left 3px !important;
}
ul.stocklist li.click p{
  color: #14C0DB !important;
}
ul.stocklist li.click p b{
  font-weight: 400 !important;
}
.block-minicart .block-content>.actions>.primary .action.primary {
  background: #fff;
  color: #6d7884;
  border-color: #6d7884;
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 12px;
  font-weight: 500;
  font-family: inherit;
}
.block-minicart .block-content>.actions>.primary .action.primary:hover{
  background: #339571;
  border-color: #339571;
  color: #fff;
}
.catalog-product-view .action.primary[type="submit"]{
  background-color: #339571;
  border-color: #339571;
}
.action.primary:hover,
.action.primary:focus,
.action.primary:active {
  background-color: #000;
  border-color: #000;
}
.minicart-items .product-item-name a,a.action.viewcart,a.action.multicheckout,#block-discount-heading,a.theme_btn,
a.action.remind{
  color: #000;
}
.minicart-wrapper .action.showcart .counter.qty{
  background: #88201d;
  min-width: 24px;
  position: absolute;
  top: -13px;
  right: 15px;
  border-radius: 50%;
}
.minicart-wrapper .block-minicart{right:0;}
.cart.table-wrapper .actions-toolbar{
  padding-bottom: 25px;
}
.product-info-main .product-add-form .box-tocart.update > .fieldset{
    display: block;
}
.product-info-main .product-add-form .box-tocart.update > .fieldset .field.qty,
.product-info-main .product-add-form .box-tocart.update > .fieldset .actions{
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product-add-form .box-tocart.update > .fieldset .actions{
  width: 70%;
}

.products-grid .product-item-info .product-item-inner{
  display: block !important;
  box-shadow: none;
  border: 0;
  position: static !important;
  padding: 0;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
  margin: 0;
}
.products-grid .product-item-info .product-item-inner .towishlist {
  background-color: #88201d;
  color: #fff;
  margin: 0;
  padding: 0 6px;
}
.products-grid .product-item-info .product-item-inner .towishlist:hover{background-color:#000;}
.product-item-info .product-item-inner .towishlist:before{font-size:14px;}
.products-grid .product-item-info .product-item-inner .tocompare{display:none;}
.toolbar select {text-indent: 0}
.toolbar.toolbar-products {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.products.wrapper~.toolbar.toolbar-products{
  border-bottom: 0;
  padding-bottom: 0px;
}

.mst-product_kit__kitList {
  background:#fff !important;
  padding:100px 0 0;
}
.mst-product_kit__kit .kit-heading {
  margin: 0 0 20px !important;
  padding: 0;
  font-size: 26px;
  font-weight: 400;
  text-transform: capitalize;
}
.mst-product_kit__kit .kit-inner {
  background: #fff;
  border:none;
  border-radius: 0;
}
.mst-product_kit__kit .kit-inner .kit-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  overflow: initial;
  grid-gap: 4px;
}
.kit-list .kit-item {
  margin: 0 0 4px;
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  border: 1px solid #e6e5e6;
  position: relative;
}

.kit-list .kit-item:nth-child(1){
  border-color:#6d7884;
}
.kit-list .kit-item:nth-child(3) .kit-item-outline .kit-item-icon-plus{
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mst-product_kit__kit .kit-inner .kit-list {
    grid-template-columns: repeat(2,1fr);
  }
  .kit-list .kit-item:nth-child(4) .kit-item-outline .kit-item-icon-plus,
  .kit-list .kit-item:nth-child(2) .kit-item-outline .kit-item-icon-plus{
    display: none;
  }
  .kit-list .kit-item:nth-child(3) .kit-item-outline .kit-item-icon-plus{
    display: block;
  }
}
.kit-item .kit-item-outline .kit-item-icon-plus i::before,
.kit-item .kit-item-outline .kit-item-icon-plus i::after{
  background: #6d7884;
}
.kit-list .kit-item .kit-item-outline {
  outline:none;
  margin:0;
  position: initial;
  padding: 4rem 2.5rem;
}
.kit-item .kit-item-outline.active {
  display: flex;
  place-items: center;
}
.kit-list .kit-item:nth-child(1) .price,
.kit-item .kit-item-outline .kit-item-inner .kit-item-prices .kit-item-newPrice._discounted {
  color:#88201d;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;

}
.kit-list .kit-item:nth-child(1) .price{
  margin: 0;
}
.kit-item .kit-item-outline .kit-item-inner .kit-item-name {
  display: block;
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #424f5e;
  min-width: 13rem;
  max-height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 22px;
}
.kit-item .kit-item-outline .kit-item-discount {
  position: absolute;
  right:.5rem;
  top:.5rem;
  background:#ee1b34;
  color: #fff;
  border-radius: 0;
  padding: .2rem .5rem;
  font-size: 14px;
  font-weight: 500;
}
.kit-item .kit-item-outline .kit-item-checkbox input[type="checkbox"]:checked {
  background-color: #339571;
  border: 1px solid #339571;
}
.kit-item .kit-item-outline .kit-item-checkbox input[type="checkbox"]:checked::before {
  left: 10px;
  top: 3px;
}
.kit-item .kit-item-outline .kit-item-checkbox input[type="checkbox"]:checked::after {
  left: 4px;
  top: 6px;
}
.mst-product_kit__kit .kit-inner .kit-footer {
  padding: 4px 0;
  border-top: 1px solid #e6e5e6;
  align-items: center;
  margin-bottom: 50px;
}
.mst-product_kit__kit .kit-inner .kit-footer.kit-footer-cart{
  border-top: 0;
}
.mst-product_kit__kit .kit-inner .kit-footer.kit-footer-top{
  border: 0;
  margin-bottom: 4px;
  border-bottom: 1px solid #e6e5e6;
}
.mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item {
  font-size: 22px;
  font-weight: 400;
}
.mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item._oldPrice {
  text-decoration: line-through;
  color:#fff;
  font-weight: 400;
  font-size: 1.4rem;
  margin-right: 20px;
  padding: .2rem .5rem;
  background: #ee1b34;
}
.mst-product_kit__kit .kit-inner .kit-footer .kit-footer-price .kit-footer-price-item._oldPrice:empty{
  background-color: transparent;
}
.ribbon.h1 {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 0!important;
    font-size: 14px;
}
.ribbon-content {
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #881e1a;
    border-bottom: 1px dashed #881e1a;
    color: #881e1a;
    font-size: 12px;
}
.salesban {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    text-align: center;
    font-weight: bold;
    padding: 0 !important;
    font-size: 18px;
}
.salesban p {
    border-top: 1px dashed #881e1a;
    border-bottom: 1px dashed #881e1a;
    display: block;
    padding: 5px 10px;
    color: #881e1a;
}
.sidebarStatic {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 15px 10px;
}
.sideinfoblocks .image {
    width: 48px;
    float: left;
    margin-right: 5px;
}
.sideinfoblocks h4 {
    margin: 0 0 5px;
    font-size:14px;
}
.sideinfoblocks p {
    margin: 0 0 10px !important;
    font-size: 12px;
}
#paybyfinance-main-block .type-widget.switcher .slider{
    /*margin-left: 160px;*/
}


div#paybyfinance-placeholder {
    padding: 10px;
}
#paybyfinance-main-block .deposit-widget .ruler .ruler-item span, #paybyfinance-main-block .type-widget .ruler .ruler-item span, #paybyfinance-main-block .term-widget .ruler .ruler-item span{
      margin-left: 27% !important;
}
#paybyfinance-main-block .type-widget.switcher .ruler .ruler-item:nth-child(1){
      margin-left: -13% !important;
}

/*Video section css start */
.videos {
  clear: both;
}
.videos::after {
    clear: both;
    display: block;
    content: "";
}
.videos .video_frame {
  float: left;
  width: 49%;
  margin-right: 1%;
  margin-top: 15px;
}
.videos iframe {
    width: 100%;
    height: auto;
}



/*Video section css end*/
/*Social sharing css start*/
.catalog-category-view .sidebar.sidebar-main {
  position: sticky;
  top: 0;
}
.catalog-category-view .sidebar.sidebar-main .sidebar.sidebar-additional{
  width: 100%;
}

.sidebar .am-filter-items-attr_category_ids li.item {
  padding-left: 5px !important;
  position: relative
}

.sidebar .am-filter-items-attr_category_ids ul.level-2 {
  padding-left: 10px !important
}

.sidebar .am-filter-items-attr_category_ids li.item input[type=radio] {
  width: 0;
  margin: 0
}

.sidebar .filter-options-title {
  text-transform: capitalize;
  margin: 0;
  padding: 10px 0;
  position: relative;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 400;
}

.sidebar .filter-options-title::after {
  position: initial !important;
  left: 0;
  right: 0;
  border: 1px solid #e6e5e6;
  padding: 2px;
  font-size: 11px !important;
  font-weight: 700 !important;
  border-radius: 2px;
  padding-left: 3px;
  padding-right: 3px;
  float: right;
  width: 10px;
}

.sidebar .filter-options-title:after {
  content: '+'
}

.sidebar .active>.filter-options-title:after {
  content: '-'
}

.sidebar .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.sidebar .filter-options-item .filter-options-content .am-category-wrapper,
.sidebar .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 !important
}

.sidebar.sidebar-main .filter-options-content {
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #dedede
}

.sidebar.sidebar-main .filter-options-item {
  /*background-color: #fff;
  border: 1px solid #dedede;*/
  margin-bottom: .725rem;
  border-color:#e6e5e6;
}

.sidebar .filter-options-item .filter-options-content .items [class*=am-filter-item] {
  position: relative;
  padding-bottom: 5px;
  padding-top: 3px;
  padding-left: 28px !important
}

.sidebar .filter-options-item .filter-options-content .items.am-filter-items-price [class*=am-filter-item] {
  padding-left: 5px !important
}

.sidebar .filter-options-item .filter-options-content .count {
  text-align: center;
  display: inline-block !important;
  padding: 0;
  border: none;
  height: 21px;
  padding-left: 0;
  padding-right: 0;
  /*background-color: #9f1c20;
  color: #fff;*/
  font-size: 14px;
  position: absolute;
  right: 8px;
  border-radius: 0;
  width: 40px
}

.sidebar .filter-options-item .filter-options-content .count::before {
  content: ''
}

.sidebar .filter-options-item .filter-options-content .count::after {
  content: ''
}

.sidebar .filter-options-item .filter-options-content .filter-count-label {
  display: none
}

.sidebar .filter-options-item input[type=checkbox]+.amshopby-choice {
  padding: 0 0 0 17px !important;
  min-height: 17px !important
}

.sidebar .filter-options-item input[type=checkbox]+.amshopby-choice::after {
  border-color: #6d7884 !important;
  background-color: #6d7884 !important
}

.sidebar .filter-options-item input[type=checkbox]:checked+.amshopby-choice::before {
  border-color: #881651 !important;
  width: 17px !important;
  height: 17px !important
}

.sidebar .filter-options-item input[type=checkbox]:checked+.amshopby-choice::after {
  background-color: #9f1c20 !important;
  width: 17px !important;
  height: 17px !important
}

.sidebar .filter-options-item input[type=checkbox]+.amshopby-choice::before {
  width: 17px !important;
  height: 17px !important;
  border-color: #ccc;
}

/*.sidebar .filter-options-item .filter-options-content .items.-am-multiselect [class*=am-filter-item]:hover .count {
	color: #fff !important
}*/

.sidebar .filter-options-item .filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected+.am-shopby-swatch-label .count {
  color: #fff !important
}

.sidebar .filter-options-item .filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected+.am-shopby-swatch-label {
  color: #424f5e !important
}

.sidebar .filter-options-item .filter-options-content .am-show-more {
  background-color: #fff;
  text-align: center;
  box-shadow: none;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0;
  padding: 10px 0 !important;
  width: 100%;
  border: 1px solid #e6e5e6;
  position: relative !important;
  text-transform: uppercase;
  outline: none;
  color: #424f5e;
  font-size: 14px !important;
  border-radius: 4px;
}

.am-show-more,
.filter-options-content .am-show-more {
  position: relative;
  display: none;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  color: #070605;
  letter-spacing: .03em;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer
}

.am-show-more.-active {
  display: block
}

.am-collapse-icon::after,
.am-show-more::before {
  content: initial
}

.amshopby-filter-current .amshopby-item.item {
  padding-left: 0;
  margin-bottom: 0;
  padding-right: 25px;
}
.amshopby-filter-current .amshopby-remove {
  left: initial;
  right: 0;
  width: 21px;
  height: 21px;
  background-color: transparent;
  border: 1px solid #000000;
  z-index: 1;
}
.amshopby-filter-current .amshopby-remove::after,
.amshopby-filter-current .amshopby-remove::before {
  background-color: #000000;
  width: 14px
}
.amshopby-filter-current .amshopby-filter-name {
  font-weight: 400
}

.amshopby-button-wrap {
  display: none
}

.sidebar.sidebar-main .block-actions.filter-actions {
  padding: 5px 10px;
  display: block;
  margin-bottom: 10px
}

.sidebar.sidebar-main .block-actions.filter-actions {
  text-align: right;
  padding: 5px 10px;
  margin-top: 8px;
  margin-bottom: 8px
}

.sidebar.sidebar-main .block-actions.filter-actions .filter-clear {
  text-transform: uppercase
}

.sidebar.sidebar-main .block-actions.filter-actions .filter-clear span {
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .78rem
}

.sidebar.sidebar-main .block-actions.filter-actions .filter-clear span {
  font-size: 12px
}

ul.items.am-filter-items-attr_category_ids.am-labels-folding {
  max-height: 100% !important
}

.items-children {}

.am-labels-folding span.count {
  display: none !important
}

.activ1 .items-children {}

.filter-options-content ul ul .plusicon {
  display: none
}

.filter-options-content ul ul .minusicon {
  display: none
}
.plusicon::after {
  content: "+";
  line-height: 1;
  display: block;
  font-size: 1.8rem;
  font-weight: 100
}

.activ1 .plusicon::after {
  content: "-" !important;
  font-size: 2.8rem;
  line-height: .7
}

.plusicon {
  position: absolute;
  right: 0;
  z-index: 9;
  width: 25px;
  cursor: pointer;
  text-align: center;
  top: 0;
  font-size: 0
}

.filter-options .items .items-children.-folding .item {
  padding-left: 10px !important
}

.filter-options .am-labels-folding .item input[type=radio] {
  display: none
}

.filter-options .am-labels-folding .item::before {
  content: '\e622';
  font-family: luma-icons;
  vertical-align: middle;
  font-size: 10px;
  transform: rotate(-90deg);
  display: inline-block;
  margin: -3px 5px 0 0;
  float: left;
  position: absolute;
  left: 0;
  top: 4px
}

select {
  background: #fff url(FrankNutt-01_files/select-bg.svg) no-repeat 100% 45%;
}
.toolbar select {
  background-color: #fff;
  box-shadow: none;
  border-radius: 3px;
  border-color: #e6e5e6;
}
.modes-mode{
  border-color: #e6e5e6;
  box-shadow: none;
  background-color: #fafafa;
}
.modes-mode::before{
  color: #ccc;
}
.modes-mode.active {
  box-shadow: none;
  background: #fff;

}
.modes-mode.active::before{
  color:#424f5e;
}
.modes-mode:last-child {
  border-color:#e6e5e6;
}
.sorter-action::before {
  color:#6d7884;
  font-size: 14px;
}
.toolbar .sorter-action {
  position: relative;
  top: 0;
  border: 1px solid #e6e5e6;
  display: inline-flex;
  border-radius: 3px;
  width: 28px;
  height: 32px;
  align-items: center;
  justify-content: center;
  left: -4px;
  top: 1px;
}

.pages .action {
  background: #fafafa;
  border: 1px solid #e6e5e6;
}
.pages strong.page {
  background:#424f5e;
  color: #fff;
  padding: 0 8px;
  border-radius: 2px;
}

.category-view .category-image img {
    display: inline-block;
}

.category-view .category-image {
    text-align: center;
    margin-bottom: 10px;
}

.category-description h1 {
  margin-bottom: 15px;
  font-size: 38px;
}
.category-description h1:after{
  content:"";
  display: block;
  margin: 20px auto;
  width:150px;
  height: 2px;
  border-radius: 2px;
  background: #9f1c20;
}

li.level1.nav-6-1 span.plusicon:after,
li.level1.nav-6-2 span.plusicon:after,
li.level1.nav-6-3 span.plusicon:after,
li.level1.nav-6-4 span.plusicon:after,
li.level1.nav-6-5 span.plusicon:after  {

    content: '+' !important;
    line-height: 1;
    display: block;
    font-size: 1.8rem;
    font-weight: 100;
}
li.level1.nav-6-1.activ1 span.plusicon:after,
li.level1.nav-6-2.activ1 span.plusicon:after,
li.level1.nav-6-3.activ1 span.plusicon:after,
li.level1.nav-6-4.activ1 span.plusicon:after,
li.level1.nav-6-5.activ1 span.plusicon:after {

    content: '-' !important;
    font-size: 23px;
}


li.level2.nav-6-2-1.category-item span.plusicon:after,
li.level2.nav-6-2-2.category-item span.plusicon:after,
li.level2.nav-6-2-3.category-item span.plusicon:after {
    content: '+' !important;
    line-height: 1;
    display: block;
    font-size: 1.8rem;
    font-weight: 100;
}

li.level2.nav-6-2-1.category-item.activ1 span.plusicon:after,
li.level2.nav-6-2-2.category-item.activ1 span.plusicon:after,
li.level2.nav-6-2-3.category-item.activ1 span.plusicon:after  {
    content: '-' !important;
    font-size: 23px;
}


ul.level2.submenu >li.level3.category-item.parent span.plusicon:after {
    content: '+' !important;
    line-height: 1;
    display: block;
    font-size: 1.8rem;
    font-weight: 100;
}
ul.level2.submenu > li.level3.category-item.parent.activ1 span.plusicon:after
{
    content: '-' !important;
    font-size: 23px;
}


li.level2.nav-6-3-1.category-item span.plusicon:after{
    content: '+' !important;
    line-height: 1;
    display: block;
    font-size: 1.8rem;
    font-weight: 100;
}
li.level2.nav-6-3-1.category-item.activ1 span.plusicon:after{
    content: '-' !important;
    font-size: 23px;
}

li.level2.nav-6-4-1.category-item.first.parent span.plusicon:after,
li.level2.nav-6-4-2.category-item.parent span.plusicon:after,
li.level2.nav-6-4-3.category-item.parent span.plusicon:after,
li.level2.nav-6-5-1.category-item.first.parent span.plusicon:after,
li.level2.nav-6-5-2.category-item.parent span.plusicon:after{
   content: '+' !important;
    line-height: 1;
    display: block;
    font-size: 1.8rem;
    font-weight: 100;
}
li.level2.nav-6-4-1.category-item.first.parent.activ1 span.plusicon:after,
li.level2.nav-6-4-2.category-item.parent.activ1 span.plusicon:after,
li.level2.nav-6-4-3.category-item.parent.activ1 span.plusicon:after,
li.level2.nav-6-5-1.category-item.first.parent.activ1 span.plusicon:after,
li.level2.nav-6-5-2.category-item.parent.activ1 span.plusicon:after{
    content: '-' !important;
    font-size: 23px;
}

/* Bundle Product Css Start */
.bundle-info .control {
    width: 125px;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    display: flex;
    margin-right: 15px;
}
.bundle-info .field.qty input {
    width: 46px;
    height: 39px;
    border: 1px solid #c2c2c2;
    border-top: 0;
    border-bottom: 0;
    order: 2;
    font-size: 20px;
}
.bundle-option-image {
    position: relative;
    float: left;
    padding-right: 10px;
}
/* Bundle Product Css End */
.header.panel>.header.links>li>a{
  display: none;
}

.product-add-form .product-options-wrapper .fieldset-bundle-options .field .control {
  width: 100%;
}
.product-add-form .product-options-wrapper .fieldset-bundle-options .options-list {
  display: block;
}

.fieldset>.field .field.choice {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 2px 0;
}

.bundle-options-container .product-options-wrapper .field.choice .label .short_description {
  padding-left: 60px;
}

/*Bundle Offer css start*/

.promotions-lists .tooltip:hover {
    display: none !important;
}
.page-contents.promotions h1 {
    text-align: right;
    font-size: 31px;
    right: 134px;
    position: relative;
}
.promotions-lists{
    border: 1px solid #ccc !important;
    padding: 10px;
    margin-bottom: 15px;
    border-top: 5px solid #e7eaec !important;
}
.promotions .promotions-selections .promotions-selections-img {
    border: none !important;
}
.promotions-info {
    border: none !important;
    float: left;
    width: 24%;
}
.promotions .promotions-selections
{
    width: 57%;
}
.promotions-info .price-container .old-price{
    padding-left: 10px;
}

/*Bundle Offer css end*/

.sales_banner {
    margin: -10px 0 15px 0 !important;
}
.products-list .sales_banner{
  margin-top: 10px!important;
}
body .amsearch-product-list .product-item .price-box{
  height: auto;
}
body .amsearch-product-list .old-price{
  order: 0;
}
body .amsearch-product-list .special-price{
  order: 1;
}
body .amsearch-product-list .special-price .price{
  color: #339571!important;
  font-size: 16px;
}
body .amsearch-product-list .old-price .price-wrapper .price{
  color: #4a4a4a!important;
  margin-top: 2px;
  text-decoration: line-through;
}
body .amsearch-product-list .old-price .price-label{
  display: none;
}
.block-minicart .block-content>.actions .paypal-logo, .braintree-applepay-minicart, .googlepay-minicart-logo{
    position: relative;
    right: auto;
}
/* Header Pay option */
.custom_container .tooltip {
  position: relative;
  display: inline-block;
}
.custom_container .tooltip .tooltiptext {
    visibility: hidden;
    color: #000;
    text-align: left;
    border: 1px solid #dedede;
    padding: 5px 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 20px;
    background: #ffffff;
    padding: 10px;
    font-size: 0.8rem;
    min-width: 200px;
    width: auto;
}

.custom_container .tooltip:hover .tooltiptext {
  visibility: visible;
}

.payment-method-braintree .hosted-control {
    height: 36px;
}

.payment-method-braintree .cvv .field-tooltip {
    top: 3px;
}

#braintree_expirationDate {
    width: 120px;
}
.braintree-credit-card-selected {
    width: 32px;
}
.action.primary, .action-primary, .amshopby-button, .am-filter-go{
  background: #88201d;
  border: 1px solid #88201d;
}
footer.page-footer {
  background: 0 0;
  padding-bottom: 0;
  box-shadow: 0 10px 18px 0 rgba(0,0,0,0.75);
}
.foter_iner {
  border-bottom: 1px solid #e6e5e6;
  padding: 80px 0 40px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foter-col+.foter-col {
  margin-left: 3%;
  width:12%;
}
.foter-col.col_news {
  width: 33%;
}
.footer-links li {
  margin: 0
}
.footer-title {
  margin: 0 0 15px;
  color:#424f5e;
  font-size: 16px;
  font-weight: 400;
}
.footer-links li a {
  color: inherit;
  font-size: 13px;
  display: block;
  font-weight: 400;
  line-height: 26px;
}
.footer-links li a:hover,
.footer-links li a:focus {
  color: #000
}
.foter-col #mc_embed_signup form {
  text-align: left;
  padding: 0 0 10px 0;
}
.foter-col #mc_embed_signup form #mc_embed_signup_scroll{
  flex-direction: row;
}
.foter-col #mc_embed_signup input.email {
  height: 40px;
  border: 1px solid #424f5e;
  padding: 0 15px;
  background-color: #fff;
  border-radius: 0;
  color: #424f5e;
  width:calc(100% - 120px);
  font:inherit;
}
.foter-col #mc_embed_signup .button {
  background-color: #424f5e;
  border: 0;
  height: 40px;
  color: #fff;
  width: 120px;
  cursor: pointer;
  vertical-align: top;
  border-radius: 0;
  font:inherit;
}
#mc_embed_signup_scroll{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#mc_embed_signup_scroll h2{
  width:100%;
}
.col_news h5,
.col_news h5 a {
  font-size: 11px;
  color:inherit;
  font-weight: 300;
  margin: 12px 0 0
}
.col_news h5 a {
  border-bottom: 1px solid #363636
}
.foter_payment {
  text-align: center;
  padding: 40px 0 20px
}
.foter_payment>ul>li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top
}
.foter-desc {
  max-width: 800px;
  margin: 30px auto 0;
  font-size: 12px;
  font-weight: 300
}
.copyright_wrap {
  padding: 15px 0 30px;
  color: #151c30;
  font-size: 12px;
  text-align: center
}
.copyright_wrap span {
  color: #cdcdcd;
  display: block;
  font-size: 11px;
  font-weight: 300;
  margin-top: 25px
}
.product-info-main .product-info-price .price-box .special-price>.price-container,
.product-info-main .product-info-price .price-box .special-price>.price-container{
  display: flex;
  align-items: baseline;
}
.product-info-main .product-info-price .price-box .old-price>.price-container .price-label,
.product-info-main .product-info-price .price-box .special-price>.price-container .price-label{
  font-size: 16px;
  font-weight: 600;
  height: auto;
  width: auto;
  position: relative;
  padding-right: 15px;
}
.product-info-main .product-info-price .price-box .special-price>.price-container .price-label:after{
  display: none;
}
.product-info-main .product-info-price .price-box .special-price>.price-container .price-wrapper .price{
  color: #339571;
}
.product-info-main .product-info-price .price-box .special-price+.old-price>.price-container .price-wrapper .price{
  font-size: 25px;
  color: #575757;
  text-decoration: line-through;
}
.catalog-product-view .box-tocart .action.tocart{
  width: 100%;
}
.catalog-product-view .paypal-buttons.paypal-buttons-context-iframe{
  min-width: inherit!important;
}
@media only screen and (max-width: 1239px) {
  .foter-col+.foter-col,
  .foter-col{
    margin-left: 0;
    width: 25%;
  }
  .foter-col.col_news {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 25px;
  }
  .ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root{
    justify-content: center;
  }
  .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item{
    padding-left: 15px;
    padding-right: 15px;
  }
  .ammenu-nav-sections.-topmenu .ammenu-main-container,
  .ammenu-nav-sections.-topmenu:not(.-hamburger) .ammenu-main-container .ammenu-items.-root{
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .foter-col+.foter-col,
  .foter-col{
    width: 50%;
    margin-top: 25px;
  }
  .catalog-category-view .sidebar.sidebar-main{
    position: unset;
    top: inherit;
  }
  .catalog-category-view .sidebar.sidebar-main .sidebar.sidebar-additional .block.block-reorder{
    margin-top: 40px;
  }
  .col_news #mc_embed_signup .clear{
    display: inline-block;
    width: auto;
  }
  .mst-product_kit__kit .kit-inner .kit-footer.kit-footer-top{
    flex-wrap: wrap;
  }
  .mst-product_kit__kit .kit-heading{
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .foter-col+.foter-col,
  .foter-col{
    width: 100%;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    max-width: inherit;
    padding: 15px 0;
    border-top: 1px solid #e7eaec
  }
  .breadcrumbs .items {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
  }
  .breadcrumbs .item:first-child{
    position: relative;
  }
  .breadcrumbs .item:first-child::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 27px;
    content: url(../images/house.svg);
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    top: -8px;
    position: relative;
    width: 15px;
  }
  .breadcrumbs .item:first-child a{
    position: absolute;
    width:20px;
    height: 20px;
    /*background: #fc0c;*/
    padding-top: 20px;
    overflow: hidden;
    left:0;
    top:0;
  }
  .breadcrumbs a,
  .breadcrumbs a:visited {
    color: #000
  }
  .product-info-main .page-title-wrapper h1 {
    color: #3e3e3e;
    font-size: 36px
  }

  .product-info-main .product-info-price .price-box .price-container .price {
    font-size: 35px;
    font-weight: 400;
    color: #881e1a;
  }
  .gallery-placeholder   .fotorama {
    mix-blend-mode: multiply;
  }
  .gallery-placeholder .fotorama__stage {
    border-bottom: 1px solid #e5e4e5;
    margin-bottom: 10px;
  }
  .gallery-placeholder .fotorama__thumb {
    background-color: #fff;
  }
  .gallery-placeholder .fotorama__thumb-border {
    border:1px solid #6d7884 !important;
    background: none;
  }
  .catalog-product-view .box-tocart .action.tocart{
    width: 160px;
  }
  .catalog-product-view #paypal-smart-button iframe{
    max-width: 160px;
  }
}

.cart-summary {
    .googlepay-minicart-logo, .braintree-applepay-minicart {
        display: block;
        position: relative;
        width: 100%;
        right: 0;
    }
}
