/* @override 
	

	https://www.axisoffice.com/pub/media/custom1.css


*/
body {
   font-family: "Poppins", arial, tahoma !important;
	font-weight: normal;
	background-color: #f8f8f8;
}
 body, html { overflow-x:hidden; }
  /* CSS  Navigation Mobile Bottom  */
  body .header-mobile-tabs--bottom {
	display: none !important;
  }
  h3, .h3 {
font-size: 18px !important;
}
h2, .h2 {
font-size: 20px !important;
}
.mbdialog.popupid4 span.label {
	
	color: white !important;
	
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 20px !important;
	font-size: 14px !important;
}
  
.catalog-product-view .product-info-main .price-box {
	min-height: 2.2em;
}
.review-title {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
  color: #2699a2 !important;
}
.block.review-add form.review-form legend.legend.review-legend strong {
  margin-left: 5px;
  font-weight: 600;
  color: #1a7da7 !important;
}
.mst-searchautocomplete__autocomplete {
  display: none !important;
  border-top: 2px none #1ba1fc;
  position: absolute;
  top: 3.1rem;
  left: 0;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 3px;
  min-height: 3.5rem;
  z-index: 1000;
  text-align: left;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 7px;
}
.mst-searchautocomplete__autocomplete._active {
  display: block !important;
  background-color: transparent;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
  max-width: 490px;
  margin: 0 auto;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
  display: flex;
  margin-bottom: 0.5rem;
  position: relative;
  max-width: 220px !important;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
  border-top: 1px solid #efefef;
  text-align: center;
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 490px;
  height: 40px;
  background-color: #e8e7e7 !important;
  margin: 0 auto;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__empty-result {
background: #000000 !important;
text-align: center;
padding: 8px 10px;
color: #999999;
font-size: 1.2rem;
display: block;
}

.mst-product-image-wrapper{
  height: 6rem !important;
  max-width: 6rem !important;
  display: block;
  margin: auto;
  object-fit: contain;
}

.minicart-items .product-item-details {
  padding-left: 8px !important;
}
.product-detail-deals .hurry-text {
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
color: red;
letter-spacing: 0.5px;
display: none !important;
}
.search-open .page-header .search-form .block-search.active {
  background-color: rgba(12, 11, 11, 0.89) !important;
}
.mfp-title {
	text-align: center !important;
	font-size: 13px;
	padding-right: 36px;
	white-space: pre;
	display: block;
	position: relative;
}
#pay-later {

	margin-top: 15px;
	display: block;
	padding-bottom: 15px !important;
	padding-top: 5px;
	left: 22px;
	margin-bottom: 2px;
	clear: both;
}

.cart.table-wrapper .item-options dd {
margin-left: 0;
color: var(--thim-mgs-color-body, #e72727) !important;
font-weight: 500 !important;
}
.box-tocart {
	padding-top: 15px;
}
.mgs-filter .filter-content .item .mgs-ajax-layer-item {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500 !important;
}

.bottom-pagination .toolbar .modes, .bottom-pagination .toolbar .limiter, .bottom-pagination .toolbar .limiter, .bottom-pagination .toolbar .toolbar-sorter.sorter {
display: flex !important;
}
.home-promo-banner .promo-message {
	text-align: center !important;
}
.home-promo-banner {
  --brand-red: #c62828;   /* adjust if brand uses a different red */
  --brand-dark: #1a1a1a;
  --brand-light: #ffffff;
  padding: 1.5rem 1rem;
  background: linear-gradient(135deg, var(--brand-red) 0%, #b71c1c 100%);
  color: var(--brand-light);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
}

.home-promo-banner .promo-inner {
  max-width: 1400px;
  width: 50%!important;
  display: block;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .home-promo-banner .promo-inner {
    flex-direction: row;
    justify-content: space-between;
	 width: 100% !important;
	padding-bottom: 10px;
		padding-top: 5px;
  }
  .home-promo-banner {
	text-align: center !important;
  	width: 100% !important;
  	margin: 0 auto !important;
  	padding: 0 3px !important;
  	display: inline-block;
  }
.promo-headline {
  font-weight: 800;
  margin: 0;
  color: #ffffff;
  display: flex;
  font-size: 1.1em !important;
  padding-top: 4px;
}

}

/* Label */
.label-stock {
  background: var(--brand-light);
  color: var(--brand-red);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  margin: 0 auto;
  display: block;
  width: 150px;
  text-align: center;
}

/* Headline */
.promo-headline {
  font-size: clamp(1.25rem, 2.5vw + 1rem, 2rem);
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
  color: #f9f8f8 !important;
  width: 100%;
  display: block;
}
/* Sub‑copy */
.promo-sub {
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1.125rem);
  margin: 0.25rem 0 0;
  color: #ffffff;
}

/* CTA button */
.promo-btn {
  display: inline-block;
  background: var(--brand-light);
  color: var(--brand-red);
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 0.2s ease;
  text-decoration: none;
}

.promo-btn:hover,
.promo-btn:focus {
  background: var(--brand-light);
  color: var(--brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}



.product-info-main .product-add-form .box-tocart .field.qty .control span.edit-qty.plus {
font-size: 18px;
left: auto;
right: 16px;
padding-top: 9px;
display: block !important;
}
.mageworx-swatch-option {
    padding: 1px;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(184, 181, 181);
    overflow: hidden;
    text-overflow: ellipsis;
	border-radius:50% !important;
}
div.field.required.led-space{
	margin-top: 19px;
	margin-bottom: 7px;
	
}
.product-label {
text-align: center;
font-size: 10px;
top: 15px;
z-index: 2;
height: 24px;
line-height: 24px;
background: #fe9931;
color: #ffffff;
right: 15px;
width: 65px !important;
position: absolute;
display: block;
}
.map-container iframe {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline-block;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.35);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  bottom: 5% !important;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.review-text .read-more {
	color: #21a7e9 !important;
	
}
.review-text .read-more:hover {
	color: #e96d21 !important;
}
.mgs-product.products-grid .product-item-info .product-item-name a, .mgs-products.products-grid .product-item-info .product-item-name a, .mgs-attribute-products .product-item-info .product-item-name a {
color: var(--thim-mgs-color-01);
font-size: 14px;
line-height: normal;
font-weight: 500;
overflow: visible;
text-overflow: ellipsis;
display: inline-block !important;
max-height: auto !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.mgs-instant-search .products-grid .product-item-info .tocart.btn-cart {
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
color: #222;
line-height: 40px;
white-space: nowrap;
background-color: #fff;
padding: 0 25px;
text-align: center;
border: none;
opacity: 0;
visibility: hidden;
border-radius: 40px;
transform: translate(-50%, -100%);
display: none !important;
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px !important;
}
.checkout-cart-index .page-main .checkout-extra .block.shipping form div.field {
  display: grid;
  grid-template-columns: 70fr 70fr;
  align-items: center;
}
.checkout-cart-index .page-main .checkout-extra .block.shipping form div.field label.label {
  margin: 0;
  min-width: 90%;
}
.checkout-container input,
.checkout-container select {
  min-height: 14px !important;
}

.landing-categories-detail {
padding-top: 20px;
text-align: center !important;
}
.landing-categories-detail h2 a {
color: #000;
font-size: 17px !important;
}
.landing-categories-count {
position: absolute;
left: 0;
right: 0;
bottom: 0;
text-align: center;
background-color: rgba(0, 0, 0, 0.4);
font-weight: 600;
color: #fff;
font-size: 14px;
padding: 10px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
display: none !important;
}
.block-releated .mgs-products.products-grid .product-item-info .tocart.btn-cart{
  background-color: #222222;
  color: #fff;
  display: none !important;
}

    .modal-slide .action-close {
padding: 1.1rem 2rem;
display: inline-block !important;
}
.modal-inner-wrap {
max-height: 90%;
max-width: 820px !important;
}

    .hytPlayerWrap {
position:relative!important;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
display: block!important;
}

.hytPlayerWrap iframe, .hytPlayerWrap object, .hytPlayerWrap embed {
position:absolute;
top:0;
left:0;
width: 100%!important;
height:100%;
}
    .hytPlayerWrap.ended::after {
        content:"";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 120px 80px;
        background-image: url('https://www.axisoffice.com/pub/media/logo/stores/1/logo2020a.png');
    }
    .hytPlayerWrap.paused::after {
        content:"";
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 0px;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 120px 80px;
 background-image: url('https://www.axisoffice.com/pub/media/logo/stores/1/logo2020a.png');
    }
    




.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: flex !important;
  font-weight: 400;
  margin-right: 0;
  vertical-align: top;
  padding: 10px 0;
  color: var(--thim-mgs-color-01);
  margin: 0;
}
.product-info-stock-sku .availability.only {
  color: #1a0404 !important;
  padding-bottom: 10px;
  font-size: 14px !important;
}
.product-info-stock-sku .availability.only strong {
	color: #f20404 !important;
}
.label-menu {
  font-size: 12px !important;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  background-color: #d4002b;
  border-color: #01bad4;
  padding: 0 7px;
  display: block;
  text-align: center;
  position: absolute !important;
  left: 100%;
  margin-left: -23px;
  top: 10px;
  font-weight: bold;
}
.form-edit-account .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999999;
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
   width: 270px;
    display: none;
    left: 38px;
    position: relative !important;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2;
	
	
}

.label-menu.sale {
  background-color: #ffa800;
  border-color: #ffa800;
}

.block-authentication .block-new-customer .actions-toolbar div.primary .b2b {
float: right;
display:none !important;

}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
width: auto !important;
}

.mstBanner-placeholder__lightboxRenderer .lightbox-content .mstBanner__close {
  position: absolute;
  right: -0px !important;
  top: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dddada;
  cursor: pointer;
  z-index: 1;
  font-size: 30px;
  background: black;
}
.payment-method-braintree .hosted-control {
border: 1px solid #c2c2c2;
height: 32px;

padding: 8px 5px;

}

#braintree_cc_number {
padding-left: 50px !important;

}

.authentication-wrapper {
  margin-top: 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  max-width: 100%;
  text-align: right;
}
.clearance-cat {
	border-radius: 20px;
	
	margin-bottom: 20px;
}
.imgdesc {
	font-size: 12px;
	color: #198794;
	
}
.page-footer .middle-footer ul.menu li {
line-height: 20px !important;
margin-bottom: 8px;
}
.shipinfo {
	list-style-type: circle !important;
	line-height: 30px;
	padding-bottom: 30px;
	margin-bottom: 22px;
}
.block-content.shipping-calculation {
    max-width: 320px !important;
	font-weight: bold;
	padding: 10px;
	margin-top: 33px;
	background-color: #f0f0f0;
	border: 1px solid #dcdcdc;
}
.shipresults {
	font-weight: normal !important;
	font-style: normal;
}
@media only screen and (max-width: 767px) {
  .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #fffefe;
    border-top-color: rgb(255, 254, 254);
    border-right-color: rgb(255, 254, 254);
    border-bottom-color: rgb(255, 254, 254);
    border-left-color: rgb(255, 254, 254);
    border-style: solid;
    border-width: 0 0 0 8px;
  }
   header.page-header .nav-main-menu .label-menu {
    position: static !important;

    vertical-align: top;
    margin-top: 0;
		margin-right: 15px !important;
	display: inline-block;
	float: right;
   }
}
.modal-popup.modal-slide .modal-inner-wrap .modal-content > * {
padding: 10px !important;
}
.checkout-index-index .page-header .minicart-wrapper {
display: block !important;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
  min-width: 240px;
}
  .abs-product-options-list dd, .opc-block-summary .items-in-cart .product .item-options dd, .block-giftregistry-shared-items .product .item-options dd {
display: block;
  	margin: 0 0 5px;
word-break: break-all;
color: red !important;
  	float: left;
  	clear: left;
  	
  }
  .abs-product-options-list dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  float: left;
  margin: 5px 10px 0 0;
  border-bottom-style: none;
	border-bottom-width: 1px;
  box-shadow: 0 0 1px #302c2c;
  	
  	background-color: #e1e1e1;
  padding: 5px;
  clear: left;

  }
.modal-popup.modal-slide .modal-footer {
    border-top: 1px none #c1c1c1;
    text-align: right;
	margin: 0;
	padding: 0 !important;
	background-color: #010101 !important;
  }
.filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 5px;
    min-height: 25px !important;
	cursor: pointer;
	line-height: 25px;
	font-size: 20px;
  }
  .amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
  background-color: #ffffff;
}
.am-checkout .-modern .authentication-wrapper {
  display: inline-block !important;
  float: right !important;
  padding-top: 1px;
}
  .methods-shipping .table-checkout-shipping-method tbody td {
    border-top: 1px solid #ebebeb;
    color: black !important;
}
  .checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
 
}

.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: inline-block;
  justify-content: center;
  align-items: center;
  height: 20px !important;
  width: 20px !important;
  left: 0;
  position: relative !important;
  width: 14px ;
  background-color: #090808;
  color: #ffffff !important;
  margin-right: 8px !important;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
  top: 10px;
  font-weight: bold;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}


/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 90% !important;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 auto;
}

div.selectyour span {
	color: white;
	background-color: #2b2b2b;
	position: relative;
	padding: 3px;
	border-radius: .9em;
	display: block;
	width: 280px;
	text-align: center;
	font-size: 15px;
	margin-top: 8px;
}
.page-title-wrapper h1.page-title {
color: #220e0e !important;
font-weight: 500;
font-size: 34px !important;
}


div.product.attribute.overview div.value.std p {
	color: #0b0b0b;
	font-size: 14px;
}


div.product.attribute.overview div.value p span{
	color: white;
	background-color: #2b2b2b;
	position: relative;
	padding: 3px;
	border-radius: .9em;
	display: none;
	width: 280px;
	text-align: center;
	font-size: 15px;
	margin-top: 8px;
}
div.product.attribute.overview div.value p  span:after{
	content: '';
position: absolute;
bottom: 0;
left: 30%;
width: 0;
height: 0;
border: 25px solid transparent;
border-top-color: #2b2b2b;
border-bottom: 0;
border-left: 0;
margin-left: -8px;
margin-bottom: -20px;
	
}
div.product.attribute.overview div.value.std span:after{
	content: '';
position: absolute;
bottom: 0;
left: 30%;
width: 0;
height: 0;
border: 25px solid transparent;
border-top-color: #2b2b2b;
border-bottom: 0;
border-left: 0;
margin-left: -8px;
margin-bottom: -20px;
	
}


.product-data-items-content .data.item.content{padding:17px;border: 1px solid rgba(246,246,248,0.2711366)}

div#product-options-wrapper.product-options-wrapper span#value:before{
	content: "Your Choice: ";
	color: #000;
	font-size: 14px;
	position: relative;
	left: 4px;
	padding-right: 1px;
}
div#product-options-wrapper.product-options-wrapper span#value{
	content: "Your Choice: ";
	color: #e81a1a;
	font-size: 14px;
	position: relative;
	display: block;
	border: 1px solid #f83241 !important;
	padding: 5px !important;
	font-weight: 600 !important;
}
div#product-options-wrapper.product-options-wrapper span.price-notice {
	font-size: 12px !important;
	color: #eb5001;
}
.product-add-form .product-options-wrapper .fieldset > .field .control .price-notice .price-container, .product-add-form .product-options-wrapper .fieldset > .field .control .price-notice .price {
font-size: 13px;
color: #ec2323;
}

.product-social-links .product-addto-links {
    margin: 0;
	padding-top: 2px;
  }
  .nav-before-open header.page-header .menu-wrapper .tab-content .tab-pane nav.navigation ul {
	  padding: 0;
	  margin-bottom: 0;
	  min-height: 380px !important;
	}
.a.product.photo.product-item-photo  {
	padding-bottom: 100% !important;
}
.table-comparison .action.tocart {
white-space: nowrap;
display: none !important;
}
.products-grid:not(.deals-products-grid) .product-item-info .product-top a.photo {
display: inline-block;

padding-bottom: 100% !important;
	padding-top: 0 !important;
}
.products-grid .product-item-info .product-top .product-item-photo > img:not(.img-hover-show) {
	z-index: 1;
	margin-top: auto !important;
}
#st-1 {
font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
direction: ltr;
display: inline-block;
opacity: 1;
text-align: left !important;
z-index: 0 !important;
position: relative;
top: 15px;
padding-bottom: 10px;
}
.mgs-product.products-grid .product-item-info .product-top .actions-link a.action.quickview, .mgs-products.products-grid .product-item-info .product-top .actions-link a.action.quickview, .mgs-attribute-products .product-item-info .product-top .actions-link a.action.quickview {
font-family: 'Pe-icon-7-stroke';
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: white;
font-size: 18px;
line-height: 1;
color: black;
border: none;
box-shadow: none;
padding: 12px 14px;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-ms-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
opacity: 0;
visibility: hidden;
width: 40px;
height: 40px;
display: none !important;
align-items: center;
justify-content: center;
box-sizing: border-box;
border-radius: 50%;
box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.payment-option.discount-code .payment-option-content form.form.form-discount .actions-toolbar .primary button.action.action-apply, .payment-option.discount-code .payment-option-content form.form.form-discount .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.action.action-apply, .payment-option.discount-code .payment-option-content form.form.form-discount .actions-toolbar .primary .action-gift.action.action-apply {
font-size: 14px;
padding: 0 30px;
height: 44px;
font-weight: 600;
color: #fff !important;

background-color: var(--thim-mgs-color-05);
border-radius: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
-o-border-radius: 40px;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  width: 100%;
  border: 1px solid #dddcdc;
  font-weight: 500 !important;
  height: 40px;
  font: 13px 'Poppins';
  padding: 0 15px;
  box-shadow: none;
  appearance: none;
  color: var(--thim-mgs-color-body, #696969);
  border-radius: 0px;
  white-space: normal !important;
}



.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 1px;
  top: -7px !important;
}

p.read-more-wrap {
color: #232323;
font: 300 12px/1.5 "Lato", Lucida, Verdana, sans-serif;
padding-right: 5px;
margin-left: 5px;
margin-right: 5px;

}

.opc-progress-bar-item {
margin: 30px 0 0px !important;
display: inline-block;
position: relative;
text-align: center;
vertical-align: top;
width: 50%;

}
.product-info-main .product-addto-links a.action.tocompare, .product-info-main .share-this-container a.action.tocompare {
margin-left: 5px;
}
.action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Poppins';
  font-weight: 700;
  margin: 0;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  position: relative;
  top: -2px;
}


.product-info-main .product-addto-links a.action, .product-info-main .share-this-container a.action {
height: 40px;
width: 40px;
background-color: #ffffff !important;
border: 1px solid #222 !important;
color: #222 !important;
font-size: 18px;
text-align: center;
border-radius: 50% !important;
line-height: 40px !important;
box-shadow: none;

position: relative;
display: inline-block;
float: none;
}
.action.mailto.friend {
display: inline-block;
text-decoration: none;
margin-left: 0;
}
.phone1 a {
	color: #ffffff !important;
	position: relative;
	top: 10px;
	font-size: 16px !important;
}

.header-area .top-header {
  font-size: 12px;
  background-color: #333335 !important;
}
 body.boxed:not(.panel-popup) .page-header .frame .line,
  body.boxed:not(.panel-popup) .page-header .frame-fluid .line {
	margin: 0;
	padding: 0;
  }

div.actions-toolbar div.primary button.action.primary.add {
	color:#fff;background-color: #52cabe;
	border-style: none;
	padding: 2px 10px 5px;
	 border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
input[type="radio"] {
width: 13px;
height: 13px;
border-radius: 50%;
border: 1px solid #342c2c !important;
right: auto;
}


.footer .middle-footer {
padding: 20px 0 !important;

border-top: 1px solid #f6f6f8;
}

.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {

color: black !important;
	background-color: #fffcd1;
}

.mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button[data-trigger-settings="trigger"]:hover {

	color: #862222 !important;
}
.mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup._inner-scroll .modal-inner-wrap {

padding: 10px !important;
}


#form-validate div.actions-toolbar div.primary button.action.save.primary {
	color:#fff;background-color: #52cabe;
	border-style: none;
	padding: 2px 10px 5px;
	 border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}


form#form-validate.form.form-edit-account {
	background-color: rgba(152,255,255,0.2431507);
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #afafaf;
}

form#form-validate.form.form-gdpr-manage {
	background-color: rgba(152,255,255,0.2431507);
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #afafaf;
}

.my-account-main div.block-content div.row div.box.box-information {
	background-color: rgba(152,255,255,0.2431507);
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #afafaf;
	margin-left: 10px;
	width: 80%;
}



div.block.block-reviews-dashboard div.block-content {
	margin-bottom: 20px;
}

div.block.account-nav div.block-title.title.account-nav-title h3.title {
	padding-top: 10px;
}



#account-nav ul.nav.items li.nav.item a {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#account-nav ul.nav.items li.nav.item.current strong {
	color: #010101;
	font-weight: normal;
	font-style: normal;
	left: 8px;
	background-color: #e1fafa;
	padding-right: 5px;
	padding-left: 7px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: inline-block;
	width: 100%;
}


div.mbdialog.popupid1 div.dialogBody table tbody .popimg1 {
	border: 1px solid #9f9f9f;
}

.discount1 {
	background-color: #ad0404;
	border: 1px solid #7d7d7d;
	color: #fff;
}

#block-discount-heading {
	font-weight: bold;
}



.xtwit{
	display: inline-block;
	position: relative;
	max-width: 12px !important;
}



#block-new-customer-heading {
	color: #000;
	text-transform: uppercase;
	font-size: 17px;
	font-family: oswald !important;
}


.amcheckout-email .note {
	margin-left: auto;
	color: #363636;
	line-height: 40px;
	display: none !important;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y !important;
  touch-action: pan-Y !important;
}

div.comp-wework {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
.axismap{
	border: 1px solid #333;
}

span.published-by {
	display: none;
}

div.image-gallery-item.banner-item.image-zoom {
	float: left;
	display: inline-block;
	padding: 5px;
	margin: 5px;
	width: auto;
}

div.image.image-border-0.image-adapt {
	width: auto;
	height: 20px;
	display: inline-block;
	float: left;
}

div.block-header h3.title.text-center span.text {
	display: inline-block;
	color: #010b01;
}






@import url('//fonts.googleapis.com/css?family=Poppins:300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,900,900italic');@import url('//fonts.googleapis.com/css?family=Libre+Baskerville:300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,900,900italic');body{font-family: "Poppins", arial, tahoma;font-weight: normal;}#mainMenu{font-family: "Poppins";}

				h1{font-family: oswald !important;
	font-weight: normal !important;
	font-style: normal !important;
	}
				h2{
	font-family: oswald !important;
	font-weight: normal;
	font-style: normal;
	;
}
				h3{font-family: oswald !important;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;}
				h4{font-family: oswald !important;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;}
				h5{font-family: oswald !important;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize !important;}
				h6{font-family: oswald;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;}
				.price, .price-box .price{font-family: "Poppins";
				font-weight: 400 !important;
				color: #070606;
				}
				.btn{font-family: "Poppins";}
				blockquote,.sub-title, .content-heading .block-note{font-family: "Libre Baskerville";}
				.top-header-content{background-color: #1f1f20 !important;
	color: #fff;
}



div.product.attribute.overview div.value.std {
	color: #000;
	font-size: 15px !important;
}

div.product.attribute.description div.value {
	color: #000 !important;
	font-size: 15px !important;
}



.portfolio-grid .item .portfolio-top-content .portfolio-bottom-content .category-link a {
	color: #fff;
	display: none !important;
}

div.panel-block-row.col-md-12.promoban2 div.text.bottom-center span.banner-button button.btn.btn-default.btn-promo-banner  {
	font-size: 12px;
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  min-width: 150px;
  border-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
	line-height: 15px;
}
.promobanner .text.bottom-center {
	left: 50% !important;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 100%; !important;
	text-align: center;
}


div.panel-block-row.col-md-12.promoban2{
	padding-bottom: 15px;
}

div.product.attribute.description {
	color: #000 !important;
}


section#maincontent.page-main.container {
	
}
.promoban{
	padding-bottom: 15px;
}
.btn.btn-promo-banner {
box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
padding: 0 20px;
height: auto;
min-width: 150px;
border-color: transparent !important;
border-radius: 0 !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
font-size: 12px !important;
}


#btn-cookie-allow.action.allow.primary {
	background-color: #0a0a0a !important;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Lato" !important;
	text-decoration: none;
}

.p-align-midle {
	 
		width: auto;
		
		margin: 0 auto auto;
	display: flex;
	 vertical-align: middle;
	position: relative;
	align-items: center;
}
.mgs-testimonial .testimonial-content{max-width:800px; margin:auto;}



.mgs-testimonial .testimonial-content .author-thumbnail  {
width: 250px;
height: 250px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
overflow: hidden;
}
.mgs-testimonial .testimonial-content .content blockquote {
	font-size: 12px !important;
}
.madein{
	color: #ebebeb !important;
	position: relative;
	font: 19px poppins !important;
}

#search_mini_form div.mst-searchautocomplete__autocomplete._active div.mst-searchautocomplete__wrapper div div div.mst-searchautocomplete__index.magento_catalog_product {
	margin-top: 2px;
}

.product-info-main .deal-timer {
margin-top: 4px;
display: none;
}


#cart-totals div.cart-summary ul.checkout.methods.items.checkout-methods-items li.item {
   
	text-align: center;
	padding-top: 10px;
	margin: 0 30px !important;
}
div#payment-method-braintree-paypal.payment-method {
	margin-bottom: 18px;
}
.catalog-category-view .block.filter .block-content.filter-content .block-filter-content .filter-options-item .filter-options-title {
font-size: 13px;
font-weight: 600;
color: #ffffff;
position: relative;
display: block;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
margin-bottom: 20px;
line-height: 1.75;
background-color: rgb(9, 54, 69);
border-radius: 5px;
text-align: center;
box-shadow: 0 1px 3px #383434;
opacity: 1;
}
.catalog-category-view .block.filter .block-content.filter-content .block-filter-content .filter-options-item .filter-options-content ol.items .item {
  border-bottom: 1px solid var(--thim-mgs-color-16);
  position: relative;
  padding-top: 5px;
  padding-right: 50px;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mgs-divider.mgs-divider-shadown hr:after{
	display: block;
	margin-top: 10px;
	height: 6px;
	width: 100%;
	content: '';
	background: -webkit-radial-gradient(50% -50%, ellipse, rgb(78, 214, 215) 0%, rgba(255,255,255,0) 65%);
	background: radial-gradient(ellipse at 50% -50%, rgb(78, 214, 215) 0%, rgba(255,255,255,0) 65%);
}

.header .search-form .form-search .form.minisearch .input-text {
  border: 0;
  background: #282828;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  box-shadow: none;
  letter-spacing: 2px;
  
}
.nav-main-menu a {
 
  color: black !important;
  font: 400 15px oswald !important;
  
}

#mobile-menu-7-1 li ul {
	background-color: rgba(223,223,223,0.5968536);
}

.header .nav.nav-main-menu > li > a {
  display: block;
  font-size: 18px;
  padding: 19px 18px;
  background: none;
  position: relative;
}

.mageprince-faq-collection {
	margin-bottom:20px
}

.mageprince-faq-collection .ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 10px 0 0;
	padding: .8em .5em .8em 1em;
	font-size: 15px;
	font-weight:700
}

.mageprince-faq-collection .ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow:auto
}

.mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-handle, .mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-range {
	filter:inherit
}

.mageprince-faq-collection .ui-slider-vertical {
	width: .8em;
	height:100px
}

.mageprince-faq-collection .ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom:-.6em
}

.mageprince-faq-collection .ui-slider-vertical .ui-slider-range {
	left: 0;
	width:100%
}

.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-min {
	bottom:0
}

.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-max {
	top:0
}

.mageprince-faq-collection .faq-accordion .ui-widget.ui-widget-content {
	border:1px solid #c5c5c5
}

.mageprince-faq-collection .faq-accordion .ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color:#333
}

.mageprince-faq-collection .faq-accordion .ui-widget-content a {
	color:#333
}

.mageprince-faq-collection .ui-state-default, .mageprince-faq-collection .ui-widget-content .ui-state-default, .mageprince-faq-collection .ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: 400;
	color:#454545
}

.mageprince-faq-collection .ui-state-hover a, .mageprince-faq-collection .ui-state-hover a:hover, .mageprince-faq-collection .ui-state-hover a:link, .mageprince-faq-collection .ui-state-hover a:visited, .mageprince-faq-collection .ui-state-focus a, .mageprince-faq-collection .ui-state-focus a:hover, .mageprince-faq-collection .ui-state-focus a:link, .mageprince-faq-collection .ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration:none
}

.mageprince-faq-collection .ui-visual-focus {
	box-shadow:0 0 3px 1px #5e9ed6
}

.mageprince-faq-collection .ui-state-active, .mageprince-faq-collection .ui-widget-content .ui-state-active, .mageprince-faq-collection .ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #356976;
	font-weight: 400;
	color:#fff
}

.mageprince-faq-collection .ui-state-active a, .mageprince-faq-collection .ui-state-active a:link, .mageprince-faq-collection .ui-state-active a:visited {
	color: #fff;
	text-decoration:none
}

.mageprince-faq-collection .group-title {
	margin: 25px 0;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.5;
	padding-bottom: .25em;
	border-bottom: 1px solid #ddd;
	width: 100%;
	color: #356976;
	font-weight:700
}

.mageprince-faq-collection .group-title i {
	float: left;
	width: 2.15em;
	border-bottom: 1px solid #b55;
	position: absolute;
	bottom: -1px;
	z-index: 9999;
	border-bottom-color:#198dd3
}

.mageprince-faq-collection .faq-groups {
	width: 100%;
	margin-bottom: 30px;
	text-align:center
}

.mageprince-faq-collection .faq-group {
	display:inline-block
}

.mageprince-faq-collection .faq-group-image {
	border: 1px solid #1979c3;
	padding: 20px;
	margin-right:25px
}

.mageprince-faq-collection img.group-image {
	height: 100px;
	width:100px
}

.mageprince-faq-collection .faq-groupname {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin:10px 25px 0 0
}

.mageprince-faq-collection .faq-group a.group-link:hover {
	color: #ff5501;
	text-decoration:none
}
.mageprince-faq-collection .faq-group a.group-link {
	
	font-size: 12px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.mageprince-faq-collection .faq-group .faq-group-image:hover {
	border-color:#ff5501
}

.mageprince-faq-collection .faq-content .ui-accordion-header:hover {
	background-color: #356976;
	color:#fff
}

.mageprince-faq-collection .faq-group:hover {
	border-color:#ff5501
}

.mageprince-faq-collection .faq-collection {
	margin-bottom: 30px;
	float: left;
	width:100%
}

.mageprince-faq-collection .ui-accordion .ui-state-default:after {
	content: '\f054';
	font-family: 'FontAwesome';
	float:right
}

.mageprince-faq-collection .ui-accordion .ui-accordion-header-active:after {
	content: '\f078';
	font-family: 'FontAwesome'
}

.mageprince-faq-collection .collspan-expand-block {
	float:right
}

.mageprince-faq-loader {
	left: 50%;
	top: 50%;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:9999
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li {
	position: relative;
	text-align: center;
	
}
.social-link-top  {
	
	display: inline-block;
	font-size: 20px;
	color: #f7f6f6 !important;
	z-index: 1000;
	visibility: visible;
}

.social-link-top li   {
	
	display: inline-block;
	font-size: 20px;
	color: #f7f6f6 !important;
}
ul.social-link-bottom{
	position: relative;
	width: auto;
	display: block;
	float: left;
}
ul.social-link-bottom li{
	
	display: inline-block;
	font-size: 18px;
}
ul.social-link-top li a{
	
	font-size: 15px !important;
}

ul.social-link-top{
	position: absolute;
	width: auto;
	display: block;
	float: right;
	top: 9px;
	right: -100%;
}
.usa{
	padding-left: 4px;
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li > ul.dropdown-menu a {
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #040402;
	font-weight: normal;
	font-style: normal;
}
.navigation .nav-main-menu li > ul.dropdown-menu a:hover {
	color: #ff3528 !important;
}


.checkout-cart-index .shopping-cart-bottom .cart-totals {
margin-top: 40px;
position: relative;
padding-top: 21px;
border: 1px solid #eaeaea;
background-color: #f6f6f8;
border-radius: 5px;
}

#bnt-social-login-authentication {
	color: #fff;
	padding: 5px;
	background-color: #346976 !important;
	border-radius: 5px;
}

#social-form-login fieldset.fieldset.login div.actions-toolbar div.primary a.action.create span {
	margin-left: 11px;
	display: inline-block;
	top: 3px;
	position: relative;
}

#social-form-login fieldset.fieldset.login div.actions-toolbar div.secondary a.action.remind span {
	display: inline-block;
}

#social-login-popup div.social-login.block-container.authentication div.social-login-title {
	background-color: #346876;
}

div.block.social-login-authentication-channel.account-social-login div.block-content {
	padding-bottom: 14px;
}



a.action.btn.btn-secondary.continue {
	background-color: #356a76;
	border-style: none;
}

.irs-bar {
	height: 5px; top: 30px;
	background: #356976;
}

span.counter-number {
	
	color: #fff;
}
.toolbar-amount {
	display: flex !important;
	padding-right: 10px;
	letter-spacing: 2px;
}

.minicart-wrapper .action.showcart > .counter.qty, .header .header-wl .count-wl {
color: white !important;
background-color: #7b1c07 !important;
}
span.icon.pe-7s-edit {
	background-color: rgba(53,106,118,0.7334118);
	color: #fff;
	border-radius: 5px;
}

#cart-totals div.cart-summary ul.checkout.methods.items.checkout-methods-items li.item {
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}
.bottom-pagination .pages {
  width: 100%;
  display: block !important;
  padding-top: 13px;
  border-top: 1px solid var(--thim-mgs-color-03, #dddddd);
  margin: 0;
  margin-top: 30px;
}

.action-braintree-paypal-logo{border:0;
	padding-top: 8px;
	margin: 0 auto;
	text-align: center;
}
.page-title-wrapper {
background-color: transparent;
padding: 8px 0;
text-align: center;
background-image: none;
background-size: cover;
background-repeat: repeat-y;
position: relative;
background-position: center center;
background-attachment: scroll;
color: #151515;
display: block !important;
}


img.img-responsive {
	 border-radius: 5px;
	 width: 100% !important;
}

div.top-middle-header p {
	font-size: 17px;
	display: block;
	line-height: 26px;
}

.page-title-wrapper:before {
  content: '';
  position: absolute;
  background: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
	color: #020202;
}

#page-title-heading span.base {
	color: #141414;
	margin-bottom: 16px;
	display: block;
}

.product-detail-infomation .product-name {
font-size: 19px;
margin-bottom: 5px;
font-weight: 300;
}

.promobanner.zoom:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
   opacity: 1;
  visibility: visible;
  filter: brightness(112%) !important;
}


.infoabout{
	font-size: 29px;
	display: block;
	margin: 0;
	padding: 0 0 19px;
	position: relative;
	top: 15px;
	color: #626262;
}
.icon pe-7s-info{
	font-size: 53px !important;
}


.qtip-content .image {
	padding: 0 0 0px 0;
	display: block;
	height: 130px;
	width: 130px;
   
	margin: 0 auto;
}
.qtip-content {
	padding: 3px;
	display: block;
	
	max-width: 135px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
}

.qtip-content .title {
	min-height: 20px;
	padding: 0px 0;
	color: rgb(40, 40, 40);
	font-size: 10px !important;
	text-align: center;
	display: block;
	overflow: hidden;
	
}
.qtip-content .info {
	min-height: 20px;
	padding: 0px 0;
	color: rgb(40, 40, 40);
	font-size: 1.25em;
	text-align: center;
	display: block;
	overflow: hidden;
}





.read-more-state:checked ~ .read-more-trigger div.infoabout span.icon.pe-7s-info {
	display: none;
}

.page-title-wrapper {
	background-color: transparent;
	padding: 8px 0;
	text-align: center;
background-image: none;
	background-size: cover;
	background-repeat: repeat-y;
	position: relative;
	background-position: center center;
	background-attachment: scroll;
	color: #151515;
	display: none;
}

div.content-heading h3 {
	 font-family: "Lato", arial, tahoma !important;
	font-weight: normal;
	
}

.centercats {
	padding-bottom: 22px;
	padding-top: 11px;
	border-radius: 25px;
	margin: 0 auto ;
	text-align: center;
	background-color: #fff;
	width: 100% !important;
	display: inline-block;
}
.team-member1 {
	background-color: #fff;
	border-radius: 7px;
	margin: 0 auto;
	position: relative;
	display: block;
	float: left;
}

.team-member1 h5 {
	padding: 5px 0 15px;
	text-align: center;
	color: #111;
	margin: 0;
	font: 300 15px/1 "Lato", Lucida, Verdana, sans-serif;
	position: relative;
	top: 7px;
	text-decoration: none;
}

.team-member1 :hover {
	text-decoration: none;
}

.team-member1 img {
	width: 100px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 12px;
	
}



.team-member {
	background-color: #fff;
   border-radius: 6%;
	max-width: 50%;
	margin: 11px auto 0;
}


.team-member img {
	width: auto;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 12px;
	max-height: 100px;
}

.team-member h5 {
	padding: 5px 0 15px;
	text-align: center;
	color: #111;
	margin: 0;
	font: 300 18px/1.5 "Lato", Lucida, Verdana, sans-serif;
	position: relative;
	top: 7px;
	text-decoration: none;
}

.team-member :hover {
	text-decoration: none;
}	
.read-more-state {
	display: none;
}


.read-more-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
	content: 'Read more';
}

.read-more-state:checked ~ .read-more-trigger:before {
	content: 'Show less';
}

.read-more-trigger {
	cursor: pointer;
	display: block;
	padding: 0 .5em;
	border: 1px none #ddd;
	border-radius: .25em;
	margin: 0 auto;
width: 100% ;
	text-align: center;
	font: 1.1em "Lato", Lucida, Verdana, sans-serif;
}

p.read-more-wrap {
	color: black;
	 font: 400 16px/1.5 "Lato", Lucida, Verdana, sans-serif !important;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
}






#product-options-wrapper div.fieldset div.field.required ul {
	font-style: italic;
	font-size: 12px;
	color: #616161;
}


#checkout div.opc-estimated-wrapper div.minicart-wrapper {
	display: none;
}

.minicart-items .product>.product-item-photo,.minicart-items .product>.product-image-container{overflow:hidden;
	display: block;
}

a.action.action-register.primary {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background-color: #356a76;
	border-radius: 6px;
	margin: 11px 11px 11px 0;
	padding: 5px;
	text-align: center;
}
a.action.create.primary {
color: #fff;
	font-size: 16px;
	background-color: #000;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	padding: 5px;
	margin: 11px 11px 11px 0;
	line-height: 22px;
}

button.action.submit.primary {
	color: #fff;
	font-size: 16px;
	border-radius: 6px;
	margin: 11px 11px 11px 0;
	text-align: center;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	line-height: 26px;
	background-color: #000;
}
.btn-primary2 {
  color: #fff;
  border: 2px none #222;
  background-color: transparent;
	font-weight: normal;
	font-style: normal;
	padding-right: 5px !important;
	padding-left: 5px !important;
	line-height: 30px;
	font-size: 14px !important;
	
	position: absolute;
	top: -4px;
}
.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active {
  color: #fff !important;
  border: 2px none #56cfe1;
  background-color: transparent;
}

.btn-primary2:hover a{
	color: #fff !important;
}
div.block-content {
	
}
.block-content.filter-content .block-filter-content {
    padding: 10px;
    max-height: calc(50%);
    min-height: auto;
    overflow-y: auto;
	background-color: #ededed !important;
	border-radius: 10px;
  }

div.block.block-new-customer .block-content {
	font-size: 13px;
	line-height: 15px;
}


.product-info-main .product-info-stock-sku {
color: #ed1515 !important;
}
div.icon-service div.text h6.margin-bottom5 span {
	color: #f6f6f6;
	 font-family: "Lato", arial, tahoma !important;
	font-weight: normal;
}

div.testimonials {
	
}

#mini-cart li.item.product.product-item dl.product.options.list dt.label {
	white-space: normal;
	color: #8e9090;
	text-transform: capitalize;
}

#mini-cart dl.product.options.list dd.values span {
	color: #ed5200;
}



#mini-cart li.item.product.product-item div.product div.product-item-details div.product.options.active div.content dl.product.options.list dd.values span {
	display: block;
	position: relative;
	margin-right: 7px;
}




#product-comparison tbody tr td.cell.product.info div.list-products div.product-item-info div.product-item-details  {
	display: inline-block;
	float: none !important;
	position: relative;
	width: 100%;
	padding: 11px 11px 11px 2px;
	text-align: left;
}

div.header-wl {
	display: none !important;
}

.product-wishlist-items div.product-item-info div.product-top div.product-item-actions div.actions-primary {
	display: block !important;
	padding-top: 10px !important;
	z-index: 7000;
}

.product-wishlist-items img.img-responsive.product-image-photo.img-thumbnail {
	margin: 0!important;
	padding: 0 !important;
	
}

.product-wishlist-items div.product-item-info div.product-top {
	height: 307px;
	z-index: 1;
}






.related-product-main,.upsell-products-list,.brand-related-products{padding-top:60px;
	width: 100%;
	display: block;
	clear: both;
}

div.product-sub-infomation div.product-info-stock-sku div.widget.am-attachments {
	display: inline-block;
	position: relative;
	top: 21px;
	padding-bottom: 33px;
}

div.product-sub-infomation div.product-info-stock-sku div.widget.am-attachments.am-attachments-3 div.am-fileline img.am-fileicon {
	width: 38px;
}

div.product-sub-infomation div.product-info-stock-sku div.widget.am-attachments.am-attachments-3 div.block-title strong {
	font-weight: normal;
	font-style: normal;
	color: #000;
	background-color: #f6f6f8;
	padding: 4px;
	font-size: 13px;
	position: relative;
	top: -4px;
}

#co-transparent-form-braintree {
	width: 100% !important;
	display: block;
	min-width: 250px !;
}
.top-header-content{background-color: #0d0d0d !important;
color: #f8f8f8 !important;}
.block.review-add .review-form h4 span {
color: #eb5101;
}
div.field.required {
	position: relative;
	margin-bottom: 0 !important;
}


div.field.required label.label{
font-size: 15px;

}
div.field.required.bfinish {
	background-color: rgba(80, 80, 80, 0.1);
	padding-top: 11px;
	padding-right: 11px;
	padding-left: 11px;
	margin: 0;
	top: 10px;
}
div.field.required.cfinish {
	background-color: rgba(160, 180, 170, 0.1);
	padding: 11px 11px 10px;
	margin: 0 0 0px;
	position: relative;
	top: 15px;
}
div.field.required.gfinish {
	background-color: rgba(120, 144, 156, 0.21);
	position: relative;
	top: 18px;
	display: block;
	margin: 0;
	padding: 11px 10px 10px;
}
div.field.required.dfinish {
	background-color: rgba(234, 228, 214, 0.9);
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	position: relative;
	top: 20px;
	display: block;
	padding-top: 11px;
	padding-bottom: 10px;
}
div.field.dfinish {
	background-color: #1b1111;
	padding: 11px;
	margin: 0;
	position: relative;
	top: 8px;
}
div.field.required.lfinish {
	background-color: rgba(160, 180, 170, 0.1);
	position: relative;
	top: 19px;
	display: block;
	padding: 13px 10px 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#block-related-heading {
	
}

#checkout-shipping-method-load table.table-checkout-shipping-method.amcheckout-shipping-methods tbody.amcheckout-items tr.row.amcheckout-method.-selected  {
	color: #2c2c2c;
}

div.block.related-product-main.has-sub.navigation-top.related div.content-heading div.block-actions.block-note {
	display: none;
}

#registration div a.action.primary {
	background-color: #356a76;
	color: #fff;
	padding: 5px;
	border-radius: 6px;
}
.field.choice:not(.review-field-rating) input[type="radio"] + label, .form .choice:not(.review-field-rating) input[type="radio"] + label, .checkbox .choice input[type="radio"] + label, .field.choice:not(.review-field-rating) input[type="checkbox"] + label, .form .choice:not(.review-field-rating) input[type="checkbox"] + label, .checkbox .choice input[type="checkbox"] + label, .field.choice:not(.review-field-rating) input[type="radio"] + .label, .form .choice:not(.review-field-rating) input[type="radio"] + .label, .checkbox .choice input[type="radio"] + .label, .field.choice:not(.review-field-rating) input[type="checkbox"] + .label, .form .choice:not(.review-field-rating) input[type="checkbox"] + .label, .checkbox .choice input[type="checkbox"] + .label {
box-shadow: 0 0 0 !important;

white-space: normal;
background-color: transparent;
}
.apo-wizard-content .apo-step-group .field > .label,
.form-group > .label,
.field > label,
.form-group > label.label  {
  display: inline-block;
  font-weight: 500;
  box-shadow: 0 1px 1px rgba(33, 33, 34, 0.61), 0px 1px 3px 1px rgba(60, 64, 67, 0.15) !important;
  border: 1px none rgba(71, 56, 56, 0.51) !important;
  border-radius: 6px !important;
  padding: 0 0 0 4px;
  font-size: 14px !important;
  background-color: #b9e4e8;
  width: 100%;
}
.amcheckout-wrapper .field > .label,
.form-group > .label,
.field > label,
.form-group > label.label span {
	box-shadow: 0 0 0 !important;
	font-size: 15px;
	background-color: white;
}
.availability-qty {
color: #e60707 !important;
}
.product-availability {
	margin-top: 15px;
	color: black;
	;
}
.product-availability span {
	
	color: #0895a6;
	font-weight: 500;
	text-transform: uppercase;
}

.product-availability strong {
	font-weight: 400 !important;
}

.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 0px solid #999;
border: 0px solid rgba(0,0,0,.2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: none; 
box-shadow: none;
	padding: 0;
	margin: 0;
}
.header .dropdown-switcher .dropdown-menu li>a img {
height: auto;
margin-right: 7px;
margin-top: -4px;
width: 16px;
display: none;
}
.product-add-form .product-options-wrapper .fieldset>.field>.control {
padding-bottom: 10px;
}
.top-header-content a, .top-header-content .dropdown-switcher .switcher-toggle{
color: #fff !important;
	padding: 3px;
	display: inline-block;
	top: 9px;
	border-radius: 5px;
	font-size: 14px;
}
.top-header-content a:hover{
color: #ed5200 !important;
	padding: 3px;
	display: inline-block;
	top: 9px;
	border-radius: 5px;
}


div.middle-footer {
	background-color: #dadce3 !important;
	color: black;
}
div.bottom-footer {
	background-color: #000;
	color: #b6b6b6;
}
@media (max-width:570.98px) {
	.frame {
		max-width: 100% !important;
	}
}


.product-info-main .product-add-form .actions button.tocart,.bundle-info .product-details .actions button.tocart{font-size:13px;width:auto;padding:0 34px;border: 1px none #56cfe1;color:#fff;border-radius:40px;line-height:40px;font-weight:600;text-transform:uppercase;
	background-color: #d74105;
}
.product-details .actions button.tocart:hover{font-size:13px;width:auto;padding:0 34px;border: 1px none #56cfe1;color:#fff;border-radius:40px;line-height:40px;font-weight:600;text-transform:uppercase;
	background-color: #f88a5d !important;
}
.product-details .actions button.tocart:active{font-size:13px;width:auto;padding:0 34px;border: 1px none #56cfe1;color:#fff;border-radius:40px;line-height:40px;font-weight:600;text-transform:uppercase;
	background-color: #d03c00 !important;
}

.opc-block-summary .table-totals tr.totals.grand th strong, .opc-block-summary .table-totals tr.totals.grand td strong {
	color: #eb5101;
	font-weight: 500;
}
.header.header3 .logo-left-header{justify-content:left;
	position: relative;
	top: 7px;
}
span.product-label.new-label {
	background-color: #346976;
}

span.product-label.sale-label.multiple-label {
	background-color: #ff1f1e;

}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
padding-left: 10px !;
}
._amcheckout-selectable-item, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details, .amcheckout-step-container .shipping-address-items .shipping-address-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
display: block;
justify-content: space-between;
box-sizing: border-box;
padding: 0 20px;
width: 100%;
border: 1px solid #f9f9f9;
border-radius: 2px;
cursor: pointer;
}
.level0 a.level0 {
	text-transform: capitalize;
	margin: 3px;
	padding-right: 14px !important;
	padding-left: 14px !important;
	font: 300 18px oswald !important;
	
}

#mainMenu .level0:hover a.level0 {
color: #ed5200 !important;

}

body.dark .page-wrapper .header .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .mega-menu-sub-title:hover:hover, body.dark.blog-post-view .post-item-info .post-info a:hover, body.dark .page-wrapper .header .navigation .nav-main-menu li>ul.dropdown-menu a:hover {
color: #ed5200;
}
.header.active-sticky {
position: absolute !important;
}
.braintree-applepay-container-product {
	display:inline-block
}

.braintree-applepay-container-product .braintree-apple-pay-button {
	padding: 10px 0px;
	margin: 0;
	margin-bottom:15px
}
.braintree-apple-pay-button {
-webkit-appearance: -apple-pay-button;
-apple-pay-button-type: plain;
display: block;
width: 200px;
min-height: 40px;
border: 1px solid #000;
background-image: -webkit-named-image(apple-pay-logo-black);
background-size: 100% calc(60% + 2px);
background-repeat: no-repeat;
background-color: black;
background-position: 50% 50%;
border-radius: 5px;
padding: 2px;
margin: 20px auto;
transition: background-color .15s;
cursor: pointer;
}
.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
background-color: #d92140;
border: 1px solid #2a2a2a;
color: #fff;
width: 100%;
text-align: center;
font-size: 13px;
font-weight: 600;
padding: 10px 10px 10px;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 5px !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
transition: all 300ms;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
-o-transition: all 300ms;
margin: 0 auto;
max-width: 240px;
	display: block;
}
button.braintree-googlepay-button {
	background-origin: content-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 0px;
	border-radius: 4px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 1px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	cursor: pointer;
	height: 40px;
	min-height: 40px;
	padding:11px 24px
}

button.braintree-googlepay-button.black {
	background-color: #000;
	box-shadow: none;
	padding:12px 24px 10px
}

button.braintree-googlepay-button.white {
	background-color:#fff
}

button.braintree-googlepay-button.short {
	min-width: 90px;
	width:160px
}

button.braintree-googlepay-button.black.short {
	background-image:url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg)
}

button.braintree-googlepay-button.white.short {
	background-image:url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg)
}

button.braintree-googlepay-button.black:active {
	background-color:#5f6368
}

button.braintree-googlepay-button.black:hover {
	background-color:#3c4043
}

button.braintree-googlepay-button.white:active {
	background-color:#fff
}

button.braintree-googlepay-button.white:focus {
	box-shadow:#e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px
}

button.braintree-googlepay-button.white:hover {
	background-color:#f8f8f8
}

button.braintree-googlepay-button.long {
	min-width: 152px;
	width:240px
}

button.braintree-googlepay-button.white.long {
	background-image:url(https://www.gstatic.com/instantbuy/svg/light/en.svg)
}

button.braintree-googlepay-button.black.long {
	background-image:url(https://www.gstatic.com/instantbuy/svg/dark/en.svg)
}

.googlepay-minicart-logo {
	margin-top: 15px;
	text-align:center
}


.page-title-wrapper {
	top: 10px;
}
.breadcrumbs{background-color:#f6f6f8;font-size:13px;padding: 18px 0 0;margin-bottom: 13px;
	display: block;
	position: relative;
	top: 12px;
}
.owl-carousel .owl-nav > div {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	color: #f2ebeb !important;
	border: 2px solid #d0c9c9;
	background: none;
	font-size: 30px;
	text-align: center;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	line-height: 38px;
	opacity: 1;
	visibility: visible}
	
	
div.footer-content-top {
	background-color: #2e2e2e;
	display: none;
}
#product-options-wrapper div.fieldset {
	color: rgba(58,59,59,0.7);
}


#product-options-wrapper div.fieldset div.field.required  {
	font-size: 14px;
	color: black !important;
	font-weight: 600 !important;
	background-color: #ffffff !important;
	padding: 10px !important;
}
#remember-me-box span.tooltip.wrapper {
	display: none;
}

.checkout-index-index .modal-popup .modal-header .modal-title{font-size:28px;
	color: #ff591e;
}



.products-grid .product-item-info .product-top:hover .product-label {
	display: block !important;
}

ul#mainMenu.nav.nav-main.nav-main-menu {
	position: relative;
	
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 25px !important;
}

#launcher{
	
	right: 41px !important;
}
.mgs-filter-active .filter-current-subtitle {
display: block;
font-size: 15px;
color: #534f4f;
position: relative;
display: block;
padding: 0 0 2px;
margin-bottom: 15px;
}
.mgs-filter-active .state-item {
padding: 3px 5px;
border: 1px solid #ccc;
background: #2a2a2a;
border-radius: 2px;
margin-bottom: 2px;
font-size: 12px;
position: relative;
color: rgb(224, 224, 224);
}
.modal-slide .action-close {
padding: 0;
	margin: 0;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 1%;
}
.modal-popup._inner-scroll .modal-inner-wrap {

	background-color: transparent;
	width: 90% !;
}
.modal-title {
	font-size: 19px;
	color: #e6e3e3;
}
.modal-slide .modal-header {
  padding-bottom: 0px;
  padding-top: 0px;
  background-color: #080808;
}

	.hytPlayerWrap {
position:relative!important;
padding-bottom:56.25%;
padding-top:3px;
height:0;
overflow:hidden;
display: block!important;
}

.hytPlayerWrap iframe, .hytPlayerWrap object, .hytPlayerWrap embed {
position:absolute;
top:0;
left:0;
width: 100%!important;
height:100%;
}
	.hytPlayerWrap.ended::after {
		content:"";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		cursor: pointer;
		background-color: black;
		background-repeat: no-repeat;
		background-position: center; 
		background-size: 120px 59px;
		background-image: url('https://www.axisoffice.com/pub/media/logo/stores/1/logo2020a.png');
	}
	.hytPlayerWrap.paused::after {
		content:"";
		position: absolute;
		top: 0px;
		left: 0;
		bottom: 0px;
		right: 0;
		cursor: pointer;
		background-color: black;
		background-repeat: no-repeat;
		background-position: center; 
		background-size: 120px 59px;
 background-image: url('https://www.axisoffice.com/pub/media/logo/stores/1/logo2020a.png');
	}
#search_mini_form div.mst-searchautocomplete__autocomplete._active div.mst-searchautocomplete__wrapper div div div.mst-searchautocomplete__index.magento_catalog_product ul li.mst-searchautocomplete__item.magento_catalog_product a div.mst-product-image-wrapper img {
	width: 80px;
	display: inline-block;
	clear: both;
	height: 86px;
	margin-right: 9px;
	position: relative;
	top: 15px;
}

.video{
	max-height: 45px;
	height: auto;
	width: 115px;
	font-size: 15px;
	padding-bottom: 11px;
	display: inline-block;
}
.vdo {
	
	width: 54px;
	height: 54px;
	position: relative;
	
	
}
#opc-sidebar div.opc-block-summary div.block.items-in-cart.active div.content.minicart-items div.minicart-items-wrapper.overflowed ol.minicart-items {
	display: inline-block !important;
}



#m-cookienotice .m-message.title{
	display: none !important;
}
#message-custom-css {
	float: left;
	font-size: 18px;
	
	background-color: transparent !important;
	margin-left: 22px;
	font-weight: bold;
}
.box-order-billing-method .payment-method .title {
color: #cecece !important;
}
.amcheckout-step-container .amcheckout-additional-options > * {
font-size: 14px;

}
tr.row.amcheckout-method.-selected {
	color: #fff;
	border: 1px solid rgba(235,81,1,0.8836954);
}
tr.row.amcheckout-method {
	color: #fff;
	margin-left: 0;
	padding-left: 7px !important;
	padding-right: 4px !important;
	font-size: 12px;
}

div.amcheckout-wrapper .hosted-control {
	background-color: white;
}

div#braintree_expirationMonth.hosted-control.hosted-date {
	background-color: white;
}

#checkout-payment-method-load div.items.payment-methods.amcheckout-payment-methods div.payment-group.-collapsible.-opened div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-method div.payment-method-title.field.choice label.label span {
	margin-left: 6px;
}

.product-leadtime{
	color: #e40909 !important;
	font: 16px "Poppins", arial, tahoma !important;
	text-transform: capitalize !important;
}

.product-special{
	color: #db0635 !important;
	font-weight: 500;
	font-style: normal;
	
	position: relative;
	top: 10px;
	background-color: transparent;
	display: block;
	width: auto;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 20px;
	border-radius: .9em;
	border-style: none;
	border-width: 2px;
	font-size: 17px !important;
}
.specialP {
	color: #404949;
	font-size: 14px !important;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	position: relative;	
	
	display: block;
	width: auto;
	padding-bottom: 2px;
	text-decoration: underline;
	text-transform: capitalize;
}
.product-special::before{
	
content: '\e605';
font: 44px/0 'icons-blank-theme' !important;
padding: 0;
margin: 0;
position: relative;
display: inline-block;
top: 14px;
}


#checkout-payment-method-load div.items.payment-methods.amcheckout-payment-methods div.payment-group.-collapsible.-opened div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-method div.payment-method-title.field.choice  {;
	color: #efefef;
}

#checkout-payment-method-load div.items.payment-methods.amcheckout-payment-methods div.payment-group.-collapsible.-opened div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-method.payment-method-braintree._active {
	
	color: #e9e9e9;
	border: 1px solid #8a3406;
}

#payment_form_braintree legend.legend span span {
	color: #2c2c2c;
}

#checkout-payment-method-load div.items.payment-methods.amcheckout-payment-methods div.payment-group.-collapsible.-opened div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-method._active {
	color: #e9e9e9;
	border: 1px solid #8a3406;	
}

#checkout-payment-method-load div.items.payment-methods.amcheckout-payment-methods div.payment-group.-collapsible.-opened div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-method.payment-method-braintree div.payment-method-title.field.choice label.label {
	background-color: transparent;
	color: black !important;
}

div.amcheckout-wrapper div.payment-method-content {
	color: #3c3939 !important;
	min-width: 280px !important;
width: 100% !important;
}

#checkout div.amcheckout-main-container.-modern.-layout-2columns.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container.-summary div.amcheckout-additional-options.additional-options {
	border: 1px none rgba(99,99,99,0.3697293);
}
.amcheckout-step-container .amcheckout-additional-options {
margin: 0;
padding: 0 20px;
border: 1px solid #f9f9f9;
font-size: 0;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary, .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
	border: 1px none #d4d4d4;
}

.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
	margin-bottom: 20px;
	border-bottom: 0px solid #d4d4d4;
}

.table-checkout-shipping-method tbody tr td {
	border: 1px solid #eaeaea;
	padding: 24px 10px 24px !important;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.amcheckout-step-container .amcheckout-summary-container .product-item .product {
	display: inline-block;
	border-bottom: 1px solid rgba(135,135,135,0.307149);
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
	display: flex;
	align-items: center;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
	width: 100%;
	font-weight: normal;
	font-style: normal;
}

.block-order-details-view .block-title h4 {
color: #656565;
margin-top: 0;
margin-bottom: 15px;
font-weight: 500;
font-size: 18px;
}
.order-details-items .table-wrapper tfoot tr th, .order-details-items .table-wrapper tfoot tr td, .order-details-items .table-wrapper tfoot tr th strong {
font-size: 16px;
font-weight: 400;
color: #8c8c8c;
}
#search_mini_form div.mst-searchautocomplete__autocomplete._active div.mst-searchautocomplete__wrapper div div div.mst-searchautocomplete__index.magento_catalog_product ul li.mst-searchautocomplete__item.magento_catalog_product {
	height: 99px;
	background-color: #e2dfdf;
}

#maincontent div.row div.column.main.col-lg-12.col-md-12.col-sm-12.col-xs-12 div. div.container div.row div.col-lg-12.col-md-12 div.row div.panel-block-row.col-md-12 div.content-block.testimonial-block.testimonial-list-block.center_content div.block.widget.mgs-testimonial.row div.owl-carousel.testimonial-grid.mgs-carousel-5027038971596808210.owl-loaded.owl-drag div.owl-stage-outer div.owl-stage div.owl-item div.item.testimonial-item div.testimonial-content.has-image {
	font-size: 12px;
}


.header .search-form .form-search .form.minisearch {
max-width: 400px;
margin: 0 auto;
padding: 15px;
margin-top: 50px;
}
select,select.form-control,select.input-text{width:100%;border:1px solid #ccc;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;
	font-size: 12px;
	white-space: nowrap;
	color: #000;
	background-color: #ffffff;
}
.swatch-attribute-options.clearfix{
	margin-top: 10px;
	width: 100% !important;
}
.qtip-content .title {
	min-height: 20px;
	padding: 3px 0;
	color: rgb(40, 40, 40);
	font-size: 11px !important;
	text-align: center;
	display: block;
	overflow: hidden;
	
}
.header .search-close {
position: absolute;
right: 20px;
top: 4px; 
color: #fff;
width: 60px;
height: 60px;
background: none;
border: none;
font-size: 60px;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  background: black;
  padding: 8px 0 ! 2px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #dfdede;
  text-transform: capitalize;
	white-space: nowrap;
  margin: 0;
}
.mst-searchautocomplete__index-title span {
	padding-left: 5px;
}
.mst-searchautocomplete__spinner {
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
	color: #d81611;
	background-color: transparent;
	top: 30px;
}
.mst-searchautocomplete__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d81611;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transform: scale(0.3);
  border-radius: 15px;
	
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
	
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
	
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
	
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
}
.mst-searchautocomplete__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
	transform: scale(1);
	background-color: #d81611;
  }
100% {
	transform: scale(0.3);
	background-color: #d81611;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
	-o-transform: scale(1);
	background-color: #d81611;
  }
100% {
	-o-transform: scale(0.3);
	background-color: #d81611;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
	-ms-transform: scale(1);
	background-color: #d81611;
  }
100% {
	-ms-transform: scale(0.3);
	background-color: #d81611;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
	-webkit-transform: scale(1);
	background-color: #d8d8d8;
  }
100% {
	-webkit-transform: scale(0.3);
	background-color: #d81611;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
	-moz-transform: scale(1);
	background-color: #d81611;
  }
100% {
	-moz-transform: scale(0.3);
	background-color: #d81611;
  }
}



.mst-search-autocomplete__typeahead-overlay {
  color: #aaa;
  top: 0;
  position: absolute !important;
  z-index: -1;
  left: 15px;
  border: 0 !important;
}
.mst-searchautocomplete__item.magento_catalog_product .title a {
	color: #211e1e;
	font-size: 14px;
	white-space: normal;
}





div.content-block.testimonial-block.testimonial-list-block.boxed_content {
	background-color: #222;
	color: #f1f1f1;
}

#shopping-cart-table tbody.cart.item tr.item-info td.col.item div.product-item-details {
	width: 50%;
	display: inline-block;
	float: right;
}



#shopping-cart-table .product-image-container {
	display: block;
	width: 122px !important;
	max-width: 122px !important;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo {
	display: block;
	float: left;
	overflow: visible;
	width: 122px !important;
	max-width: 122px !important;
}



.callprice_request_form .fieldset{padding: 0px !important;background:none;border: none;margin:0;}
.callprice_request_form .form-list .input-box{width:100% !important;}

.callprice_request_form .product-shop {
	display: inline-block;
	width: 50%;
	float: right;
}
.page-title-wrapper h1.page-title {
  color: #100f0f !important;
  font-weight: 500;
  font-size: 24px;
  padding: 0;
  border: none;
  display: block;
  margin: 0;
  position: relative;
}
.onestepcheckout-index-index .page-title-wrapper > * {
position: relative;
color: #0b0b0b !important;
}
.callprice_request_form img.product-image-photo {
	display: inline-block;
	float: left;
	max-width: 120px;
}
div.authentication-wrapper {
	display: inline-block;
	float: right;
	position: relative;
	top: -6px;
	width: 300px;
}
.request_details_message{font-size: 12px;font-weight: bold;text-align: left;} 
.btcallforprice{
	padding: 8px;
	margin-bottom: 10px;
	border: 5px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #317596;
	color: #fff;
	cursor: pointer;
} 
.callprice_request_form ul{
	padding:0px !important;
}
.callprice_request_form .h1{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.callprice_request_form .form-list .field{
	float: none !important;
	width: auto;
}
.callprice_request_form .products-list .product-image{
	margin-right: 0px;
	float:left;
}   
.fancybox-wrap.fancybox-type-ajax{
	left: 0 !important;
	margin: auto;
	right: 0 !important;
	max-width:80%;
}
.fancybox-outer, .fancybox-inner{max-width:100%}
.block-content .callforprice-btn{font-size: 12px;padding: 5px; width: 100px;}
.product-info-main .callforprice-btn{margin: 0 0 20px;
	background-color: #317596;
	padding: 0 3px;
	color: #fff;
	font-size: 11px;
}
.fancybox-skin {
	position: relative;
	background: #0d0d0d;
	color: #b9b6b6;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#cp_form div.fieldset ul.form-list.products-list li.fields.actions div button.button span {
	background-color: #5a8c8f !important;
	color: #fff;
	margin: 4px 9px;
}


.slide-text .big-text,.slide-text h2 {
	font-weight: 700;
	
	font-size: 5ex !important;
	line-height: 3ex !important;
}


.testimonial-content.has-image .content {
	width: auto;
	
}
.footer .middle-footer ul.menu li {
line-height: 23px;
margin-bottom: 5px;
	
}
.footer .middle-footer ul.menu li a {

	color: black !important;
}

ul.list-icon li a {
	color: black !important;
}



ul.about1 {
	list-style-type: circle;
}

#quickrfq_form fieldset.fieldset legend.legend span {
	color: #020202;
}


blockquote, .sub-title, .content-heading .block-note {
font-family: "Poppins" !important;
font-size: 12px;
}
.testimonial-list-block .testimonial-content .content blockquote:before {
	content: "\f10e";
	font-family: FontAwesome;
	position: absolute;
	
	z-index: 0;
	color: rgba(120,120,120,0.695259);
	font-style: normal;
	line-height: 1;

}

.testimonial-list-block .testimonial-content .author-info .name {
	font-size: 13px;
	line-height: 1.2;
	color: #020202;
	font-weight: normal;
	font-style: normal;
}

.testimonial-list-block .testimonial-content .content blockquote {
	padding: 0;
	border: none;
	font-size: 14px !important;
	color: #000 !important;
	font-family: inherit;
	background: none;
	width: 80%;
	margin: 0 auto 12px;
	height: auto;
}

.testimonial-list-block.boxed_content .testimonial-content.has-image .content {
	padding-left: 5px;
	color: #fff;
}




div#product-options-wrapper.product-options-wrapper span#value {
	color: #ed5200;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -5px;
	padding-left: 6px;
	width: 100%;
	float: left;
	clear: both;
	background-color: #fefffe;
	border: 0px solid rgba(2,2,2,0.4287243);
	border-radius: .5em;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}
p.option-description-text {
	width: 100%;
	float: left !important;
	display: block !important;
	color: #000;
	font-size: 14px;
}
#product-options-wrapper div.fieldset div.field.required p {
	float: left !important;
	display: block !important;
	width: 100%;
	font-size: 14px;
}

#attributedescription div.product.attribute.description div.value p {
	color: rgba(0,0,0,0.8434557);
}






@media all and (min-width: 768px) {

._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
	width: 100%;
	margin: 0;
}

._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
	margin-bottom: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
  display: inline-block !important;
  float: right !important;
}

}
@media (max-width:1199px){
	
.nav-before-open .header .megamenu-content{-webkit-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);-moz-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);-ms-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);box-shadow:0 0 5px 0 rgba(50,50,50,0.75);transform:translate3d(400px, 0, 0);-webkit-transform:translate3d(400px, 0, 0);-moz-transform:translate3d(400px, 0, 0);-o-transform:translate3d(400px, 0, 0);
	background-color: #f4f4f4 !important;
}
.header:not(.header6):not(.header7) .megamenu-content .nav-tabs>li.active>a {
background-color: rgba(82, 82, 82, 0.41) !important;
color: #272727;
}	
.nav-before-open .nav-toggle:after{background:rgba(0,0,0,0.7);content:'';display:block;height:100%;position:fixed;right:0;top:0;width:100%;z-index:999}	
	
.nav-before-open header.page-header .menu-wrapper .tab-content .tab-pane nav.navigation ul {
padding-bottom: 10px !important;
}
header.page-header .nav-main-menu .label-menu {
position: static !important;
float: right !important;
vertical-align: top;
margin-top: 0;
margin-right: 15px !important;
margin-left: 0px !important;
display: inline-block;
}
	}
@media only screen and (max-width: 767px) {
	.header .mobile-item-col{float:left;width:calc(90% / 3)}
	
	.top-header-content{background-color: #dddde0 !important;
color: #000000 !important;
	display: none;
}
.product-options-wrapper .fieldset > .field > .label {
	padding: 10px;
	font-size: 12px !important;
}

div.owl-carousel.testimonial-grid.owl-loaded.owl-drag div.owl-stage-outer div.owl-stage {
	display: inline-block;
	height: auto;
}
.callprice_request_form .product-shop {
	display: inline-block;
	width: 50%;
	float: right;
	font-size: 11px;
}
.callprice_request_form .h1{
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}


.slide-text .big-text,.slide-text h2 {
	font-weight: 700;
	font-size: 3ex !important;
	line-height: 3ex !important;
}

div.content-block.category-product-cat-block.products-grid div.owl-dots {
	display: none !important;
}

.promobanner.zoom div.text.bottom-right div.banner-text div.padding-left15.padding-bottom10 h3.margin-bottom10 {
	
	margin-bottom: 5px !important;
}



.promobanner .padding-bottom10 h3 {
	font-size: 40px !important;
	margin-bottom: 5px !important;
}
.promobanner .margin-bottom10{
	margin-bottom: 0 !important;
}
.promobanner h4.margin-bottom10{
	font-size: 30px !important;
}

.promobanner.zoom div.text.middle-center div.banner-text div.text-center h4.nowrap {
	font-size: 35px !important;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col:not(.item):before {
	content: attr(data-th) ":";
	font-size: 15px;
	display: inline-block;
	margin-right: 5px;
	color: #a5a5a5;
}
h1.toolbar .modes .arrow-topbar-page-title {
    display: block !important;
	font-size: 14px !important;
}



}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
	margin: 0;
	border: 0px solid #d4d4d4;
	height: auto !important;
	text-align: center;
}

.amcheckout-step-container select {
	height: 40px;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	font-size: 15px !important;
	color: #505050 !important;
	min-width: 152px;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
	white-space: normal !important;
	margin-top: 10px;
	margin-bottom: 0;
}

#checkout div.amcheckout-main-container dl.item-options dd.values {
	color: #eb5101;
	border-bottom: 1px solid rgba(122,255,249,0.2821597);
}
#shopping-cart-table tbody.cart.item tr.item-info td.col.item div.product-item-details dl.item-options dd {
	color: #ed5200;
	border-bottom: 1px solid rgba(255,255,255,0.4771779);
}
.wrapper-ads-car-style a {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	display: block;
	text-align: center;
}
.wrapper-ads-car-style a:hover {
  color: #e21e1f;
}
.wrapper-ads-car-style a:hover .icon-font:before {
  border-color: #e21e1f;
	color: #f8f8f8;
}
.wrapper-ads-car-style .icon-font {
  font-size: 23px;
  text-align: center;
	width: 100%;
	padding: 0;
	display: inline-block;
	margin: 0 auto;
}
.wrapper-ads-car-style .icon-font:before {
  width: 40px;
  height: 40px;
  line-height: 37px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  display: inline-block;
	color: #f7f7f7;
}
.wrapper-ads-car-style h4 {
  display: inline-block;
	color: #f7f7f7;
	font-size: 11px;
}
.wrapper-ads-car-style{
	text-align: center;
	background-color: #2f2f2f;
	width: 85%;
	margin: 0 auto;
}


#click-me1 h4 {
	text-decoration: none;
	font-size: 11px;
}
#click-me2 h4 {
	text-decoration: none;
	font-size: 11px;
}
#click-me3 h4 {
	text-decoration: none;
	font-size: 11px;
}
#click-me4 h4 {
	text-decoration: none;
	font-size: 11px;
}
#info h4 {
	text-decoration: none;
	font-size: 11px;
}
div.col-sm-6.col-xs-6.space-xs.service-col {
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 3px;
	margin-left: 10px;
	width: 20%;
}
  .modal-popup.modal-slide .modal-footer {
	border-top: 1px solid #c1c1c1;
	text-align: right;
	display: block;
	margin: 0;
	padding: 0;
  }
footer.modal-footer  {
	color: #fefffe;
	background-color: #050505;
	
	border-style: solid;
	position: relative;
	top: 0;
	text-align: center;
	bottom: 0;
	
	border-width: 1px;
}
footer.modal-footer button {
	color: #fefffe;
	background-color: transparent;
	
	text-align: center;
	position: relative;
	
	border: 1px solid #ffffff;
}

.scroll-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 15px;
  right: -45px;
  font-size: 35px;
  color: var(--thim-mgs-color-body, #696969);
  background-color: #fff;
  z-index: 90;
  opacity: 0;
}

@media only screen and (max-width: 991px) {
div.footer-content-top {
	background-color: #2e2e2e;
	display: none;
	width: auto;
	margin: 0 auto;
	
}
  .scroll-to-top {
    width: 40px;
    height: 40px;
    bottom: 15px !important;
  }

div.icon-service {
	border-bottom: 1px solid #989898;
	padding-bottom: 11px;
	padding-top: 5px;
}
a.scroll-to-top {
	right: 6px;
	
}
div.bottom-footer {
	display: block;
}

div.middle-footer {
	display: block;
		
}

#page-header-sliders.page-header-sliders.template-1 {
	height: auto !important;
}
#shopping-cart-table .product-image-container img {
	display: block;
	width: 112px !important;
	max-width: 112px !important;
}
.fullscreen-slider .slide-text h2 {
	font-size: 28px !important;
}
.slide-text p {
display: block;
}

}

@media (min-width:320px) and (max-width:640px){
	.team-member1 img {
	width: 90px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 8px;
	max-height: auto;
}
p.read-more-wrap {
color: #232323;
font: 300 14px/1.5 "Lato", Lucida, Verdana, sans-serif;
padding-right: 5px;
margin-left: 5px;
margin-right: 5px;

}

.team-member1 h5 {
	padding: 5px 0 15px;
	text-align: center;
	color: #111;
	margin: 0;
	font: 300 15px/1 "Lato", Lucida, Verdana, sans-serif;
	position: relative;
	top: 7px;
	text-decoration: none;
}
.team-member1 {
	background-color: #fff;
   
   width: 100%;
	margin: 8px auto 0;
}

}



@media only screen and (max-width: 441px) {
.p-align-midle {
	 
		width: auto;
		min-height: auto;
		margin: 0 auto auto;
	display: flex;
	 vertical-align: middle;
	position: relative;
	align-items: center;
}
	.promoban2 div.text.bottom-center span.banner-button button.btn.btn-default.btn-promo-banner  {
	box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  padding: 0 5px !important;
  min-width: 150px;
  border-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
	line-height: 15px;
	font-size: 1.5ex !important;
}

	
	}




@media only screen and (max-width: 320px) {
	.team-member1 img {
	width: 70px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 8px;
	max-height: auto;
}
.team-member img {
	width: 70px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 8px;
	max-height: auto;
}

.team-member1 {
	background-color: #fff;
  
   width: 100%;
	margin: 8px auto 0;
}

p.read-more-wrap {
color: #232323;
font: 300 12px/1.5 "Lato", Lucida, Verdana, sans-serif;
padding-right: 5px;
margin-left: 5px;
margin-right: 5px;
}


}

@media only screen and (max-width: 640px) {
	
	
.top-header-content{background-color: #66dce0;
color: #000000 !important;
	display: none;
}	

.product-options-wrapper .fieldset > .field > .label {
	padding: 10px;
	font-size: 12px !important;
	max-width: 222px;
	white-space: normal;
}
button.braintree-googlepay-button.long {
	min-width: 152px;
	width:auto !important;
}
	


	
	.fullscreen-slider .slide-text h2 {
	font-size: 28px !important;
}


.slide-text p {
display: none;
}
.promobanner .padding-bottom10 h3 {
font-size: 30px !important;
line-height: 30px !important;
margin-bottom: 5px !important;
}
.promobanner h4.margin-bottom10 {
font-size: 22px !important;
}


.nav-before-open header.page-header .menu-wrapper .tab-content .tab-pane nav.navigation ul {
padding-bottom: 10px !important;
}
	}
	
	

._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
	width: 100%;
	margin: 0;
}

.fieldset.address > .field {
	display: inline-block;
	padding: 0 7px;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	color: #c4c4c4;
	font-size: 11px;
}

.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
	margin-right: 10px;
}

#checkout-step-shipping_method div.no-quotes-block span {
	color: #484747;
}

#checkout div.authentication-wrapper button.action.action-auth-toggle {
	display: inline-block;
	position: relative;
	top: 26px;
}

span.amcheckout-icon {
	color: #fff !important;
}

div.checkout-shipping-method span.amcheckout-icon{
	color: #fff !important;
}

#checkout div.amcheckout-main-container.-modern.-layout-2columns.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container.-summary div.opc-block-summary.amcheckout-summary-container.-collapsible.-closed p.step-title.amcheckout-title {
background-color: #b7240c !important;	
}



.amcheckout-step-container .amcheckout-title {
	display: block;
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	cursor: pointer;
	font-style: normal;
	background-color: rgba(95,181,182,0.7395923);
	color: #fff;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.field-tooltip._active .field-tooltip-content {
  display: block;
	position: relative;
}
#checkout div.amcheckout-main-container.-modern.-layout-2columns.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container.-summary div.checkout-payment-method.submit div.payment-methods div.actions-toolbar button.action.primary.checkout.amasty {
	background-color: #b6240c;
}

.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
	margin-bottom: 20px;
	border-bottom: 0px solid #d4d4d4 !important;
}

.amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
	border: none;
	color: #5c5c5c;
}

/*#page-header-sliders.page-header-sliders.template-1 {
	height: auto !important;
	padding-top: 64px;
}*/



.product-add-form .product-options-wrapper .fieldset > .field > .control .price-notice {
	color: #aeaeae;
	font-weight: 600;
	white-space: nowrap;
	display: inline-block;
}

.product-info-main .product.attribute.overview h2 {
	font-size: 24px;
}

a.mgs-ajax-layer-item {
	color: #000;
}


.success-ajax--popup .popup__result-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	color: #bdbbbb;
}

.products-grid .product-item-info .product-item-details .product-item-name a {
	color: #000 !important;
	font-size: 15px !important;
	font-weight: 400;
	font-family: "Lato", arial, tahoma !important;
}

.testimonial-list-block .testimonial-content .content blockquote {
	padding: 0;
	border: none;
	font-size: 12px;
	color: #8c8989;
	font-family: inherit;
	margin-bottom: 12px;
	background: none;
}

.testimonial-list-block .testimonial-content .author-info .name {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #8b8b8b;
}

.owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span {
	background: rgba(251, 106, 19, 0.84);
}

.owl-carousel .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 7.5px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	cursor: pointer;
	background: rgba(228, 221, 221, 0.9);
	display: block;
	box-shadow: inset 0 0 3px
	rgba(0, 0, 0, 0.3);
}

.rating-summary .rating-result > span:before {
	position: relative;
	z-index: 2;
	-webkit-font-smoothing: antialiased;
	color: #d4bc0a;
	font-family: 'FontAwesome';
	font-size: 12px;
	height: 12px;
	letter-spacing: 2px;
	line-height: 12px;
	content: '\f005' '\f005' '\f005' '\f005' '\f005';
	display: block;
	font-style: normal;
	font-weight: normal;
	speak: none;
}

.block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label {
	font-weight: 400;
	color: #b9b9b9;
	margin-right: 15px;
}

span#tooltip-label.label {
	display: none;
}

#product-options-wrapper div.fieldset div.field.required p img {
	width: 350px;
	max-width: 99% !important;
	display: inline-block !important;
}

