.store-content {
    padding: 40px 40px;
    min-height: 800px;
    background-color: #fff;
}

#store-widget-icons {
	display: flex;
	justify-content: center;
    align-items: center;
	height: 46px;
    color: #5F5F5F;
}
	#store-widget-icons button {
		color: #5F5F5F;
	}
    #store-widget-icons .hide {
		display: none !important;
	}

	#store-widget-icons .store-widget-item {
	    margin-left: 10px;
	    border-radius: 99px;
	    background-color: #fff;
	    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.16);
	    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.16);
	    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.16);
	}
	#store-widget-icons .store-widget-item .store-widget-button {
	    position: relative;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 46px;
	    height: 46px;
	    font-size: 24px;
	}
	#store-widget-icons .store-widget-item .store-widget-button:hover {
	    color: #14a3e8;
	    cursor: pointer;
	}


/* Widget icons - Search */
#store-widget-icons .store-widget-item-search {
    display: flex;
	justify-content: center;
    align-items: center;
}
    #store-widget-icons .store-search-button:focus,
    #store-widget-icons .store-search-button:focus-visible {
        color: #14a3e8;
    }
    #store-widget-icons .store-search-button {
        border: 0;
        outline: none;
        background-color: unset;
    }
    #store-widget-icons .store-search-text {
        overflow: hidden;
        opacity: 1;
        width: 240px;
        padding-left: 24px;
        padding-right: 4px;
    }
    #store-widget-icons .store-search-text.expandable {
        opacity: 0;
        width: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #store-widget-icons .store-search-text input {
        outline: none !important;
        border: 0px solid rgba(255,255,255,0) !important;
        border-radius: 4px !important;
        width: 100% !important;
        padding: 12px 0px !important;
        box-sizing: border-box !important;
    	background-color: rgba(255,255,255,0);
        font-size: 17px;
        font-weight: bold;
    }
    #store-widget-icons .store-search-text input:focus {
        border-color: rgba(255,255,255,0) !important;
        box-shadow: inset 0 0 0 0 rgba(255,255,255,0) !important;
    }


/* Widget icons - Cart */
#store-widget-icons .store-widget-item-cart {

}
    #store-widget-icons .store-cart-button {

    }
    #store-widget-icons .store-cart-button .store-cart-button-counter {
    	display: flex;
    	position: absolute;
        top: -5px;
        right: -5px;
    	justify-content: center;
    	align-items: center;
    	background-color: #14a3e8;
    	color: #fff;
    	box-sizing: border-box;
    	border-radius: 999px;
    	width: 22px;
    	height: 22px;
    	font-size: 12px;
    	font-weight: bold;
    	font-family: monospace;
    }
    #store-widget-icons .store-cart-button .store-cart-button-svg {
    	width: 24px;
    	height: 24px;
    }

@media only screen and (max-width:768px){


}
#productlist {
    color: #5f5f5f;
}

#productlist .hidden_before_load {
    display: none !important;
}

#productlist .pl-page-content {
    display: table;
    width: 100%;
}

#productlist .product-item .addButton {
    position: relative;
    display: inline-block;
    background-color: #14a3e8;
    color: #fff;
    padding: 6px 12px;
    font-size: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
#productlist .product-item .addButton.outOfStock {
    background-color: #b1b1b1;
    color: #fff;
    cursor: default;
}

#productlist .product-item .display-price-before-deduction { text-decoration: line-through; }
#productlist .product-item .display-price-after-deduction { color: #ff3c58; }

#productlist .product-item.bi-item-row {
    display: table-row;
    font-size: 15px;
}
#productlist .product-item.bi-item-row:not(.ep-title):hover {
    background-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}
#productlist .product-item.bi-item-row .pl-item-td {
    display: table-cell;
    padding: 8px;
    border-bottom: 1px #eee solid;
}
#productlist .product-item.bi-item-row .pl-item:last-child .pl-item-td {
    border-bottom: 0px #fff solid;
}
#productlist .product-item.bi-item-row .td-center { text-align: center; }
#productlist .product-item.bi-item-row .bi-item-td.bi-row-image {
    width: 100px;
}
    #productlist .product-item.bi-item-row .bi-row-image .price-deduction-percent {
        font-size: 16px;
        font-weight: bold;
        background-color: #ff3c58;
        color: #fff;
        border-radius: 99px;
        padding: 6px 10px;
        position: absolute;
        top: 3px;
        left: 0px;
    }

/* View Columns */
#productlist .product-item.bi-item-grid {
    display: inline-block;
    margin: 8px;
    width: calc(25% - 20px);
    max-width: 320px;
    min-width: 100px;
}
#productlist .product-item.bi-item-grid .info-title {
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#productlist .product-item.bi-item-grid .bi-grid-image {
    position: relative;
    display: block;
    margin-bottom: 5px;
    border: 7px solid #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 0 1px #c5c5c5;
    -moz-box-shadow: 0 0 0 1px #c5c5c5;
    box-shadow: 0 0 0 1px #c5c5c5;
}
#productlist .product-item.bi-item-grid .bi-grid-image:hover {
    -webkit-box-shadow: 0 0 0 2px #3ebbf7;
    -moz-box-shadow: 0 0 0 2px #3ebbf7;
    box-shadow: 0 0 0 2px #3ebbf7;
}
    #productlist .product-item.bi-item-grid .bi-grid-image .price-deduction-percent {
        font-size: 20px;
        font-weight: bold;
        background-color: #ff3c58;
        color: #fff;
        border-radius: 99px;
        padding: 8px 16px;
        position: absolute;
        top: -3px;
        left: -12px;
    }

#productlist .product-item.bi-item-grid .height-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}
#productlist .product-item.bi-item-grid .height-content {
    position: absolute;
    width: 100%;
    height: 100%;
}
#productlist .product-item.bi-item-grid .bi-grid-image img {
    width: 100%;
    height: auto;
}
#productlist .product-item.bi-item-grid .product-title {
    text-align: center;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#productlist .product-item.bi-item-grid .product-price {
    text-align: center;
    font-size: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}

#productlist .pl-area-side {
    float: left;
    width: 0px;
    display: none;
    min-height: 1px;
    box-sizing: border-box;
}
#productlist .pl-area-side-content {
    width: 0px;
    box-sizing: border-box;
    width: 100%;
}
#productlist .pl-area-center {
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 0 40px;
}

#productlist[data-side-area='true'] .pl-area-side {
    display: block;
    width: 180px;
}
#productlist[data-side-area='true'] .pl-area-center {
    width: calc(100% - 180px);
}

/* Page content */
#productlist .pl-page-content {
    padding: 20px 0;
    padding-bottom: 20px;
}

/* Header */
#productlist .pl-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10px;
}
    #productlist .pl-header .pl-header-item {
        display: flex;
        align-items: center;
        height: 35px;
    }
    #productlist .pl-header .pl-header-flex-space {
        flex-grow: 1;
    }

/* Footer */
#productlist .pl-footer {}

/* Result */
#productlist .pl-header .pl-result {
    font-size: 13px;
}

/* sort */
#productlist .pl-header .pl-sort {
    white-space: nowrap;
}
    #productlist .pl-header .pl-sort select {
        border-radius: 0; -webkit-border-radius: 0;
        padding: 5px 7px;
        font-size: 13px;
        min-width: 160px;
    }

/* View */
#productlist .pl-header .pl-view {
    white-space: nowrap;
    padding-right: 40px;
}
    #productlist .pl-header .pl-view .view-btn {
        display: inline-block;
        margin-right: 10px;
        font-size: 26px;
        color: rgba(0,0,0,0.2);
        cursor: pointer;
    }
    #productlist .pl-header .pl-view .view-btn:not(.selected):hover {
        color: rgba(0,0,0,0.3);
    }
    #productlist .pl-header .pl-view .view-btn.selected {
        color: #3a3a3a;
    }

/* Navigation */
#productlist .pl-navigation {
    margin-bottom: 40px;
    display: none;
}
    #productlist .pl-navigation .item {
        display: flex;
        align-items: center;
        padding: 10px;
        padding-left: 15px;
        font-size: 13px;
        background-color: #efefef;
        margin-bottom: 4px;
        border-left: 0 #fff solid;
    }
    #productlist .pl-navigation .item:not(.item-type-active):hover {
        background-color: #f7f7f7;
        cursor: pointer;
    }
    #productlist .pl-navigation .item-type-active {
        background-color: #3a3a3a;
        color: #fff;
    }
    #productlist .pl-navigation .item-type-child {
        justify-content: space-between;
    }
    #productlist .pl-navigation .item-label {
        margin-top: -3px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    #productlist .pl-navigation .item-arrow-right {
        display: none;
        padding-left: 5px;
        text-align: right;
        font-size: 75%;
    }
    #productlist .pl-navigation .item-arrow-left {
        display: none;
        padding-right: 5px;
        text-align: left;
        font-size: 75%;
    }
    #productlist .pl-navigation .item-type-parent .item-arrow-left {
        display: block;
    }
    #productlist .pl-navigation .item-type-child .item-arrow-right {
        display: block;
    }
    #productlist .pl-navigation .item-tab-indent-1 {
        border-left-width: 10px;
    }
    #productlist .pl-navigation .item-tab-indent-2 {
        border-left-width: 20px;
    }
    #productlist .pl-navigation .item-tab-indent-3 {
        border-left-width: 30px;
    }
    #productlist .pl-navigation .item-tab-indent-4 {
        border-left-width: 40px;
    }


/* Filter */
#productlist .pl-filters {
    display: none;
}
    #productlist .pl-filters .item {
        padding-bottom: 20px;
    }
    #productlist .pl-filters .item-label {
        padding-bottom: 3px;
        border-bottom-width: 1px;
        margin-bottom: 6px;
    }
    #productlist .pl-filters .item-value {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        padding: 3px 8px;
        font-size: 13px;
        cursor: pointer;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    #productlist .pl-filters .item-value:hover {
        background-color: #f7f7f7;
    }
    #productlist .pl-filters .item-value.selected {
        color: #3a3a3a;
    }

    #productlist .pl-filters .item-value .icon-checkbox-checked,
    #productlist .pl-filters .item-value .icon-checkbox-unchecked { padding-right: 7px; }
    #productlist .pl-filters .item-value .icon-checkbox-checked { display: none; }
    #productlist .pl-filters .item-value .icon-checkbox-unchecked { display: inline-block; }
    #productlist .pl-filters .item-value.selected .icon-checkbox-checked { display: inline-block; }
    #productlist .pl-filters .item-value.selected .icon-checkbox-unchecked { display: none; }
    #productlist .pl-filters .item-value.hidden-value {
        display: none;
    }
    #productlist .pl-filters .item.show-hidden-items .item-value.hidden-value {
        display: flex;
    }
    #productlist .pl-filters .item-showmore {
        display: block;
        padding: 8px 8px;
        font-size: 13px;
        text-align: left;
        cursor: pointer;
        color: #3a3a3a;
        width: 100%;
    }
    #productlist .pl-filters .item-showmore:hover {
        text-decoration: underline;
    }

/* Page links */
#productlist .pl-page-number-links { float: left; }
#productlist .pl-page-size-links { float: right; }
#productlist .pl-page-size-links,
#productlist .pl-page-number-links {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
    #productlist .pl-page-size-links .item,
    #productlist .pl-page-number-links .item {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 34px;
        height: 30px;
        font-size: 13px;
        text-align: center;
        background-color: #efefef;
        margin-bottom: 4px;
        border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius 4px;
    }
    #productlist .pl-page-size-links .item { margin-left: 4px; }
    #productlist .pl-page-number-links .item { margin-right: 4px; }
    #productlist .pl-page-size-links .item:not(.disabled):not(.selected):not(.dots):hover,
    #productlist .pl-page-number-links .item:not(.disabled):not(.selected):not(.dots):hover {
        cursor: pointer;
        background-color: #f7f7f7;
    }
    #productlist .pl-page-size-links .item.selected,
    #productlist .pl-page-number-links .item.selected {
        background-color: #3a3a3a;
        border-color: #3a3a3a;
        color: #fff;
    }
    #productlist .pl-page-size-links .item.disabled,
    #productlist .pl-page-number-links .item.disabled {
        color: #c7c7c7;
    }
    #productlist .pl-page-number-links .item.dots {
        border: 1px rgba(0,0,0,0) solid;
    }

/* Lazy load loader */
#productlist .pl-page-lazyload-loader {
    display: flex;
    justify-content: center;
}
    #productlist .pl-page-lazyload-loader .loader {
    	display: none;
        width: 50px;
        height: 50px;
    	border: 4px solid rgba(0,0,0,0.1);
    	border-top-color: #14a3e8;
    	border-radius: 9999px;
    	-o-border-radius: 9999px;
    	-ms-border-radius: 9999px;
    	-webkit-border-radius: 9999px;
    	-moz-border-radius: 9999px;
    	animation: ep-loader-rotate 800ms ease infinite;
    	-o-animation: ep-loader-rotate 800ms ease infinite;
    	-ms-animation: ep-loader-rotate 800ms ease infinite;
    	-webkit-animation: ep-loader-rotate 800ms ease infinite;
    	-moz-animation: ep-loader-rotate 800ms ease infinite;
    }
	@keyframes ep-loader-rotate {
		100% { transform: rotate(360deg); }
	}
	@-webkit-keyframes ep-loader-rotate {
		100% { -webkit-transform: rotate(360deg); }
	}

@media only screen and (min-width:769px) and (max-width:1024px){

    #productlist .product-item.bi-item-grid {
        width: calc(33.33333% - 20px);
    }

}

@media only screen and (max-width:768px){

    #productlist .product-item.bi-item-grid {
        width: calc(50% - 20px);
    }

}
#product {
    font-size: 14px;
    font-size: 1.4rem;
}
#product input, #product select {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 10px;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #DADADA;
    outline: none;
}
#product input:focus,
#product input:active,
#product select:focus,
#product select:active {
    border-color: #727272;
    box-shadow: inset 0 1px 0 0 rgba(63,63,68,0.05);
	outline: none;
}

#product h1 {
    font-weight: normal;
    font-size: 20px;
    font-size: 2.0rem;
    margin: 0;
}
#product .title {
    font-weight: bold;
}

#product .section-header {
    padding-bottom: 20px;
}

#product .section-footer {
    padding-top: 20px;
}

#product .section-content {
    display: flex;
    flex-direction: row;
    align-content: stretch;
}

#product .section-left {
    flex: 1.5;
    box-sizing: border-box;
    padding-right: 10px;
}

#product .section-right {
    flex: 1;
    box-sizing: border-box;
    padding-left: 10px;
}

/* breadCrumbs */
#product .breadCrumbs {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    min-height: 25px;
}
    #product .breadCrumbs a {
        color: #999999;
    }
    #product .breadCrumbs a:hover {
        text-decoration: underline;
    }


/* Description short */
#product .description-short {
    margin-top: 20px;
}

/* Description long */
#product .description-long {

}

/* Price */
#product .price {
    font-size: 40px;
    font-size: 4.0rem;
}
#product .price .display-price-before-deduction { text-decoration: line-through; font-size: 24px; font-size: 2.4rem; }
#product .price .display-price-after-deduction { color: #ff3c58; }

/* Add to cart */
#product .addButton {
    box-sizing: border-box;
    margin-top: 20px;
    background-color: #14a3e8;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
}
#product .addButton:not(.outOfStock) {
    transition: transform 100ms ease-in-out;
}
#product .addButton:not(.outOfStock):active {
    transform: scale(.95);
}
#product .addButton.outOfStock {
    background-color: #b1b1b1;
    color: #fff;
    cursor: default;
}


#product .quantity {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    text-align: right;
}
#product .quantity div { display: inline-block; }


/* Options */
#product .options {
    margin-top: 40px;
}
#product .option-item {
    margin-top: 20px;
}
#product .option-item select {
    margin-top: 5px;
    width: 100%;
}

/* Image main */
#product .product-image-main {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
    #product .product-image-main .inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        cursor: pointer;
    }
    #product .product-image-main img {
        object-fit:contain;
        height: 99999px;
        max-height: 100%;
        max-width: 100%;
    }
    #product .product-image-main .price-deduction-percent {
        font-size: 32px;
        font-weight: bold;
        background-color: #ff3c58;
        color: #fff;
        border-radius: 99px;
        padding: 12px 24px;
        position: absolute;
        top: 8px;
        right: 8px;
    }
    #product .product-image-main .image-next,
    #product .product-image-main .image-prev {
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%;
        color: rgba(95,95,95,0.16);
    }
    #product .product-image-main .image-next { right: 0; }
    #product .product-image-main .image-prev { left: 0; }
    #product .product-image-main .image-next:hover .icon,
    #product .product-image-main .image-prev:hover .icon { color: #3a3a3a; }
    #product .product-image-main .image-next .icon,
    #product .product-image-main .image-prev .icon {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        font-size: 40px;
    }
    #product .product-image-main .image-next .icon { right: 0; }
    #product .product-image-main .image-prev .icon { left: 0; }



/* Images thumbnails */
#product .product-image-thumbnails {
    padding-top: 20px;
}
    #product .product-image-thumbnails .thumbnail {
        display: inline-block;
        padding: 5px;
        border: 1px rgba(255,255,255,0) solid;
        width: 160px;
    }
    #product .product-image-thumbnails .thumbnail.selected {
        border-color: #3a3a3a;
    }
    #product .product-image-thumbnails .thumbnail:not(.selected):hover {
        /*border-color: #b1b1b1;*/
        cursor: pointer;
    }
    #product .product-image-thumbnails .thumbnail img {
        display: block;
        width: 100%;
        height: auto;
    }

@media only screen and (max-width:768px){

    #product {
        font-size: 18px;
    }
    #product input, #product select {
        font-size: 18px;
    }
    #product h1 {
        font-size: 32px;
    }
    #product .breadCrumbs {
        font-size: 16px;
    }
    #product .price {
        font-size: 44px;
    }
    #product .options {
        margin-top: 0;
    }
    #product .quantity {
        font-size: 16px;
    }
    #product .addButton {
        font-size: 18px;
    }
    #product .description-short {
        font-size: 18px;
        order: 5;
    }

    #product .section-content { display: block; }
    #product .product-image-thumbnails img { width: 70px; }
    #product .section-left {
        margin-bottom: 40px;
        padding-right: 0;
    }
    #product .section-right {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

}
/* Cart */
#cart {
	display: none;
	flex-direction: column;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	box-shadow: -5px 0 15px rgba(0,0,0,.35);
	width: 600px;
	height: 100%;
	background-color: #fff;
    font-size: 14px;
}
#cart *::-webkit-scrollbar { width: 10px; height: 10px; background-color: rgba(0,0,0,0); }
#cart *::-webkit-scrollbar-thumb { /*border-radius: 10px;*/ background-color: rgba(0, 0, 0, 0.2); }
#cart *::-webkit-scrollbar-track { background-color: rgba(0,0,0,0.09); }

#cart .hide { display: none !important; }

#cart .cart-header {
	display: flex;
	align-content: center;
	justify-content: space-between;
    font-weight: bold;
    padding: 16px;
	padding-left: 24px;
	font-size: 20px;
}
#cart .cart-content {
	flex-grow: 1;
	overflow-y: auto;
    padding: 16px;
    box-sizing: border-box;
}
#cart .cart-footer {
	padding: 16px;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    text-align: center;
}
#cart input, #cart select {
	font-size: 14px;
    padding: 12px 10px;
	box-sizing: content-box;
    border-radius: 0;
	border: 1px #eee solid;
	outline: none;
}
#cart input:focus,
#cart input:active,
#cart select:focus,
#cart select:active {
    border-color: #727272;
    box-shadow: inset 0 1px 0 0 rgba(63,63,68,0.05);
	outline: none;
}

#cart .product-list {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
	#cart .product-list .empty {
	    padding: 30px;
		font-size: 16px;
	}
	#cart .product-list .row-header {
		display: table-row;
	}
	#cart .product-list .row-header .column {
        font-weight: bold;
    }

    #cart .product-list .row {
        display: table-row;
        border-top: 1px #eee solid;
    }
    #cart .product-list .column {
        display: table-cell;
        padding: 8px;
        vertical-align: middle;
    }
    #cart .product-list .column.thumbnail {
        width: 54px;
        height: 54px;
        overflow: hidden;
    }
    #cart .product-list .column.thumbnail img {
        width: 100%;
        height: auto;
        display: block;
    }
    #cart .product-list .column .icon { font-size: 16px; }
	#cart .product-list .column .icon.removeButton:hover { color: #ff3c58; cursor: pointer; }
    #cart .product-list .column.center { text-align: center; }

    #cart .product-list .product-item .quantity {
        padding: 5px 10px;
        width: 40px;
    }
	#cart .product-list .product-item .display-price-before-deduction { text-decoration: line-through; }
	#cart .product-list .product-item .display-price-after-deduction { color: #ff3c58; }

	#cart .cart-total-sum {
		display: flex;
		margin-bottom: 20px;
		align-content: center;
		justify-content: space-between;
	    font-weight: bold;
	    font-size: 20px;
	}

	#cart .buttons {
		display: block;
		width: 100%;
    	box-sizing: border-box;
	    font-weight: bold;
		cursor: pointer;
    }
	#cart .button-checkout {
		margin-bottom: 10px;
		padding: 10px;
    	font-size: 22px;
		background-color: #00c1e0;
	    color: #fff;
    }
	#cart .button-continue {
	    padding: 8px;
	    font-size: 18px;
	    background-color: #f1f1f1;
	    color: #424242;
    }

	#cart .button-cross {
		width: 30px;
		height: 30px;
		cursor: pointer;
    }
	#cart .button-cross:hover {
		color: #ff5c0e;
    }


@media only screen and (max-width:768px){

	#cart {
		width: 100%;
		font-size: 16px;
	}
	#cart .cart-header {
		padding: 20px;
		padding-left: 28px;
		font-size: 24px;
	}
	#cart .cart-content {
		padding: 20px;
	}
	#cart .footer {
		padding: 20px;
    }
	#cart input, select {
	    font-size: 16px;
		padding: 13px 11px;
	}
	#cart .product-list .column.thumbnail {
        width: 56px;
        height: 56px;
    }
	#cart .product-list .column .icon {
		font-size: 18px;
	}
	#cart .cart-total-sum {
		margin-bottom: 22px;
	    font-size: 24px;
	}

	#cart .button-checkout {
		padding: 11px;
    	font-size: 24px;
    }
	#cart .button-continue {
		margin-top: 12px;
	    padding: 9px;
	    font-size: 20px;
    }

	#cart .button-cross {
		width: 36px;
		height: 36px;
    }

}
#checkout {
    font-size: 14px;
	color: #171717;
}

    #checkout input, #checkout select {
        font-size: 14px;
        padding: 12px 10px;
        box-sizing: content-box;
        border-radius: 0;
        border: 1px #eee solid;
        outline: none;
    }
    #checkout input:focus,
    #checkout input:active,
    #checkout select:focus,
    #checkout select:active {
        border-color: #727272;
        box-shadow: inset 0 1px 0 0 rgba(63,63,68,0.05);
        outline: none;
    }
    #checkout h1 {
        font-weight: normal;
        font-size: 20px;
        margin: 0;
    }
    #checkout .hide { display: none !important; }

#checkout .section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	border: 1px #eee solid;
	margin-bottom: 20px;
}
    #checkout .section.open,
    #checkout .section.error {
    	display: block;
    }
    #checkout .section.completed {
    	background-color: #f1fff2;
    	border: 1px #b7edbb solid;
    }
    #checkout .section.error {
    	background-color: #ffe1d7;
    	border: 1px #ffa789 solid;
    }
    #checkout .section.error .error-content { display: block; border-top-color: #ffa789; }

    #checkout .section .title {
        font-size: 24px;
    	font-weight: bold;
    }

    #checkout .section .content {
    	display: none;
    	margin-top: 20px;
    }
    #checkout .section.open .content {
    	display: block;
    }
    #checkout .section .error-content {
        display: none;
        margin-top: 20px;
        border-top: 1px #eee solid;
    }

    #checkout .section .content .content-footer {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        padding-top: 40px;
    }
    #checkout .section.completed .content .content-footer {
        display: none;
    }
    #checkout .section .content .content-footer .content-footer-left,
    #checkout .section .content .content-footer .content-footer-right {
        align-content: center;
    }
        #checkout .checkout-total-table {
            display: table;
        }
        #checkout .checkout-total-tr {
            display: table-row;
            font-size: 20px;
        }
        #checkout .checkout-total-td {
            display: table-cell;
            vertical-align: middle;
        }
        #checkout .checkout-total-tr .checkout-total-td:first-child {
            font-weight: bold;
            padding-right: 20px;
        }

        #checkout .checkout-total-tr.checkout-total-discount-tr {
            font-size: 16px;
        }

    #checkout .section .button { cursor: pointer; }
    #checkout .section .button-next {}
    #checkout .section .button-change {
    	display: none;
    }
    #checkout .section.completed .button-change {
    	display: inline-block;
    }

    #checkout .checkout-discountcode {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
	    margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px #eee solid;
	}
        #checkout .checkout-discountcode input {

        }
        #checkout .checkout-discountcode .button-discountcode {
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            margin-left: 20px;
        	background-color: #171717;
        	color: #fff;
        	padding: 10px 16px;
        	border: 0px;
        	text-rendering: geometricprecision;
        	font-size: 14px;
        	font-weight: bold;
            cursor: pointer;
        	transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s, color 0.2s ease 0s;
        }
        #checkout .checkout-discountcode .button-discountcode:hover {
        	background-color: #353434;
        }
        #checkout .checkout-discountcode .checkout-discountcode-response {
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            margin-left: 20px;
        }
        #checkout .checkout-discountcode .checkout-discountcode-response .success {
            color: #1ccc72;
            font-size: 22px;
            font-weight: bold;
        }
        #checkout .checkout-discountcode .checkout-discountcode-response .error {
            color: #ff3c58;
            font-size: 16px;
        }


#checkout .button {
	background-color: #171717;
	color: #fff;
	padding: 16px 24px;
	border: 0px;
	text-rendering: geometricprecision;
	font-size: 16px;
	font-weight: bold;
	transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s, color 0.2s ease 0s;
}
#checkout .button:hover {
	background-color: #353434;
}

#checkout .section .klarna-placeholder {
	margin-top: 10px;
}

#checkout .checkout-load-payment-error {
    padding: 20px;
}
    #checkout .checkout-load-payment-error .checkout-load-payment-error-title {
        font-size: 30px;
        padding-bottom: 4px;
        font-weight: bold;
    }
    #checkout .checkout-load-payment-error .checkout-load-payment-error-subtitle {
        font-weight: bold;
    }
    #checkout .checkout-load-payment-error .checkout-load-payment-error-subtitle-end {
        padding-bottom: 20px;
    }
    #checkout .checkout-load-payment-error .checkout-load-payment-error-content {
        padding: 30px 10px;
    }

#checkout .product-list {
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}
    #checkout .product-list .empty {
        padding: 30px;
        font-size: 16px;
    }
    #checkout .product-list .row-header {
        display: table-row;
    }
    #checkout .product-list .row-header .column {
        font-weight: bold;
    }
    #checkout .product-list .row {
        display: table-row;
        border-top: 1px #eee solid;
    }
    #checkout .product-list .row:last-child {
        padding-bottom: 20px;
    }
    #checkout .product-list .column {
        display: table-cell;
        padding: 8px;
        vertical-align: middle;
    }
    #checkout .product-list .column.thumbnail {
        width: 54px;
        height: 54px;
        overflow: hidden;
    }
    #checkout .product-list .column.thumbnail img {
        width: 100%;
        height: auto;
        display: block;
    }
    #checkout .product-list .column .icon { font-size: 16px; }
    #checkout .product-list .column .icon.removeButton:hover { color: #ff3c58; cursor: pointer; }
    #checkout .product-list .column.center { text-align: center; }

    #checkout .product-list .product-item .quantity {
        padding: 5px 10px;
        padding-left: 12px;
        width: 50px;
    }
    #checkout .product-list .product-item .display-price-before-deduction { text-decoration: line-through; }
	#checkout .product-list .product-item .display-price-after-deduction { color: #ff3c58; }



#checkout-confirmation {
    padding: 120px 0;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    color: #171717;
}
#checkout-confirmation h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
#checkout-confirmation .checkout-confirmation-content {

}

@media only screen and (max-width:768px){



}
