html body {
	height: auto !important;
	overflow-x: hidden !important;
}
img {
    height: auto;
}
#custom-navbar .custom-navBrendBox .logo {
	height: 136px;
	display: inline-block;
	width: calc(60% - 20px);
    transition:none;
}
@media (max-width: 1200px) {
	#custom-navbar .custom-navBrendBox .logo {
		width: 100%;
	}
}
.custom-fixed-nav #custom-navbar .logo {
	height: 60px;
}

#custom-navbar .custom-navBrendBox .logo img {
	width: 420px;
	margin: 0 auto;
	display: inline;
	
}
.custom-fixed-nav #custom-navbar .logo img {
	width: 300px;
	
}
@media (max-width: 980px) {
	#custom-navbar .custom-navBrendBox .logo {
		height: auto;
	}
	#custom-navbar .custom-navBrendBox .logo img {
		width: 40%;	
	}
}
@media (max-width: 767px) {	
	#custom-navbar .custom-navBrendBox .logo {
		margin: 1% 0 0 0;
	}
	#custom-navbar .custom-navBrendBox .logo img {
		width: 30%;
		min-width: 130px;
		margin-top:13px;
	}
}
@media (max-width: 480px) {	

	#custom-navbar .custom-navBrendBox .logo img {
		margin-top:16px;
	}
}
@media (max-width: 370px) {	

	#custom-navbar .custom-navBrendBox .logo img {
		margin-top: 21px;
		margin-right: 30px;
	}
}
#custom-navbar .navbar-nav {
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
	

.customUserBox ul.list-inline {
	position: absolute;
	right: 40px;
}
@media (max-width: 1200px) {
	.customUserBox ul.list-inline{
		right: 35px;
	}
}
@media (min-width: 1200px) {
	#custom-navbar .navbar-nav > li > .navLink {
		padding: 0;
		margin: 0;
	}
	.custom-fixed-nav #custom-navbar .navbar-nav > li > .navLink {
		padding: 10px 0;
		margin: 0;
	}

}


#custom-navbar .custom-navBrendBox .userBox .navLogin {
	line-height: 16px;
	text-align: left;
}

#wishlist-total {
	display: inline-block;
	width: 20px;
}
@media (max-width: 1200px) {
	#wishlist-total {
		position: absolute;
		top: 33px;
		right: 58px
	}
}

@media (max-width: 992px) {
	#wishlist-total {
		top: 28px;
		right: 72px;
	}
}
@media (max-width: 767px){
	#wishlist-total {
		top: 33px;
		right: 75px;
	}
}


#custom-navbar {
	border-top: 8px double #000;
}

#fe-announcements {
	color: #D8D8D8;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	
	
}




#fe-announcements.sticky {
	position: fixed;
	top: 110px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 19;
	
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInSlow;
	animation-name: fadeInSlow;
}
@-webkit-keyframes fadeInSlow {
  0% {
    opacity: 0;
    
  }
  100% {
    opacity: 1;

  }
}
@keyframes fadeInSlow {
  0% {
    opacity: 0;
   
  }
  100% {
    opacity: 1;
  
  }
}

#fe-announcements .inner-wrapper {
	text-align: center;
	padding: 3px 0;
}
@media (min-width: 980px) {
	
	#fe-announcements .inner-wrapper {		
		margin-left: -15px;
		margin-right: -15px;  
	}
}
@media (max-width: 1200px) {
	#fe-announcements.sticky {
		top: 78px;
	}
	
}
@media (max-width: 991px) {
	#fe-announcements.sticky {
		top: 70px;
	}
}
@media (max-width: 767px) {
	#fe-announcements.sticky {
		display: none;
	}
	
}



#fe-announcements .announcement {
  /*text-align:initial;*/
  display: inline-block; }
  #fe-announcements .announcement * {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }


.vd a, .block-container a, #modal-image a {
	color: #D8D8D8 !important;	
}
.vd a:hover, .vd a:focus, .block-container a:hover, .block-container a:focus, #modal-image a:hover, #modal-image a:focus {
	color: #584f49 !important;
}

.btn-textura,
.btn-textura:hover {
	color: #000;
	background-color: #EEE3CA;
	border-color: #EEE3CA;
}

.main-content-section .containerCheck .checkmark {
	border: 1px solid #EEE3CA;
	background-color: #F8F3E9;
}


.promo-description-title-main h1 {	
	font-weight: 700;
	position: relative;
	text-align: left;
	color: #0d0d0d;
	text-transform: none;
	font-family: "PT Sans", sans-serif;

	font-size: 30px;
	line-height: 1.5;
	
}
.promo-description-text-main span {
	font-size: 20px !important;
}
.promo-description-text-main {
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.main-content-section h2 {	
	text-align: left;
}
@media (min-width: 1200px) {
	#custom-navbar .custom-menuItem {
		display: inline-block;
		height: 40px;
	}
}

#search {
	width: calc(22% - 30px);
	position: relative;
	display: inline-block;
	z-index: 25;
}
#search input[type=text] {
	border: none;
}

#search .button-search {	 
	color: #8F8178;
	width: 19px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}


ul.ui-autocomplete {
  width: 318px;
  max-height: 240px;
  background-color: #F8F3E9;
  overflow: auto;
  box-shadow: 0 3px 15px -3px rgba(0, 0, 0, 0.25);
  z-index: 21;
  display: block; 
  position: absolute;
  top: 0;
  }

ul.ui-autocomplete li.ui-menu-item {
 /*  border-bottom: 1px solid #f4f4f4;
  border-bottom-color: #f4f4f4;
  border-bottom-style: solid; */
  height: auto;
  padding: 8px 8px 8px 8px;
  color: #45738f;
  cursor: pointer;
  /* border-color: #e4e4e4; */
  display: block;
  float: left;
  width: 100%; }

ul.ui-autocomplete li.ui-menu-item:hover { 
  color: #000; }

ul.ui-autocomplete li.ui-menu-item a {
  display: block;
  float: left; 
  font-weight: 700;
  line-height: 1;
  }

ul.ui-autocomplete li.ui-menu-item a:hover {
  color: #000; }

ul.ui-autocomplete li.ui-menu-item img {
  float: left;
  margin-right: 5px; }

ul.ui-autocomplete li.ui-menu-item span {
  display: inline-block;
  float: left; }
 

#custom-navbar .custom-navBrendBox .navCart {
	margin: 0;
	display: inline-block;
	/* font-family: "NeutraTextTF-Demi"; */
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #8F8178;
}
 
#custom-navbar .userBoxMd {
	width: 9%;
} 
 
#cart-area {
	width: 10%;
	display: inline-block;
	float: none;
	
}

.shopping-cart-items .item.voucher a.img {
    padding-top:30%;
}

.shopping-cart::after {	
	border: none;
	content: " ";
	height: 0;
	width: 0;
	position: relative;	
	border-width: 0px;	
}

#cart {
	position: relative;
	float: none;
}

#cart > a {
	padding-right: 25px;
	
}
#cart > a > .svg-inline--fa {	
	position: absolute;
	right: 0;
	top: 5px;
}
#cart #cart-total {
	width: 22px;
	height: 22px;
	background: #968980;
	color: #fff;
	position: absolute;
	right: -16px;
	top: 10px;
	padding: 0;
	border: 2px solid #fff;	
	font-size: 12px;
	line-height: 16px;
}
#cart.open > .dropdown-menu {
	right: -11px;
	top: 40px;
}

@media (max-width: 1200px) { 
	#search {
		position: absolute;	
		right: 85px;
		top: 24px;
		width: calc(22% - 40px);
	}
	#search input[type=text] {
		border: none;
		width: 80%;
	}
	.userBoxSm .customUserBox > a {	
		position: absolute;
		right: 40px;
	}
	#cart-area {		
		width: 26px;
		position: absolute;
		top: 24px;
		right: 4px;
	}	
	
	
	
	#cart {
		position: absolute;
		top: 6px;
		right: 8px;
	}
	
	#cart > a {
		color: transparent;
		width: 20px;
	}
	
	#cart > a > .svg-inline--fa {
		color: #8F8178; 
	}
	
	#cart.open > .dropdown-menu {
		width: 320px;
	}
	
}

@media (max-width: 980px) { 
	#search {
		right: 95px;
	}	
	#cart {		
		right: 25px;
		top: 0px;
	}
	.custom-fixed-nav #custom-navbar .custom-navBrendBox #cart {
		top: -7px;
	}
	
}
@media (max-width: 768px) { 	
	#cart {	
		top: 6px;
	}
	.custom-fixed-nav #custom-navbar .custom-navBrendBox #cart {
		top: 6px;
	}
    #custom-navbar .navbar-collapse {
        height: auto;
    }
}

@media (max-width: 767px) {
	#search {
		position: absolute;	
		width: calc(100% - 30px);
		border: 1px solid #0d0d0d;		
		right: 14px !important;		
		top: 70px !important;
	}
  .custom-fixed-nav #search{
    display: none;
  }
	#search input[type=text] {
		border: none;
		width: 100%;
	}
	#search .button-search {
		top: 7px;
		right: 3px;
	}
	
	
}



#menu {
	min-height: auto;
	border: none !important;
}

/**** Dropdown menu *****/
#menu li.dropdown {
	position: static;
}
  #menu .dropdown-menu {
    width: 100%;
    margin-left: 0 !important;
    padding: 0;
    padding-bottom: 0;
    top: 22px;
    background-color: transparent;   
    box-shadow: none;
    z-index: 20; }
	
	@media (max-width: 1200px) {
		#menu .dropdown-menu {
			top: 60px;
		}
	}
	
	header.custom-fixed-nav #menu .dropdown-menu {
		top: 42px;
	}
    #menu .dropdown-menu .dropdown-border {
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border-right: 1px solid #e1e1e1;
      background: #fff;
      -webkit-box-shadow: 0 6px 7px -3px rgba(0, 0, 0, 0.6);
      box-shadow: 0 6px 7px -3px rgba(0, 0, 0, 0.6); }
  #menu .dropdown-inner {
    /*        display: table;
    ul {
        display: table-cell;
    }*/
    padding: 24px 0;
    margin: 0 auto;
    max-width: 1064px; }
    #menu .dropdown-inner .column {
      width: 244px; }
      #menu .dropdown-inner .column li.heading a {
        text-transform: uppercase;
        font-size: 14px;
        font-family: "Open Sans Condensed";
        font-weight: bold;
        text-decoration: none; }
        #menu .dropdown-inner .column li.heading a:hover {
          color: #2d2d2d; }
      #menu .dropdown-inner .column li.heading:not(:first-child) {
        padding-top: 20px; }
      #menu .dropdown-inner .column li a {
        color: #2d2d2d;
        font-size: 12px;
        font-family: 'Open Sans',sans-serif;
        text-transform: none;
        font-weight: 400; }
        #menu .dropdown-inner .column li a:hover {
          color: #7d7d7d; }
    #menu .dropdown-inner .banners {
      display: block;
      width: 330px;
      overflow: hidden;
      font-family: "Open Sans";
      font-weight: 400;
      letter-spacing: .5px; }
      #menu .dropdown-inner .banners li {
        width: 100%;
        position: relative;
        display: inline-block;
        zoom: 1;
        text-align: left;
        letter-spacing: .0625em;
        vertical-align: top; }
      #menu .dropdown-inner .banners .banner-link {
        padding-bottom: 3px;
        text-decoration: none;
        font-size: 1.143em;
        line-height: 1em;
        display: block;
        margin-bottom: 7px; }
        #menu .dropdown-inner .banners .banner-link:last-of-type {
          margin-bottom: 0; }
      #menu .dropdown-inner .banners img {
        display: block;
        width: 100%;
        height:auto; }
  @media (max-width: 760px) {
    #menu .mobile-plus {
      width: 40px;
      height: 40px;
      line-height: 35px;
      font-size: 25px;
      font-weight: normal;
      top: 20px;
      right: 10px;
      position: absolute;
      text-align: center;
      cursor: pointer;
      color: #000000;
      background-color: transparent;
      border-left-width: 0;
      border-style: none;
      border-color: inherit; }
    #menu .mobile-plus::after {
      content: "+"; }
    #menu .mobile-plus.minus::after {
      content: "-"; } }
  @media (max-width: 1170px) {
    #menu ul.navbar-nav .dropdown-inner {
      max-width: 100%;
      padding: 24px; }
    #menu ul.navbar-nav .dropdown-inner .pull-left {
      width: 66%; }
    #menu ul.navbar-nav .dropdown-inner .column {
      width: 33%; }
    #menu ul.navbar-nav .dropdown-inner .banners {
      width: 33%; } }
  #menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px; }
    #menu .see-all:hover, #menu .see-all:focus {
      text-decoration: none;
      color: #ffffff;
      background-color: #229ac8;
      background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
      background-repeat: repeat-x; }
  #menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    display: none !important; }
  #menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a; }
    #menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
      color: #ffffff;
      background-color: #229ac8; }

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block; } }
@media (max-width: 767px) {
  #menu {
    border-radius: 4px; }

  #menu div.dropdown-inner > ul.list-unstyled {
    display: block; }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1); }

  #menu .dropdown-inner {
    display: block; }

  #menu .dropdown-inner a {
    width: 100%;
    color: #000; }

  #menu .dropdown-menu a:hover,
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1); }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff; } 
	

  #menu .btn-navbar,
  #menu .btn-navbar:active,
  #menu .btn-navbar:focus {
    text-decoration: none;
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    background: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
    color: #111;
    min-height: 42px;
    padding: 0 0 0 10px;
    margin: 0;
    float: left;
    width: 100%; }

  #menu .btn-navbar:hover {
    background-color: transparent;
    color: #111; }

  #menu .btn-navbar .fa {
    font-size: 24px;
    float: left; }

  .navbar-nav {
    background-color: white;
    border: none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #333745;
    display: block !important;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    margin: 0;
    max-height: calc(100vh - 176px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    position: relative;
    table-layout: auto;
    text-transform: none;
    width: 100%;
    -moz-text-size-adjust: none; }

  .is_sticky .navbar-nav {
    max-height: calc(100vh - 32px); }

  #menu .nav > li > a:hover,
  #menu .nav > li.open > a {
    border-bottom: none; }

  #menu .nav > li,
  #menu .nav > li:hover {
    min-width: 40px;
    color: white;
    position: relative;
    display: inline-block;
    left: 0;
    width: 100%;
   /*  border-bottom: 1px solid #333745; */
    transition: all 0.2s !important;
    color: #ffffff;
    text-align: left;
    background-color: #ffffff; }


  #menu .dropdown-menu {
    height: 0;
    opacity: 0;
    top: 0;
    padding-bottom: 0; }

  #menu .nav > li.active div.dropdown-menu,
  #menu .nav > li.opened div.dropdown-menu {
    display: block;
    height: auto;
    opacity: 1;
    padding-bottom: 0; }

  #menu div.dropdown-inner > ul.list-unstyled {
    display: none; }

  #menu .dropdown-inner .column {
    width: 100%; }

  #menu .dropdown-inner .column li a {
    font-size: 14px; }

  #menu .dropdown-inner .column li {
    padding: 5px 0; }

  #menu .dropdown-menu {
    position: relative; }

  #menu ul.navbar-nav .dropdown-inner .column {
    width: 50%; }

  #menu ul.navbar-nav .dropdown-inner .column.total-cols-1 {
    width: 100%; }

  #menu .nav > li > a:hover,
  #menu .nav > li.open > a {
    border-bottom: 2px solid #fff; }	
	
}

.product-filter {
	display: inline-block;
	width: calc(100% + 30px);
}

@media (max-width: 768px){
	.product-filter {
		
	}
}

#productPage .productContent .custom-btnDarkMd {
	margin: 0 0 0 20px;
	width: calc(100% - 20px);
}

@media (max-width: 768px) { 
	/**** Category page filters *****/
	#list-view,
	#grid-view {
		
		display: inline-block;
	}
	#list-view {
		width: 40px;
	}
	
	#list-view .squareIcon {
		margin: 0 2px 2px 0;
		float: left;
		height: 20px;
		width: 40px;
	}

	#grid-view .gridIconBox {
		width: 44px;
		display: inline-block;
		margin: 0;
	}
	.gridBtnBox {
		margin: 0;
	}
	
	.gridBtn .gridIconBox .gridIcon {
		margin: 0 2px 2px 0;
		float: left;
		width: 20px;
		height: 20px;
	}

	#grid-view .gridIconBox:nth-of-type(2n) {
		display: none;
		
	}
	
	
	
}


.custom-select {
	margin-bottom: 20px;
}

.text3 a {
	color: #8F8178;
}

.center-logo {
	margin: 0 auto 40px;
	display: block;
}

#bg_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .5;
  z-index: 100001;
  background-color: #000;
  display: none; }

#lybc_banner {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 50%;
  transform: scale(0.5) translate(-50%, -100%);
  transition: 1s;
  background-color: transparent;
  z-index: 100002;
  display: none;
  max-width: 800px;
  width: 95%; }
  #lybc_banner.top-trans {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
    top: 50%; }
  #lybc_banner .close-x {
    position: absolute;
    top: -25px;
    right: 10px;
    color: #fff;
    opacity: .65;
    cursor: pointer;
    font-size: 18px; }
  #lybc_banner .close-x:hover {
    opacity: 1; }

.category-info {
	font-size: 20px;
}	

.btn-back {
	text-align: center;
	display: block;
	margin: 10px 0;
}

.address {
	border-bottom: solid #F8F3E9 1px;
	margin: 20px 0;
}
	


.categoryContainer .categoryAlign2 {
	padding: 0;
}
.product-layout .owl-carousel {
	margin: 0;
}
.product-layout .product-title {
	text-align: center;
	margin-bottom: 50px;
}	
.owlSliderBoxLg .owlCarouselBox .owl-prev,
.owlSliderBoxLg .owlCarouselBox .owl-next {
	top: calc(50% - 33px);
}
.owlSliderBoxSm .owlCarouselBox .owl-prev,
.owlSliderBoxSm .owlCarouselBox .owl-next {
	top: calc(50% - 33px);
}

.owlSliderBoxLg .owlCarouselBox.product-list,
.owlSliderBoxSm .owlCarouselBox.product-grid {
	vertical-align: top;
}
/* 
.owlSliderBoxSm, .owlSliderBoxLg {
	display: flex;
	flex-wrap: wrap;
} */
/* .owlSliderBoxSm .owlCarouselBox.product-grid {
	display: inline-block;
	width: 24.6%;
	margin: 0;
	padding: 0 0.3%;
} */
/* .owlSliderBoxLg .owlCarouselBox.product-list {
	display: inline-block;
	width: calc(50% - 16px);
	margin: 0;
	padding: 0;
} */


	
	
.main-content-section .custom-subscribeForm .input-group input[type=file] {
	background-color: transparent;	
	width: auto;
	height: auto;
}
	
	
	
	
	

/* Checkout */
#d_quickcheckout .lybc_heading {
  font-size: 18px; }
  #d_quickcheckout .lybc_heading .fa {
    display: none; }
#d_quickcheckout label {
	font-size: 16px !important;
}
#d_quickcheckout #shipping_method_list .input-group {
  margin-top: 10px;
  margin-bottom: 10px; }
  #d_quickcheckout #shipping_method_list .input-group .input-group-addon {
    border-color: transparent;
    background-color: transparent;
    padding-left: 0;
    width: 30px;
    vertical-align: middle; }
  #d_quickcheckout #shipping_method_list .input-group .input-group-btn .btn {
    height: 50px; }
    #d_quickcheckout #shipping_method_list .input-group .input-group-btn .btn .fa {
      vertical-align: middle; }
    #d_quickcheckout #pickup-service-store-name_input input[type=text].form-control {
        margin:0 !important;
    }
    #d_quickcheckout .input-group-addon.containerCheck {
        margin:0;
        cursor:auto;
    }
        #d_quickcheckout .input-group-addon.containerCheck:hover input ~ .checkmark {
            border: 1px solid #EEE3CA;
            background-color: #F8F3E9;
        }
        #d_quickcheckout .input-group-addon.containerCheck:hover input:checked ~ .checkmark {
            background-color: #43a047;
        }
    #d_quickcheckout .input-group-addon.containerCheck input,
    #d_quickcheckout .input-group-addon.containerCheck .checkmark {
        top:50%;
        transform:translateY(-51%);
    }
    #d_quickcheckout .input-group-addon.containerCheck .checkmark {
        pointer-events:none;
    }
        #d_quickcheckout .input-group-addon.containerCheck input:hover ~ .checkmark {
            background-color: #e6e6e6;
            border: 1px solid #F8F3E9;
        }
        #d_quickcheckout .input-group-addon.containerCheck input:checked:hover ~ .checkmark {
            background-color: #43a047;
        }
    #d_quickcheckout .input-group-addon.containerCheck input {
        left:0;
        width:25px;
        height:25px;
    }
#d_quickcheckout .panel-title {
  padding: 7px 0 7px 10px;
  border-bottom-width: 0px;
  border-style: solid;
  text-align: left;
  background-color: #F8F3E9;
  font-weight: 400;
  
  font-style: normal;
  font-size: 18px !important;
  text-transform: none;
  color: #0d0d0d !important;
  margin-bottom: 5px !important; }

#d_quickcheckout .btn-primary {
  background-color: #000000 !important; }

#d_quickcheckout .btn-primary:hover,
#d_quickcheckout .btn-primary:active,
#d_quickcheckout .btn-primary.active,
#d_quickcheckout .btn-primary.disabled,
#d_quickcheckout .btn-primary[disabled],
#d_quickcheckout .btn-default.active,
#d_quickcheckout .btn-default.focus,
#d_quickcheckout .btn-default:active,
#d_quickcheckout .btn-default:focus,
#d_quickcheckout .btn-default:hover,
#d_quickcheckout .open > .dropdown-toggle.btn-default {
  background-color: #383838 !important;
  color: #ffffff !important;
  text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
  text-transform: none;
  border-color: #383838 !important;
  box-shadow: none !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

 #d_quickcheckout .panel {
	border-color: #F8F3E9 !important; 
	border-bottom: none !important;
 } 
 
 #d_quickcheckout button {
	 color: #ffffff !important;
 }
 
#d_quickcheckout #confirm_wrap .panel {
	border: none !important;
}
#d_quickcheckout #confirm_wrap .panel-heading, 
#d_quickcheckout #confirm_wrap .panel-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
 
#d_quickcheckout #confirm_wrap .control-label .text {
	font-size: 14px;
	font-weight: 700;
}
 
#d_quickcheckout .panel,
#d_quickcheckout .form-control {
	border-radius: 0px !important; 
}
#d_quickcheckout input[type=text].form-control,
#d_quickcheckout input[type=email].form-control,
#d_quickcheckout input[type=tel].form-control,
#d_quickcheckout input[type=password].form-control {
	height: 50px;
	width: 100%;
	padding: 5px 12px;
	margin: 0 0 20px 0 !important;
	background-color: #F8F3E9;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	font-style: normal;
	font-size: 15px !important;
	color: #0d0d0d;
}
#d_quickcheckout input[type=tel].form-control {
	padding-left: 47px;
}

#d_quickcheckout textarea,
.main-content-section .custom-subscribeForm .input-group textarea {
	border: 2px solid #F8F3E9 !important;
	background-color: #ffffff;
	box-shadow: none !important;
	height: 150px !important;
}

#d_quickcheckout .panel-heading,
#d_quickcheckout .panel-body {
  padding: 6px 10px 8px !important;
  background-color: #ffffff !important; }
#d_quickcheckout .panel-default > .panel-heading {
	background-color: #ffffff !important; 
	padding: 0 !important;
}
#d_quickcheckout .panel-heading {
  border-bottom: 0 !important;
  
}
#d_quickcheckout .panel-heading h4 {
	padding: 8px 15px !important; 
}
#d_quickcheckout .panel-title {
  border: 0 !important;
  margin: 0 !important; }
#d_quickcheckout .text {
	font-size: 18px;
	line-height: 1.7;
}
#d_quickcheckout .form-group {
  margin-bottom: 0 !important; }

#d_quickcheckout .btn-group > .btn-group > .btn,
#d_quickcheckout .btn-group > .btn-group > .dropdown-toggle {
	border-radius: 0 !important; 
	background-color: #F8F3E9 !important;
	color: #1a1a1a !important;
	border-color: #F8F3E9 !important;
	text-shadow: none !important;  
	font-size: 15px !important;
	text-transform: none !important;
	box-shadow: none !important;
}

#d_quickcheckout .btn-group > .btn-group > .btn.active {
	background-color: #EEE3CA !important;
	font-weight: 700 !important;
}

#d_quickcheckout .btn-default {
  background-image: none !important;
  border-color: #e4e4e4 !important;
  background-color: #ffffff !important; }

#d_quickcheckout .btn-group-justified {
	background-color: #F8F3E9 !important;
}
  
#d_quickcheckout a {
  color: #000 !important; }

#d_quickcheckout .form-control:focus {
  box-shadow: inherit !important;
  -webkit-box-shadow: inherit !important;
  border-color: inherit !important; }

#d_quickcheckout .btn-primary {
  margin: 2px 0 !important;
  border-radius: 2px !important;
  background-color: #000000 !important;
  font-weight: 400 !important;
  font-family: "Open Sans" !important;
  font-style: normal !important;
  text-transform: none !important;
  color: white !important;
  background-image: none !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out !important;
  cursor: pointer !important;
  display: inline-block !important;
  text-align: center !important;
  position: relative !important;
  box-shadow: none !important;
  border-color: transparent !important; }

#d_quickcheckout #qc_confirm_order.btn-primary {
  font-weight: 700 !important; }

#d_quickcheckout #qc_confirm_order.btn-primary:hover {
  background-color: #383838 !important; }

#d_quickcheckout .text-danger {
  color: #a94442 !important; 
  margin: -20px 0 15px 0 !important;
  min-height: 20px;
  }	
#d_quickcheckout .required.has-error label,
#d_quickcheckout .required.has-error label a {
	color: #a94442 !important;
}

#d_quickcheckout #cart_view .table-bordered {
	border: 0 !important;
}
#d_quickcheckout #cart_view .table-bordered thead {
	font-weight: 700;
}

#d_quickcheckout #cart_view .table-bordered td {
	border: 0 !important;	
	border-bottom: 1px solid #F8F3E9 !important;
}
	
#d_quickcheckout #cart_view .qc-quantity {
	
}
#d_quickcheckout #cart_view .qc-quantity input[type=text] {
	height: 40px;
	margin: 0;
	display: inline-block;
	margin: 0 !important;
}

#d_quickcheckout #cart_view .qc-quantity span.input-group-btn button {
	display: inline-block;
	border: 1px solid #EEE3CA;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1.5;
	vertical-align: middle;
	padding: 11px 0;
	background: #EEE3CA;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	margin-right: -4px;
	border-radius: 8px 0 0 8px;
	font-size: 12px;
	color: #000 !important;
}	

#d_quickcheckout #cart_view .qc-quantity span.input-group-btn button.increase {
	margin-right: 0px;
	margin-left: -4px;
	border-radius: 0 8px 8px 0;
	
}
#d_quickcheckout #cart_view .qc-quantity span.input-group-btn button.delete {	
	border: 0;
	background: none;
}

#d_quickcheckout #cart_view .qc-coupon #coupon + span.input-group-btn {
	vertical-align: top;
}
#d_quickcheckout #cart_view .qc-coupon #coupon + span.input-group-btn button {
	height: 50px;
}
#d_quickcheckout #cart_view .qc-voucher #voucher + span.input-group-btn {
	vertical-align: top;
}
#d_quickcheckout #cart_view .qc-voucher #voucher + span.input-group-btn button {
	height: 50px;
}

#d_quickcheckout .qc-totals .row:last-child {
	margin-left: -10px;
	margin-right: -10px;
}

#d_quickcheckout .checkbox label, 
#d_quickcheckout .radio label {
	padding-left: 30px !important;
}
#d_quickcheckout .date-btn {
	vertical-align: top !important;
}
#d_quickcheckout .date-btn .btn {
	background-color: #F8F3E9 !important;
	color: #000000 !important;
	border-color: #F8F3E9 !important;
	box-shadow: none !important;
	line-height: 1.25 !important;
}

#d_quickcheckout .modal-header {
	width: 100%;
}
#d_quickcheckout .modal-header button {
	color: #000000 !important;
}

#d_quickcheckout .modal-body {
	margin-top: 40px;
}
#d_quickcheckout #payment_address_address_1_input .control-label {
  text-align: left;
}
#d_quickcheckout #payment_address_address_1_input .control-label .text span {
  font-size: 17px;
}
#d_quickcheckout #confirm_agree_phone_call_input {
  display: none; }
#d_quickcheckout label[for=wk_stripe] .payment-image, #d_quickcheckout label[for=dsk] .payment-image {
  padding-bottom: 3px; }

#d_quickcheckout label[for=pp_standard] .payment-image, #d_quickcheckout label[for=epay] .payment-image {
  padding-bottom: 5px; }

#d_quickcheckout .qc-checkout-product .qc-name-model .text{
  font-size:14px;
}
#d_quickcheckout .qc-checkout-product .qc-name-model .title{
  display: block;
}
#d_quickcheckout .qc-checkout-product .qc-name-price .text{
  font-size: 15px;
}


@media (max-width: 480px) {
    table.qc-cart thead {
        display: none;
    }
    table.qc-cart td.qc-image {
        display: none;
    }
    table.qc-cart td.qc-name {
        width: 60%;
        font-size: 14px;
    }
    table.qc-cart td.qc-quantity  {
        width: 10%;
    }
    table.qc-cart td.qc-total  {
        width: 30%;
    }
    #d_quickcheckout #payment_address_address_1_input .control-label .text span {
      font-size: 10px;
    }
    #d_quickcheckout  .qc-checkout-product table tr{
      position: relative;
    }
    #d_quickcheckout .qc-checkout-product .qc-total{
      position: absolute;
      bottom: 0;
      right: 0;
      border-bottom: 0 ;
      text-align: end;
    }
    #d_quickcheckout .qc-checkout-product .secondary_price{
      height: 150px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px){
  #d_quickcheckout #payment_address_address_1_input .control-label .text span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px){
  #content #d_quickcheckout{
    margin-left: -15px;
    margin-right: -15px;
  }
}

#cart div.item {
	margin-bottom: 18px;
	display: inline-block;
	width: 100%;
}


#productPage .productContent .cart {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.product-info .productContent .cart .journal-stepper {
  width: 30%;
  color: white;
  background-color: #262626;
  text-align: center;
  height: 100%;
  float: left;
  line-height: 48px;
  font-size: 25px;
  font-style: normal;
  font-weight: bold;
  transition: all 0.2s;
  text-decoration: none;
}
.product-info .productContent .cart input[name="quantity"] {
  float: left;
  width: 40%;
  line-height: 48px;
  height: 100%;
  text-align: center;
  margin: 0;
  border: 0;
  padding: 5px 10px;
  transition: all 0.2s;
  font-size: 16px;
  height: 48px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08);
}
#productPage .productContent .cart #button-cart {
	height: 48px;
}

#productPage .productContent .size-selector ul,
#productPage .productContent .size-selector ul li {
	padding: 0;
	margin: 0;
	list-style: none;
} 

#productPage .productContent .size-selector ul li {
	
	padding: 15px 20px;
	background-color: #F8F3E9;
	margin-bottom: 3px;
	position: relative;
	cursor: pointer;
	color: #000000;
	
	width: 100%;
}

#productPage .productContent .size-selector ul li a {
	color: #000000;
	display: block;
	font-size: 20px;
	line-height: 34px;
}
#productPage .productContent .size-selector ul li a.active {
	font-weight: 700;
}

#productPage .productContent .size-selector ul li a.price_special {
	line-height: 24px;
  height: 45px;
}

#productPage .productContent .size-selector ul li span.alert-quantity {
	width: auto;
	margin: 0 20px;
	color: #8F8178;
	font-size: 20px;
}
#productPage .productContent .size-selector ul li a span.list-price {
	float: right;
	
	font-size: 18px;
}
#productPage .productContent .size-selector ul li a span.list-price.linethrough {
	text-decoration: line-through;
	color: #8F8178;
	font-size: 16px;
}
#productPage .productContent .size-selector ul li a span.list-special {
	float: right;	
	margin-left: 20px;
}
#product-swiper-pagination{
  bottom: 0;
  position: absolute;
  z-index: 1;
  text-align: center;
}
#product-swiper-pagination .swiper-pagination-bullet{
	opacity: 0.5;
	color: rgb(143, 129, 120);
	-webkit-font-smoothing: antialiased;
}
#product-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}
#product_images .row img:hover{
  cursor: pointer;
}
@media (max-width: 767px) {
	#productPage .productContent .size-selector {
		text-align: left;
	}
}
@media (max-width: 480px) {
	#productPage .productContent .size-selector ul li span.alert-quantity,
	#productPage .productContent .size-selector ul li span.list-price,
	#productPage .productContent .size-selector ul li a {
		font-size: 16px;
	}
	#productPage .productContent .size-selector ul li span.alert-quantity {
		font-size: 12px;
		margin: 0 5px;
	}
}



.quicklinks-content {
	line-height: 1.2;
	font-size: 20px;
	margin: 40px 0; 
}

.quicklinks-content h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: none;
	text-align: left; 
	margin: 0;
}
.quicklinks-content div.content-section {
	padding-left: 20px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	text-align: left;
}
.quicklinks-content > div {
  
  margin-bottom: 30px; } 
 
 
.add-to-cart {
	cursor: pointer;
}
 
 
.pagination > li > a, 
.pagination > li > span {
	color: #8F8178;
	background-color: #fff;
	border: 1px solid #F5F2ED;
} 


.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover, 
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
	background-color: #F5F2ED;
	border-color: #F5F2ED;
	color: #8F8178;
}


.wishlist-compare .links a {
	cursor: pointer;
}

table.table-textura thead {
	background-color: #F8F3E9;
	font-weight: 700;
}






.customselect {
  position: relative;
  height: auto; 
  margin: 0 0 10px 0;
}
.customselect:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #EEE3CA transparent transparent transparent;
  pointer-events: none;
}
.customselect:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 15px;
  bottom: 1px;
  background: #F8F3E9;
  content: '';
  pointer-events: none;
}
.customselect:hover:before {
  /* background: red; */
}
.customselect select {
  font-size: 18px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #F8F3E9;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;  
  padding: 10px 25px 10px 10px;
  
  -moz-appearance: none;
  -webkit-appearance: none;  
}

.customselect select option{
	font-size: 18px;
	   
}

.customselect select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.customselect select::-ms-expand {
  display: none;
}
.customselect select:focus {
  /* border-color: #63ffb4; */
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .customselect select {
    padding-right: 0;
  }
  .customselect:after, .customselect:before {
    display: none;
  }
}


	
/**********  Product filter  ***********/
div#column-left {
	font-size: 16px;
	color: #111; 
}
div#column-left .panel {
	border: none; 
}
div#column-left .panel-default > .panel-heading {
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 0 24px;
	height: 48px;
	line-height: 22px; 
}
div#column-left #aside-filter .filter-items-wrapper a.list-group-item {
	color: #0d0d0d;
	text-shadow: none;
	font-style: normal;
	font-size: 20px;
	font-weight: 1.7;
	padding: 0;
	margin-bottom: 10px;
	border: 0;
}
div#column-left #aside-filter .filter-items-wrapper a:hover,
div#column-left #aside-filter .filter-items-wrapper a:focus, 
div#column-left #aside-filter .filter-items-wrapper .checkbox:hover {
	background-color: #ffffff;
	cursor: pointer; 
} 
div#column-left #aside-filter .filter-items-wrapper div.list-group-item {
	border: none;
	white-space: normal;
	padding: 0; 
}
div#column-left #aside-filter .filter-items-wrapper div.list-group-item .checkbox label {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	padding-left: 40px;
	color: #8F8178;
}
div#column-left #aside-filter .filter-items-wrapper div.list-group-item .checkbox label:before {
	content: '';
	cursor: pointer;
	width: 14px;
	height: 14px;
	background: 0 0;
	border: 2px solid #111;
	top: 3px;
	left: 0;
	margin-top: 0;
	position: absolute; 
}
div#column-left #aside-filter .filter-items-wrapper div.list-group-item .checkbox.show_more_button label:before, 
div#column-left #aside-filter .filter-items-wrapper div.list-group-item .checkbox.show_less_button label:before {
	content: none; 
}
div#column-left #aside-filter .filter-items-wrapper div.list-group-item .checkbox input[type=checkbox]:checked + label:before {
	background-color: #111; 
}
div#column-left #aside-filter .filter-items-wrapper div.list-group-item .checkbox input {
	display: none; 
}
div#column-left #aside-filter .filter-items-wrapper .ui-accordion-header-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 17px; 
}
/**********  Ends product filter  ***********/	



/******* Badges ********/
.product-layout > .product-thumb {
    position:relative;
}
.badges-right-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    max-width: 54px !important;
    z-index:1;
    opacity: 1;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.product-badge {
    display: block;
    width:100%;
    height:auto;
}
.articleThumb:hover .badges-right-container, 
.product-thumb:hover .badges-right-container {
    opacity:0;
}
.badges-right-container.left {
    right:auto;
    left:0;
}
.product-badge.css-badge {
    height: 54px;
    background-color: #ce1111;
    color: #fff;
    border-radius: 50%;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
@media (max-width: 530px) {
    .products-related .badges-right-container,
    .products-latest .badges-right-container,
    .products-special .badges-right-container,
    .products-bestseller .badges-right-container,
    .products-featured .badges-right-container,
    .product-layout.product-grid .badges-right-container {
        max-width: 40px !important;
    }
    .products-related .product-badge.css-badge,
    .products-latest .product-badge.css-badge,
    .products-special .product-badge.css-badge,
    .products-bestseller .product-badge.css-badge,
    .products-featured .product-badge.css-badge,
    .product-layout.product-grid .product-badge.css-badge {
        height:40px;
        line-height:40px;
        font-size:12px;
    }
}
@media (max-width: 405px) {
    .products-related .badges-right-container,
    .products-latest .badges-right-container,
    .products-special .badges-right-container,
    .products-bestseller .badges-right-container,
    .products-featured .badges-right-container,
    .product-layout.product-grid .badges-right-container {
        max-width: 30px !important;
    }
    .products-related .product-badge.css-badge,
    .products-latest .product-badge.css-badge,
    .products-special .product-badge.css-badge,
    .products-bestseller .product-badge.css-badge,
    .products-featured .product-badge.css-badge,
    .product-layout.product-grid .product-badge.css-badge {
        height:30px;
        line-height:30px;
    }
}
/******* End badges ********/	


/* #custom-slider .carousel-inner > .item .custom-sliderHeading {
    display: none !important;
} */
#custom-slider .carousel-inner > .item .custom-btn {
    display: none !important;
}
.carousel-inner>.item>a img {
    width:100%;
}

/******** Homepage black boxes ***********/
.black-box-set {	
	font-family: "PT Sans", sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 14px;	
}
.black-box-set > .block-content {
	padding: 30px 0 !important;
	
	background: #0d0d0d;
	display: inline-block;
	
}
.black-box-set.short > .block-content {
	padding: 30px 0 !important;
	margin: 0 100px !important;
}
.black-box-set h3 {
	text-transform: none;
	margin-top: 0 !important;
	font-weight: 700 !important;
	line-height: 100% !important;
	margin-bottom: 30px !important;
}
.black-box-set p {
	margin: 0 !important;
}
.black-box-set a {
	display: block;
	color: inherit !important;
}
.black-box-set a:hover {
	text-decoration: none !important;
	color: inherit !important;
}
.black-box-set .block-inner {
    padding: 5px 45px  !important;  
}
/******** End Homepage black boxes ***********/

/******** Homepage teaser boxes ***********/
.teaser-box-set {	
	font-family: "PT Sans", sans-serif;
	text-align: center;
	color: #FFF;
	font-size: 14px;	
	
}
.teaser-box-set > .block-content {	
	display: inline-block;
	margin-left: -15px;
	margin-right: -15px;
}
.teaser-box-set > .block-content > .block-inner {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.teaser-box-set > .block-content > .block-inner {

}
.teaser-box-set > .block-content > .block-inner > .block-content {
	position: relative;
	display: inline-block;
}

/*** image ***/
.teaser-box-set > .block-content > .block-inner:hover > .block-content > .block-child:nth-of-type(1),
.teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(1):hover {
	position: relative;
	margin-bottom: 0;
	outline: none;
	background-color: #D8D8D8;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*** text link box ***/
.teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) {
	position: absolute;
	background: #FFF;
	left: 19px;
	width: 90%;
	bottom: 19px;
	padding: 20px 15px;
	color: #0d0d0d;
	text-align: center;
}

.teaser-box-set h3 {
	text-transform: none;
	margin: 0 !important;	
	
	display: block;
	font-size: 20px;
	line-height: 100%;
	font-weight: 100;
	font-family: "PT Sans", sans-serif;
	color: #8F8178 !important;

}
.teaser-box-set p {
	margin: 0 !important;
}
.teaser-box-set a {
	text-decoration: none !important;
	color: inherit !important;
}
.teaser-box-set a:hover {
	
}
.teaser-box-set .block-inner {
}

@media (max-width: 980px) {
    .black-box-set.short > .block-content {	
	    margin: 0 20px !important;
    }
    .teaser-box-set h3  span{
      font-size: 24px !important;
    }
    .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2){
      padding: 10px;
    }
}
@media (max-width: 480px) {
    .teaser-box-set > .block-content > .block-inner > .block-content {
	padding: 0 20px !important;
    }
    .teaser-box-set > .block-content > .block-inner > .block-content > .block-child:nth-of-type(2) {
        width: auto;
        left: 40px;
        right: 40px;
    }
}
/******** End Homepage teaser boxes ***********/


.tab-content > .tab-pane {
	display: block;
}
#tab-review input[type=radio] {
	width: auto;
	height: auto;
}

#tab-review .custom-btnDarkMd {
	width: 29%;
}
.table-bordered {
	border-bottom: 1px solid #F8F3E9 !important;
}
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: none;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #ffffff;
}



/*****  Footer  *****/
.payment-info {
	text-align: center;
}
.payment-info .heading-line,
.payment-info .images-line {
	margin-bottom: 20px;
}
.payment-info .heading-line a {
    color: #fff;
    text-decoration: underline;
}	
	
	
/********* Cookies ***************/
.notification_bar {
  font-family: "Open Sans";
  font-size: 14px;
  background-color: #c4e4f9;
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  text-align: center; }
  .notification_bar.before-header {
    position: static; }
  .notification_bar p {
    padding: 25px 15px;
    margin: 0 auto;
    max-width: 1302px; }
    .notification_bar p .text {
      line-height: 25px; }
  .notification_bar .learn_more,
  .notification_bar .agree {
    background-color: #383838;
    color: #fff;
    padding: 7px 10px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block; }
  .notification_bar .learn_more {
    margin-left: 20px;
    margin-right: 10px; }

@media only screen and (max-width: 650px) {
  .notification_bar p .text {
    width: 100%;
    display: block;
    padding-bottom: 15px; }
  .notification_bar p .learn_more {
    margin-bottom: 20px; } }	

.add-to-cart.button-nwa-duplicate.btn[disabled] {
    cursor:pointer;
    opacity:1;
}

.loading-icon:before {
  content:"\f110";
  font-family:FontAwesome;
  width:40px;
  height:40px;
  font-size:40px;
  line-height:40px;
  z-index:2;
  color:#c4e4f9;
  position:absolute;
  top:0; 
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

.stock_level_text_alert {
    background-color: #EA2727;
    color: #FDEAEA;
    padding: 0 5px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
}

.dsl_google_button {
    background-color:#fff !important;
}

.dsl_google_button:hover {
    background-color:#f7f3f3 !important;
}

.dsl-icon.google_icon {
    background-image:url('/catalog/view/theme/thebodyshop/stylesheet/d_social_login/icons/google.svg') !important;
}

#custom-newsletter .form-container .response-message {
display: none; }
#custom-newsletter .form-container.has-response > form {
display: none; }
#custom-newsletter .form-container.has-response .response-message {
display: block; }
#custom-newsletter .form-container.has-response .response-message .alert {
padding-right: 35px;
margin: 0;
padding-top: 9px;
padding-bottom: 9px; }
#custom-newsletter .custom-sectionHeading {
    padding-bottom:0;
}

#custom-slider .right.carousel-control,
#custom-slider .left.carousel-control {
    background:none;
}

#custom-slider .carousel-indicators {
    visibility:visible;
}

#custom-slider .carousel-indicators li .inner {
    opacity:.5;
}

#custom-slider .carousel-indicators li:hover .inner, 
#custom-slider .carousel-indicators li.active .inner {
    opacity:1;
}

.slideshow-mod .video-slide {
    background-color: #000;
    pointer-events: none;
    width: 100%;
    overflow:hidden;
}

.slideshow-mod .video-slide video {
    height: 100%;
    width: 100%; 
    position:absolute;
    top:0;
    left:0;
}

    .slideshow-mod .video-slide video.scale-up {
        object-fit: cover;
    }
/** Recaptcha**/
.grecaptcha-badge{
  z-index: 20;
}

@media only screen and (max-width: 767px) {
    .productCardsMain .cdtDays,
    .productCardsMain .cdtHrs,
    .productCardsMain .cdtMins,
    .productCardsMain .cdtSecs {
        width: 20px;
        min-width: auto;
        margin: 0 1px;
        vertical-align: middle;
    }

        .productCardsMain .cdtDays div:first-child,
        .productCardsMain .cdtHrs div:first-child,
        .productCardsMain .cdtMins div:first-child,
        .productCardsMain .cdtSecs div:first-child {
            min-width: 20px;
            height: 20px;
            line-height: 20px;
        }

            .productCardsMain .cdtDays div:first-child span,
            .productCardsMain .cdtHrs div:first-child span,
            .productCardsMain .cdtMins div:first-child span,
            .productCardsMain .cdtSecs div:first-child span {
                line-height: 18px;
                font-size: 13px !important;
            }

        .productCardsMain .cdtDays div:last-child,
        .productCardsMain .cdtHrs div:last-child,
        .productCardsMain .cdtMins div:last-child,
        .productCardsMain .cdtSecs div:last-child {
            display: none;
        }

    .productCardsMain .cdtSeparator1,
    .productCardsMain .cdtSeparator2,
    .productCardsMain .cdtSeparator3 {
        line-height: 18px;
        font-size: 13px !important;
    }
}

#modal-agree .modal-header .modal-title
 {
    display:none;
}

#econt_delivery_modal .modal-header {
    position: static;
    padding:15px;
}

.quantities-group {
  margin: 0; }
  .quantities-group a.quantities-per-store {
    margin-left: 50px; }

div.quantities-per-store {
  display: none; 
  padding:15px 0;
  text-align:left;
}
  div.quantities-per-store tbody > tr > td:first-child {
    padding-right: 50px; }

#pickup-service-store-name_input > .input-group {
    width: 100%;
}

#pickup-service-store-name_input > .input-group:before {
    right:0;
    /* This is some sort of a workaround because for some 
       unknown reason the height of the parent table is always bigger 
       with .4 pixels than its content.
    */
    height:calc(100% - 2.4px);
}

#pickup-service-store-name_input > .input-group:after {
    right:10px;
}

#pickup-service-store-name_input #pickup-service-store-name {
    line-height: 1.5;
    font-size: 16px;
    display:table-cell;
}

#pickup-service-store-name_input #pickup-service-store-name:disabled {
    cursor:not-allowed;
}
#productPage .productContent .colorPaletteBox .colorBox{
	border: solid #000000 1px;
}

.copy-link{
  background-color: #EEE3CA;
  padding: 20px;
  font-size: 14px;
}
.copy-link .info{
  display: none;
}
.bootstrap-ocm .copy-link button, #refertoget-submit, #refer-friend .buttons input{
    color: #fff;
    outline: none;
    text-transform: none;
    font-weight: 400;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    background: #0d0d0d;
    border: none;
    padding: 10px;

}
.copy input{
  width: calc(100% - 116px);
  border: none;
  background: transparent;
  padding-right: 10px;
  outline: none;
  font-size: 14px;
}
.bootstrap-ocm textarea {
  resize: none;
}
#refertoget-refertoget{
  width: 100%;
}
#refertoget-refertoget .bootstrap-ocm{
  width: 100%;
}
#refer-friend{
  display: flex;
  height: auto;
}
#refer-friend > div{
  width: 50%;
}
#refer-friend .mobile{
  display: none;
}
#refer-friend .text{
  padding-right: 10px;
}
#refer-friend  h3{
  font-weight: 600;
}
@media only screen and (max-width: 980px) {
  #refer-friend > div{
    width: 100%;
  }
  #refer-friend{
    flex-direction: column-reverse;
  }
  #refer-friend .text{
    padding-right: 0px;
    padding-top: 15px;
  }
  #refer-friend .mobile{
    display: block;
  }
  #refer-friend .desctop{
    display: none;
  }
}

a#size-guide {
    cursor:pointer;
    text-decoration:underline;
    margin-top: 20px;
    display: inline-block;
}

#size-guide-modal .modal-header {
    position:static;
}

#size-guide-modal .modal-title a.logo {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    display: block;    
}

#size-guide-modal .modal-title a.logo > img {
    margin-bottom:20px;
}

#size-guide-container img.size-guide-image,
#size-guide-container img.size-guide-image:hover {
    cursor:auto;
}

#size-guide-container .body .heading {
    border-bottom: 4px solid #0d0d0d;
}

#size-guide-container .image-container {
    max-height: 300px;
    max-width: 870px;
    overflow: auto;
}

#size-guide-container .customselect {
    margin-bottom:30px;
}

#size-guide-container .head,
#size-guide-container .body .heading
 {
    text-align:left;
}
.g-recaptcha-text{
	font-size: 10px;
    padding-top: 5px;
}
.grecaptcha-badge{
    visibility: hidden;
}
.owl-carousel {
  overflow: hidden;
  display: block !important; }
  .owl-carousel .item {
    display: none; }
    .owl-carousel .item:first-of-type {
      display: block; }
  .owl-carousel .active .item {
    display: block; }
.infinity-scroll-loader{
  display: none;
}
.scroll-loader{
  position: relative;
  left: calc(50% - 25px);
  color: #BFA21A;
}
.stop-loading-msg{
  text-align:center;
  display:none;
}
#cart .dropdown-backdrop {
    z-index:810;
}
.block-crossupsell #crossupsell-suggestions .crossupsell-product-item .caption div.cart{
    opacity: 1;
}
.price-special{
  width: 100%;
  display: inline-block;
  margin: 0;
  font-size: 20px;
}
#cart .vc_container,
#cart .verticalCarouselGroup {
  position: relative; }

#cart .loader-overlay {
  position: absolute;
  background-color: #004236;
  opacity: 0.2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  margin-right: 2px; }
  #cart .loader-overlay > .fa-spinner {
    color: #fff;
    width: 35%;
    height: 35%; }

#cart .verticalCarousel .isDisabled {
  pointer-events: none; }

#cart .verticalCarousel .popup-arrow-down,
#cart .verticalCarousel .popup-arrow-up {
  cursor: not-allowed; }

#cart .input-group-btn .btn {
  display: inline-block;
  border: none;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  color:#000;
}
#cart .input-group-btn .btn:focus{
    outline-offset: 1px;
    outline: thin dotted;
    border-radius: 1px;
}
#cart .input-group-btn {
  padding: 0 15px; 
}

#cart input.product-quantity {
  -moz-appearance: textfield;
  height: 20px;
  display: inline-block;
  border: none;
  padding: 0;
  font-size: 15px;
  border: 1px solid #616060;
  line-height: 20px; 
}
  #cart input.product-quantity::-webkit-outer-spin-button, #cart input.product-quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
  }

#cart .item-quantity {
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  display: table-cell; 
}

.product_colors{
	display: flex;
	align-items:center;
	width: 100%;
	width: 100%;
  line-height: 35px;
  height: 35px;
  font-size: 16px;
  padding-left: 4px;
}
.product_colors li{
	margin-right: 5px;
}
.product_colors li:last-of-type{
  margin-right: 0;
}
.product_colors span.colorBox{
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 15px;
  border: 1px solid #000;
  vertical-align:middle;
}
.product_colors li span{
	white-space: nowrap;
}
.product_colors span.colorBox.selected{
  outline: 1px solid black;
  outline-offset: 2px;
}
.product_colors .product-numbers{
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .product_colors{
    line-height: 40px;
    height: 40px;
  }
  .product_colors span.colorBox{
    width: 35px;
      height: 35px;
      border-radius: 17px;
  }
}

@media (max-width: 992px) {
  .product_colors{
    line-height: 50px;
    height: 50px;
  }
  .product_colors li{
	  margin-right: 15px;
    font-size: 20px;
  }
  .product_colors span.colorBox{
    width: 45px;
    height: 45px;
    border-radius: 22px;
  }
}

@media (max-width: 604px) {
  .product_colors{
    line-height: 30px;
    height: 30px;
  }
  .product_colors li{
	  margin-right: 5px;
    font-size: 16px;
  }
  .product_colors span.colorBox{
    width: 25px;
    height: 25px;
    border-radius: 12px;
  }
}