.mini-basket-empty {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    padding-top: 20px
}

.mini-basket-list {
    max-height: 332px;
    overflow: auto;
    margin: 0 -15px
}

.mini-basket-item {
    clear: both;
    padding: 15px
}

.mini-basket-item:not(:first-child) {
    border-top: 1px solid #e8e8e8
}

.mini-basket-thumb {
    position: relative;
    float: left;
    width: 64px;
    height: 64px;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 3px;
    z-index: 1
}

.mini-basket-thumb>span {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #fbfbfb;
    background-size: cover;
    background-position: center
}

.mini-basket-details {
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    padding-left: 79px
}

.mini-basket-details a:not(.mini-basket-remove) {
    color: inherit;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.mini-basket-details a:focus,
.mini-basket-details a:hover {
    text-decoration: none
}

.mini-basket-item-title {
    font-weight: 400;
    padding-right: 34px
}

.mini-basket-details p+p {
    margin-top: 4px
}

.mini-basket-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    z-index: 1
}

.mini-basket-remove:after,
.mini-basket-remove:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    border-bottom: 2px solid #fff;
    border-radius: 2px
}

.mini-basket-remove:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.mini-basket-remove:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.mini-basket-summary {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #000;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    padding-top: 7px;
    margin: 0 -15px
}

.mini-basket-summaryText {
    font-size: 16px;
    line-height: 1;
    padding-top: 9px
}

.mini-basket-summaryPrice {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    padding-left: 10px
}

.mini-basket-links {
    padding-top: 15px
}

.mini-basket-links a {
    display: block;
    max-width: 240px;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 15px;
    margin: 0 auto;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    font-weight: 600;
    border-radius: 27px;
}

.mini-basket-links a:nth-child(2n){
    border: solid 2px;
    transition: color .3s ease, background-color, .3s ease;
}

.mini-basket-links a:focus,
.mini-basket-links a:hover {
    text-decoration: none
}

.mini-basket-links a+a {
    margin-top: 15px
}

section.products-list.w-anchor {
    z-index: 1;
}

.row-products-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.row.row-products-list.product-listing .product-item.w-actions,
.product-item.w-actions-static {
    opacity: 0;
    animation-name: fade-in;
    animation-duration: .4s;
    animation-fill-mode: forwards;
}

@keyframes fade-in {
  from {opacity: 0;}
  to {opacity: 1;}
}

.blockUI {
    background: #edfaff !important;
    opacity: .8 !important;
}
.woocommerce-cart-form .blockUI {
    background: #fff !important;
    opacity: .8 !important;
}
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
    height: 3em;
    width: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: url('http://goodaqua.dev9.pro/wp-content/themes/gloo-starter-theme/images/preview.gif') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
}
.row-products-list:after,
.row-products-list:before {
    content: none;
    display: block
}

.row-products-list>div {
    float: none;
    min-height: auto
}

.row-products-list>div.col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    min-width: 25%;
    width: 25%
}

.product-item {
    position: relative;
    background: #fff;
    margin-bottom: 62px
}

.product-item.w-actions {
    margin-bottom: 50px
}

.blog-aside-products .product-item {
    margin-bottom: 49px
}

.product-item-thumb {
    display: block;
    position: relative;
    border: 1px solid #dbdbdb;
    -webkit-transition: border .3s ease;
    transition: border .3s ease
}

.category-item-thumb {
    display: block;
    position: relative;
    border-radius: 5px;
    -webkit-transition: border .3s ease;
    transition: border .3s ease
}

.product-item-thumbInner,
.category-item-thumbInner {
    position: relative;
    padding-bottom: 100%
}

.product-item-thumbInner>div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fbfbfb;
    background-size: cover;
    background-position: center;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.category-item-thumbInner>div {
    position: absolute;
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.product-item.w-actions .product-item-thumbInner>div,
.product-item.w-thumb-sm .product-item-thumbInner>div {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-item-thumbFront {
    z-index: 1
}

.product-item-thumbBack {
    opacity: 0;
    z-index: 2
}

.product-item-thumb.hovered .product-item-thumbBack,
.product-item-thumb:focus .product-item-thumbBack,
.product-item-thumb:hover .product-item-thumbBack {
    opacity: 1
}

.product-item-promo {
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 12px;
    background: #171717;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 27px;
    white-space: nowrap;
    padding: 0 12px 0 14px;
    z-index: 2;
    letter-spacing: .1em;
    font-weight: 600;
}

.product-item.w-actions .product-item-promo {
    top: 10px;
    left: 0;
}

.product-item-favorite,
.recommended-products-item-favorite,
.recommended-products-w-banner-item-favorite {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-image: url(../images/ico/favorite-product_icon.png);
    background-size: 21px 19px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    transition: background-color, .3s ease;
    border-radius: 27px;
}

.product-item-favorite:hover,
.recommended-products-item-favorite:hover,
.recommended-products-w-banner-item-favorite:hover {
    background-color: #e0e0e0;
}

.product-item-addToCart {
    position: absolute;
    top: 14px;
    right: 65px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-image: url(../images/ico/shopping-bag.png);
    background-size: 21px 19px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
}

.product-item-favorite.active {
    background-image: url(../images/ico/favorite-product_icon-filled.png)
}

.products-slider .product-item-favorite .products-slider .product-item-addToCart {
    top: 10px;
    right: 10px
}

.product-item-details {
    max-width: 260px;
    text-align: center;
    padding-top: 14px;
    margin: 0 auto
}

.product-item-title {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 9px;
}

.product-item-title a {
    color: #333;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.category-item-title a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 24px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-align: center;
}

.product-item-title a:focus,
.product-item-title a:hover {
    text-decoration: none
}

.product-item-price {
    margin-top: 2px
}

.product-item-price .price-old {
    position: relative;
    color: #999;
    font-size: 20px;
    white-space: nowrap;
    line-height: 1
}

.checkout-button {
    width: 100%;
    margin: 0 15px;
    font-weight: 600;
    letter-spacing: normal;
    padding: 17px 25px;
}

.product-item-price .price-old:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #999;
    z-index: 1
}

.item-price ins {
    text-decoration: none;
}

.item-price del {
    font-size: 18px;
    color: #999999;
}

del .woocommerce-Price-amount bdi,
del .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol{
    font-size: 16px;
    color: #999999;
}

.woocommerce-Price-amount bdi,
.woocommerce-Price-currencySymbol {
    font-weight: 600;
}
.basket-summary-table .woocommerce-Price-amount bdi,
.basket-summary-table .woocommerce-Price-currencySymbol {
    font-weight: 400;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total .woocommerce-Price-currencySymbol {
    font-weight: 400;
}

.includes_tax .woocommerce-Price-currencySymbol {
    font-weight: 400;
}

#shipping_method .woocommerce-Price-currencySymbol {
    font-weight: 400;
}

.product-item-actions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    padding: 16px 0 24px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.product-item-actions .btn-primary.btn-color.btn-small.btn-icon{
    border-radius: 27px;
    border-radius: 27px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    height: 47px;
    padding: 8px 25px;
    color: #fff;
    text-transform: uppercase;
}

.product-item.w-actions:hover .product-item-actions {
    opacity: 1
}

.product-item.w-actions-static .product-item-actions {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    opacity: 1;
    padding-bottom: 0
}

.product-item-remove {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-image: url(../images/ico/item-remove_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    cursor: pointer;
    z-index: 2;
    border-radius: 27px;
    transition: background-color, .3s ease-in-out;
}

.product-item-remove:hover {
    background-color: #e0e0e0;
}

.product-promo {
    display: block;
    position: relative
}

.product-promo-thumbFront {
    display: block;
    width: 100%;
    height: auto
}

.product-promo-thumbBack {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.product-promo:hover .product-promo-thumbBack {
    opacity: 1
}

.woocommerce table.shop_table {
    border: none;
}

.products-slider {
    padding: 0 19px
}

.productSingle-sliderPrimary .slick-arrow,
.products-slider .slick-arrow {
    position: absolute;
    top: 0;
    width: 17px;
    height: 34px;
    background: 0 0;
    font-size: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 0;
    z-index: 10
}

.productSingle-sliderPrimary .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.productSingle-sliderPrimary .slick-prev,
.products-slider .slick-prev {
    left: 0
}

.productSingle-sliderPrimary .slick-next,
.products-slider .slick-next {
    right: 0
}

.productSingle-sliderPrimary .slick-arrow:before,
.products-slider .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.productSingle-sliderPrimary .slick-prev:before,
.products-slider .slick-prev:before {
    background-image: url(../images/ico/product-slider_icon-left.png)
}

.productSingle-sliderPrimary .slick-next:before,
.products-slider .slick-next:before {
    background-image: url(../images/ico/product-slider_icon-right.png)
}

.products-slider .product-item {
    padding: 0 8px;
    margin-bottom: 0
}

.product-promo-mobile {
    position: relative;
    margin-bottom: 31px
}

.product-promo-mobile img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.product-promo-mobile img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: 2
}

.product-promo-mobile a.hovered img:nth-child(2),
.product-promo-mobile a:hover img:nth-child(2) {
    opacity: 1
}

.cart .addToWhishlist.btn-primary.btn-color.btn-icon-square {
    margin-left: 30px;
    font-size: 30px;
}

.product-banner {
    position: relative;
    height: calc(100% - 58px);
    z-index: 1
}

.product-banner-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d8d9db;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.product-banner-thumb-mobile {
    background-color: #d8d9db;
    background-size: cover;
    background-position: center;
    padding-bottom: 100%;
    display: none
}

.product-banner-wrapper {
    position: absolute;
    bottom: 4.532%;
    left: 0;
    width: 100%;
    padding: 0 34% 0 5.93%;
}

.product-banner-background {
    background: #fff;
    padding: 15px 30px 30px;
}

.product-banner-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.product-banner-link {
    margin-top: 26px
}

.product-banner-link a {
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    border-radius: 27px;
}

.products-list {
    padding: 32px 0 74px
}

.products-pagination {
    text-align: center;
    padding-top: 25px
}

.products-list-status,
.products-pagination-status {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.products-list-status {
    margin-bottom: 15px;
    font-weight: 400;
}

.products-pagination-status {
    font-weight: 400;
}

.products-pagination-action {
    margin-top: 19px
}

.products-pagination-return {
    margin-top: 23px
}

.pagination-return-button {
    font-weight: 600;
    letter-spacing: normal;
}

#loadProducts {
    border-radius: 27px;
    border-width: 1px;
    font-weight: 600;
    letter-spacing: normal;
    padding: 16px 28px;
    width: 197px;
}

.woocommerce-form-login-toggle .woocommerce-info {
    color: #333;
}

.select2-billing_country-container,
#select2-billing_country-container,
#select2-shipping_country-container {
    margin-top: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}

.products-filters-group {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 44px
}

.products-filters {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.products-filters.margin-sm .dropdown {
    border: 0;
    width: auto;
    margin-left: 0;
    padding: 5px 0 5px 2px;
}

.products-filters.margin-sm .products-filters-heading {
    padding: 5px 2px 5px 0;
}

.products-filters>li {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
}

.products-filters>li+li {
    margin-left: 25px;
    border: solid 1px #cccccc;
    width: 124px; 
}
.select2-selection__rendered {
    margin-top: 13px;
}
.products-filters>li+li>a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    outline: 0 !important;
    border: 0 !important;
}

.products-filters .dropdown-toggle:after {
    align-self: center;
}

.products-filters.margin-sm>li+li {
    margin-left: 8px
}

.products-filters>li>a {
    color: #333;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.products-filters>li>a:focus,
.products-filters>li>a:hover {
    text-decoration: none
}

.products-filters>li>a .fa {
    margin-left: 6px
}

.products-filters-list {
    list-style: none;
    padding: 15px;
    margin: 0
}

.products-filters-list>li+li {
    margin-top: 10px
}

.products-filters-list>li>a {
    position: relative;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    padding-left: 34px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.products-filters-list>li>a:focus,
.products-filters-list>li>a:hover {
    text-decoration: none
}

.products-filters-list>li>a:after,
.products-filters-list>li>a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px
}

.products-filters-list>li>a:before {
    content: '';
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    z-index: 1
}

.products-filters-list>li.checked>a:before {
    border-color: #171717
}

.products-filters-list>li>a:after {
    content: '\f00c';
    font-family: FontAwesome;
    color: #171717;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    opacity: 0;
    padding-left: 1px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 2
}

.products-filters-list>li.checked>a:after {
    opacity: 1
}

.products-price-slider {
    width: 300px;
    padding: 15px
}

.products-price-slider .irs--round {
    height: 24px
}

.products-price-slider .irs--round .irs-bar {
    top: 9px;
    height: 6px;
}

.products-price-slider .irs--round .irs-line {
    top: 9px;
    height: 6px;
    border-radius: 0
}

.products-price-slider .irs--round .irs-handle {
    top: 0;
    background: #fbfbfb;
    border-color: #171717;
    box-shadow: none;
    cursor: grabbing
}

.products-price-slider-data {
    color: #333;
    font-weight: 400;
    margin-top: 10px
}

.shop-simple-title {
    margin-bottom: 0;
    text-align: center;
}

.products-single {
    padding: 16px 0 66px
}

.row-productSingle-wrapper {
    margin-bottom: 20px
}

.row.row-productSingle-wrapper .onsale {
    display: none;
}

.productSingle-sliderPrimary-wrapper {
    position: relative;
}

.productSingle-sliderPrimary-item {
    position: relative;
    padding-bottom: 100%
}

.productSingle-sliderPrimary-badge {
    position: absolute;
    top: 3%;
    left: 0;
    background: #171717;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    padding: 7px 12px 8px;
    z-index: 2;
    font-weight: 600;
}

.productSingle-sliderPrimary-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.productSingle-sliderPrimary .slick-dots {
    position: absolute;
    bottom: -17px;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

.productSingle-sliderPrimary .slick-dots>li {
    padding: 0 4px
}

.productSingle-sliderPrimary .slick-dots>li>button {
    display: block;
    background: #e2e2e2;
    width: 9px;
    height: 9px;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    outline: 0;
    padding: 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.productSingle-sliderSecondary {
    padding: 0 107px;
    margin-top: 55px
}

.productSingle-sliderSecondary-item {
    padding: 0 5px
}

.productSingle-sliderSecondary-thumb {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    cursor: pointer
}

.slick-current .productSingle-sliderSecondary-thumb {
    border-color: #333
}

.productSingle-sliderSecondary-thumbInner {
    position: relative;
    padding-bottom: 100%
}

.productSingle-sliderSecondary-thumbHolder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fbfbfb;
    background-size: cover;
    background-position: center
}

.productSingle-sliderSecondary .slick-arrow {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 51px;
    background: 0 0;
    font-size: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.productSingle-sliderSecondary .slick-prev {
    left: 48px
}

.productSingle-sliderSecondary .slick-next {
    right: 48px
}

.productSingle-sliderSecondary .slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.productSingle-sliderSecondary .slick-prev:before {
    background-image: url(../images/ico/productSingle-slider_icon-left.png)
}

.productSingle-sliderSecondary .slick-next:before {
    background-image: url(../images/ico/productSingle-slider_icon-right.png)
}

.productSingle-content {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px
}

.productSingle-title {
    line-height: 36px;
    margin: 10px 0;
    font-weight: 600;
}

.summary.entry-summary {
    margin-left: 68px;
}

.summary.entry-summary .price.productSingle-price del {
    font-size: 18px;
    font-weight: 400;
    margin-right: -4px;
}

.summary.entry-summary del .woocommerce-Price-amount bdi,
.summary.entry-summary del .woocommerce-Price-amount bdi span {
    font-size: 18px;
    font-weight: 400;
}

.summary.entry-summary .woocommerce-Price-amount bdi,
.summary.entry-summary .woocommerce-Price-currencySymbol {
    font-size: 36px;
    font-weight: 400;
}

.productSingle-availability {
    color: #479e00;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 24px
}

.productSingle-availability.none {
    color: #333
}

.woocommerce-product-details__short-description ul {
    padding-left: 15px;
    margin-bottom: 30px
}

.productSingle-price {
    font-size: 60px;
    margin-bottom: 31px
}

.productSingle-price ins {
    text-decoration: none;
}

.productSingle-price .woocommerce-Price-amount {
    white-space: nowrap
}

.productSingle-price-old,
.productSingle-price del,
.productSingle-price del span {
    position: relative;
    color: #999;
    font-size: 30px;
    line-height: 1
}

.primary-flex .primary-flex-content .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb {
    color: #000;
    font-size: 12px;
    margin-bottom: 62px;
}

.productSingle-content .description ul,
.productSingle-details {
    list-style: none;
    padding: 0;
    margin: 0 0 21px
}

.productSingle-content .description ul li,
.productSingle-details>li {
    position: relative;
    padding-left: 16px
}

.productSingle-content .description ul li:before,
.productSingle-details>li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%
}

.productSingle-size-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 28px;
    margin-right: -12px
}

.productSingle-size-group>div {
    padding-right: 12px
}

.dropdown-productQuantity .dropdown-toggle,
.dropdown-productSize .dropdown-toggle {
    position: relative;
    width: 88px;
    background: #fff;
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    padding: 0 28px 0 10px
}

.dropdown-productQuantity .dropdown-toggle {
    width: 78px
}

.dropdown-productQuantity.open .dropdown-toggle,
.dropdown-productSize.open .dropdown-toggle {
    border-color: #333
}

.dropdown-productQuantity .dropdown-toggle:after,
.dropdown-productSize .dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: FontAwesome;
    color: #333;
    font-size: 14px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dropdown-productQuantity .dropdown-menu,
.dropdown-productSize .dropdown-menu {
    top: 100%;
    left: 0;
    width: 100%;
    min-width: auto;
    max-height: 168px;
    border: 1px solid #333;
    overflow: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-top: -1px
}

.dropdown-productQuantity .dropdown-menu>li>a,
.dropdown-productSize .dropdown-menu>li>a {
    color: #333;
    line-height: 28px;
    padding: 0 10px;
    display: block;
    width: 100%;
}

.dropdown-productQuantity .dropdown-menu>li.active>a,
.dropdown-productQuantity .dropdown-menu>li>a:focus,
.dropdown-productQuantity .dropdown-menu>li>a:hover,
.dropdown-productSize .dropdown-menu>li.active>a,
.dropdown-productSize .dropdown-menu>li>a:focus,
.dropdown-productSize .dropdown-menu>li>a:hover {
    color: #fff
}

.productSingle-actions {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 13px;
    margin: -20px -10px 0
}

.productSingle-actions>li {
    padding: 0 10px;
    margin-top: 20px
}

.productSingle-contact {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 34px
}

.productSingle-contact-icon,
.productSingle-set-icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 18px;
    margin-right: 8px
}

.productSingle-contact a,
.productSingle-spec a {
    color: #000;
    font-weight: 500
}

.productSingle-contact a:focus,
.productSingle-contact a:hover,
.productSingle-spec a:focus,
.productSingle-spec a:hover {
    color: #000
}

.productSingle-set {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 26px;
    margin: 0 -13px
}

.productSingle-set>li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 13px
}

.productSingle-spec {
    font-size: 12px;
    line-height: 18px
}

.nav-productSingle-tabs {
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    list-style: none;
    padding: 0;
    margin: 0
}

.nav-productSingle-tabs>li+li {
    margin-left: 40px
}

.nav-productSingle-tabs>li>a {
    position: relative;
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 0
}

.nav-productSingle-tabs>li>a:focus,
.nav-productSingle-tabs>li>a:hover {
    text-decoration: none
}

.nav-productSingle-tabs>li.active>a {
    font-weight: 500
}

.nav-productSingle-tabs>li>a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #000;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1
}

.nav-productSingle-tabs>li.active>a:before,
.nav-productSingle-tabs>li>a:hover:before {
    opacity: 1
}

.productSingle-tabs {
    margin-bottom: 100px;
}

section.related.products {
    margin-top: 20px;
}

.productSingle-collapse-content,
.productSingle-tabs-content {
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    padding: 26px 300px 0 0;
    width: 100%;
}

.productSingle-collapse-content {
    padding: 0 0 5px
}

.productSingle-tabs-content p {
    margin-bottom: 22px
}

.productSingle-collapse-content p {
    margin-bottom: 12px
}

.productSingle-tabs-content ol,
.productSingle-tabs-content ul {
    margin: 0 0 22px;
    padding: 0 0 0 15px
}

.productSingle-collapse-content ol,
.productSingle-collapse-content ul {
    margin: 0 0 12px;
    padding: 0 0 0 15px
}

.nav-tabs .nav-link {
    border: 0;
    position: relative;
    padding: 9px 0;
    color: #333333;
}

.nav-tabs > li + li {
    margin-left: 40px;
}

.nav-link.active {
    font-weight: 600;
}

.nav-link:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #000;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1;
    color: #495057;
    background-color: #fff;
    border-color: n;
}

.nav-link:hover:before {
    opacity: 1;
}

.nav-link.active:before {
    opacity: 1;
}

.products-similar {
    padding-bottom: 44px
}

.productSingle-collapse {
    border-top: 1px solid #e8e8e8
}

.panel-product {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
    box-shadow: none;
    margin: 0
}

.panel-product .panel-heading {
    border: 0;
    border-radius: 0;
    padding: 0
}

.panel-product .panel-title {
    font-size: 16px;
    line-height: 24px
}

.panel-product .accordion-toggle {
    display: block;
    position: relative;
    color: #000;
    padding: 12px 58px 12px 0
}

.panel-product .accordion-toggle:focus,
.panel-product .accordion-toggle:hover {
    color: #000;
    text-decoration: none
}

.panel-product .accordion-toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 27px;
    height: 14px;
    background-image: url(../images/ico/product-collapse_icon.png);
    background-size: cover;
    background-position: center;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    z-index: 1
}

.panel-product .accordion-toggle.collapsed:after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.panel-product .panel-body {
    padding: 0
}

.products-collection {
    padding: 46px 0 30px
}

.row-products-collection {
    padding-bottom: 72px
}

.products-collection-thumbnail {
    margin-right: -30px
}

.products-collection-thumbnail img {
    display: block;
    width: 100%;
    height: auto
}

.products-collection-content {
    padding-bottom: 8px
}

.products-collection-subTitle {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4em;
    line-height: 24px
}

.products-collection-title {
    margin-top: 20px
}

.products-collection-description {
    margin-top: 22px
}

.products-collection-link {
    margin-top: 46px;
}

.products-collectionPreview {
    position: relative;
    overflow: hidden;
    margin-bottom: 58px;
    z-index: 1
}

.products-collectionPreview-wrapper {
    margin-right: -53px
}

.products-collectionPreview img {
    display: block;
    width: 100%;
    height: auto
}

.shop-basket {
    padding: 9px 0 129px
}

.woocommerce table.shop_table .cart-discount td {
    text-align: right;
    color: #03910d;
    padding-top: 20px;
}

.cart-discount .woocommerce-Price-amount.amount span {
    margin-left: 1px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100%;
}
.cart-empty.woocommerce-info {
    display: none;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.product-remove a {
    color: #942220;
    font-size: 28px;
}

.cart_totals h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.summary.entry-summary .cart {
    margin: 10px 0 37px;
    
}

.product-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px;
}

.product-buttons .addToWhishlist {
    background-color: #fff;
    margin: auto 0;
    display: flex;
    text-transform: uppercase;
}

.product-buttons .addToWhishlist .far.fa-heart {
    font-size: 33px;
    vertical-align: middle;
    margin: auto 15px auto 55px;
}

.product-buttons .addToWhishlist .far.fa-heart.favorites-active,
.product-buttons .addToWhishlist p.favorites-active {
    background-color: #fff !important;
}

.product-buttons .addToWhishlist p {
    line-height: 16px;
    font-weight: 600;
}

.summary.entry-summary .cart .quantity {
    width: 60px;
}

.product_meta {
    font-size: 14px;
    line-height: 20px;
}

.product_meta span a {
    color: #333333;
    font-weight: 600;
}

.product-actions-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.product-actions-bottom .addToCompare {
    margin-left: 20px;
}

.summary.entry-summary .cart .btn-primary {
    margin-left: 0px;
    height: 54px;
}

.basket-primary {
    width: 100%
}

.woocommerce-Price-amount.amount {
    line-height: 24px;
    font-size: 24px;
}

.price.productSingle-price del {
    font-weight: 400;
    font-size: 24px;
}

.table-details-price {
    display: flex;
}

.table-details-price p {
    margin-right: 15px;
    font-size: 18px;
    color: #999999;
    text-decoration: line-through;
    line-height: 24px;
}

.table-details-price bdi {
    font-size: 24px;
    font-weight: 400;
}

.table-priceTotal p {
    font-size: 18px;
    color: #999999;
    text-decoration: line-through;
}

.basket-primary .woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 1px solid #ccc
}

.basket-primary tr th {
    font-family: 'PT Sans', sans-serif;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 28px;
    text-align: center;
}

.basket-primary tr th h1 {
    text-align: left;
    font-weight: 600;
}

.basket-primary tr td {
    vertical-align: middle;
    padding: 12px
}

.basket-primary tr td:first-child {
    padding-left: 0
}

.basket-primary tr td:last-child {
    padding-right: 24px
}

.basket-coupon-title {
    font-size: 24px;
    line-height: 1
}

.shop-basket-coupon {
    padding-top: 30px
}

.basket-coupon-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4px
}

.basket-coupon-input {
    max-width: 236px;
    margin-right: 12px;
    margin-top: 12px
}

.coupon.checkout-coupon {
    margin-bottom: 60px;
}

.coupon.checkout-coupon label {
    font-weight: 500;
}

.coupon.checkout-coupon #coupon_code,
.coupon.checkout-coupon .button {
    margin-right: 0;
    width: 100%;
}

#coupon_code::placeholder {
    letter-spacing: normal;
}

.coupon.checkout-coupon label {
    display: block;
    margin-bottom: 20px;
}

.coupon.checkout-coupon #coupon_code {
    max-width: 236px;
    margin: 0;
    border-radius: 27px;
    background: #fff;
    border: solid 1px #eeeeee;
    display: inline-block;
    height: 47px;
}

.coupon.checkout-coupon .basket-coupon-submit {
    border-radius: 27px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    height: 47px;
    padding: 14px 25px;
    margin-left: 10px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
}

.shop-basket-summary {
    background: #edfaff;
    padding: 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #fff;
}

.basket-summary-title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 28px;
    font-weight: 600;
}

.basket-summary-table {
    width: 100%
}

.basket-summary-table tr td,
.basket-summary-table tr th {
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 0;
}

.basket-summary-table tr th.title,
.basket-summary-table tr td.title {
    width: 1%;
    white-space: nowrap;
    padding-top: 5px;
    padding-right: 15px;
    line-height: 31px;
    font-weight: 400;
}

.basket-summary-table .free-shipment-info {
    text-align: right;
    color: #04318c;
    font-size: 12px;
    padding-top: 0;
    line-height: 14px;
    padding-bottom: 20px;
}

.wc-proceed-to-checkout {
    margin-top: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce .wc-proceed-to-checkout a.button {
    height: auto;
}

.woocommerce-shipping-destination {
    font-size: 12px;
    line-height: 16px;
    margin-left: 5px;
    text-align: right;
    color: #999999;
}

.woocommerce-shipping-totals.shipping th {
    padding-top: 16px;
}
.woocommerce table.shop_table .woocommerce-shipping-totals.shipping td {
    padding-top: 11px;
}
.woocommerce table.shop_table .woocommerce-shipping-totals.shipping+.woocommerce-shipping-totals.shipping td {
    padding-top: 2px;
    padding-bottom: 20px;
}
.woocommerce-shipping-totals.shipping th {
    font-weight: 400;
}

abbr[title] {
    text-decoration: none;
}

.basket-summary-table tr td.price {
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0;
    line-height: 30px
}

.basket-summary-table tr.basket-shipment-price td {
    padding-bottom: 0
}

.basket-summary-table tr.basket-shipment-info td {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
}

.basket-summary-table tr.basket-shipment-info td p {
    width: 75%;
    float: right;
    margin-bottom: 12px;
}

.basket-summary-table tr.basket-shipment-info td p+p {
    margin-top: 5px
}

.basket-summary-table tr.summary-row {
    border-top: 1px solid #ccc
}

.basket-summary-table tr.summary-row td {
    padding-top: 13px
}

.basket-summary-table tr.summary-row td.title {
    padding-top: 15px;
}

.summary-row .basket-summary-priceDiscount {
    font-size: 16px;
}

.basket-summary-price .priceTax {
    display: block;
    font-family: 'PT Sans', sans-serif;
    color: #999;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: normal;
}

.priceTax bdi {
    font-size: 14px;
}

.priceTax .woocommerce-Price-amount.amount {
    line-height: 18px;
}
.basket-summary-priceDiscount {
    color: #00930e;
    margin-top: 15px;
    font-size: 24px;
}

.basket-summary-table tr.summary-action td {
    padding: 37px 20px 0;
}

.basket-summary-table tr.summary-action .btn-primary {
    display: block
}

.table-quantity-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 19px
}

.table-quantity-text {
    padding-right: 10px
}

.table-quantity .quantity input {
    display: none;
}

.basket-summary-products {
    list-style: none;
    padding: 0;
    margin: 0
}

.basket-summary-products>li+li {
    margin-top: 10px
}

.bs-product-item {
    display: -webkit-flex;
    display: flex;
    background: #fff;
    padding: 10px 0;
    position: relative;
}

.bs-product-item>div {
    padding: 0 10px
}

.bs-product-thumb {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #fbfbfb;
    background-size: cover;
    background-position: center
}

.bs-product-title {
    font-size: 14px;
    line-height: 20px;
    padding-top: 2px
}

.bs-product-title a {
    color: inherit
}

.bs-product-price {
    font-family: 'PT Sans', sans-serif;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1
}

.bs-product-price .old {
    color: #999;
    font-size: 20px;
    font-weight: 500;
    text-decoration: line-through
}

.bs-product-info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 14px 0 0;
    margin: 0 -30px 0 0
}

.bs-product-info>li {
    font-size: 14px;
    line-height: 1;
    padding-right: 30px
}

.shop-order {
    padding-bottom: 58px
}

.order-login-heading {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fbf8f7;
    padding: 24px 18px;
    margin-bottom: 33px
}

.order-login-heading>div {
    padding: 0 12px
}

.order-login-title {
    font-size: 24px;
    line-height: 1
}

.order-login-heading .btn-primary {
    padding: 12px 24px
}

.panel-order-group {
    margin: -18px 0 0
}

.panel.panel-order {
    border: 0;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    max-width: 100%;
}

.row-order-sticky .panel.panel-order {
    width: 100%;
}

.woocommerce-input-wrapper {
    max-width: 100%!important;
}

#order_comments {
    min-width: 100%;
    max-width: 500px;
}

.panel-group .panel.panel-order {
    border-radius: 0
}

.panel-group .panel.panel-order+.panel.panel-order {
    margin: 0
}

.panel-order .panel-heading {
    border-radius: 0;
    padding: 0
}

.panel-order .panel-title,
.woocomemrce h3,
.woocommerce h4 {
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.panel-order.panel-filled .panel-title {
    color: #00930e
}

.panel-order .panel-title>a {
    display: block;
    position: relative;
    color: inherit;
    padding: 21px 0 21px 56px;
    cursor: default
}

.panel-order.panel-filled .panel-title>a {
    cursor: pointer
}

.panel-order .panel-title>a:focus,
.panel-order .panel-title>a:hover {
    text-decoration: none
}

.panel-order .panel-title>a:before {
    content: '\f106';
    position: absolute;
    top: 50%;
    right: 0;
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
    line-height: 36px;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.panel-order .panel-title>a.collapsed:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.panel-order .panel-body {
    padding: 20px 0 20px
}

#orderAccordion {
    width: 100%;
}

.panel-group .panel-order .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ccc
}

.panel-order .panel-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 42px;
    height: 42px;
    background: #1E4ACD;
    font-size: 34px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    margin-top: -21px
}



.shop-basket-sticky {
    padding: 15px 20px 41px;
    background: #edfaff;
}

.shop-basket-sticky .panel.panel-order,
.shop-basket-sticky .panel.panel-order .panel-body,
.shop-basket-sticky .panel.panel-order .panel-body #payment,
.shop-basket-sticky .cart_totals {
    background: #edfaff;
}

.woocommerce-authorization {
    padding: 19px 0 58px
}

#customer_login h2 {
    background: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 29px 50px 26px
}

#customer_login .col-md-6:nth-child(2) {
    position: relative;
}

.woocommerce form.login,
.woocommerce form.register {
    border: 0;
    border-radius: 0;
    padding: 30px 50px 36px;
    margin: 0
}

.woocommerce .woocommerce-form-login .form-row label,
.woocommerce .woocommerce-form-register .form-row label {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 6px
}

.woocommerce .woocommerce-form-login .form-row,
.woocommerce .woocommerce-form-register .form-row {
    padding: 0;
    margin: 0
}

.woocommerce .woocommerce-form-login .form-row+.form-row,
.woocommerce .woocommerce-form-register .form-row+.form-row {
    margin-top: 24px
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    height: 36px;
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: normal;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 6px 12px;
    -webkit-transition: background .3s ease, border .3s ease, box-shadow .3s ease;
    transition: background .3s ease, border .3s ease, box-shadow .3s ease;
    border: solid 1px #cccccc;
    padding: 22px;
}
.woocommerce-lost-pass-notice {
    padding: 100px 50px 36px;
}

.woocommerce form .form-row input.input-text {
    height: 61px;
    margin: 20px 0;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1)
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 7px;
    right: 10px
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
    margin: 0;
    line-height: 16px;
}

.woocommerce-form.woocommerce-form-register.register button.button {
    line-height: 16px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce input.button {
    border-radius: 27px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    height: 47px;
    padding: 14px 25px;
    color: #fff;
    text-transform: uppercase;
}

.woocommerce button.button {
    border-radius: 27px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    height: 47px;
    padding: 14px 25px;
    margin-left: 10px;
    text-transform: uppercase;
    border: 2px solid #04318c;
}

.woocommerce button.button:focus {
    border: 2px solid #1e73be;
    outline: 0;
    box-shadow: none;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 20px 30px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
    padding: 14px 25px;
}

.woocommerce button.button:hover {
    color: #fff;
}

.woocommerce-form-register__submit {
    margin-top: 28px;
}

.woocommerce .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    white-space: nowrap;
    padding: 0;
    margin: 20px 0 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.woocommerce .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme span {
    display: block;
    position: relative;
    padding-left: 28px
}

.woocommerce .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme span:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc
}

.woocommerce .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme span:after {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    font-family: FontAwesome;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    opacity: 0;
    padding-left: 3px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.woocommerce .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme .woocommerce-form__input-checkbox:checked+span:after {
    opacity: 1
}

.woocommerce .woocommerce-form-login .form-row label.woocommerce-form-login__rememberme .woocommerce-form__input-checkbox {
    display: none
}

.woocommerce-LostPassword {
    margin-top: 18px
}

.woocommerce-LostPassword>a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.woocommerce form.register>p:not(.woocommerce-form-row) {
    font-size: 14px;
    line-height: 18px;
    margin-top: 7px
}

.woocommerce-privacy-policy-text {
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    margin: 20px 0 24px
}

.woocommerce-privacy-policy-text a {
    font-weight: 500
}

.woocommerce-ResetPassword {
    padding: 100px 50px 36px
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #fbf8f7;
    color: #fff;
    border: 1px solid #333;
    padding: 17px 25px;
    margin-bottom: 30px;
    list-style: none;
}

.woocommerce-error {
    background: #b81c23;
    border-color: #b81c23
}

.woocommerce-info {
    background: #E2F0CF;
    border-color: #E2F0CF;
}

.woocommerce-message {
    color: #333;
    background: #E2F0CF;
    border-color: #E2F0CF;
    display: none;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    content: none;
    display: none;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woocommerce-userPanel {
    padding: 6px 0 58px
}

.woocommerce-MyAccount-navigation {
    margin-top: -17px
}

.woocommerce-MyAccount-navigation ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -15px
}

.woocommerce-MyAccount-navigation ul>li {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    min-width: 33.33333333%;
    width: 33.33333333%;
    padding: 0 15px;
    margin-top: 30px
}

.woocommerce-MyAccount-navigation ul>li>a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    height: 200px;
    background: 0 0;
    color: #333;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 1px solid #dbdbdb;
    padding: 0 23px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.woocommerce-MyAccount-navigation ul>li.is-active>a,
.woocommerce-MyAccount-navigation ul>li>a:focus,
.woocommerce-MyAccount-navigation ul>li>a:hover {
    text-decoration: none
}

.woocommerce-MyAccount-navigation ul>li>a:before {
    display: block;
    font-family: FontAwesome;
    color: inherit;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    margin-bottom: 12px
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--dashboard>a:before {
    content: '\f108'
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--orders>a:before {
    content: '\f07a'
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--downloads>a:before {
    content: '\f019'
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--edit-address>a:before {
    content: '\f2b9'
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--edit-account>a:before {
    content: '\f2bd'
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--customer-logout>a:before {
    content: '\f08b'
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--moje_kursy>a:before {
    content: '\f19d'
}

.woocommerce-MyAccount-navigation ul>li.woocommerce-MyAccount-navigation-link--my-account-favourites>a:before {
    content: '\f004'
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.woocommerce-MyAccount-navigation ul>li>a:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    background: #fbfbfb;
    -webkit-transition: top .3s ease, right .3s ease, bottom .3s ease, left .3s ease, background .3s ease;
    transition: top .3s ease, right .3s ease, bottom .3s ease, left .3s ease, background .3s ease;
    z-index: -1
}

.woocommerce-MyAccount-navigation ul>li.is-active>a:after,
.woocommerce-MyAccount-navigation ul>li>a:focus:after,
.woocommerce-MyAccount-navigation ul>li>a:hover:after {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #edfaff;
}

.woocommerce-MyAccount-content {
    margin-top: 40px
}

.woocommerce-MyAccount-content p {
    margin-top: 18px
}

.woocommerce-MyAccount-content p a {
    font-weight: 500
}

.woocommerce-MyAccount-content p mark {
    color: #fff;
    padding: 0 5px
}

.woocommerce table.woocommerce-MyAccount-orders {
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    border-radius: 0;
    margin: 0
}

.woocommerce table.woocommerce-MyAccount-orders tr th {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #b09882;
    padding: 11px 15px 12px
}

.woocommerce table.woocommerce-MyAccount-orders tr td {
    border: 1px solid #cccccccc;
    line-height: 18px;
    padding: 20px 15px
}

.woocommerce table.woocommerce-MyAccount-orders tr:nth-child(2n) td {
    background: #fbfbfb
}

.woocommerce table.woocommerce-MyAccount-orders tr:first-child td {
    border-top: 0
}

.woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__cell-order-actions,
.woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__cell-order-number,
.woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__header-order-actions,
.woocommerce table.woocommerce-MyAccount-orders tr th.woocommerce-order-table_header-order-date {
    width: 1%
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    text-align: center;
}

.woocommerce table.woocommerce-MyAccount-orders a.button {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 40px;
}

.woocommerce table.woocommerce-MyAccount-orders a.button+a.button {
    margin-top: 10px
}

.woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__cell-order-number a {
    font-weight: 500
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
    background: #fbf8f7;
    padding: 29px 50px 36px;
    margin: 30px 0 0
}

.woocommerce .woocommerce-order-details {
    padding-bottom: 16px
}

.woocommerce-column__title,
.woocommerce-order-details__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 29px
}

.woocommerce-order-details__title {
    margin-bottom: 13px
}

.woocommerce .woocommerce-order-details table.shop_table {
    background: 0 0;
    border: 0;
    border-radius: 0;
    border-collapse: collapse;
    margin: 0 auto;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr + tr .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-weight: 400;
}

.woocommerce .woocommerce-order-details table.shop_table tr td,
.woocommerce .woocommerce-order-details table.shop_table tr th {
    vertical-align: top;
    border-top: 0;
    padding: 0
}

.woocommerce .woocommerce-order-details table.shop_table tr td:first-child {
    font-size: 14px;
    line-height: 18px;
    padding: 14px 15px 12px 0
}

.woocommerce .woocommerce-order-details table.shop_table tr td:last-child {
    padding: 0 0 12px
}

.woocommerce .woocommerce-order-details .woocommerce-table__product-total.product-total,
.woocommerce .woocommerce-order-details table.shop_table tfoot tr td {
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    text-align: right;
    line-height: 36px
}

.woocommerce-table__product-name.product-name a {
    color: #333;
} 

tfoot tr:first-child td .woocommerce-Price-amount.amount,
tfoot tr:first-child td .woocommerce-Price-currencySymbol {
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: right;
    line-height: 36px
}

tfoot tr:first-child td del .woocommerce-Price-amount.amount bdi,
tfoot tr:first-child td del .woocommerce-Price-amount.amount bdi span {
    font-size: 18px;
    font-weight: 700;
}

tfoot tr:first-child td .woocommerce-Price-amount.amount bdi,
tfoot tr:first-child td .woocommerce-Price-amount.amount bdi span {
    font-size: 24px;
    font-weight: 400;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr:first-child th {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px 17px 0
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr:first-child td {
    border-bottom: 1px solid #ccc;
    padding: 0 0 17px
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr th {
    font-weight: 300;
    padding: 10px 70px 11px 0
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr:nth-child(2) th {
    padding-top: 26px
}

.woocommerce .woocommerce-order-details table.shop_table tfoot tr:nth-child(2) td {
    padding-top: 16px
}

.woocommerce .woocommerce-customer-details address {
    background: #ececec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    margin: 0
}

.woocommerce .woocommerce-customer-details address p {
    margin-top: 8px
}

.woocommerce .woocommerce-customer-details address p.woocommerce-customer-details--email {
    word-break: break-all
}

.woocommerce-thankyou-page {
    padding-bottom: 58px
}

.woocommerce-thankyou-order-received {
    font-family: 'PT Sans', sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin: 57px 0 51px
}

.woocommerce ul.order_details {
    display: -webkit-flex;
    display: flex;
    list-style: none;
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0
}

.woocommerce ul.order_details li {
    float: none;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 14px;
    line-height: 18px;
    border: 0;
    border-right: 1px solid #ccc;
    padding: 19px 15px 15px;
    margin: 0;
    text-align: center;
}

.woocommerce ul.order_details li:nth-child(3) {
    word-break: break-all;
    padding-top: 15px;
}

.woocommerce ul.order_details li strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 5px;
}

.woocommerce-userPanel .woocommerce-Message--info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    background: 0 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    border: 0;
    padding: 0;
    margin: 0
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.woocommerce-userPanel .woocommerce-Message--info:before {
    content: none
}

.woocommerce-userPanel .woocommerce-Message--info .button {
    float: none;
    -webkit-order: 2;
    order: 2;
    font-family: 'PT Sans', sans-serif;
    margin-top: 22px
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    width: auto;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses>div {
    width: calc(50% - 30px);
    margin: 30px 15px 0
}

.woocommerce-MyAccount-content .woocommerce-Address {
    background: #edfaff;
    color: #333;
    padding: 32px 50px 30px
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title {
    margin-bottom: 24px
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 17px
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title>a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: .2em;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    padding: 14px 25px;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
    border-radius: 27px;
    font-weight: 600;
    letter-spacing: 0.07em;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title>a:focus,
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title>a:hover {
    color: #fff;
    text-decoration: none
}

.woocommerce form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper,
.woocommerce form.woocommerce-EditAccountForm {
    margin: 0 -15px
}

.woocommerce-address-fields button.button {
    line-height: 16px;
    transition: background .3s ease;
}

.woocommerce form.woocommerce-EditAccountForm {
    margin-top: -26px
}

.woocommerce form .woocommerce-address-fields .form-row,
.woocommerce form.woocommerce-EditAccountForm .form-row {
    padding: 26px 15px 0;
    margin: 0
}

.woocommerce form .woocommerce-address-fields .form-row.form-row-wide,
.woocommerce form.woocommerce-EditAccountForm .form-row.form-row-wide {
    clear: both
}

.woocommerce form .woocommerce-address-fields .form-row.form-row-first,
.woocommerce form.woocommerce-EditAccountForm .form-row.form-row-first {
    width: 100%
}

.woocommerce form .woocommerce-address-fields .form-row.form-row-last,
.woocommerce form.woocommerce-EditAccountForm .form-row.form-row-last {
    width: 100%
}

.woocommerce form .woocommerce-address-fields .form-row>label,
.woocommerce form.woocommerce-EditAccountForm .form-row label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px
}

.woocommerce form .woocommerce-address-fields .form-row input.input-text,
.woocommerce form.woocommerce-EditAccountForm .form-row input.input-text,
.woocommerce form.woocommerce-EditAccountForm .form-row textarea {
    height: 60px;
    background: #f7f7f7;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    padding: 18px 20px
}

.woocommerce form.woocommerce-EditAccountForm .form-row .password-input input.input-text {
    padding-right: 50px
}

.woocommerce form .woocommerce-address-fields .form-row input.input-text:focus,
.woocommerce form.woocommerce-EditAccountForm .form-row input.input-text:focus,
.woocommerce form.woocommerce-EditAccountForm .form-row textarea:focus {
    background: #ececec;
    color: #000;
    box-shadow: none
}

.woocommerce-EditAccountForm.edit-account button.button {
    transition: background .3s ease;
}

.woocommerce-EditAccountForm.edit-account button.button:hover {
    border-color: #4e628c;
}

.woocommerce form #billing_country_field .woocommerce-input-wrapper>strong,
.woocommerce form .shop-order .shipping_address .address-field strong {
    display: block;
    background: #333;
    color: #fff;
    padding: 20px 30px;
}

.woocommerce form .shop-order .form-row {
    padding: 0;
    margin: 0 0 24px
}

.woocommerce form .shop-order .form-row-first,
.woocommerce form .shop-order .form-row-last,
.woocommerce-page form .shop-order .form-row-first,
.woocommerce-page form .shop-order .form-row-last {
    float: none;
    width: auto
}

.woocommerce form .shop-order .form-row textarea {
    height: 144px;
    min-height: 144px;
    resize: vertical;
    padding: 8px 12px
}

.woocommerce form .shop-order .form-row label {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px
}

.woocommerce form .shop-order #billing_country_field .woocommerce-input-wrapper>strong,
.woocommerce form .shop-order .shipping_address .address-field strong {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    padding: 9px 12px
}

.woocommerce form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper+p {
    margin-top: 30px
}

.woocommerce .woocommerce-MyAccount-content form>h3 {
    font-size: 36px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 3px
}

.woocommerce form.woocommerce-EditAccountForm .form-row>span {
    display: block;
    margin-top: 6px
}

.woocommerce form.woocommerce-EditAccountForm fieldset>legend,
.woocommerce-EditAccountForm legend {
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    border: 0;
    padding: 0 15px;
    margin: 34px 0 0
}

.woocommerce form.woocommerce-EditAccountForm>p {
    padding: 0 15px;
    margin-top: 30px
}

.woocommerce form.woocommerce-EditAccountForm .show-password-input {
    top: 20px;
    right: 15px
}

#ship-to-different-address .woocommerce-form__label-for-checkbox {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 24px;
    cursor: pointer
}

.woocommerce-course {
    width: 100%;
}

.woocommerce-course thead {
    color: #fff;
    background: #1E4ACD;
}

.woocommerce-course thead .woocommerce-course__header {
    border: 1px solid #333;
}

.woocommerce-course thead .woocommerce-course__header,
.woocommerce-course .woocommerce-course__cell {
    padding: 10px;
}

.woocommerce-course .woocommerce-course__cell a {
    color: #1e4acd;
    font-weight: 500;
}

.woocommerce-cart-form button[name="update_cart"],
.woocommerce-cart-form input[name="update_cart"] {
    display: none;
}

.woocommerce-cart-form .coupon label {
    margin-bottom: 0;
    display: block;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin: 70px 0 15px;
}

.woocommerce-cart-form {
    padding-right: 7px;
}

.woocommerce-cart-form .coupon #coupon_code {
    margin: 0;
    border-radius: 27px;
    background: #fff;
    border: solid 1px #eeeeee;
    display: inline-block;
    height: 47px;
}

.woocommerce-course .woocommerce-course__cell {
    border-right: 1px solid #333;
}

.woocommerce-course .woocommerce-course__row {
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox input[type=checkbox] {
    display: none
}

#ship-to-different-address .woocommerce-form__label-for-checkbox span {
    position: relative;
    display: block;
    padding: 8px 12px 8px 41px
}

#ship-to-different-address .woocommerce-form__label-for-checkbox span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 26px;
    height: 26px;
    background: #fbf8f7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#ship-to-different-address .woocommerce-form__label-for-checkbox span:after {
    content: '\f00c';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 26px;
    font-family: FontAwesome;
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#ship-to-different-address .woocommerce-form__label-for-checkbox input[type=checkbox]:checked+span:after {
    opacity: 1
}

.woocommerce form .shop-order .create-account .woocommerce-form__label-for-checkbox {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .025em
}

.woocommerce form .shop-order .create-account .woocommerce-form__label-for-checkbox input[type=checkbox] {
    display: none
}

.woocommerce form .shop-order .create-account .woocommerce-form__label-for-checkbox span {
    display: block;
    position: relative;
    padding-left: 28px
}

.woocommerce form .shop-order .create-account .woocommerce-form__label-for-checkbox span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1
}

.woocommerce form .shop-order .create-account .woocommerce-form__label-for-checkbox span:after {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    font-family: FontAwesome;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    opacity: 0;
    padding-left: 2px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 2
}

.woocommerce form .shop-order .create-account .woocommerce-form__label-for-checkbox input[type=checkbox]:checked+span:after {
    opacity: 1
}

.woocommerce .shop-order table.shop_table {
    border: 0;
    border-radius: 0;
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.woocommerce table.shop_table td {
    padding: 0 4px 0 0;
    vertical-align: middle;
    line-height: 1em;
}

.woocommerce table.shop_table .woocommerce-cart-form__cart-item td {
    padding: 14px 25px;
    vertical-align: middle;
    line-height: 1.5em;
}

.woocommerce table.shop_table .woocommerce-cart-form__cart-item .table-details {
    padding: 14px 4px 14px 0;
}

.woocommerce-cart-form__cart-item.cart_item .table-details-price p {
    font-weight: 400;
}

.basket-primary.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .actions button.button {
    border-width: 1px;
}

.basket-primary.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr {
    position: relative;
}

.woocommerce .shop-order table.shop_table tr td,
.woocommerce .shop-order table.shop_table tr th {
    vertical-align: middle;
    font-weight: 400;
    border: 0
}

.woocommerce .shop-order .easypack-parcel-machine-select .button {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 18px
}

.panel-order .panel-body .cart-subtotal,
.panel-order .panel-body .order-total,
.panel-order .panel-body .woocommerce-free-shipment {
    border-bottom: 1px solid #ccc;
}

.free-shipment-checkout {
    text-align: right;
    color: #04318c;
    font-size: 12px;
    padding-top: 0;
    line-height: 14px;
    padding-bottom: 20px;
}

.free-shipment-checkout p strong {
    line-height: 1;
}

.woocommerce table.shop_table .woocommerce-free-shipment .free-shipment-checkout {
    padding: 0 0 15px;
}

#shipping_method {
    margin-bottom: -5px;
}

.panel-order .panel-body tbody {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.panel-order .panel-body th {
    text-align: left;
}

.panel-order .panel-body ul {
    list-style-type: none;
}

.woocommerce ul#shipping_method li {
    margin: 0
}

.woocommerce ul#shipping_method li+li {
    margin-top: 10px
}

.woocommerce ul#shipping_method li input {
    display: none
}

.woocommerce ul#shipping_method li label {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 40px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

#payment .newsletter-checkboxes label {
    line-height: 50px;
}

.empty-basket-info {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.woocommerce-cart .basket-summary-table #shipping_method,
.woocommerce-cart .basket-summary-table .woocommerce-shipping-calculator {
    display: none;
}

.return-to-shop {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.woocommerce ul#shipping_method li label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1
}

.woocommerce ul#shipping_method li label:after {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    font-family: FontAwesome;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    opacity: 0;
    padding-left: 2px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 2
}

.woocommerce-checkout-review-order.shop-basket-sticky tbody .cart_item td {
    padding: 10px 0;
}
.woocommerce-checkout-review-order.shop-basket-sticky tfoot .woocommerce-shipping-totals.shipping th,
.woocommerce-checkout-review-order.shop-basket-sticky tfoot .woocommerce-shipping-totals.shipping td,
.woocommerce-checkout-review-order.shop-basket-sticky tfoot .order-total th,
.woocommerce-checkout-review-order.shop-basket-sticky tfoot .order-total td,
.woocommerce-checkout-review-order.shop-basket-sticky tfoot .cart-subtotal th,
.woocommerce-checkout-review-order.shop-basket-sticky tfoot .cart-subtotal td {
    padding: 10px 0;
    line-height: 1.5;
}
.woocommerce-checkout-review-order.shop-basket-sticky #shipping_method {
    padding-bottom: 20px;
}
.woocommerce-checkout-review-order.shop-basket-sticky .basket-summary-price {
    padding-top: 22px;
}
.woocommerce ul#shipping_method li label bdi {
    font-weight: 400
}
.woocommerce-checkout-review-order.shop-basket-sticky tbody .cart_item td.product-name {
    padding-left: 20px;
}
.woocommerce ul#shipping_method li input:checked+label:after {
    opacity: 1
}

.woocommerce-checkout-review-order-table .easypack-shipping-method-logo {
    display: none !important;
    top: 0;
    margin-top: 5px
}

.woocommerce-thankyou-page .easypack-shipping-method-logo {
    display: block;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: right
}

.woocommerce-thankyou-page .easypack-shipping-method-logo img {
    display: inline-block
}

.woocommerce-thankyou-page .easypack-shipping-method-logo .italic {
    font-style: normal;
    font-weight: 400
}

#selected-parcel-machine {
    min-width: auto;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}

.woocommerce-checkout .shop-order #payment {
    background: 0 0
}

.woocommerce-checkout .shop-order #payment ul.payment_methods {
    border: 0;
    padding: 0
}

.wc_payment_method {
    font-size: 16px;
    line-height: 24px
}

.wc_payment_method label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid #cbcbcb;
    padding-left: 48px;
    padding-right: 15px;
    margin: 0;
    -webkit-transition: border .3s ease, box-shadow .3s ease;
    transition: border .3s ease, box-shadow .3s ease
}

.wc_payment_method input:checked+label {
    border-color: #8EC541;
    box-shadow: 0 0 4px rgba(132, 166, 121, 0.95)
}

.wc_payment_method label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wc_payment_method label:after {
    content: '\f00c';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 18px;
    font-family: FontAwesome;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    padding-left: 2px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wc_payment_method input:checked+label:after {
    opacity: 1
}

.woocommerce-checkout #payment ul.payment_methods li {
    position: relative;
    line-height: inherit
}

.woocommerce-checkout #payment ul.payment_methods li+li {
    margin-top: 12px
}

.woocommerce-checkout #payment ul.payment_methods li input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    font-size: 0;
    border: 0;
    border-radius: 0;
    opacity: 0;
    box-shadow: none;
    cursor: pointer;
    z-index: 1
}

.woocommerce-checkout #payment ul.payment_methods li img {
    margin: 0 0 0 10px
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: none !important;
    float: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    margin-left: 15px
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal:focus,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal:hover {
    text-decoration: underline
}

.woocommerce-checkout #payment div.payment_box {
    display: none !important
}

.woocommerce-checkout #payment div.form-row {
    padding: 0
}

.woocommerce p.stars a {
    display: block;
    height: auto;
    width: auto;
    font-size: 0;
    line-height: 0
}

.woocommerce p.stars a:focus,
.woocommerce p.stars a:hover {
    text-decoration: none
}

.woocommerce p.stars a:before {
    position: relative;
    content: '\f006';
    font-family: FontAwesome;
    width: auto;
    height: auto;
    color: #333;
    font-size: 36px;
    line-height: 1
}

.woocommerce p.stars:hover a:before {
    content: '\f006'
}

.woocommerce p.stars a.hovered~a.highlighted:not(.hovered):before,
.woocommerce p.stars a:hover~a:before,
.woocommerce p.stars.selected a.active~a:before {
    content: '\f006';
    color: #333
}

.woocommerce p.stars a.highlighted:before,
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars.selected a:not(.active):before {
    content: '\f005';
}

.woocommerce p.stars a.hovered:before {
    content: '\f005' !important
}

.woocommerce #reviews #comments ol.commentlist {
    width: auto;
    max-width: 870px;
    list-style: none;
    padding: 0 0 20px;
    margin: 0
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative;
    float: none;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    min-width: 70px;
    width: 70px;
    height: auto;
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-height: 70px;
    background: #fbf8f7;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 15px;
    margin-left: 15px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0
}

.commentlist .children {
    list-style: none;
    padding: 0 0 0 35px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: -5px 0 0 0
}

.woocommerce .star-rating {
    float: none;
    overflow: visible;
    height: auto;
    line-height: inherit;
    font-size: inherit;
    width: auto;
    font-family: 'PT Sans', sans-serif
}

.woocommerce .star-rating span:before,
.woocommerce .star-rating:before {
    content: none;
    display: none
}

#order_review #payment #place_order {
    border-radius: 27px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    height: 47px;
    padding: 14px 25px;
    color: #fff;
    text-transform: uppercase;
    line-height: 16px;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    float: none
}

.woocommerce-MyAccount-content .woocommerce-Button {
    line-height: 18px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    opacity: 0;
    pointer-events: none;
}

.woocommerce form .shop-order .woocommerce-terms-and-conditions-wrapper p.form-row {
    margin-left: 20px;
}

.mini-basket-item .cart_price.wdr_product_strikeout del {
    font-size: 12px;
}

.cart_price.wdr_product_strikeout del {
    font-size: 20px;
}

.cart_price.wdr_product_strikeout ins {
    text-decoration: none!important;
}

.table-priceTotal {
    min-width: 130px;
}

.table-priceTotal ins {
    text-decoration: none;
    font-weight: bold;
}

.table-priceTotal del {
    display: none;
}

.cart_price.wdr_cart_strikeout del {
    font-size: 13px;
}

.cart_price.wdr_cart_strikeout ins {
    text-decoration: none;
    font-weight: bold;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) " ";
    display: none;
}

.woocommerce-userPanel table.shop_table_responsive tr td::before {
    display: none!important;
}

.shop_table.shop_table_responsive {
    width: 100%;
}

.cart-subtotal th {
    text-align: left;
}

.order-total th {
    text-align: left;
}

.order-total {
    padding-bottom: 15px;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity,
.woocommerce-cart-form__cart-item.cart_item .product-quantity input {
    max-width: 123px;
}

.woocommerce-cart-form__cart-item.cart_item .product-quantity input {
    max-width: 100px;
}

.woocommerce-terms-and-conditions-checkbox-text {
    line-height: 24px;
}

.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
    margin-top: 2px!important;
    text-align: left;
}

.wc_payment_method label::before,
.wc_payment_method label::after {
    content: '';
    display: none;
}

#shipping_method li {
    position: relative;
}

#payment ul .checkmark {
    top: 12.5px;
    left: 15px;
}

#payment .checkmark,
#payment .newsletter-checkboxes input:checked~.checkmark,
#payment .newsletter-checkboxes input:hover~.checkmark,
#shipping_method .checkmark,
#shipping_method .newsletter-checkboxes input:checked~.checkmark,
#shipping_method .newsletter-checkboxes input:hover~.checkmark {
    background-color: #fff;
}

.woocommerce ul#shipping_method li label::before,
.woocommerce ul#shipping_method li label::after {
    display: none;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    text-align: left;
}

.woocommerce-terms-and-conditions-wrapper .checkmark,
.woocommerce-terms-and-conditions-wrapper .newsletter-checkboxes input:checked~.checkmark,
.woocommerce-terms-and-conditions-wrapper .newsletter-checkboxes input:hover~.checkmark {
    background: #fff;
}

.woocommerce-terms-and-conditions-wrapper .checkmark {
    top: 12.5px;
}

.basket-primary-heading {
    border-bottom: solid 1px #cccccc;
}

.products-list-favourites {
    margin-top: 30px;
}

.products-list-favourites h5 {
    text-align: center;
    margin: 20px 0 60px;
}

.products-list-favourites .col-md-12 > h4 {
    margin-top: 62px;
}

.shop-basket-table .woocommerce-Price-currencySymbol {
    font-weight: 400;
}

.shop-basket-table .woocommerce-Price-amount.amount bdi,
.shop-basket-summary .woocommerce-Price-amount.amount .woocommerce-Price-amount bdi,
.shop-basket-summary .woocommerce-Price-currencySymbol {
    font-weight: 400;
}

.mini-basket-list .mini-basket-empty {
    margin: 0 15px;
}

.order-total.summary-row .title {
    padding-top: 15px;
}

.order-total.summary-row .basket-summary-price {
    padding-top: 16px;
}

.primary-flex .primary-flex-content .products-single .woocommerce-breadcrumb a,
.primary-flex .primary-flex-content .products-single .woocommerce-breadcrumb {
    color: #666666;
}

@media (max-width:1279px) {
    .row-basket-sticky {
        display: -webkit-flex;
        display: flex
    }
    .products-filters>li+li {
        margin-left: 30px
    }
    .productSingle-tabs-content {
        padding-right: 200px
    }
    .productSingle-sliderSecondary {
        padding: 0 48px
    }
    .productSingle-sliderSecondary .slick-prev {
        left: 0
    }
    .productSingle-sliderSecondary .slick-next {
        right: 0
    }
    .products-collection-thumbnail {
        margin-right: 15px
    }
    .products-collectionPreview-wrapper {
        margin-right: -42px
    }
    .shop-basket .shop-basket-summary {
        margin-top: 68px
    }
    .woocommerce ul.order_details {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .woocommerce ul.order_details li:nth-child(1),
    .woocommerce ul.order_details li:nth-child(2),
    .woocommerce ul.order_details li:nth-child(3) {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        min-width: 33.33333333%;
        width: 33.33333333%
    }
    .woocommerce ul.order_details li:nth-child(3) {
        border-right: 0
    }
    .woocommerce ul.order_details li:nth-child(4),
    .woocommerce ul.order_details li:nth-child(5) {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-width: 50%;
        width: 50%;
        border-top: 1px solid #ccc
    }
    .productSingle-actions {
        margin-right: -5px;
        margin-left: -5px
    }
    .productSingle-actions>li {
        padding: 0 5px
    }
    .productSingle-actions .btn-primary {
        padding: 14px 18px
    }
    .productSingle-actions .btn-primary.btn-icon {
        font-size: 14px;
        padding: 8px 13px
    }
    .productSingle-actions .btn-primary.btn-icon-square {
        width: 48px;
        height: 48px;
        padding: 0
    }
    .productSingle-actions .btn-icon-favorite {
        width: 26px;
        height: 23px;
        background-size: 26px 23px
    }
    .productSingle-actions .btn-primary-icon {
        margin-left: 6px
    }
    .mini-basket-list {
        max-height: 221px
    }
}

@media (max-width: 1199px) {
    .product-buttons .addToWhishlist .far.fa-heart {
        margin: auto 15px auto 30px;
    }
}

@media (max-width:991px) {
    .product-buttons .addToWhishlist {
        margin-top: 30px;
    }
    .product-buttons .addToWhishlist .far.fa-heart {
        margin: auto 15px auto 0;
    }
    .row-order-sticky {
        display: -webkit-flex;
        display: flex
    }
    .woocommerce table.shop_table .coupon {
        margin-bottom: 40px;
    }
    .shop-order-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 160px
    }
    #orderCollapse_1 .panel-button,
    #orderCollapse_2 .panel-button,
    #orderCollapse_3 .panel-button {
        displaY: none;
    }
    .mini-basket-list {
        max-height: 254px;
        overflow: auto
    }
    .mini-basket-thumb {
        width: 48px;
        height: 48px;
        padding: 2px
    }
    .mini-basket-thumb>span {
        width: 42px;
        height: 42px
    }
    .mini-basket-details {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
        padding-left: 63px
    }
    .mini-basket-details p+p {
        margin-top: 3px
    }
    .mini-basket-links {
        text-align: center;
        padding-top: 0
    }
    .mini-basket-links a {
        display: inline-block;
        width: 180px;
        font-size: 14px;
        line-height: 16px;
        padding: 10px 12px;
        margin-top: 15px
    }
    .product-banner {
        max-width: 480px;
        height: auto;
        margin: 0 auto 58px
    }
    .product-banner-thumb {
        display: none
    }
    .product-banner-thumb-mobile {
        display: block
    }
    .product-banner-wrapper {
        position: relative;
        bottom: 0;
        width: auto;
        text-align: center;
        padding: 0;
        margin-top: 28px
    }
    .product-item.w-actions .product-item-actions {
        display: none
    }
    .products-filters-list>li>a {
        font-size: 20px;
        white-space: normal;
        line-height: 30px;
        padding-left: 42px
    }
    .products-filters-list>li>a:after,
    .products-filters-list>li>a:before {
        width: 30px;
        height: 30px
    }
    .products-filters-list>li>a:after {
        font-size: 20px;
        line-height: 30px
    }
    .products-price-slider {
        width: auto
    }
    .productSingle-content {
        padding-top: 48px
    }
    .productSingle-tabs-content {
        padding-right: 0
    }
    .products-collection-thumbnail {
        max-width: 522px;
        padding: 0 21px;
        margin: 0 auto
    }
    .products-collection-content {
        max-width: 522px;
        text-align: center;
        padding: 45px 21px 0;
        margin: 0 auto
    }
    .products-collectionPreview-wrapper {
        margin-right: -32px
    }
    .woocommerce form.login {
        margin-bottom: 40px
    }
    .woocommerce-MyAccount-navigation ul>li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-width: 50%;
        width: 50%
    }
    .woocommerce-MyAccount-navigation ul>li>a {
        height: 160px
    }
    .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses>div {
        width: calc(100% - 30px)
    }
    .shop-order .collapse {
        display: block !important;
        height: auto !important
    }
    .panel-order.panel-filled .panel-title {
        color: #333
    }
    .panel-order .panel-title>a:before {
        display: none;
        content: none
    }
    .panel.panel-order {
        border-bottom: 0
    }
    .panel.panel-order .checkout-summary {
        display: none !important
    }
    .basket-summary-title {
        display: none
    }
    .shop-basket-summary {
        background: 0 0;
        padding-top: 0;
        margin-top: 0
    }
    .basket-summary-products {
        margin: -10px 0 0
    }
    .panel-group .panel.panel-order:last-child .panel-body {
        padding-bottom: 0
    }
    .basket-summary-table tr.summary-action td {
        padding: 32px 0 0
    }
    .product-item {
        margin-bottom: 40px
    }
    .product-item-thumbInner>div {
        top: 6px;
        right: 6px;
        bottom: 6px;
        left: 6px
    }
    .product-item-promo {
        top: 6px;
        left: 6px;
        font-size: 10px;
        line-height: 22px;
        padding: 0 9px 0 10px
    }
    .product-item-title {
        font-size: 14px;
        line-height: 20px
    }
    .frontPage-best-products {
        padding-bottom: 40px
    }
    .product-item.w-actions .product-item-addToCart,
    .product-item.w-actions .product-item-favorite {
        opacity: 0;
        -webkit-transition: background .3s ease, opacity .3s ease;
        transition: background .3s ease, opacity .3s ease
    }
    .product-item.w-actions:hover .product-item-addToCart,
    .product-item.w-actions:hover .product-item-favorite {
        opacity: 1
    }
    .row-w-banner {
        display: -webkit-flex;
        display: flex
    }
    .row-products-collection {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding-bottom: 72px
    }
    .row-products-collection:after,
    .row-products-collection:before {
        content: none;
        display: none;
        clear: none
    }
    .row-products-collection>div {
        float: none
    }
}

@media (min-width: 766px) {
    #customer_login .col-md-6:nth-child(2):before {
        content: "";
        border-left: 1px solid #cccccc;
        position: absolute;
        left: 0;
        top: 10%;
        bottom: 20%;
    }
}

@media(max-width: 767px) {
    .product-buttons .addToWhishlist {
        margin-top: 10px;
    }
    .product-buttons .addToWhishlist .far.fa-heart {
        margin: auto 15px auto 30px;
    }
    .products-list {
        padding: 18px 0 66px
    }
    .product-banner-thumb-mobile {
        display: block
    }
    .row-products-list {
        margin-right: -7px;
        margin-left: -7px
    }
    .row-products-list>div {
        padding-right: 7px;
        padding-left: 7px
    }
    .product-item.w-actions {
        margin-bottom: 22px
    }
    .product-item.w-actions .product-item-thumbInner>div,
    .product-item.w-thumb-sm .product-item-thumbInner>div {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
    .product-item.w-actions .product-item-promo {
        top: 10px;
        left: 0;
    }
    .product-item-addToCart {
        top: 12px
    }
    .product-item-favorite {
        top: 12px;
        right: 20px
    }
    .product-banner {
        max-width: none;
        margin-bottom: 30px
    }
    .product-banner-wrapper {
        margin-top: 10px
    }
    .product-banner-title {
        font-size: 36px;
        line-height: 42px
    }
    .product-banner-link {
        margin-top: 19px
    }
    .products-pagination {
        padding-top: 52px
    }
    .products-favorite {
        padding: 4px 0 5px
    }
    .products-list-favourites>div>p {
        margin-bottom: 35px
    }
    .shop-return {
        margin-bottom: 31px
    }
    .shop-simple-title {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 30px
    }
    .product-item-remove {
        top: 11px;
        right: 11px;
        width: 30px;
        height: 30px;
        background-size: 16px 16px
    }
    .products-single {
        padding: 26px 0 58px
    }
    .row-productSingle-wrapper {
        margin-bottom: 26px
    }
    .productSingle-sliderPrimary {
        padding: 0 27px
    }
    .productSingle-sliderSecondary {
        display: none !important
    }
    .productSingle-content {
        text-align: center;
        padding-top: 57px
    }
    .productSingle-title {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 16px
    }
    .productSingle-availability {
        margin-bottom: 8px
    }
    .productSingle-price {
        margin-bottom: 29px
    }
    .productSingle-size-group {
        padding-bottom: 40px
    }
    .productSingle-actions {
        padding-bottom: 23px
    }
    .productSingle-contact {
        margin-bottom: 18px
    }
    .productSingle-content ul,
    .productSingle-details,
    .productSingle-spec {
        text-align: left
    }
    .productSingle-actions,
    .productSingle-contact,
    .productSingle-set {
        -webkit-justify-content: center;
        justify-content: center
    }
    .productSingle-set {
        font-size: 12px;
        padding-bottom: 21px
    }
    .products-similar {
        padding-bottom: 69px
    }
    .products-collection {
        padding: 30px 0 9px
    }
    .row-products-collection {
        padding-bottom: 58px
    }
    .products-collection-content {
        max-width: none;
        text-align: left;
        padding-top: 35px
    }
    .products-collection-subTitle {
        font-size: 14px;
        line-height: 20px
    }
    .products-collection-title {
        font-size: 42px;
        margin-top: 14px
    }
    .products-collection-description {
        margin-top: 28px
    }
    .products-collection-link {
        margin-top: 37px
    }
    .collection-slider-mobile {
        padding-bottom: 37px
    }
    .products-collectionPreview {
        margin-bottom: 49px
    }
    .products-collectionPreview-wrapper {
        margin-right: -20px
    }
    .shop-basket {
        padding: 4px 0 40px
    }
    .shop-basket-table {
        border-top: 1px solid #ccc;
        margin-top: -8px
    }
    .basket-primary,
    .basket-primary>tbody,
    .basket-primary>tbody>tr,
    .basket-primary>tbody>tr>td {
        display: block;
        width: auto
    }
    .basket-primary>tbody>tr {
        position: relative
    }
    .basket-primary>tbody>tr>td {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .basket-primary-heading,
    .table-priceTotal {
        display: none !important
    }
    .shop-basket-summary {
        padding: 0 0 36px;
        margin: 0 -15px
    }
    .basket-summary-table tr td:first-child {
        padding-left: 15px
    }
    .basket-summary-table tr td:last-child {
        padding-right: 15px
    }
    .basket-summary-table tr.summary-row {
        border-top: 0
    }
    .basket-summary-table tr.summary-action .btn-primary {
        max-width: 290px;
        margin: 0 auto
    }
    .basket-summary-table tr.summary-row td {
        padding-bottom: 27px
    }
    .products-slider .slick-arrow {
        display: none !important
    }
    .woocommerce-authorization {
        padding-bottom: 0
    }
    #customer_login>div {
        padding: 0
    }
    .woocommerce-userPanel {
        padding: 0 0 40px
    }
    .woocommerce-MyAccount-content {
        margin-top: 30px
    }
    .woocommerce-MyAccount-navigation {
        margin-top: -10px
    }
    .woocommerce-MyAccount-navigation ul>li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        width: 100%;
        margin-top: 10px
    }
    .woocommerce-MyAccount-navigation ul>li>a {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: stretch;
        justify-content: stretch;
        -webkit-align-items: center;
        align-items: center;
        height: auto;
        font-size: 16px;
        line-height: 20px;
        padding: 14px 19px
    }
    .woocommerce-MyAccount-navigation ul>li>a:before {
        font-size: 24px;
        margin-right: 12px;
        margin-bottom: 0
    }
    .woocommerce-MyAccount-navigation ul>li>a:after {
        top: 4px;
        right: 4px;
        bottom: 4px;
        left: 4px
    }
    .woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__cell-order-actions,
    .woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__cell-order-number,
    .woocommerce table.woocommerce-MyAccount-orders tr td.woocommerce-orders-table__header-order-actions,
    .woocommerce table.woocommerce-MyAccount-orders tr th.woocommerce-order-table_header-order-date {
        width: auto
    }
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 1px solid #dbdbdb
    }
    .woocommerce table.woocommerce-MyAccount-orders tr+tr {
        margin-top: 20px
    }
    .woocommerce table.woocommerce-MyAccount-orders tr td {
        border-top: 0
    }
    .woocommerce table.woocommerce-MyAccount-orders tr:not(:first-child) td:first-child {
        border-top: 1px solid #dbdbdb
    }
    .woocommerce .woocommerce-customer-details,
    .woocommerce .woocommerce-order-details {
        margin-right: -15px;
        margin-left: -15px
    }
    .woocommerce .woocommerce-order-details {
        padding-bottom: 6px
    }
    .woocommerce-order-details__title {
        margin-bottom: 26px
    }
    .woocommerce .woocommerce-order-details table.shop_table,
    .woocommerce .woocommerce-order-details table.shop_table tbody,
    .woocommerce .woocommerce-order-details table.shop_table tbody tr,
    .woocommerce .woocommerce-order-details table.shop_table tbody tr td,
    .woocommerce .woocommerce-order-details table.shop_table tbody tr th,
    .woocommerce .woocommerce-order-details table.shop_table tfoot,
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr,
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr td,
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr th {
        display: block
    }
    .woocommerce .woocommerce-order-details table.shop_table tr td:first-child {
        padding: 0
    }
    .woocommerce .woocommerce-order-details .woocommerce-table__product-total.product-total,
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr td {
        text-align: left
    }
    .woocommerce .woocommerce-order-details table.shop_table tr td:last-child {
        padding-bottom: 25px
    }
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr:first-child th {
        border-bottom: 0;
        padding: 0
    }
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr:first-child td {
        padding: 0 0 28px
    }
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr:nth-child(2) th {
        padding: 30px 0 0
    }
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr:nth-child(2) td {
        padding: 0 0 22px
    }
    .woocommerce .woocommerce-order-details table.shop_table tr td:last-child {
        padding-bottom: 22px
    }
    .woocommerce .woocommerce-order-details table.shop_table tfoot tr th {
        padding: 0
    }
    .woocommerce-thankyou-page {
        padding-bottom: 40px
    }
    .woocommerce ul.order_details li:nth-child(1),
    .woocommerce ul.order_details li:nth-child(2),
    .woocommerce ul.order_details li:nth-child(3),
    .woocommerce ul.order_details li:nth-child(4),
    .woocommerce ul.order_details li:nth-child(5) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        width: 100%;
        border-right: 0
    }
    .woocommerce ul.order_details li:nth-child(2),
    .woocommerce ul.order_details li:nth-child(3),
    .woocommerce ul.order_details li:nth-child(4),
    .woocommerce ul.order_details li:nth-child(5) {
        border-top: 1px solid #ccc
    }
    .woocommerce-thankyou-order-received {
        font-size: 36px;
        margin: 36px 0 34px
    }
    .woocommerce-userPanel .woocommerce-Message--info {
        font-size: 30px;
        line-height: 32px
    }
    .woocommerce-userPanel .woocommerce-Message--info .button {
        margin-top: 24px
    }
    .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses>div,
    .woocommerce form.woocommerce-EditAccountForm>p {
        width: 100%;
        margin: 30px 0 0
    }
    .woocommerce form .woocommerce-address-fields .form-row.form-row-first,
    .woocommerce form .woocommerce-address-fields .form-row.form-row-last,
    .woocommerce form.woocommerce-EditAccountForm .form-row.form-row-first,
    .woocommerce form.woocommerce-EditAccountForm .form-row.form-row-last {
        float: none;
        width: auto
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        -ms-flex-preferred-size: 36px;
        flex-basis: 36px;
        min-width: 36px;
        width: 36px;
        padding: 2px
    }
    .comment-text .star-rating>span {
        padding: 5px 10px
    }
    .row-products-list>div {
        width: 100%;
        min-width: 100%
    }
    .summary.entry-summary {
        margin-left: 0;
    }
    .productSingle-slider-group {
        margin-bottom: 40px;
    }
}

@media (max-width:599px) {
    .productSingle-actions {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -10px
    }
    .productSingle-actions>li {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 10px
    }
    .productSingle-actions>li:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        width: 100%
    }
    .productSingle-title {
        font-size: 30px;
        line-height: 34px
    }
    .productSingle-price {
        font-size: 48px
    }
}

@media (max-width: 576px) {
    .products-list-favourites .row {
        margin: 0;
    }
    
    .products-list-favourites .col-md-12 > h4 {
        text-align: center;
    }
    .products.columns-4 {
        padding-left: 0;
    }
}

@media (max-width:479px) {
    .row-products-list>div.sizeMax480 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        min-width: 100%;
        width: 100%
    }
    .mini-basket-list {
        max-height: 169px
    }
    .mini-basket-links a {
        display: block
    }
    .table-details-thumb {
        float: none;
        height: 100px;
        width: 100px;
        border: 1px solid #dbdbdb;
        margin: 0 auto
    }
    .table-details-thumb img {
        height: 98px
    }
    .table-details-body {
        text-align: center;
        padding: 18px 0 0
    }
    .table-quantity-group {
        -webkit-justify-content: center;
        justify-content: center
    }
    .basket-summary-table tr td.title {
        white-space: normal
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        display: none
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        min-height: auto;
        margin-left: 0
    }
    .productSingle-contact a {
        display: block
    }
    .order-login-heading {
        -webkit-flex-direction: column;
        flex-direction: column
    }
    .order-login-heading>div+div {
        margin-top: 15px
    }
    .dropdown-basket {
        padding-bottom: 15px
    }
    .mini-basket-list {
        max-height: 169px
    }
    .mini-basket-summary {
        display: none
    }
    .mini-basket-links {
        border-top: 1px solid #e8e8e8;
        margin: 0 -15px;
        padding: 5px 15px 0
    }
    .mini-basket-links a {
        margin-top: 10px
    }
    .mini-basket-links a+a {
        margin-top: 10px
    }
    .wc_payment_method label {
        margin-right: 0
    }
    .shop_table.woocommerce-checkout-review-order-table.basket-summary-table tr,
    .shop_table.woocommerce-checkout-review-order-table.basket-summary-table tr th,
    .shop_table.woocommerce-checkout-review-order-table.basket-summary-table tr td {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .shop_table.woocommerce-checkout-review-order-table.basket-summary-table tr ul {
        padding: 0;
    }
    .shop_table.woocommerce-checkout-review-order-table.basket-summary-table tr td .bs-product-thumb {
        margin: 15px auto 10px;
    }
    .shop_table.woocommerce-checkout-review-order-table.basket-summary-table tfoot,
    .shop_table.woocommerce-checkout-review-order-table.basket-summary-table tbody,
    .shop_table.woocommerce-checkout-review-order-table.basket-summary-table {
        display: block;
        width: 100%;
    }
    .shop_table.woocommerce-checkout-review-order-table.basket-summary-table tfoot tr {
        padding: 15px 0;
    }
    .shop_table.woocommerce-checkout-review-order-table.basket-summary-table tbody {
        padding-bottom: 15px;
        margin-bottom: 0;
    }
    .shop_table.woocommerce-checkout-review-order-table.basket-summary-table tfoot tr td:nth-child(2) {
        display: none;
    }

    .shop_table.woocommerce-checkout-review-order-table.basket-summary-table tfoot tr td[data-title="Wysyłka"] {
        display: block;
    }
    .woocommerce-MyAccount-navigation ul {
        margin-top: 33px;
    }
    .woocommerce-error {
        margin-top: 12px;
    }
}

@media (max-width: 420px) {
    .basket-coupon-input {
        max-width: unset;
    }

     .woocommerce .coupon button.button {
        width: 100%;
        margin: 15px 0 0;
    }

    .woocommerce-cart-form {
        padding: 0;
    }

    .coupon.checkout-coupon #coupon_code {
        width: 100%;
        max-width: unset;
    }
}

@media (max-width:359px) {
    .woocommerce table.shop_table .cart-discount td {
        text-align: center;
    }
    .woocommerce-shipping-destination {
        text-align: center;
    }
    .free-shipment-checkout p {
        text-align: center;
    }
    .basket-summary-table tr td.price {
        padding-top: 11px;
    }
    .products-collection-content,
    .products-collection-thumbnail {
        padding-right: 0;
        padding-left: 0
    }
    .free-shipment-checkout {
        margin-top: 10px;
    }
    .products-collectionPreview-wrapper {
        margin-right: -13px
    }
    .basket-summary-table {
        width: auto
    }
    .basket-summary-table,
    .basket-summary-table>tbody,
    .basket-summary-table>tbody>tr,
    .basket-summary-table>tbody>tr>td {
        display: block;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .basket-summary-table tr td.title {
        width: auto;
        text-align: center;
        padding-bottom: 0
    }
    .basket-summary-table tr td.price {
        text-align: center;
    }
    .basket-coupon-title,
    .basket-summary-table tr.basket-shipment-info td,
    .basket-summary-title {
        text-align: center
    }
    .basket-coupon-group {
        -webkit-justify-content: center;
        justify-content: center
    }
    .basket-coupon-input {
        text-align: center;
        margin-right: 0
    }
    #customer_login h2,
    .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses>div,
    .woocommerce .woocommerce-customer-details,
    .woocommerce .woocommerce-order-details,
    .woocommerce form.login,
    .woocommerce form.register {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (max-width: 389px) {
    .product-buttons {
        justify-content: center;
    }
    .product-buttons .addToWhishlist .far.fa-heart {
        margin: auto 15px auto 0;
    }
    .product-buttons .addToWhishlist {
        margin-top: 30px;
        padding: 0 20px;
    }
}
@media (max-height:319px) {
    .mini-basket-list {
        max-height: 100px
    }
}

@media (min-width: 991px) {
    .product-item.w-actions:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: -88px;
        left: 0;
        background: #fff;
        border: 1px solid #707070;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        z-index: -1
    }
    .product-item.w-actions:focus:before,
    .product-item.w-actions:hover:before {
        opacity: 1
    }
    .product-item.w-actions:hover .product-item-thumb {
        border-color: transparent
    }
}

.product-primary-quantity.for-QTY {
    display: flex;
    border: 1px solid #cccccc;
    border-radius: 27px;
    overflow: hidden;
    width: 139px;
    justify-content: space-between;
}

.product-primary-quantity.for-QTY .quantity-input {
    display: block;
    width: 47px;
    background: #fff;
    color: #000;
    font-size: 22px;
    text-align: center;
    line-height: 52px;
    border: none;
    outline: 0;
    box-shadow: none;
    padding: 0;
    -moz-appearance: textfield;
    width: 100%;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}

.product-primary-quantity.for-QTY .quantity-button {
    background: none;
    border: none;
    padding: 5px 11%;
    font-weight: 600;
    font-size: 20px;
}

.summary.entry-summary .cart .quantity {
    display: none;
}

.product-delivery-row {
    display: flex;
    line-height: 22px;
    margin-bottom: 19px;
}

.product-delivery-icon {
    display: flex;
    font-size: 14px;
}

.product-delivery-icon img {
    width: auto;
    height: 20px;
    margin-right: 10px;
}

.product-delivery-row .product-delivery-icon:first-child>p {
    margin-right: 45px;
}

.sku_wrapper,
.posted-in,
.tagged_as {
    display: block;
}

.posted-in a:first-child,
.tagged_as a:first-child {
    text-transform: capitalize;
}

.woocommerce .shop-order table.shop_table .basket-shipment-info td {
    text-align: right;
    color: #04318c;
    font-size: 12px;
    padding-top: 0;
    line-height: 14px;
    padding-bottom: 20px;
}