 .productMainHolder {
	background: #ffffff;
	padding: 40px;
	position: relative;
}
.productViewBrend, .productViewSku {
    font-family: 'Open Sans';
    font-size: 14px;
}

h1 {
    font-family: 'jostMedium';
    font-size: 30px;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.page-title-wrapper.product {
	width: 700px;
}

.fotorama__nav--thumbs {
	text-align: center;
}
.fotorama__thumb-border {
	border: solid 1px #8d8f94;
	height: 88px !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
	height: 88px !important;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
	font-family: 'Open Sans';
	font-size: 16px;
	text-decoration: line-through;
}
.product-info-main .product-info-price .special-price .price-wrapper .price {
	font-size: 40px;
	color: #ff0909;
	font-family: 'Open Sans';
}
.product-info-main .product-info-price .price-box .price-container > span {
	margin-bottom: 0px;
}
.product-info-price .price-box .price-container .price {
	line-height: 31px;
}
.productViewSave {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 600;
	display: block;
}
.product-info-main .product-info-price {
	border-bottom: none;
	margin-bottom: 15px;
}
.product-info-main .product.attribute.overview {
	margin-bottom: 15px;
}
.product.attribute.overview {
	font-size: 14px;
	font-family: 'Open Sans';
}
.swatch-option.text {
	font-family: 'Open Sans';
	font-size: 16px;
	background: none;
	font-weight: normal;
	line-height: 32px;
	color: #c9cacb;
	min-width: 44px;
}
.swatch-option.selected {
	color: #1b1e29;
	outline-offset: -2px;
}
.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover {
    outline-offset: -2px;
}
.swatch-option {
	height: 44px;
	min-width: 44px;
}
.product-info-main .product-add-form {
	padding-top: 0;
}
.swatch-attribute-label {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: normal;
	display: block;
}
.swatch-attribute-selected-option {
	display: none;
}
.productViewSwatchLink {
	margin: 5px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans';
    font-size: 16px;
    background: #1b1e29 url(images/arrowRight.png) no-repeat center right 13px;
    padding: 6px 31px 6px 25px;
    color: #ffffff;
    line-height: 32px;
}
.productViewSwatchLink:hover,
.productViewSwatchLink:visited {
	color: #ffffff;
}
.swatch-attribute-options {
	display: inline-block;
	vertical-align: middle;
}
.swatch-attribute {
	margin-bottom: 15px;
}
.swatch-opt {
	border-bottom: solid 1px #eef1f7;
}
.product-info-price .price-box .price-container .price {
	font-size: 40px;
    font-family: 'Open Sans';
    font-weight: 400;
    /*line-height: 60px;*/
}
.redPrice {
	color: #ff0909;
}
.productPriceHolder {
	display: inline-block;
	vertical-align: top;
}
.productPriceDiscount {
    background: #ff0909;
    border-radius: 50%;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #ffffff;
    display: block;
    font-size: 26px;
    padding: 10px;
    line-height: 58px;
}
.product-info-main .product-info-price .price-box .price-container .price-label {
	margin: -5px 0 5px;
}
.sly-old-price {
	margin-top: -9px;
}
.productPriceHolder:first-child {
	display: none;
    z-index: 1;
    margin-top: 10px;
}
.field-error, div.mage-error[generated] {
	font-family: 'Open Sans';
}
.productViewStoreLocator {
	border: solid 1px #d0d5df;
    padding: 10px;
    height: 170px;
    overflow-x: hidden;
}
/* width */
.productViewStoreLocator::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.productViewStoreLocator::-webkit-scrollbar-track {
  background: #d0d5df;
}
/* Handle */
.productViewStoreLocator::-webkit-scrollbar-thumb {
  background: #2d303f;
}
/* Handle on hover */
.productViewStoreLocator::-webkit-scrollbar-thumb:hover {
  background: #555;
  cursor: pointer;
}
.productViewStoreLocator li {
	background: url(images/checkGreen.png) no-repeat top 2px left;
    font-family: 'Open Sans';
    font-size: 14px;
    padding-left: 30px;
    padding-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart, .box-tocart {
    margin: 0 0 10px;
}
.productViewStoreLocator span {
	display: block;
}
.noStoreLocator {
	background: none !important;
	padding-left: 0 !important;
	color: red;
}
.productViewSocial {
	border-top: solid  1px #eef1f7;
	margin-top: 30px;
	padding-top: 15px;
}
.productViewSocial+div {
	display: none;
}
.productViewSocialHolder, .productViewSocial span {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Open Sans';
    font-size: 14px;
}
.productViewSocial span {
	text-decoration: underline;
}
.productViewSocialHolder {
	border: solid 1px #e1e1e1;
	margin-left: 20px;
}
.productViewSocialHolder li {
	display: inline-block;
    border-right: solid 1px #e1e1e1;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 43px;
}
.productViewSocialHolder li:last-child {
	border-right: none;
}
.productViewSocialHolder .fab, .productViewSocialHolder .fas {
	font-size: 20px;
}
.product.data.items {
	background: #ffffff;
}
.product.media {
	margin-bottom: 10px;
}
.productDetails {
	background: #ffffff;
	margin-top: 10px;
}
.productDetailsHeader {
	text-align: center;
	padding: 30px 30px 0;
}
.productDetailsHeader li {
	font-family: 'jost';
	font-size: 22px;
	display: inline-block;
	padding: 0 20px 10px;
	border-bottom: solid 2px transparent;
	cursor: pointer;
}
.productDetailsHeader li.active {
	border-bottom: solid 2px #f36b3a;
}
.productDetailsContent {
	border-top: solid 1px #eef1f7;
	padding: 30px;
	font-family: 'Open Sans', sans-serif;

}
.productDetailsContent h4 {
	font-size: 16px;
	font-family: 'jostBold', sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
.productDetailsContent h5 {
	font-size: 14px;
	font-family: 'jostBold', sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
}
.productDetailsContent p {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.productDetailsContent ul {
	list-style-position: initial;
	list-style-type: initial;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
}
.productDetailsContent ul > li {
	list-style: initial;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.productDetailsContent div[data-content] {
	display: none;
}
.productDetailsContent div[data-content].active {
	display: block;
}
.productDetailsContent > div[data-content="1"] {
	width: 60%;
	margin: auto;
    overflow: hidden;
}
.productDetailsContent #showBtn {
	display: none
}
.productDetailsContent #showBtn.active {
	display: block
}
.productDetailsContentSpecTable {
	border: solid 1px #eef1f7;
	width: 60%;
	margin: auto;
}
@media (max-width: 480px) {
	.productDetailsContent > div[data-content="1"] {
		width: auto;
		margin: auto;
	}
	.productDetailsContentSpecTable {
		width: auto;
		margin: auto;
	}
}
@media (max-width: 769px) {
	.productDetailsContent > div[data-content="1"] {
		width: auto;
		margin: auto;
	}
}
.productDetailsContentSpecTable tr, td {
	border: solid 1px #eef1f7;
	text-transform: capitalize;
}
.productDetailsContentSpecTableKey {
	width: 30%;
}
/*.fotorama {
	margin-left: -40px;
}*/
.productPriceHolderSimple {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
.productPriceHolderSimple .old-price {
	margin-top: -9px;
	display: block;
}
.productRelated, .productCrossSell {
	background: #ffffff;
	margin-top: 10px;
}
.productRelated li {
	padding: 24px 0;
	height: 475px;
}
.productCrossSell li {
	padding: 24px 0;
}
.productRelatedInner {
	border-right: solid 1px #dfe2e7;
    padding: 12px 35px 0;
    position: relative;
    text-align: center;
}
.productRelatedInner p {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    color: #2d303f;
    margin-top: 25px;
    text-transform: uppercase;
}
.productRelatedInner a {
    color: #2d303f;
    font-size: 12px;
    border: solid 1px #96979f;
    border-radius: 17px;
    display: block;
    text-align: center;
    padding: 7px 0px 5px;
    margin: 20px auto 0;
    width: 126px;
    font-family: 'jostMedium';
}
.productRelatedInner a:hover {
    background: #000000;
    color: #f36b3a;
}
.productRelatedHolder .fa-plus, .productRelatedHolder .fa-equals {
	display: block;
    width: 40px;
    height: 40px;
    background: #000000;
    color: #ffffff;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    left: -30px;
    top: calc(50% - 20px);
}
.productRelatedInner i {
	border: solid 1px #444547;
	padding: 1px;
	color: transparent;
	margin-right: 5px;
}
.productRelatedInner button {
	background: none;
	border: none;
	margin-top: 30px;
	box-shadow: unset;
	padding: 0;
}
.productRelatedInner button span {
	font-family: 'Open Sans';
	font-size: 14px;

}
.productRelatedInner button.active i {
	color: #444547;
}
.productRelatedInner .oldPrice .price {
    color: #1f2734;
    font-size: 16px;
    font-family: 'jost';
    text-decoration: line-through;
    display: block;
    text-align: center;
    margin-top: 25px;
}
.productRelatedInner .price {
    color: #ff0909;
    font-size: 24px;
    font-family: 'jostMedium';
    display: block;
    text-align: center;
}
.noSpecialPrice span {
	color: #1f2734 !important;
}
.articleCounter {
	font-family: 'Open Sans';
	font-size: 26px;
	display: block;
	margin-bottom: 20px;
}
.articlePrices {
	font-family: 'Open Sans';
	font-size: 27px;
	display: block;
	color: #ff0909;
}
.articleOldPrices {
	color: #1f2734;
    font-size: 20px;
    font-family: 'jost';
    text-decoration: line-through;
    display: block;
    text-align: center;
    margin-top: 25px;
}
.productRelatedInnerCart {
	text-align: center;
}
.productRelatedInnerCart button {
    background: #00cb56 url(images/miniCart.png) no-repeat center left 23px;
    border: none;
    border-radius: 25px;
    color: #ffffff;
    padding: 12px 25px 10px 55px;
}
.productRelatedHeader, .productCrossSellHeader {
	background: #1f2734;
	text-align: center;
	padding: 20px 0;
}
.productRelatedHeader span, .productCrossSellHeader span {
	color: #ffffff;
	font-family: 'jostMedium';
	font-size: 20px;
	text-transform: uppercase;
}
.productPriceDiscount {
    position: absolute;
    left: 40px;
    z-index: 2;
}
.articleSaving {
	display: block;
	font-family: 'Open Sans';
	font-size: 16px;
	margin-bottom: 20px;
}
.swatch-option.text, .swatch-option {
	/*width: 61px !important;*/
	height: 44px !important;
	background-size: 86% auto !important;
	min-width: 61px;
}
.action.primary, .action.primary:hover, .product-item-inner .action.primary:hover, .action.primary:focus, .action.primary:active {
	background: #00cb56 url("images/miniCart.png") no-repeat left 40px center;
	border: none;
	border-radius: 25px;
	text-transform: uppercase;
}
.product-options-bottom .actions {
	display: flex;
	align-items: center;
}
.product-add-form .action.towishlist:before {
	content:'';
	background: url("images/iconWishlist.png") no-repeat;
	width: 38px;
	height: 38px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 15px;
}
.product-add-form .action.towishlist span {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}
.action.towishlist {
	vertical-align: middle
}
.product-add-form .action.tocart:not(:last-child) {
	margin: 0;
}
.box-tocart .actions {
	display: flex;
	align-items: center;
}
.action.towishlist {
	margin: 0 !important;
}
.price-box {
	height: auto;
}
/*.productViewDiscount {
	background: #ff0909;
	color: #ffffff;
	font-weight: 600;
	font-size: 26px;
	width: 76px;
	height: 76px;
	display: block;
	border-radius: 50%;
	text-align: center;
	line-height: 76px;
	margin-right: 14px;
}*/
.product-info-price {
	align-items: center;
}
.product-info-main .product-info-price .price-box {
	width: auto;
	display: flex !important;
	align-items: center;
}
.productSaving {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}
.productNameHolder {
	height: 65px;
	overflow: hidden;
}
.productMainHolder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom: 10px;
}
.page-title-wrapper.product {
    width: 100%;
    padding-left: 40px;
}
.productViewSku {
	padding-left: 40px;
}
@media (max-width: 767px) {
	.page-title-wrapper.product {
	    padding-left: 30px;
	}
	.productViewSku {
		padding-left: 30px;
	}
}
.page-layout-1column .product-info-main {
    width: 40%;
    order: 2;
    float: none;
}
.gallery-placeholder{
	width: 60%;
	width: auto;
    order: 1;
}
.product-add-form .action.towishlist span {
    width: auto;
    height: auto;
    overflow: unset;
    position: relative;
    text-decoration: underline;
}
.productDetails{
	margin-top: 0px;
	margin-bottom: 10px;
}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
    padding: 10px;
}
.panel.wrapper, .header.content, .topnavNavigationHolder {
    width: 100%;
    padding-left: 90px;
    padding-right: 90px;
    max-width: 100%;
    margin: 0px;
}
#maincontent, .breadcrumbs {
    padding: 0px 90px;
    width: 100%;
    max-width: 100%;
}

.catalog-product-view .products-grid.grid {
	background-color: #fff;
}
.catalog-product-view .amrelated-grid-wrapper .block-title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.catalog-product-view .slick-slider .slick-slide {
	position: relative;
}
.catalog-product-view .slick-slider .slick-slide > div {
	height: 100%;
	padding: 0 10px;
}
.catalog-product-view .slick-slider .product-item {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #e1e1e1;
    transition: all 300ms;
}
.catalog-product-view .slick-slider .product-item:hover {
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
@media (min-width: 1024px) {
	.catalog-product-view .block.widget .products-grid .product-items {
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-top: 10px;
	}
}
.catalog-product-view .slick-slider {
    padding: 0px 15px;
}

.catalog-product-view .slick-dots {
	position: static;
	height: 30px;
	margin-top: -5px;
}
.catalog-product-view .page-main .block {
	margin-bottom: 10px;
}
.catalog-product-view .product-items.slick-slider>.slick-list {
    padding: 15px 0;
}
/*---fotorama---*/

.fotorama__thumb {
    background-color: #fff;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
}

.product-image-wrapper {
	padding-bottom: 100% !important;
}

.productViewDiscount {
    font-size: 26px;
    width: 76px;
    height: 76px;
    line-height: 76px;
}
.newProduct {
    font-size: 22px;
    width: 76px;
    height: 76px;
    line-height: 76px;
    font-family: 'jostMedium', sans-serif;
}

.amrelated-grid-wrapper .action.primary {
    background: #ffffff;
    border: solid 1px #000000;
    border-radius: 25px;
    color: #000000;
    text-transform: uppercase;
    padding: 7px 40px;
}

.priceRange {
	font-size: 40px;
	font-family: 'Open Sans';
	font-weight: 400;
	line-height: 60px;
}

.priceRange span {
	font-size: 24px;
}

.page-product-configurable .priceInfo, .page-product-configurable .productViewDiscount {
	/*display: none;*/
}
.page-product-configurable .amrelated-grid-wrapper .priceInfo {
	display: block;
}

@media only screen and (max-width: 767px) {
	.catalog-product-view .column.main {
		display: block;
	}
}


.amrelated-grid-wrapper .range {
	display: none;
}
.amrelated-grid-wrapper .productSaving {
	display: none;
}
.amrelated-grid-wrapper .priceInfo .normal-price {
	display: inline-block;
	padding-top: 18px;
}
.amrelated-grid-wrapper .priceInfo .price-label {
	display: none;
}
