#html-body.page-layout-product-full-width .page-header {
    margin-bottom: 0;
}

#html-body.page-layout-product-full-width .page-title .base {
    font-family: 'CeraPro', sans-serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    #html-body.page-layout-product-full-width .page-title .base {
        font-size: 26px;
        line-height: 44px;
    }
}

#html-body.page-layout-product-full-width .product-info-stock-sku {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 1rem;
}

#html-body.page-layout-product-full-width .product-info-main {
    /*display: none;*/
}

@media screen and (max-width: 767px) {
    #html-body.page-layout-product-full-width .product-info-main {
        margin-top: 15px;
    }
}

#html-body.page-layout-product-full-width .product-info-main .product.attribute.sku {
    color: #4B4B4C;
}

#html-body.page-layout-product-full-width .product-info-main .product.attribute.sku .value {
    font-weight: normal;
}

#html-body.page-layout-product-full-width .description-read {
    font-size: 20px;
    line-height: 20px;
    color: #9F91BB;
    cursor: pointer;
    margin-top: 10px;
    display: flex;
	text-transform:uppercase;
}

#html-body.page-layout-product-full-width .price-box .price-wrapper .price {
    margin-left: 0;
}

#html-body.page-layout-product-full-width #product_addtocart_form .price .customize-product__title {
    margin-bottom: 0;
}

#html-body.page-layout-product-full-width .description-read .description-arrow {
    width: 14px;
    background: url("../images/icons/arrow_down.svg") no-repeat center;
    background-size: contain;
    margin-left: 4px;
}

#html-body.page-layout-product-full-width .description-read .description-arrow.up{
	transform:rotate(180deg);
}

#html-body.page-layout-product-full-width .description-read.active .description-arrow {
    background: url("../images/icons/arrow_up.svg") no-repeat center;
}

#html-body.page-layout-product-full-width .product-addto-links {
    text-align: left;
}

#html-body.page-layout-product-full-width .customize-product__size-block {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 15px;
    max-width: 375px;
}

#html-body.page-layout-product-full-width .customize-product__size-block .customize-product__block-size:last-child {
    margin-right: 0;
}

@media screen and (max-width: 845px) {
    #html-body.page-layout-product-full-width .customize-product__size-block .customize-product__block-size {
        font-size: 12px;
    }
}

#html-body.page-layout-product-full-width .customize-product__kit-block {
    display: flex;
    max-width: 375px;
}

#html-body.page-layout-product-full-width .customize-product__kit-block .customize-product__block-kit:last-child {
    margin-right: 0;
}

#html-body.page-layout-product-full-width .customize-product__block-size, .customize-product__block-kit {
    background: none;
}

#html-body.page-layout-product-full-width .customize-product__block-size, .customize-product__block-kit {
    border: 1px solid #8F8F8F;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 5px;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    min-width: 35px;
}

.customize-product__block-size-info {
    font-size: 12px;
    line-height: 15px;
}

#html-body.page-layout-product-full-width .customize-product__block-size:hover, #html-body.page-layout-product-full-width .customize-product__block-kit:hover {
    background: none;
    border: 1px solid #9F91BB;
}

#html-body.page-layout-product-full-width .customize-product__block-size[checked], #html-body.page-layout-product-full-width .customize-product__block-kit[checked] {
    color: #fff;
    background-color: #9F91BB;
    border: #ffffff;
}
@media screen and (max-width: 845px) {
    #html-body.page-layout-product-full-width .customize-product__kit-block .customize-product__block-kit {
        font-size: 12px;
    }
}
#html-body.page-layout-product-full-width .bundle-options-container .product-add-form {
    display: block;
}

#html-body.page-layout-product-full-width .product-details .fieldset {
    display: flex;
}

#html-body.page-layout-product-full-width .bundle-info .product-details {
    display: flex;
    flex-wrap: wrap;
}

#product_addtocart_form .tax-message {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 15px;
    color: #7D7D92;
}

#html-body.page-layout-product-full-width .product-info-main .price-box {
    margin-top: 0;
}

#html-body.page-layout-product-full-width .bundle-options-wrapper,
#html-body.page-layout-product-full-width .product-options-wrapper
{
    display: none;
}

#html-body.page-layout-product-full-width .block-bundle-summary {
    background-color: #ffffff;
    width: 100%;
}

.product-options-bottom .product.pricing{
    display: none;
}

#html-body.page-layout-product-full-width .disable {
    pointer-events: none;
    border: 1px solid #E8E8E8;
    color: #E8E8E8;
    display: none;
}

#html-body.page-layout-product-full-width .customize-product__title {
    font-size: 14px;
    line-height: 17px;
    color: #4B4B4C;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: normal;
}

#html-body.page-layout-product-full-width .product-info-main .price-box {
    order: 1;
}

#html-body.page-layout-product-full-width .product-add-form .action.primary.tocart {
    width: 112px;
    height: 40px;
    background: #9F91BB;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    border: none;
    border-radius: 0;
    font-family: 'CeraPro', sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#html-body.page-layout-product-full-width .product-add-form .action.primary.tocart:lang(es) {
    width: 122px;
}

#html-body.page-layout-product-full-width .action.primary.tocart:hover {
    background: #9381B7;
}

#html-body.page-layout-product-full-width .customize-product__price {
    display: flex;
    flex-direction: column;
}

#html-body.page-layout-product-full-width .customize-product__price-kit {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #333541;
}

#html-body.page-layout-product-full-width .customize-product__price-item {
    font-size: 12px;
    line-height: 15px;
    color: #7D7D92;
    margin-bottom: 25px;
}

#qty-error {
    order: 1;
    margin-left: 20px;
    max-width: 50%;
}

#html-body.page-layout-product-full-width .field.qty {
    margin-right: 10px;
}

#html-body.page-layout-product-full-width .qty .control {
    display: flex;
    align-items: center;
}

#html-body.page-layout-product-full-width input[name = 'qty'] {
    margin: 0 15px;
    text-align: center;
}

#html-body.page-layout-product-full-width .qty-plus, #html-body.page-layout-product-full-width .qty-minus:hover {
    cursor: pointer;
}

#html-body.page-layout-product-full-width .qty-plus, #html-body.page-layout-product-full-width .qty-minus, #html-body.page-layout-product-full-width input[name = 'qty'] {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #F2F2F2;
    border: 1px solid #C2C2C2;
    box-sizing: border-box;
    border-radius: 2px;
}

#html-body.page-layout-product-full-width input[name = 'qty'] {
    width: 47px;
    margin: 0 8px;
    text-align: center;
    background: #fff;


}

#html-body.page-layout-product-full-width .product-add-form {
    display: flex;
    justify-content: space-between;
}

#html-body.page-layout-product-full-width .actions {
    align-self: flex-end;
    order: 2;
    width: 100%;
    margin-left: 0;
}

#html-body.page-layout-product-full-width .action.towishlist {
    font-family: 'CeraPro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #9F91BB;
    padding: 0;
    background: none;
    border: none;
    margin-left: -8px;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
}

#html-body.page-layout-product-full-width .action.towishlist:hover {
    color: #9381B7;
}

#html-body.page-layout-product-full-width #product_addtocart_form {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 15px;
}

#html-body.page-layout-product-full-width .bundle-info .product-addto-links {
    display: none;
}

#html-body.page-layout-product-full-width .price-label-special {
    font-size: 1.4rem;
    line-height: 14px;
    margin-bottom: 5px;
    font-weight: normal;
}

#html-body.page-layout-product-full-width .price-label-regular {
    text-decoration: line-through;
}

#html-body.page-layout-product-full-width .product-info-main .product-social-links {
    position: relative;
    top: -45px;
    left: 140px;
    max-width: 170px;
}

#html-body.page-layout-product-full-width .product-info-main .product-social-links .towishlist:before {
    content: '';
    width: 28px;
    height: 24px;
    background: url("../images/icons/heart_list.svg") center no-repeat;
    display: inline-block;
    position: relative;
    left: -4px;
    top: 0;
}

#html-body.page-layout-product-full-width .action.towishlist:hover #html-body.page-layout-product-full-width .action.towishlist:before {
    background: url("../images/icons/heart_hov.svg") center no-repeat;
}

#html-body.page-layout-product-full-width .product-info-main .product-social-links .product-addto-links {
    margin: 5px 0 0 6px;
}

#html-body.page-layout-product-full-width .product-info-main .product.attribute.overview {
    line-height: 20px;
}

#html-body.page-layout-product-full-width .product-info-main .stock.available {
    margin-right: 14px;
}

#html-body.page-layout-product-full-width .related .block-title #block-related-heading {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 29px;
    color: #4B4B4C;
}

#html-body.page-layout-product-full-width .product.name a {
    font-size: 14px;
    line-height: 20px;
    color: #4B4B4C;
    font-weight: 500;
    text-decoration: none;
}

#html-body.page-layout-product-full-width .product.name a:hover {
    color: #9F91BB;
}

#html-body.page-layout-product-full-width .product-item-info {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#html-body.page-layout-product-full-width .product-items .product-image-container {
    width: 100% !important;
}

#html-body.page-layout-product-full-width .overview h3 {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 29px;
    color: #4B4B4C;
    margin-bottom: 20px;
}

#html-body.page-layout-product-full-width .product-full-width-section {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    #html-body.page-layout-product-full-width .product-full-width-section {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: auto;
    }
}

#html-body.page-layout-product-full-width .page-main-details .product-section-title {
    display: none;
}

#html-body.page-layout-product-full-width .additional-attributes-wrapper .additional-attributes > tbody > tr > th {
    padding-bottom: 20px;
    line-height: 19px;
}

#html-body.page-layout-product-full-width .column.main {
    padding-bottom: 0;
}

#html-body.page-layout-product-full-width .product-add-form .price {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    padding-top: 22px;
    display: flex;
    flex-direction: column;
}

#html-body.page-layout-product-full-width .fotorama__thumb-border {
    border: 2px solid #9F91BB;
}

#html-body.page-layout-product-full-width .product-item-info .product-image-container {
    position: relative;
}

#html-body.page-layout-product-full-width .product-item-info .product-image-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 2%);
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

#html-body.page-layout-product-full-width .product-info-main .product.attribute.overview {
    margin: 0 0 14px;
}

#html-body.page-layout-product-full-width .additional-attributes-wrapper .additional-attributes > tbody > tr > td {
    line-height: 19px;
}

#html-body.page-layout-product-full-width.page-layout-product-full-width .block.related {
    margin-top: 20px;
    margin-bottom: 30px;
}

#html-body.page-layout-product-full-width .product-items .action.towishlist {
    margin-left: 5px;
}

#html-body.page-layout-product-full-width .product-image-container span.product-image-wrapper {
    padding-bottom: 100% !important;
}

#html-body.page-layout-product-full-width .product-image-container span.product-image-wrapper:hover .product-image-photo {
    width: 95%;
}

#html-body.page-layout-product-full-width .toolbar-amount, #html-body.page-layout-category-full-width .toolbar-products, #html-body.page-layout-category-full-width .sorter {
    padding: 0;
}

#html-body.page-layout-product-full-width .product-image-photo {
    width: 85%;
    transition: 200ms;
    z-index: 1;
}

#html-body.page-layout-product-full-width .product-image-photo:hover {
    width: 95%;
}

@media screen and (min-width: 1024px) {
    #html-body.page-layout-product-full-width .products-grid .product-item {
        width: 18%;
    }

    #html-body.page-layout-product-full-width.catalog-product-view .products-grid .product-item:nth-child(5n + 1) {
        margin-left: 0;
    }

    #html-body.page-layout-product-full-width.catalog-product-view .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 2%;
    }

    #html-body.page-layout-product-full-width.catalog-product-view .products-grid .product-item:nth-child(1) {
        margin-left: 0;
    }
}


#html-body.page-layout-product-full-width .product-item-details {
    margin-top: 15px;
}

#html-body.page-layout-product-full-width .product-item.price-box {
    margin: 8px 0 12px;
}

#html-body.page-layout-product-full-width .product-item .price-box {
    margin: 10px 0 10px;
}

#html-body.page-layout-product-full-width .price-final_price .old-price {
    margin-top: 6px;
    display: inline-block;
}

@media screen and (max-width: 639px) {
    #html-body.page-layout-product-full-width .products-grid .product-item {
        margin-bottom: 30px;
    }
}

#html-body .fotorama__img {
    cursor: pointer;
}

.product.media {
    position: relative;
}

.product .discount-percent-block {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 3rem;
    background-color: red;
    color: white;
    padding: 0 5px;
}

.simple-list{
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.product-features-list{
	list-style:none;
	text-align:left;
	font-size:15px;
	margin:0;
	padding:15px 20px;
	background:#efefef;
	display: flex;
	flex-wrap:wrap;
}

.product-features-list li{
	width:50%;
	display: flex;
	align-items: center;
	column-gap: 15px;
}

[class*="product-gutermann-mara-sewing-thread"] .product-item .price-box .price:after {
  content: ' ';
}

.customize-product__title.for-width{
	padding-top:20px;
}

body[class*="hologram-lycra"] .length-block [data-amount='1'],
body[class*="velvet-panama"] .length-block [data-amount='1']
{
	font-size:0;
	min-width:50px;
}

body[class*="hologram-lycra"] .length-block [data-amount='1']:after,
body[class*="velvet-panama"] .length-block [data-amount='1']:after{
	font-size:14px;
	content: '0.5 m';
	position:absolute;
}
.length-block-info-title{
	margin:1rem 0;
	cursor:pointer;
}

.length-block-info-title:after{
	content:' ';
	display:inline-block;
	width: 12px;
	height:12px;
background: url("../images/icons/arrow_down.svg") no-repeat center;
  background-size: auto;
background-size: 12px;
margin-left: 4px;
}

.length-block-info-title.openbox:after{
	transform:rotate(180deg);
}
.length-block-info-box{
   display:none;
}

body[class*="product-lycra-vita"] .fotorama:after,
body[class*="product-carvico-lycra-vita"] .fotorama:after,
body[class*="product-lycra-vito"] .fotorama:after,
body[class*="product-carvico-lycra-vito"] .fotorama:after
{
	content:" ";
    background: url("../images/econyl-badge.png") 50% no-repeat;
    background-size: 100% auto;
	width:80px;
	height:80px;
	position:absolute;
	top:60px;
	left:60px;
}

.product-item-photo[href*="vito"] > span:after,
.product-item-photo[href*="vita"] > span:after{
	content:" ";
    background: url("../images/econyl-badge.png") 50% no-repeat;
    background-size: 100% auto;
	width:40px;
	height:40px;
	position:absolute;
	top:20px;
	left:20px;
	z-index:10;
}

@media screen and (max-width: 845px) {
	#html-body.page-layout-product-full-width[class*="hologram-lycra"] .customize-product__kit-block.length-block .customize-product__block-kit[data-amount='1'],
    #html-body.page-layout-product-full-width[class*="velvet-panama"] .customize-product__kit-block.length-block .customize-product__block-kit[data-amount='1']{
        font-size: 0px;
    }
    body[class*="hologram-lycra"] .length-block [data-amount='1']:after,
	body[class*="velvet-panama"] .length-block [data-amount='1']:after{
	font-size:12px;
    }
}

body[class*="hologram-lycra"] .per-item-1,
body[class*="velvet-panama"] .per-item-1{
	font-size:0;
}

body[class*="hologram-lycra"] .per-item-1:after,
body[class*="velvet-panama"] .per-item-1:after{
	font-size: 1.4rem;
	content:'0.5';
}
	
