html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  font-size: 17px;
	font-family: RobotoCondensed-Light;
	color: #231f20;
  position: relative;
  margin: 0;
  padding-bottom: 10rem;
  min-height: 100%;
}
img {
  margin: 0;
}
.logoHolder {
  text-align: left;
  padding: 10px;
}
form {
  width: auto;
}
.form-control.pword {
  margin-bottom: 5px;
}
.form-group .link {
  font-size: 15px;
}
.for-pass-btn {
  margin-top: 30px;
  background-color: #ff2c2c;
  border-color: #c52222;
}
.formTitle {
  color: #1a1a18;
  border-bottom: 0.5px solid #8888;
  line-height: 0.1em;
  margin: 35px 0 20px;
}
.formTitle span {
  background: #fff;
  padding: 0 10px;
}
.container-fluid {
  padding-left: 14px;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
.btn-success:hover {
  background-color: #9b1c1c;
  border-color: #c52222;
}
.info-container {
  max-width: 400px;
  padding-left: 20px;
}
.loginRegisterLabels {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}
.h-100 {
  height: 100%!important;
}
.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.productPicsStyle {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.visible {
  display: block;
}
.invisible {
  display: none !important;
}
.searchContainer {
  border-radius: 20px;
  background: #fffbf3;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 14px;
  position: relative;
  margin-top: 3px;
  width: 100%;
}
.menuContainer a {
  color: #231f20;
  text-decoration: none;
  transition: color 200ms linear;
  font-weight: 700;
}
.categoryButton {
  padding-left: 20px;
  line-height: 48px;
  font-size: 18px;
}
.categoryButton:hover {
  text-decoration: none;
  color: #fff;
}
.categoryButton:focus {
  text-decoration: none;
  color: #fff;
}
.categoryButton .fa {
  margin-right: 10px;
}
.categoryMenu {
  margin: 0;
  padding: 0;
  position: relative;
  border-right: 1px solid #e6e6e6;
}
.categoryMenu > li {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedede;
}
.categoryMenu a {
  color: #231f20;
  text-decoration: none;
  padding-left: 10px;
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
#level1{
	/* display: none; */
	transition: width .2s ease; /* css transition applied to width */
	width: 0%;
	overflow: hidden;
	position: absolute;
    top: 1px;
    /*right: -100%;*/
    /*width: 100%;*/
	padding-left: 30px;
	padding-right: 30px;
    /* height: calc(100% - 1px); */
    background: #fff;
    z-index: 1002;
	margin: 0;
	padding: 0px;
	padding-top: 15px;
  height: 100%;
	/* display: none; */
}
#level1 > li {
	padding-left: 15px;
	padding-right: 15px;
}
#level1 li {
	line-height: 30px;
}
#level1 ul {
	margin: 0;
	padding: 0;
}
#level1 a {
	font-weight: bold;
}
#level2 a, #level3 a, #level4 a {
	font-weight: normal;
}
#level2, #level3, #level4 {
	/* float: left; */
}
#level1 .menuImage {
	display: none;
}
.oneColumn {
	columns: 1;
}
.twoColumns {
	columns: 2;
}
.threeColumns {
	columns: 3;
}
.fourColumns {
	columns: 4;
}
#level1 > li a {
	margin-top: 10px !important;
}
#level2 > li a, #level2 > li a {
	margin-top: 0px !important;
}
.categoryMenu li {
  list-style: none;
}
.menuBannerHolder {
  column-span: all;
  /* height: 200px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainMenuEl {
  font-size: 16px;
  /* font-weight: 700; */
}
.mainMenuEl ul {
  padding-left: 0;
}
.leftSide {
  display: grid;
}
.categoryMenuWrapper {
  z-index: 100;
}
.homepageTitle {
	border-bottom: 1px solid #e6e6e6;
}
.homepageTitle a {
	position: relative;
	top: 11px;
	height: 40px;
	background: #fff;
  cursor: default;
}
.gridPrices {
  display: flex;
  justify-content: center;
  height: 80px;
}
.gridPrices h3{
  font-size: 28px; 
  margin-top: 0;
  line-height: 30px;
} 
.newProductInfoHolder{
	margin-top: 5%;
	height: 40%;
	width: 100%;
}
.newProductsHolder{
	width: 100%;
	height: 320px;
	/* border-right: 1px solid #cbcbcb; */
	padding: 2px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 10px;
    transition: all 300ms ease;
	position: relative;
	margin-top: 5px;
	border-bottom: 1px solid #e6e6e6;
}
.newProductsHolder span, 
.newProductsHolder div,
.newProductsHolder img,
.newProductsHolder a,
.newProductsHolder:hover span,
.newProductsHolder:hover div,
.newProductsHolder:hover img,
.newProductsHolder:hover a
{
	transition: all 300ms ease;
}
.itemsHolder:hover img, .newProductsHolder:hover img{
	-webkit-transform: scale(1.1);
}
.newProductPicsHolder{
	height: 100%;
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 10px;
}
.newProductPicsHolder > a{
	width: 100%;
	height: 100%;
}
.newProductsHolder:hover .buyHover{
	display: flex;
}
.newProductInfoHolder h5{
	height: 20%;
}
h3.productTitle{
	height: 40px;
	overflow: hidden;
}
.list-product-title{
	font-size: 18px !important;
	margin-bottom: 0px;
}
.productTitle {
	font-size: 16px;
	height: 55px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}
.productTitle a {
	color: #1a1a18;
	text-decoration: none;
}
.darkGray {
  color: #1a1a18;
}
.upper {
  text-transform: uppercase;
}
.link {
  color: #231f20;
  text-decoration: none;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  transition: color 200ms linear;
}
.link:hover {
  color: #1c70ed;
  text-decoration: none;
}
.menuOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}
.menuBanner {
  height: auto !important;
  width: 100%;
}
#level1 > li a {
  margin-top: 10px !important;
}
#level1 a {
  font-weight: bold;
}
.oneColumn {
  columns: 1;
}
.twoColumns {
	columns: 2;
}
.threeColumns {
	columns: 3;
}
.fourColumns {
	columns: 4;
}
.categoryMenu li {
  list-style: none;
}
.categoryMenuWrapper {
  display: none;
  background: rgb(241, 241, 241);
  /* border: 3px solid #ffa906; */
}
.topmenuHolder {
  margin-top: 10px;
  height: 50px;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.whiteColor {
  color: #fff;
}
.yellowBg {
  background-color: #ffa906;
}
.w-100 {
  width: 100%!important;
}
.searchContainer input {
  border: none;
  background: none;
  width: 90%;
  float: left;
  height: 35px;
  padding-bottom: 8px;
  font-size: 17px;
}
.d-flex {
  display: flex;
}
.d-flexCenter {
  display: flex;
  align-items: center;
}
.searchContainer input:focus {
  outline: none !important;
}
.searchButton {
  border: none;
  border-radius: 100%;
  font-size: 19px;
  height: 31px;
  width: 31px;
  float: right;
  margin-right: -10px;
}
.whiteColor {
  color: #fff;
}
.redBg {
  background-color: #ed1c24;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
form {
  width: 100%;
}
.borderSilver {
  border: 1px solid #e6e6e6;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.paddingL20 {
  padding-left: 20px;
}
.userMenuHolder {
  position: relative;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.profileIconsStyle {
  margin-left: 12px;
}
.borderButton button {
  width: 150px;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  color: #312e2f;
  margin: auto;
  border: 0;
}

.borderButton button {
  width: 100%;
  line-height: 50px;
  color: #312e2f;
  text-decoration: none;
  display: block;
}
.marginT-10 {
  margin-top: 10px;
}
.proceedToPaymentBtn {
  width: 100% !important;
}
.paymentMethod input {
  margin-top: -23px;
}


#level2 a, #level3 a, #level4 a {
	font-weight: normal;
}
#level2, #level3, #level4 {
	float: left;
}
.massMenu #level2, .massMenu #level2 {
	width: 100%;
}
.verticalAlign {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
}

.height100vh {
  display: flex;
  align-items: center;
  height: 100vh;
}

.productDetailsHolder {
  width: 100%;
  /* height: 430px; */
  /* margin: 10px; */
}

.zoom-gallery,
.zoom-gallery .slick-track {
  height: 350px;
}

.smallPicsHolder {
  margin-top: 15px;
  height: 75px;
  overflow: hidden;
}
.smallPicsHolder .slick-slide {
  float: none;
  display: inline-block !important;
}
.burgerInHeader {
  padding: 15px !important;
}

.zoom-gallery .slick-track a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.giftWrapper {
  position: absolute;
  height: 150px;
  bottom: 20px;
  right: 20px;
}
.gift {
  /* position: absolute; */
  height: 150px;
  /*   bottom: 20px;
    right: 20px; */
}
.giftWrapper {
  position: absolute;
  height: 150px;
  bottom: 20px;
  right: 20px;
}
.productDetailSmallPics {
  width: auto !important;
  height: 75px !important;
  padding: 0 10px;
  margin: 0 auto !important;
}
.productDetailPics {
  max-width: 100% !important;
  max-height: 100% !important;
  margin: auto !important;
}

/* Product Details Nomenclature*/
#characteristics {
  margin-bottom: 150px;
}
.nomenclatureTable {
  background: #f7f6f6;
}
h2.characteristics {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
#characteristics tr:hover {
  background: #fff;
}
.characteristicsHolder {
  width: 100%;
  height: 310px;
  overflow: hidden;
  padding: 10px;
  margin: 10px;
  border: 1px solid #ed1c24;
}
.borderCharacteristics {
  /* padding: 10px; */
  padding: 0;
}
.characteristics-table {
  width: 100%;
}
.characteristics-table td {
  border-bottom: 1px solid #eee;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  white-space: normal;
  padding: 0 5px;
}
.col-md-3 > .characteristics-table tr:nth-child(even) {
  background: #eaeaea;
}
.characteristics-table tr:nth-child(even) {
  background: #ccc;
}
.fixed-height {
  height: 200px;
  overflow: hidden;
}
h1.productTitle {
  font-size: 26px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}
.errors p {
  text-align: center;
  color: #ff2c2c;
}
.success {
  text-align: center;
  color: #079737;
}
h2.productTitle {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  padding-left: 10px;
  height: 40px;
  overflow: hidden;
}
.productNmclsHolder {
	columns: 2;
	width: 100%;
}
.nmclRow {
  padding-left: 10px;
}
.padding-0 {
  padding: 0px;
}
.red {
  color: #ed1c24 !important;
}
.product-detail-price-holder {
  text-align: left;
  font-size: 40px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt15 {
  margin-top: 15px;
}
.addToBasketButton {
  height: 40px;
  text-align: center;
  /* background: linear-gradient(to right, #ffa906 , #ed1c24); */
  background: #ed1c24;
  font-size: 16px;
  font-weight: 700;
  color: #21211f;
  line-height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 200px;
  float: right;
  padding: 0px;
  margin-left: 5px;
}
.addToBasketButton a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 200;
  font-size: 17px;
}
.productTitle {
  font-size: 16px;
  height: 55px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
}
.prod-details-title {
  font-size: 26px !important;
  text-transform: initial !important;
  font-weight: 300 !important;
  color: #231f20;
}
.green,
a.green:hover {
  color: green;
}
.nomenclatureTable td {
  border: 1px solid #ddd !important;
}
h3.productTitle {
  font-size: 18px;
  /* font-size: 15px; */
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  padding-left: 15px;
  height: 40px;
  overflow: hidden;
}
/*---text size---*/

h1 {
  font-size: 40px;
}
h2 {
  font-size: 25px;
}

.articleText18 {
  font-size: 18px;
  line-height: 22px;
}
.articleText16 {
  font-size: 16px;
  line-height: 20px;
}
.articleText14 {
  font-size: 14px;
  line-height: 22px;
}
.articleText {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}
.form-group .articleText {
  font-size: 15px;
}
.generalTermsAHref {
  color: #ed1c24;
  text-decoration: none;
}

.generalTermsAHref:hover {
  color: #ed1c24;
  text-decoration: none;
}
.articleTextLineHeight {
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}

/*languages*/
.languages {
  display: flex;
  float: right;
  font-size: 14px;
  line-height: 32px;
  padding: 0;
  position: relative;
}

.langStyle {
  width: 30px;
  height: auto;
  margin: auto;
  vertical-align: top;
  margin-top: 4px;
}

.languages:hover .menuFloat {
  height: auto;
  opacity: 1;
}

.languages .menuFloat {
  /* 	padding-right: 10px; */
  margin-top: -2px;
  position: absolute;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  height: 0;
  /*overflow: hidden;*/
  z-index: 10;
}

.langFlag {
  position: absolute;
  left: 1px;
}

.langDropdown {
  float: right;
  width: 30px;
}

.languageButton {
  display: flex !important;
  justify-content: end !important;
  height: 29px;
}
.pFixed {
  position: fixed;
}

.menuFloat {
  display: flex !important;
  justify-content: flex-end !important;
  left: -5px !important;
  margin-top: 42px !important;
  margin: -10px;
  margin-left: 14px;
}
.headerLogo {
  max-width: 400px;
  width: 100%;
}
.cartStyle {
  height: 28px;
}
.dropDownCurrencies {
  margin: 4px;
}
#currency {
  margin-top: 10px;
  margin-left: 15px;
  font-size: 17px;
  position: relative;
}
#currency a {
  color: #312e2f;
}
#currency a:hover {
  text-decoration: none;
}

.marginR50 {
  padding-right: 40px;
}
.lang-title {

}

.lang-title:hover {
  cursor: pointer;
}
/*---text weight---*/

.fontLight {
  font-weight: 300;
}
.fontLightItalic {
  font-weight: 300i;
}
.fontRegular {
  font-weight: 400;
}
.fontMedium {
  font-weight: 500;
}
.fontBold {
  font-weight: 700;
}

/*---text color---*/

.black {
  color: #312e2f;
}
.lightGray {
  text-align: start;
  color: #ececec;
}
.gray {
  color: #606060;
}
.green {
  color: #15ae90;
}
.red {
  color: rgb(209, 9, 9);
}
.orange {
  color: #ff7400;
}
.productDetailTitle {
  text-align: center;
}
.productDetailTitleDiv {
  margin: 50px;
}
.imageStyle-fullWidth {
  max-width: 250px;
  max-height: 300px;
  display: block;
  margin: 0 auto;
}
.product-detail-section  {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.mb--10 {
  margin-bottom: -10px;
}
.product-price-buy {
  display: flex;
  align-items: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.grey-border-bottom {
  border-bottom: 1px solid #e2e2e2;
  padding: 0px;
}
.verticalAlign {
  width: 100%;
}

.priceBold {
  font-weight: 600 !important;
}
.addToCartBtn {
  width: 200px !important;
  float: right;
}
.expandWhenLeftMenuClosed {
  margin-bottom: 50px !important;
}
.productDescription {
  margin: 25px;
  text-align: center;
}
/*---background styles---*/
.sideMenuHolder .active {
  color: #ff7400 !important;
  background: #fafafa;
}
.container95 {
  width: 95%;
  margin: auto;
  overflow: unset !important;
}
.stickyHeader {
  background-color: white;
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
}
header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background: #fff;
  top: 0;
}
.headerSpacer {
  height: 140px;
}
.stickyLeftMenu {
  position: fixed;
  z-index: 10000;
  background-color: white;
  top: 93px !important;
}
.grayBorderBottom {
  width: 100%;
  /*overflow-y: hidden;*/
  border-bottom: 1px solid #f1f1f1;
}
.grayBorderRight {
  /*overflow: hidden;*/
  border-right: 1px solid #f1f1f1;
  padding-right: 10px;
  margin-right: 10px;
}
.noBack {
  width: 100%;
  overflow: unset !important;
}
.fadeInRight {
  top: 50px !important;
}
.categoriesHeadlineBack {
  width: 100%;
  overflow: hidden;
  background-color: #312e2f;
  padding-left: 20px;
}
.moreInfoHolder {
  width: auto;
  overflow: hidden;
  background-color: #fafafa;
  margin-left: 10px;
  margin-top: -5px;
  display: none;
}
.hideLeftMenu {
  margin-top: 7px;
}
.orangeBack {
  width: 100%;
  overflow: hidden;
  background-color: #ff7400;
}
.grayBorderBox {
  width: 100%;
  overflow: hidden;
  border: 10px solid #ececec;
  display: block;
  margin-bottom: 15px;
}
.grayBorderBox:hover {
  border: 10px solid #ff7400;
  -webkit-transition: all 0.5s ease; /* Safari */
  transition: all 0.5s ease;
}
.darkGrayBackWrapp {
  width: 100%;
  overflow: hidden;
  background-color: #e6e6e6;
}

.darkGray b {
  color: #ed1c24;
}
.topProductsPhoto {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
/*---sliders---*/


.slick-dots li button::before {
  font-size: 40px;
  color: #312e2f;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  color: #ed1c24;
  opacity: 1;
}
.slick-dots {
  bottom: -7%;
}

/*---minicart---*/

.miniCartCheckout {
  width: 100%;
  text-align: center;
  font-family: "Akrobat Bold";
  line-height: 50px;
  text-transform: uppercase;
  color: #ddd;
  background-color: #ff7400;
  overflow: hidden;
}
.miniCartCheckout a {
  font-size: 15px;
  line-height: auto;
  color: #fff;
  text-decoration: none;
}

.shopping-cart-content {
  position: fixed;
  right: 80px !important;
  width: 350px;
  overflow: hidden;
  background: #f1f1f1;
  background: -moz-linear-gradient(left, #f1f1f1 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #f1f1f1 0%, #ffffff 100%);
  background: linear-gradient(to right, #f1f1f1 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=1 );
}
.item {
  border-bottom: 2px solid #cbcbcb;
  padding-bottom: 10px;
  width: 100%;
  margin: 0px !important;
  margin-bottom: 15px !important;
}
.item img {
  max-width: 100%;
  max-height: 60px;
}
.shopping-cart-content .filtresButton {
  margin: 0;
}
.shopping-cart-content .total table {
  width: 100%;
}

.miniCartContent {
  display: flex;
  justify-content: space-between;
}
.miniCartCheckoutA a {
  text-decoration: none;
  color: white;
}

.miniCartCheckout {
  color: white;
}

.discountTotal {
  font-style: italic;
}

.overflowHidden {
  overflow: hidden;
}

/*---editing styles---*/

.flexStyle {
  display: flex;
  align-items: center;
}

.flexStretch {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.clearStyle {
  clear: both;
}
.relative {
  position: relative;
}
.h_absolute {
  position: absolute;
  top: -10px;
  left: 0;
}
.cartCountStyle {
  position: absolute;
  top: 15px !important;
  left: 14px !important;
  font-weight: 700;
  color: #fff;
  font-size: 10px;
}
/*---text styles---*/

.lineHeight44 {
  line-height: 44px !important;
}
.textH44 {
  height: 44px;
  overflow: hidden;
}

/*---margins & paddings---*/

.margin30 {
  margin: 30px;
}
.marginTB10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.marginR5 {
  margin-right: 5px;
}
.paddingR20 {
  padding-right: 20px;
}
.padding10 {
  padding: 10px;
}
.paddingLR30 {
  padding-left: 30px;
  padding-right: 30px;
}
.marginL20 {
  margin-left: 20px;
}
.marginT12 {
  margin-top: 12px;
}
.marginR10 {
  margin-right: 10px;
}
.marginB10 {
  margin-bottom: 10px;
}
.marginB25 {
  margin-bottom: 25px;
}
.noMargins {
  margin: 0;
  padding: 0;
}

/*---images height---*/

.iconsStyle17 {
  height: 17px;
  margin-top: 13px;
}
.logoHolder {
  width: 100%;
}
.logoStyle {
  width: 100%;
}
.imageHolder230 {
  width: 100%;
  overflow: hidden;
  height: 230px;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.imageStyle230 {
  height: 230px;
  margin: auto;
}

/*---buttons---*/

.categoryHeadlineStyle {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  border-bottom: 3px solid #ff7400;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -10px !important;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  width: 135px;
}
.expandLeftMenu {
  padding: 16px;
  font-size: 20px;
}
.underMenuStyle {
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
  color: #312e2f;
  margin-left: 12px;
}
.underMenuStyle a {
  text-decoration: none;
  color: #312e2f;
  line-height: 40px;
}
.underMenuStyle a:hover {
  text-decoration: none;
}
.borderButton {
  width: 150px;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  color: #312e2f;
  border: 2px solid #999999;
  margin: auto;
}
.orange {
  color: #ff7400;
}
.borderButton a {
  width: 100%;
  line-height: 50px;
  color: #312e2f;
  text-decoration: none;
  display: block;
}
.borderButton a:hover {
  text-decoration: none;
  color: #ed1c24;
}
.borderButton:hover {
  -webkit-transition: all 0.5s ease; /* Safari */
  transition: all 0.5s ease;
  border: 2px solid #494949;
}
.cart-holder ul {
  list-style-type: none;
  padding: 0;
}

.cartTotals {
  border: 1px solid #eeeeee;
  background: #fafafa;
  list-style-type: none;
}

.cart-total {
  font-weight: bold;
  font-size: 1.3em;
}

.totalCheckoutFinal {
  background-color: #e2e2e2;
  border: 0.5px solid gray;
  margin-top: 20px;
}
.width100 {
  width: 100% !important;
}
.discountPrice {
  font-weight: bold;
  font-size: 1.3em;
}

.totalPrice {
  font-weight: bold;
  font-size: 1.3em;
}
.fontColorGray {
  color: #4d4e4e;
}
.borderProductBox {
  width: 100%;
  border: 1px solid #e6e6e5;
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
}
.marginT8 {
  margin-top: 8px;
}
.imageHolder80 {
  width: 100%;
  text-align: center;
  height: 80px;
  overflow: hidden;
}
.checkoutDescription {
  display: flex;
  align-items: center;
}
.deliveryInfoSpan {
  font-size: 17px;
  font-style: italic;
}

.backToCart {
  text-decoration: none;
  color: #ff7400;
}
.backToCart:hover {
  text-decoration: none;
  color: black;
}
.cartPaymentsIcon {
  width: 200px;
  margin-left: 50px;
}

.product-quantity {
  width: 100%;
}

.product-quantity input {
  height: 25px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.continueShopping {
  font-size: 15px;
}
.continueShopping a {
  text-decoration: none;
  color: #ff7400;
}
.paymentLabel.cod {
  background: url("../../img/cod.png") no-repeat;
}
.orderFinishHeadline {
  text-align: center;
}
.orderFinalButton {
  text-align: center;
  margin-top: 20px;
}

.orderFinalButton a {
  text-decoration: none;
  color: #ff7400;
}
.checkout-process a {
  text-decoration: none;
  color: #ff7400;
}
.imageHolder80 img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.displayFlexCart {
  display: flex;
  justify-content: space-around;
}
.imageStyle80 {
  height: 80px;
}
/*---attributes---*/

.searchFieldHolder {
  position: relative;
}
.dFlexStart {
  display: flex;
  justify-content: flex-start;
}
.marginL50 {
  padding-left: 40px;
}
.searchFormStyle {
  width: 100% !important;
  background: none;
  margin: auto;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff !important;
  font-size: 16px;
}
.searchFieldHolder input::-webkit-input-placeholder {
  color: #fff !important;
}
.searchFieldHolder input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
.searchFieldHolder input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
.searchFieldHolder input:-ms-input-placeholder {
  color: #fff !important;
}
.searchPositionIcon {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 8px;
  right: 5% !important;
}

.leftMenuHolder {
  width: 100%;
  overflow: hidden;
}
.menuIconsStyle {
  margin-right: 10px;
  font-size: 16px !important;
}
.sideMenuHolder {
  border-right: 2px solid #ff7400;
  border-bottom: 2px solid #ff7400;
}

.menuButton {
  display: none;
  float: right;
  padding-right: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 53px;
  width: 25px;
}
.menuHolder {
  list-style-type: none;
  padding: 0;
  padding-right: 40px;
  margin: 0;
  overflow: hidden;
  float: right;
}
.categoriesHolder {
  width: 100%;
}

.categoriesHolder a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.categoriesHolder a:hover {
  color: #312e2f;
  text-decoration: none;
  background: #fafafa;
}

.pull-right i {
  font-size: 16px;
}
.menuContainer {
  font-size: 16px;
  text-align: right;
  line-height: 53px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  margin-left: 40px;
  float: left;
}
.menuContainer a:hover {
  text-decoration: none;
  color: #ed1c24;
}

.current {
  font-size: 18px;
  text-align: left;
  line-height: 53px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  margin-left: 40px;
  float: left;
}
.current a {
  text-decoration: none;
  color: #fff;
  line-height: 53px;
  display: block;
}
.current a:hover {
  text-decoration: none;
}
.bodyHolder {

}
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.footerMenuBox {
  width: 460px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerMenuBox .menuContainer {
  margin: 10px;
}
.addFooterLinksHoverEffect a {
  color: #231f20;
  font-size: 20px;
  text-decoration: none;
  line-height: 40px;
  display: block;
}
.addFooterLinksHoverEffect a:hover {
  color: #ed1c24;
  -webkit-transition: all 0.5s ease; /* Safari */
  transition: all 0.5s ease;
}

/* laptopclearence-like cart */
header .shopping-cart-content {
  top: 30px !important;
  margin: 0;
  width: 350px;
  overflow: hidden;
  background: #f1f1f1;
  left: -312px !important;
  position: absolute;
}
.header-mini-cart {
  position: relative;
}
.header-mini-cart > a {
  display: block;
  height: 100%;
}
.item {
  border-bottom: 2px solid #cbcbcb;
  padding-bottom: 10px;
  width: 100%;
}
.item img {
  max-width: 100%;
}
.minicart-item-image img {
  max-width: 100%;
  max-height: 100px;
  margin: auto;
}
.thumb-item-img {
  text-align: center;
}
.thumb-item-img img {
  max-width: 150px;
  max-height: 150px;
}
.cart-holder .delete-row {
  font-size: 40px;
  display: block;
  text-align: center;
}
.signinpanel {
  background: transparent;
  margin: 0;
  padding: 0;
}
.lh35 {
  line-height: 35px;
}
.activeScreen {
  width: 90%;
  margin: auto;
  /* 	overflow: hidden; */
}
.activeScreen .activeScreen {
  width: 100%;
}
.activeScreenNarrow {
  width: 70%;
  margin: auto;
  /* 	overflow: hidden; */
}
.shop_table {
  width: 100%;
  margin-top: 50px;
  font-size: 18px;
}
.shop_table td {
  padding: 10px 7px;
}
.oderTable .cart_table_item:hover {
  cursor: pointer;
  /*  background-color: rgba(0, 0, 0, 0.3); */
}
.orderHead {
  background-color: #ff7400;
  color: #fff;
  line-height: 35px;
}
.shop_table thead.orderHead tr {
  background: transparent;
}
.cart_table_item {
  /* background-color: rgba(0, 0, 0, 0.2); */
  border-bottom: 1px solid #eaeaea;
}
td.thumb-item-img {
  padding: 15px;
  width: 20%;
  max-width: 20%;
  text-align: center;
}
.shop_table thead tr {
  background: #fafafa;
  line-height: 40px;
}
.shop_table tr {
  border: 1px solid #eeeeee;
}
.cartTotals,
.panelBg {
  background: #fafafa;
  border: 1px solid #eeeeee;
  padding: 10px;
  margin: 0;
}
.currency-item {
  position: absolute;
  z-index: 100;
  background: #fff;
  box-shadow: -1px 2px 8px #ababab;
  left: -6px;
  border-radius: 3px;
}
.currency-item li {
  padding: 4px 8px 4px 8px;
}
.topFixedHeader .logoHolder {
  text-align: center;
}
.paginationHolder {
  margin-bottom: 10px;
}
.paginationLabel {
  line-height: 40px;
}
.padding0 {
  padding: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.listPrice{
	margin-bottom: 20px;
	margin-top: 5px;
}
.pagination a:hover, .pagination a.active {
  text-decoration: none !important;
}

/*Breadcrumbs*/
.breadcrumbs{
	/* background: url("/assets/techmart/img/bcBG.png") no-repeat right, linear-gradient(to right, #ffa906 , #ed1c24); */
	background: linear-gradient(to right, #ececec , #ffffff);
	
	/* background: linear-gradient(to right, #ed1c24 , #231f20); */
	height: 50px;
	margin-bottom: 10px;
}
.display-inline-breadcrumbs{
	display: inline;
	font-size: 16px;
}
.breadCrumbInfo{
	padding: 20px;
	padding-top: 16px;
}
.slash {
	color: #ed1c24;
	font-weight: 700;
}
.breadCrumbInfo a {
  text-decoration: none;
  color: #ed1c24;
}
.headerIcon {
  color: #231f20;
  text-decoration: none;
}
.headerIcon i {
  font-size: 24px;
}
.headerIcon:hover {
  color: #ed1c24;;
  text-decoration: none;
}
.categoryItemsHolder {
	background-color: #fafafa;
	border: 1px solid #dedede;
	padding: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.clientPrice {
  font-size: 16px;
  color: #231f20;
}
.quantityInput {
  width: 70px;
  float: right;
  margin: 10px;
}
.tags{
	position: absolute;
	top: 10px !important;
	/*width: 100%;*/
	left: 0;
}

.product-detail-section .productTitle {
  height: auto;
}