/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*******HEADER START*******/
#header{
  max-width: 1920px;
  margin: 0 auto;
}

#header .header-banner{
  overflow: hidden;
  max-height:161px;
  min-height: 161px;
  background-color: #f8f8f8;
}


#header .header-banner .iqithtmlandbanners-block{
  width: 50%;
  float: left;
  margin-bottom: 0 !important;
}
.col-form-label{
  padding-top: 8px;
  padding-bottom: 0px;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  height: 53px;
  line-height: 20px;
}
.p-header{
  font-size:42px ;
  text-align: center;
  line-height: 70px;
  margin: 50px 0px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #49494F;
}
.page-header{
  font-size:38px ;
  text-align: center;
  line-height: 70px;
  margin: 50px 0px;
  font-weight: 500;
  color: #49494F;
  font-family: "Source Sans Pro";
}
.sub-title{
  font-size: 22px;;
  text-align: center;
  font-weight: 300;
}
.cmp-data{
  font-weight: 500 !important;
  font-size: 14px !important;
}
.np_count_all{
  font-weight: 600 !important;
  font-size: 16px !important;
  color:#d53c2b;
}
.np_price{
  font-weight: 600 !important;
  font-size: 17px !important;
  color:#5c661f;
}
.sub-header{
  font-size:29px ;
  text-align: center;
  line-height: 35px;
  margin: 0px 0px 50px;
  font-weight: 500;
}
.sub-dev{
  margin-bottom: 15px;
}

.npm-sub-dev{
  margin: 30px 0px;
}
.npm-sub-dev .nav-tabs .nav-link{
  padding: 10px;
  transition:             transform 550ms ease;
  -moz-transition:    -moz-transform 550ms ease;
  -ms-transition:     -ms-transform 550ms ease;
  -o-transition:      -o-transform 550ms ease;
  -webkit-transition: -webkit-transform 550ms ease;

}

.npm-sub-dev .nav-tabs .nav-link.active,
.npm-sub-dev .nav-tabs .nav-link:hover{
  color: #fff;
  background-color: #5c661f;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom:solid 3px #454d16;
}

.npm-sub-dev .nav-tabs{
  margin-bottom :0px !important;
}

.npm-checkbox-checked{
  color: #5c661f !important;
  padding: 0px;
  left: -18px !important;
  font-size: 15px !important;
}
.sub_flexbox{
  padding:0px 1rem !important;
}

.icon-password{
  height: 39px;
}


.icon-password .fa{
  padding:0px;
}

#header .header-banner .iqithtmlandbanners-block img{
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 0 !important;
}

#desktop-header .header-top{
  max-width: 1670px;
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}
#ps-shoppingcart-wrapper {
	display:none;
}
#header .header-top .logoContainer{
  background:#fff;
	max-width:250px;
	width:100%;
	position:absolute;
	top:0px;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
	text-align:center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  /*
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  */
}

#header .header-top .logoContainer #desktop_logo {
	padding:43px 46px;
}

#header .header-top .logoContainer .header-main-links {
	text-align:center;
	padding:23px 0 18px 0;
}

#header .header-top .logoContainer .header-main-links ul {
	margin:0px;
}
#header .header-top .logoContainer .header-main-links li {
	display:inline-block;
	padding:0 13px;
}
#header .header-top .logoContainer .header-main-links a{
	color: #ffffff;
	font-family: "Source Sans Pro";
	font-size: 16px;
	text-transform: uppercase;
	color:#707070;
	padding:4px 20px;
  display: inline-block;
  /*
  border-radius: 4px;
  */
}
#header .header-top .logoContainer .header-main-links a:hover {
	background:#707070;
	color:#fff;
}
#header .header-top .logoContainer .header-main-links a.active {
	background:#707070;
	color:#fff;
	font-weight:700;
}

#desktop-header-container .col-header-left{
  flex-grow: initial;
  flex-basis: 17.5%;
  padding-left: 0;
}

#desktop-header-container .iqit-megamenu-container{
  flex-grow: initial;
  flex-basis: 65%;
}
#desktop-header-container .col-header-right{
  flex-grow: initial;
  flex-basis: 17.5%;
  height: 44px;
}
/*
#desktop-header-container .cbp-horizontal > ul > li:first-child > a::after,
#desktop-header-container .cbp-horizontal > ul > li:nth-child(3) > a::after {
	content:"|";
	width:1px;
	height:36px;
	display:inline-block;
	position:absolute;
	right:0px;
  background: #b8b8b8;
  top: 50%;
  transform: translateY(-50%)
}
*/
.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link {
	padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 1.97143rem;
    padding-right: 1.87143rem;
}

/*#desktop-header-container .cbp-horizontal > ul > li:nth-child(2){
  margin-right: 14%;
}
#desktop-header-container .cbp-horizontal > ul > li:nth-child(3){
  margin-left: 14%;
}
*/
.cbp-horizontal > ul > li > a
{
  border:none;
}

.header-top .form-search-control{
  padding-top: 6px !important;
  padding-bottom: 7px !important;
  border-radius: 0px !important;
  padding-left:40px;
}

.header-top .form-search-control .icon-magnifier{
  vertical-align: middle;
}

#header .header-btn-w .header-btn .title {
	display:initial;
}
.search-widget .search-btn {
	right:auto;
	left:0px;
}
/*******HEADER end*******/

/*******PRODUCT SECTION START*******/

.elementor-column-gap-default .elementor-element-populated{padding: 0;}

.product-section-title .elementor-heading-title span {
  position: relative;
  padding-bottom: 25px;
}

.product-section-title .elementor-heading-title span:before {
  content: '';
  width: 120%;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background: #acacac;
  bottom: 0;
}
/*******PRODUCT SECTION END*******/


/******* HOME SLIDER WITH CONTENT START ******/
.zeus{
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.16);
  /*
  border-radius: 4px;
  */
}

.zeus .tp-tabs-inner-wrapper{
  width: auto !important;
  height: auto !important;
}

.zeus .tp-tab{
  height: auto !important;
  position: static;
  display: inline-block;
  width: auto !important;
  padding: 0 7px;
}

.zeus .tp-tab.selected .tp-tab-title{
  font-size: 23px !important;
}

@media (min-width: 1641px) {
  .tp-tabs.zeus{
    padding-left: 7.5% !important;
  }
}

/******* HOME SLIDER WITH CONTENT START ******/

/******* HOME TEXT SECTION (2 COLUMN) START ******/

/******* HOME TEXT SECTION (2 COLUMN) END******/

/******* PRODUCT CONSULTANT START ******/

.productConsultant .productConsultantHeading > .elementor-widget-container{
  position: absolute;
  left: 7.5%;
  top: -39px;
  z-index: 1;
}

.productConsultant .choose-animal input[type=radio] {
  width: 0;
  height: 0;
}

/******* PRODUCT CONSULTANT END ******/

/*------------------------------  PRODUCT LISTING PAGE START -----------------------------------------*/
#category #wrapper {
	padding:0px;
}
#wrapper .breadcrumb li:after {
	content: "|";
	opacity:1;
	margin:0px;
}

/* CUT */



#products .products {
	max-width:1670px;
	margin:0 auto;
	padding:0 15px;
	margin-top:4rem;
	margin-bottom:4rem;
}

.js-product-miniature-wrapper .product-miniature .thumbnail-container .product-thumbnail{
  background: #fff;
}

/* dashed grid lines */
@media (max-width:767px)
{
  /* one column */
  /* all */
  .js-product-miniature-wrapper .product-miniature {
    border-bottom:0px;
    border-left:0px;
    border-right:0px;
  }
  /* the first item */
  .js-product-miniature-wrapper:nth-child(1) .product-miniature {
    border-top:0px;
  }
}

@media (min-width:768px) and (max-width:991px)
{
  /* all */
  .js-product-miniature-wrapper .product-miniature {
    border-bottom:0px;
    border-left:0px;
  }
  /* the first row */
  .js-product-miniature-wrapper:nth-child(-n+3) .product-miniature {
    border-top:0px;
  }
  /* the last column */
  .js-product-miniature-wrapper:nth-child(3n) .product-miniature {
    border-right:0px;
    /* border-bottom:0px; */
    /*	border-left:0px; */
  }
}
@media (min-width:991px)
{
  /* all */
  .js-product-miniature-wrapper .product-miniature {
    border-bottom:0px;
    border-left:0px;
  }
  /* the first row */
  .js-product-miniature-wrapper:nth-child(-n+4) .product-miniature {
    border-top:0px;
  }
  /* the last column */
  .js-product-miniature-wrapper:nth-child(4n) .product-miniature {
    border-right:0px;
    /* border-bottom:0px; */
    /*	border-left:0px; */
  }
}
.products-selection .showing {
  color: #49494F;
  font-family: "Source Sans Pro";
  font-size: 18px;
  display: block;
  opacity: 0.4;
  font-weight: 500;
}

.js-product-miniature-wrapper .product-miniature .product-description{
  padding-top: 30px;
  padding-bottom: 50px;
}

.js-product-miniature-wrapper .product-miniature .product-data{
	max-width:232px;
	width:100%;
	margin:0 auto;
}
.js-product-miniature-wrapper .product-miniature .product-data .name-attr {
	position: relative;
    /*padding: 11px 0;
    align-items: center;
    */
  display: flex;
}
.js-product-miniature-wrapper .product-miniature .product-data .name-attr .product-title {
	padding:0px;
  padding-top: 10px;
}
/*------------------------------------------  CATEGORY BOTTOM SECTION -------------------------------*/
.cat-bottom {
	position:relative;
}
.cat-bottom .category-description-bottom {
	position:absolute;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.16);
  /*
  border-radius: 5px;
  */
	background-color: #ffffff;
	padding:50px 50px 50px 153px;
	max-width:805px;
	width:100%;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
}
.cat-bottom .category-description-bottom h2{
	text-shadow: 0 5px 30px rgba(0, 0, 0, 0.16);
	color: #212121;
	font-family: "Source Sans Pro";
	font-size: 39px;
	font-weight: 200;
}
.cat-bottom .category-description-bottom h2 strong {
	font-weight:700;
}
.cat-bottom .category-description-bottom p{
	color: #202020;
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.8px;
	padding:15px 0;
}

/*------------------------------------------------------------- LISTING PAGINATION -------------------------*/
.pagination .page-list li {

	border-radius:33px;
	margin:0 5px 15px;
	overflow:hidden;
	position:relative;
	width:50px;
	height:50px;
	vertical-align:top;
  border: 2px solid #f1f1f1;
  background: #f1f1f1;
}
.pagination .page-list a {

	color: #526666 !important;
	font-family: "Source Sans Pro";
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.9px;
	padding:0px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.pagination .page-list li:hover , .pagination .page-list li.current {
  border: #5c661f 2px solid !important;
  color: #5c661f;
  background: #fff;
}
.pagination .page-list li:hover a, .pagination .page-list li.current a {
	color:#5c661f !important;
	border-color: #5c661f;
}
.pagination .page-list a.next i,
.pagination .page-list a.previous i{
    padding: 0px;
    width: 100%;
}
/*------------------------------------- PRODUCT DETAIL PAGE -------------------------------------------*/
#main-product-wrapper {
	max-width:1670px;
	width:100%;
	padding:0 15px;
	margin:0 auto;
}
#main-product-wrapper .product-info-row .col-product-image .page-content {
	padding-right:5.5%;
}
/*-----------------------------------------  LOGIN PAGE STYLE START -----------------------------------------*/
.page-authentication #content {
	padding:0px;
}

/*-----------------------------------------  LOGIN PAGE STYLE END -----------------------------------------*/


/******************** RESPONSIVE DESIGN START *******************/

@media (max-width: 1200px){
  .js-product-miniature-wrapper .product-miniature .product-description{
    padding: 10px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {

  #products #productListtop .productlistwrapper #js-product-list-header{
    top: 32px;
  }

  /*
  #filterSort .cat-top-left{
    width: 75%;
  }
  */

  #filterSort #js-product-list-top{
    width: 24%;
  }

  .cat-bottom .category-description-bottom{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 60%;
  }

  .cat-bottom .category-description-bottom h2{
    font-size: 30px;
  }

  .cat-bottom .category-description-bottom{
    padding: 30px;
  }
}

.slick-products-carousel{
  max-height: 500px;
  overflow-y:hidden;
}

@media (max-width: 767px) {
  .slick-products-carousel{
    max-height: 428px;
    overflow-y:hidden;
  }
  

/*
  #products #productListtop .productlistwrapper{
    padding: 0 31px; 
  }
*/
  #js-product-list{
    margin-bottom: 30px;
  }
  #facets_search_center #search_filters{margin: 0;}

  #products #productListtop .productlistwrapper #js-product-list-header{
    position: static;
    width: 100%;
    transform: initial;
  }

  #products #productListtop .productlistwrapper #js-product-list-header .page-title{
    color: #383838;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 16px;
    justify-content: center;
  }

  #products #productListtop .productlistwrapper #js-product-list-header .page-title:before,
  #products #productListtop .productlistwrapper #js-product-list-header .page-title:after{
    display: none;
  }

  #filterSort .cat-top-left,
  #filterSort #facets_search_center{
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #filterSort .cat-top-left .breadcrumb{
    display: none;
  }

  #facets_search_center #search_filters .facet{
    width: 50%;
    padding: 0 5px;
    margin-bottom: 17px;
    min-width: auto;
  }

  #filterSort #js-product-list-top{
    width: 100%;
    margin-top: 17px;
  }

  #facets_search_wrapper .facet-dropdown .select-title,
  .products-selection .products-sort-nb-dropdown .select-title-name,
  .products-selection .products-sort-nb-dropdown .dropdown-menu .dropdown-item{
    font-size: 14px;
    letter-spacing: 0.7px;
  }
/*
  .products-selection .products-sort-nb-dropdown .select-title{
    padding: 15px 28px 15px 27px;
    box-shadow: none;
    border-radius: 4px;
    border: none;
    background: transparent;
  }

  .products-selection .products-sort-nb-dropdown .select-title:after{
    right: 0;
  }

  .products-selection .products-sort-nb-dropdown .dropdown-menu .dropdown-item:first-child{
    border-top: none !important;
  }

  .products-selection .products-sort-nb-dropdown.show .dropdown-menu.show{
    border-top: 1px solid rgba(112,112,112,0.2);
  }
*/
  .pagination .page-list li{
    width: 30px;
    height: 30px;
  }

  .pagination .page-list a,
  .pagination .page-list a > span{
    font-size: 14px;
    line-height: 28px;
  }

  .cat-bottom .category-description-bottom{
    max-width: 73%;
    padding: 10px 10px 19px 35px;
  }

  .cat-bottom .category-description-bottom p{
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  

    .js-product-miniature-wrapper .product-miniature{
      border: none !important;
    }

    .js-product-miniature-wrapper .product-miniature .product-description{
      text-align: center;
    }

    .js-product-miniature-wrapper .product-miniature .product-data .name-attr{
      justify-content: center;
    }

    .js-product-miniature-wrapper .product-miniature .product-data .name-attr .product-title{padding-top: 0;}

    .js-product-miniature-wrapper .product-miniature .product-data .name-attr .product-title a{
      color: #333333;
      font-family: "Source Sans Pro";
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.84px;
      text-transform: uppercase;
    }

    .product-miniature-layout-1 .product-description .variant-links .color{
      width: 23px !important;
      height: 23px !important;
    }
}
/* custom checkout*/

.continue{
  background-color:#7D7C3D;
  color: #f1f1f1;
  transition: all 0.4s ease-in;
  -moz-transition:    all 0.4s ease-in;
  -ms-transition:     all 0.4s ease-in;
  -o-transition:      all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: .65;
  top: -10px;
  position: relative;
}
.continue:hover{
  background-color:#7D7C3D;
  color: #fff;
  opacity: 1;
}
.continue i{
  line-height: 30px;
  position: relative;
  top: 2px;
 
}

body#checkout section.checkout-step:last-child{
  border-bottom :1px solid hsla(0,0%,63%,.25)
}


body#checkout section.checkout-step .delete-address,
 body#checkout section.checkout-step .edit-address{
  color: #333 !important;
  background-color: #f1f1f1;
  padding: 0px 10px;
  text-align: center;
  padding-right:15px;
  border: 1px solid hsla(0,0%,63%,.25);
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 25px;
  margin-top: 0px;

  transition: all 0.4s ease-in;
  -moz-transition:    all 0.4s ease-in;
  -ms-transition:     all 0.4s ease-in;
  -o-transition:      all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
}

body#checkout section.checkout-step .delete-address:hover,
 body#checkout section.checkout-step .edit-address:hover{
  background-color:#1dc9b7;
  color: #fff !important;
 }
body#checkout section.checkout-step .delete-address .fa,
 body#checkout section.checkout-step .edit-address .fa{
  padding: 0px;
  width:20px;
  font-size: 16px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit,
body#checkout #order-summary-content .step-edit{
  color: #333 !important;
  background-color: #f1f1f1;
  padding: 0px 10px;
  text-align: center;
  padding-right:15px;
  border: 1px solid hsla(0,0%,63%,.25);
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 40px;
  margin-top: 10px;
  float: right;
}
body#checkout #order-summary-content .step-edit{
  display: block;margin-top: 0px;margin-bottom: 15px;
}
body#checkout #order-summary-content h5.h5{
  margin-top: .6rem;
  margin-bottom: 1.6rem;
  display: block;
  line-height: 40px;
  font-size: 20px;
  font-weight: 300;
  color:#000;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done{
  float: left;
  padding-left: 0px;
  padding-right: 0px;
  width: 10px;
  left: -8px;
  position: relative;
  top: 2px;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit .fa,
body#checkout #order-summary-content .step-edit .fa{
  padding: 0px;
  width:20px;
  font-size: 16px;
}

body#checkout section.checkout-step .step-title{
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 300;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  text-transform: uppercase;
  line-height: 60px;
}
body#checkout section.checkout-step.-current .step-title{
  font-weight: 400;
  color:#7D7C3D;
  padding-bottom: 0px;
  
}
#checkout section.checkout-step.-current.-reachable.-complete .content p{
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
}

body#checkout section.checkout-step{
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  
  border-bottom: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Adress*/
body#checkout section.checkout-step .address-alias{
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 300;
}

body#checkout section.checkout-step #delivery-addresses .selected .address-alias
{ 
  color: #5c661f;
  font-weight: 400;
}

body#checkout section.checkout-step #delivery-addresses .selected .custom-radio{
  border-color: #5c661f;
  border-width: 2px;
}

body#checkout section.checkout-step #delivery-addresses .selected .custom-radio span{
  background-color: #5c661f;
}
body#checkout section.checkout-step .address{
  padding: 1rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.footer-address-checkout{
  margin-top: 10px;
  margin-bottom: 40px;
}

.confirem-pay{
  color:#f1f1f1 !important;
  background-color:#7D7C3D;
  transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-transition: all .3s ease;

padding: 0px 10px;
padding-right: 10px;
text-align: center;
margin-bottom: 10px;
font-weight: 300;
line-height: 65px;
margin-top: 0px;
font-size:2rem;
}
.confirem-pay:hover{
  color:#fff !important;
  background-color: #7D7C3D;
}

.footer-address-checkout a{
  color:
#7D7C3D !important;
background-color:
#f1f1f1;
padding: 0px 10px;
padding-right: 10px;
text-align: center;
padding-right: 15px;
border: 1px solid
hsla(0,0%,63%,.25);
font-size: 16px;
font-weight: 300;
line-height: 45px;
margin-top: 0px;
transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-transition: all .3s ease;
width: 100%;
display: block;
}
.footer-address-checkout a:hover{
  color:
#fff !important;
background-color:
#7D7C3D;
}

.footer-address-checkout a i{
  padding: 10px 0px;
  font-size: 20px !important;
}
#js-delivery textarea{
  height: 150px;
}

body#checkout section.checkout-step .payment-options .payment-option label{
  width: 100%;
}


body#checkout section.checkout-step .payment-options .payment-option label img{

  margin-right: 15px;
}
body#checkout section.checkout-step .payment-options .payment-option label span{
  font-weight: 300;
  font-size: 18px;
}

body#checkout section.checkout-step .payment-options .payment-option .custom-radio{
  width: 22px;
  height: 22px;
  top: -3px;
  margin-right: 20px;
}

body#checkout section.checkout-step .payment-options .payment-option .custom-radio span{
  width: 22px;
  height: 22px;
  background-color: #7D7C3D;
  border-color: #7D7C3D;
}

body#checkout section.checkout-step #conditions-to-approve .custom-checkbox input[type="checkbox"] + span:not(.color){
  width: 22px;
  height: 22px;
  margin-right: 22px;
}

body#checkout section.checkout-step #conditions-to-approve .custom-checkbox input[type="checkbox"] + span .checkbox-checked{
  width: 22px;
height: 22px;
padding: 0px;
font-size: 19px;
color: #7D7C3D;
}

body#checkout section.checkout-step .payment-options .payment-option{
  margin-bottom: 1.5rem;
border-bottom: 1px dashed  hsla(0,0%,63%,.25);
padding-bottom: 1.5rem;
}
body#checkout #order-summary-content{
  margin-top: 60px;
}

body#checkout #order-summary-content h4.black{
color: #000;
  padding: 20px 0px 30px;
  font-size: 22px;
  font-weight: 300;
}
body#checkout #order-summary-content .address-block h4.black{
  color: #000;
    padding: 10px 0px 20px;
    font-size: 22px;
    font-weight: 300;
  }

body#checkout #order-summary-content .card-body{
  color: #777 !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}
body#checkout #order-summary-content .order-confirmation-table{
  border:none;
}

body#checkout #order-summary-content .small-gutters{
  font-size: 18px;
  font-weight: 400;
}
body#checkout #order-summary-content #order-items .small-gutters{
  font-size: 18px;
  font-weight: 400;
  border-bottom:1px dashed hsla(0,0%,63%,.25);
}


body#checkout #order-summary-content .small-gutters .text-muted{
  font-size: 16px;
  font-weight: 300;
  padding-top:5px;
}
body#checkout #order-summary-content #order-items table tr:first-child td{
  font-size: 18px;
  font-weight: 300;
}
body#checkout #order-summary-content .order-confirmation-table td{
  font-size: 18px;
  font-weight: 300;
}
body#checkout #order-summary-content #order-items table tr:last-child td{
  font-size: 16px;
  font-weight: 300;
}
body#checkout #order-summary-content #order-items table tr:nth-last-child(2) td{
  font-size: 20px;
  font-weight: 400;
}
.js-alert-payment-conditions{
  padding-bottom: 20px;
  padding-top:20px
}
body#checkout #order-summary-content{
  background: none;
}
body#checkout #order-items table{
  margin-top: 15px;
}

/* Überweisung text */
div[id*="additional-information"]
    section 
        p
{
    font-family: "Source Sans Pro";
    font-size:14px;
    width:calc(100% - 30px);
    margin-left:5px;
}

/* payment more info link @ checkout */
#checkout
    a[data-target = "#bankwire-modal"]
{
    cursor:pointer;
    font-weight:600;
    text-decoration:underline;
}

/* AGB + condition links @ checkout */
#checkout
    #cta-terms-and-conditions-0,
#checkout
    #cta-terms-and-conditions-1
{
    font-weight: 600!important;
}

/* text position @checkboxes @ checkout */
#content-checkout
    .content
        label[class^="js-"]
{
    display:inline-block!important;
    width:calc(100% - 65px);
    vertical-align: top;
    margin-left:-2px;
}

/* product image */
#order-items
    .image 
        img
{
    position:relative;
    width:auto!important;
    margin-left:50%;
    transform: translate(-50%, 0);
}



/** Right Colum in Checkout**/

body#checkout #js-checkout-summary .aeuc_scart,
#content-checkout .cart-detailed-totals h5.aeuc_scart
{
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 300;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  text-transform: uppercase;
  line-height: 60px;
  border-bottom: 1px solid hsla(0,0%,63%,.25);
 
}
body#checkout #js-checkout-summary .card-body{
  padding-bottom: 15px;
  padding-top: 0px;
}
body#checkout #cart-summary-product-list .cart-summary-product{
  padding: 1.5rem 0;
  border-bottom:1px dashed hsla(0,0%,63%,.25)
}
.summary-title-order{
  font-family: "Source Sans Pro";
  font-weight: 300;
  line-height: 60px;
  color: #7D7C3D;
  font-size:20px;
}
.summary-title-order .key-toggle{
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-size:20px;
}
.summary-title-order .key-toggle .fa{
  padding-left: 0px;
  padding-right: 0px;
  width:30px ;
}

.summary-title-order .align-self-center{
  font-size: 16px;
}
.total-price-summery-items{
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-size:18px;
  color: #5c661f;
}
.product-quantity{
  font-weight: 300;
  font-size:16px;
  color: #707070 !important;
}
.step-edit-summery{
  color:#333 !important;
  background-color:#f1f1f1;
  padding: 0px 10px;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 15px;
  padding-right: 15px;
  border: 1px solid hsla(0,0%,63%,.25);
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 40px;
  margin-top: 15px;
  float: right;
}
.step-edit-summery i{
  top: 3px;
  position: relative;
}

.cart-summary-subtotals-container{
  border-bottom: 1px solid hsla(0,0%,63%,.25);
  padding:0px 0px 15px;
}
.cart-summary-subtotals-container .cart-summary-subtotals,
#content-checkout .card-body #cart-subtotal-products,
#content-checkout .card-body #cart-subtotal-shipping{
  color:#777;
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
}
.cart-summary-subtotals-container #cart-subtotal-products{
  border-top : 1px solid hsla(0,0%,63%,.25);
  padding-top: 10px;
}
.cart-summary-subtotals-container {
  border-top : 1px solid hsla(0,0%,63%,.25);
  border-bottom : 1px solid hsla(0,0%,63%,.25);

}
 .cart-summary-totals{
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

 .cart-summary-totals .cart-summary-line{
  font-weight: 400;
  font-size: 18px;
}

 .cart-summary-totals .cart-summary-line .value{
  color: #5c661f;
}

 .cart-summary-totals .cart-tax{
  font-weight: 300 !important;
  color:#777 !important;
}

/* total price  (incl. tax) */
#content-checkout
    .cart-summary-line
        span:first-child
{
    width:calc(100% - 80px);
    text-align:left;
    display:inline-flex;
}
#content-checkout
    .cart-summary-line
        span:last-child
{
    width:80px;
    text-align: right;
    font-size:18px;
}

.iqitfreedeliverycount-icon{
  width: 50px;
  float: left;
  text-align: center;
  line-height: 50px;
  font-size: 50px;
  padding: 0px;
}
.iqitfreedeliverycount-icon i{
  font-size: 35px;  
}


 .block-promo{
  padding: 0 20px 10px;
}
 #js-checkout-summary .block-promo .aeuc_scart{
  margin-bottom: 0px;
/*  padding: 0px;*/
  border-bottom: none;
}
.discount_input{
    line-height: 40px;
    font-family : "Source Sans Pro";
    font-size: 20px;
    font-weight: 300;
}
.discount_btn{
  color: #fff;
  background: #5c661f;
}

.discount_btn{
  color: #fff;
  background: #5c661f;
  font-family : "Source Sans Pro";
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;

  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
#content-checkout{
  max-width: 1670px;
  margin: 0 auto;
  padding: 0px 15px 30px;

}

#content-checkout .cart-items .cart-item-header .small-gutters{
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  font-family : "Source Sans Pro";
  line-height:60px;
}
#content-checkout .cart-item-header{
  line-height: 60px;
  padding: 5px 0px;
}
#content-checkout .cart-item{
  border-bottom: 1px dashed hsla(0,0%,63%,.25);
}

#content-checkout .cart-item .product-line-grid .small-gutters{
  font-size :16px;
  font-weight: 400;
}
#content-checkout .cart-item .product-line-grid .product-line-info-secondary{
  font-size: 16px;
  font-weight: 300;
  padding-top:5px;
}
#content-checkout .cart-item .product-image{
  max-width: 160px;
}
#content-checkout .cart-item .bootstrap-touchspin{
  max-width: 147px;
  min-height:30px;
}

#content-checkout .cart-item .bootstrap-touchspin input[type="number"]{
  height: 30px;
  font-size:16px;
}

#content-checkout  .btn-secondary  {
  text-transform: uppercase;
}
#content-checkout  .btn-secondary .fa {
 padding: 0px;
 width:20px;
}


body#checkout #cart-summary-product-list .media-left{
  max-width: 70px;
}



/* reorder page */
#content-checkout
.product-line-grid-right
  >div
    >*
{
    margin:10px 0;
    display:flex;
    justify-content: center;
    align-items: center;
}
/* inc/decrease amount */
#content-checkout
    .product-line-grid-right
        >div
            button
{
    width:20px;
    height:15px;
    padding:0;
}

/* inc/decrease carets */
#content-checkout
    .product-line-grid-right
        >div
            i
{
    top:0;
    left:-1px;
    width:20px;
}
/* history.back() link */
    #content-checkout
        .cart-grid-body
            >*:last-child
    {
        width:100%;
    }
    #content-checkout
        .cart-grid-body
            >a
    {
        display:inline-flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        background: #333;
        color:#fff;
    }        
    @media (min-width:757px)
    {
        #content-checkout
        .cart-grid-body
        >*:last-child
        {
            width:50%;
        }
    }

    #content-checkout
    .cart-grid-body
            >a:hover
    {
        background: #858585;
    }        

/* comment @ price display */
#content-checkout
    small,
 #content-checkout
    small 
        a
{
    height: 12px;
    line-height:12px;
}        

/* a little space above the next step button at checkout */
#checkout
  form 
{
    margin-top:25px;
}


/* promo block */
#content-checkout
    .block-promo 
{
    font-size:16px;
    padding:0;
}
#content-checkout
    .block-promo
        h5
{
    font-size:18px!important;
    padding-left:15px;
    margin-bottom: 0;
}
#content-checkout
    .block-promo 
      .input-group 
          *
{
    height:40px;
    font-size:16px;
}

#content-checkout
    .checkout
{
    padding:15px;
}
/* checkout link */
#content-checkout
    .checkout
        a 
{
    display:flex;
    justify-content: center;
    align-items: center;
    height:40px;
    font-size:16px;
}

/* checkout promo alert */
    #content-checkout
        .block-promo
            div.alert 
                .fa
    {
      padding: 2px 5px; 
      width:30px;
    }
    #content-checkout
        .block-promo
            div.alert 
    {
        margin-top:0px;
        text-align: center;
    }





    

/* header menu */
.cbp-hrsub-inner .fa{
  padding: 0px;
  width: 20px;
  display: none;
}

/*
.cbp-hrmenu .cbp-hrsub-tabs-names li{
  border-bottom: 1px solid hsla(0,0%,63%,.25);
}
*/
.cbp-hrmenu .cbp-hrsub-tabs-names li a{
  text-align: center;
}
.cbp-hrmenu .cbp-tab-pane > div > .row:last-child{
  margin-bottom: 0px;
}
.cbp-hrmenu .cbp-menu-column{
  margin-top: 0px;
  
  padding-right: 0px;
}
.cbp-category-link-w a:not(.btn):not(.nav-link){
  color: #707070;
  line-height: normal;
  width: 100%;
  display: block;
}
.cbp-category-link-w a{
  white-space: nowrap;
}
.cbp-category-link-w a:hover{
color: #000;
}

.cbp-hrmenu .cbp-links li a{
  padding-left: 0px;
}
.cbp-hrmenu .cbp-links li a::before{
  display: none;
}

.cbp-hrmenu ul{
  width: 100%;
}
/* 404 page*/
#pagenotfound .page-not-found .search-box{
  float: none;
  margin-right: auto;
  margin-left: auto;
}
#pagenotfound .page-not-found .form-search-control{
  padding-left: 40px;
}
.cat-image{
  text-align: center;
  padding-top: 50px;
}

/* career page */
#cms 
main 
.rte-content
h2
{
    font-family: "Source Sans Pro", sans-serif!important;
}

@media(min-width:992px) and (max-width:1299px) {
  #content-checkout .cart-items .cart-item-header .small-gutters {
      font-size: 14px;
      line-height: 50px;
  }
}

@media(min-width:768px) and (max-width:899px) {
  #content-checkout .cart-items .cart-item-header .small-gutters {
      font-size: 17px;
      line-height: 50px;
  }
}