/*If you have no experience with Magento 2 and need to change the css of this project, please make every change here*/

span.style-checkmark-filter {
	position: absolute;
	top: 3px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: transparent;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
}

input.style-input-filter {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

li.style-filter-li {
    position: relative;
    cursor: pointer;
}

span.style-checkmark-filter:after {
    content: "";
    position: absolute;
    display: none;
}

span.style-checkmark-filter:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 9px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

input.style-input-filter:checked ~ .style-checkmark-filter:after {
    display: block;
}

/*Gallery Images*/

.fotorama-item.fotorama:not(.fotorama--fullscreen) .fotorama__arr--next .fotorama__arr__arr, .fotorama-item.fotorama:not(.fotorama--fullscreen) .fotorama__arr--prev .fotorama__arr__arr {
    background: none;
    height: auto;
    width: auto;
    margin: 5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fotorama-item.fotorama:not(.fotorama--fullscreen) .fotorama__arr--next .fotorama__arr__arr:before, .fotorama-item.fotorama:not(.fotorama--fullscreen) .fotorama__arr--prev .fotorama__arr__arr:before {
    display: block;
    width: auto;
    height: auto;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #212529;
}

.fotorama-item.fotorama:not(.fotorama--fullscreen) .fotorama__arr--next .fotorama__arr__arr:before {
    content: '›';
}

.fotorama-item.fotorama:not(.fotorama--fullscreen) .fotorama__arr--prev .fotorama__arr__arr:before {
    content: '‹';
}

.fotorama-item.fotorama:not(.fotorama--fullscreen) .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.fotorama-item.fotorama:not(.fotorama--fullscreen) .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.fotorama-item.fotorama:not(.fotorama--fullscreen) .fotorama__arr {
    bottom: 53px;
    width: auto;
    height: auto;
    right: 37px !important;
    background-color: transparent;
    top: auto;
    margin: 5px;
    /*margin-right: 37px;*/
}

.fotorama-item.fotorama:not(.fotorama--fullscreen) .fotorama__arr--prev {
    left: auto;
    right: 70px !important;
}

.fotorama-item.fotorama:not(.fotorama--fullscreen) .fotorama__arr .fotorama__arr__arr {
    top: auto;
    left: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama-item.fotorama:not(.fotorama--fullscreen) .fotorama__arr--next .fotorama__arr__arr, .fotorama-item.fotorama:not(.fotorama--fullscreen) .fotorama__arr--prev .fotorama__arr__arr {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fotorama__wrap--css3 .fotorama__stage__shaft {
    max-width: 100% !important;
}

.fotorama__wrap--css3 .fotorama__stage {
    left: 0 !important;
}

.fotorama__wrap--css3 .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    left: -52px;
}

.gallery-placeholder .fotorama-item.fotorama {
    overflow: visible;
}

a.action.towishlist .icon-added-to-wishlist {
    display: none;
}

a.action.towishlist.added-to-wishlist .icon-not-added-to-wishlist {
    display: none;
}

a.action.towishlist.added-to-wishlist .icon-added-to-wishlist {
    display: inline-block;
}

.payment-option.discount-code .payment-option-title {
    padding: 20px 0;
}

.payment-option.discount-code .payment-option-title {
    cursor: pointer;
}

.payment-option.discount-code .payment-option-title .action-toggle {
    display: inline-block;
    text-decoration: none;
    background-color: #9bbfb3;
    color: #FFFFFF;
    padding: 10px;
    font-weight: bold;
}

.payment-option.discount-code .payment-option-title .action-toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 16px;
    /*color: #3d3d3d;*/
    color: #FFFFFF;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}


#block-discount-heading {
    display: inline-block;
    text-decoration: none;
    background-color: #9bbfb3;
    color: #FFFFFF;
    padding: 10px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    text-transform: none;
    margin-bottom: 0px;
}

#block-discount-heading:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 16px;
    /*color: #3d3d3d;*/
    color: #FFFFFF;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.payment-option.discount-code._active .payment-option-title .action-toggle:after {
    content: '\e621';
}

.payment-option.discount-code .payment-option-content {
    padding: 0 0 20px 22px;
}

.opc-wrapper .payment-option.discount-code .form-discount {
    max-width: 500px;
}

.payment-option.discount-code .payment-option-content .form-discount {
    display: table;
    width: 100%;
}

.payment-option.discount-code .payment-option-inner {
    margin: 0 0 20px;
}

.payment-option.discount-code .payment-option-content .form-discount .actions-toolbar {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}

.payment-option.discount-code .payment-option-content .form-discount .actions-toolbar .primary {
    float: left;
}

.payment-option.discount-code .payment-option-content .form-discount .actions-toolbar .primary .action {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0 0 0 -2px;
    white-space: nowrap;
    width: auto;
}

.evidence-carousel .evidence-item .evidence-img, .products-grid .product-items .product-item.item .product-item-info a.product.photo.product-item-photo,
.products-grid .product-item-info a.product.photo.product-item-photo {
    position: relative;
    text-decoration: none;
    display: block;
}

.evidence-carousel .evidence-item .evidence-img .percent-color-blue, .products-grid .product-items .product-item.item .product-item-info a.product.photo.product-item-photo .percent-color-blue, .products-grid .product-item-info a.product.photo.product-item-photo .percent-color-blue,  .catalog-product-view .percent-color-blue {
    background-color: #474747;
    color: #fff;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 17px;
    line-height: 1.2;
    border-radius: 100%;
    padding: 11px 3px;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2;
}

@media (max-width: 768px) {
    .evidence-carousel .evidence-item .evidence-img .percent-color-blue, .products-grid .product-items .product-item.item .product-item-info a.product.photo.product-item-photo .percent-color-blue, .products-grid .product-item-info a.product.photo.product-item-photo .percent-color-blue, .catalog-product-view .percent-color-blue {
        width: 30px;
        height: 30px;
        font-size: 10px;
        line-height: 0.4em;
        top: 25px;
        left: 25px;
        padding-top: 4px;
    }

    .catalog-product-view .percent-color-blue {
        top: 10px;
        left: 10px;
    }

    .evidence-carousel .evidence-item .evidence-img .percent-color-blue img, .products-grid .product-items .product-item.item .product-item-info a.product.photo.product-item-photo .percent-color-blue img, .products-grid .product-item-info a.product.photo.product-item-photo .percent-color-blue img, .catalog-product-view .percent-color-blue img {
        width: 18px;
        height: 18px;
    }

    .catalog-product-view .percent-color-blue img {
        width: 15px;
    }

    .evidence-carousel .evidence-item .evidence-img .corner.free-shipping {
        border-top: 40px solid transparent;
        border-bottom: 100px solid transparent;
        border-left: 120px solid transparent;
    }

    .evidence-carousel .evidence-item .evidence-img .corner.free-shipping span {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -31px !important;
        left: -58px !important;
        width: 58px !important;
        text-align: right !important;
        color: #fff !important;
        padding: 3px 5px 2px 5px !important;
        background-color: #9bc0b4 !important;
        font-size: 8px !important;
        line-height: 9px !important;
    }
}

.products-grid .product-items .product-item.item .product-item-info a.product.photo.product-item-photo .percent-color-blue, .products-grid .product-item-info a.product.photo.product-item-photo .percent-color-blue {
    left: 15px;
    top: 15px;
}

@media (max-width: 767px) {
    .products-grid .product-items .product-item.item .product-item-info a.product.photo.product-item-photo .percent-color-blue, .products-grid .product-item-info a.product.photo.product-item-photo .percent-color-blue {
        top: 8px;
        left: 8px;
    }

    .products-grid .product-items .product-item.item .corner.free-shipping {
        border-top: 40px solid transparent;
        border-bottom: 100px solid transparent;
        border-left: 120px solid transparent;
        top: 0;
        right: 0;
    }

    .products-grid .product-items .product-item.item .corner.free-shipping span {
        top: -33px;
        font-size: 9px;
        left: -65px;
        line-height: 9px;
        width: 60px;
        text-align: right;
        color: #df5569;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.minicart-wrapper .wishlist-header-link {
    position: relative;
}

.minicart-wrapper .wishlist-header-link .counter.wishlist-counter {
    background: #df5569;
    color: #fff;
    height: 15px;
    line-height: 15px;
    border-radius: 14px;
    display: inline-block;
    margin: 0;
    min-width: 15px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    position: absolute;
    font-size: 12px;
    right: -6px;
    top: -4px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.minicart-wrapper .wishlist-header-link .counter.wishlist-counter {
    text-shadow: 0 0 7px #000000;
}

.minicart-wrapper .wishlist-header-link .counter.wishlist-counter.empty {
    display: none;
}

.page-products .old-price.style-old-price-in-list {
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1039px) {
    .fotorama__wrap--css3 .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 847px) {
    .fotorama__wrap--css3 .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
        left: 0;
    }
}

@media (min-width: 768px) {
    .payment-option.discount-code .payment-option-content .payment-option-inner+.actions-toolbar {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .payment-option.discount-code .payment-option-content .form-discount {
        display: block;
        max-width: 100%;
    }

    .payment-option.discount-code .payment-option-content .form-discount .actions-toolbar {
        width: 100%;
    }

    #discount-code {
        transform: translateX(0);
    }

    .payment-option.discount-code .payment-option-content {
        padding-left: 0;
    }

    .payment-option.discount-code .payment-option-content .form-discount .actions-toolbar .primary .action {
        margin-left: 0;
    }
}

.userpic__bot {
    display: none !important;
}

/*@media (min-width: 576px) {
    .catalog-product-view .columns .column.main {
        max-width: 576px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .catalog-product-view .columns .column.main {
        max-width: 768px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .page-products.catalog-category-view #maincontent>.columns>.sidebar.sidebar-main {
        margin-left: 0;
        margin-right: auto;
    }

    .page-products.catalog-category-view #maincontent>.columns>.column.main {
        margin-left: auto;
        margin-right: 0;
    }

    .catalog-product-view .columns .column.main {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1366px) {
    .catalog-product-view .columns .column.main {
        max-width: 1366px;
        margin-right: auto;
        margin-left: auto;
    }
}*/
