@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i&display=swap');
html body {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
}
html .mark,
html mark {
    background-color: transparent;
}
html h1 {
    font-size: 40px;
}
html h2 {
    font-size: 32px;
}
html h3 {
    font-size: 24px;
}
html h4 {
    font-size: 21px;
}
html h5 {
    font-size: 19px;
}
html button {
    outline: none !important;
}
html * {
    outline: none;
}
html select {
    border: 1px solid rgb(210,210,210);
    border-radius: 5px;
}
html a {
    color: rgb(98,98,98);
}
html a:visited,
html a:hover {
    color: rgb(98,98,98);
}
optgroup {
    font-weight: 500;
}
h1.title,
h2.title,
h3.title,
h4.title,
h5.title {
    font-weight: bold;
}

img{
	image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}

.field-select-shipping select {
    display: block !important;
}
.page-header {
    /*border-bottom: 1px solid rgb(210,210,210);*/
    /*padding-bottom: 15px;*/
    margin-bottom: 25px;
    background: #fff;
}
.page-header .header.content {
    background: #fff;
    /*border-bottom: 1px solid rgb(210,210,210);*/
    padding-bottom: 30px;
}
.down .sticked-header {
    display: none;
}
/*.page-header > .header {
	background: #fff;
}*/
/*.sticky-wrapper {
	margin-bottom: 25px;
}*/
/*.page-main {
	margin-top: 25px;
}*/
/*.is-sticky .page-header .panel {
	display: none;
}*/
.header.links {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header.links > li,
.header.links > li a {
    display: inline-block;
    float: left;
    color: #fff;
    margin-bottom: 0;
}
.header-features .header.links > li {
    margin-right: 50px;
    font-weight: 500;
    font-style: italic;
}
.header-features .header.links > li::before {
    content: "";
    display: inline-block;
    float: left;
    width: 8px;
    height: 17px;
    background-image: url(../img/top-icons-sprite.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-top: 3px;
    background-size: 47px;
    background-position: 0 0;
}

.header-features .header.links > li.best-icon::before, .header-features .header.links > li.navigator-icon::before, .header-features .header.links > li.smilie-icon::before {
    width: 16px;
    background-position: -10px 0;
}

.header-features .header.links > li.navigator-icon::before{
    background-image: url(../img/Navigatoricon.png);
    background-repeat: no-repeat;
	background-size:contain;
	background-position: 0px 0;
	width:18px;
}

.header-features .header.links > li.smilie-icon::before{
    background-image: url(../img/Smilieicon.png);
    background-repeat: no-repeat;
	background-size:contain;
	background-position: 0px 0;
	width:18px;
}

.header.links .location-icon {
    margin-right: 8px;
}
.header.links .location-icon::before {
    content: "";
    display: inline-block;
    float: left;
    width: 12px;
    height: 17px;
    background-image: url(../img/top-icons-sprite.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-top: 3px;
    background-size: 47px;
    background-position: -26px 0;
}
.header.links .menu {
    position: relative;
}
.header.links .menu > li {
    display: inline-block;
    float: left;
}
.header.links .menu > .submenu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 30px;
    background: #000;
    color: #000;
    z-index: 10;
    padding: 20px;
}
.header.links .menu > .anchor {
    text-decoration: none !important;
}
.header.links .menu > .anchor::before {
    display: inline-block;
    content: "";
    width: 9px;
    height: 17px;
    margin-top: 2px;
    margin-right: 3px;
    background-image: url(../img/top-icons-sprite.png);
    background-repeat: no-repeat;
    background-position: -38px 0;
    background-size: 47px;
}
.header.links .menu::after {
    content: "";
    display: block;
    width: 0;
    height: 17px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 3px;
    border-right: 1px solid #fff;
}
.page-footer .footer.links li a em {
    font-style: normal;
}
.column.main {
    padding-bottom: 40px;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: flex-start;
}
.partners-carousel .owl-carousel .owl-stage {
    align-items: center;
}
.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.page-wrapper {
    overflow: hidden;
    color: rgb(98,98,98);
}
.page-footer .footer.top {
    background: rgb(0, 0, 0);
    margin-bottom: 50px;
}
.page-footer .footer.bottom {
    background: rgb(227, 25, 126);
    margin-top: 50px;
}
.page-footer a {
    color: rgb(98,98,98);
}
.page-footer a:hover {
    color: inherit;
}
.page-footer .title {
    font-size: 15px;
    font-weight: 500;
}
.page-footer address {
 
    line-height: 18px;
}
.page-footer address p {
    margin-bottom: 0;
}
.page-footer address .telephone {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    text-decoration: none !important;
    display: block;
    margin: 25px 0;
}
.page-footer address .marker::before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 17px;
    background-image: url(../img/marker-small-icon.png);
    background-position: 0 0;
    background-size: 12px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.title {
    color: rgb(227, 25, 126);
}
.banner-1 {
    background-color: rgb(188, 207, 0);
}
.banner-2 {
    background-color: rgb(0, 0, 0);
}
.banner-3 {
    background-color: rgb(227, 25, 126);
}
.banner {
    height: 30%;
    padding: 20px 15px 20px 25px;
    color: #000;
}
.banner .label {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
}
.banner.banner-2,
.banner.banner-3 {
    color: #fff;
}
.banner .price .regular-price {
    font-size: 24px;
    font-weight: bold;
}
.banner.banner-1 .price .regular-price {
    color: rgb(227, 25, 126);
}
.banner.banner-2 .price .regular-price,
.banner.banner-3 .price .regular-price {
    color: rgb(188, 207, 0);
}
.banner > div {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.banner span {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
}
.banner h3,
.banner .h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    /*margin: 0;*/
}
.categories-carousel,
.features {
    position: relative;
}
.features {
    padding: 75px 0 100px;
    background-color: rgba(0,0,0,0.05);
}
.categories-carousel {
    background-color: rgb(227, 25, 126);
    /*padding: 70px 100px;*/
    display: none;
}
.features .icon {
    text-align: center;
    padding: 35px;
    height: 165px;
}
.features .title,
.features .note {
    margin-bottom: 25px;
}
.categories-carousel::before,
.categories-carousel::after,
.wrapped-title::before,
.wrapped-title::after,
.features::before,
.features::after {
    position: absolute;
    top: 0;
    width: 10000px;
    height: 100%;
    display: block;
    content: "";
}
.categories-carousel::before,
.categories-carousel::after {
    background-color: rgb(227, 25, 126);
}
.features::before,
.features::after {
    background-color: rgba(0,0,0,0.05);
}
.wrapped-title::before,
.categories-carousel::before,
.features::before {
    margin-left: -10000px;
    left: 0;
}
.wrapped-title::after,
.categories-carousel::after,
.features::after {
    margin-right: -10000px;
    right: 0;
}
.categories-carousel .item-image {
    background-color: rgb(255,255,255);
    height: 0;
    padding-top: 100%;
    position: relative;
}
.categories-carousel .item-image img {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.homepage-cats-for-mob {
    margin: 20px 0;
}
.homepage-cats-for-mob h2{
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}
.homepage-cats-for-mob ul{
    margin: 0;
    padding: 0;
    margin-left: -4%;
}
.homepage-cats-for-mob ul:after{
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.homepage-cats-for-mob li{
    display: block;
    float: left;
    width: 46%;
    padding: 10px;
    margin-bottom: 4%;
    margin-left: 4%;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}
.homepage-cats-for-mob li:nth-child(2n+1){
    clear: left;
}
.homepage-cats-for-mob li h3{
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    font-weight: normal;
}
.homepage-cats-for-mob li h3 a{
    color: #0056b3;
}
.homepage-cats-for-mob li img{
    /*max-height: 140px;*/
    display: block;
    margin: 0 auto 20px auto;
}
.homepage-cats-for-mob .readmore{
    color: #0056b3;
    font-size: 14px;
}
.homepage-cats-for-mob .readmore:before{
    content:"";
    display: inline-block;
    margin-right: 7px;
    border: solid #0056b3;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0;
    height: 0;
    padding: 3px;
}
@media (min-width: 768px) {
    .categories-carousel {
        display: block;
    }
    .homepage-cats-for-mob {
        display: none;
    }
	
	.logo img{
		width:100%;
	}
}
.block.newsletter {
    margin: 20px 0;
}
.block.newsletter .title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 23px;
}
.block.newsletter .note {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
}
.block.newsletter .field {
    position: relative;
}
.block.newsletter .field .control {
    /*padding-right: 100px;*/
    width: 600px;
    max-width: 100%;
}
.block.newsletter .field .control::before {
    display: none;
}
.block.newsletter .field .control input {
    width: 100%;
    min-width: 360px;
    max-width: 100%;
    height: 50px;

    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    
    background-image: none;
    padding-left: 20px;
    border: 2px solid rgb(231,231,231);
}
.block.newsletter .field .actions {
    position: absolute;
    top: 0;
    right: 0;
    /*width: 100px;*/
}
.block.newsletter .field .actions .action {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    height: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0px 20px;
    background-color: rgb(227, 25, 126);
    border-color: rgb(227, 25, 126);
}
.partners-carousel {
    border: 2px solid rgb(235,235,235);
    border-radius: 5px;
    margin-top: 70px;
    margin-bottom: 30px;
}
.owl-carousel {
    padding: 0 50px;
}
.partners-carousel .owl-carousel {
    padding: 0 100px;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: 0;
}
.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    margin: -12px 0 0;
    width: 12px;
    height: 22px;
    background-image: url(../img/carousel-nav-sprite.png);
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    box-shadow: none !important;
    background-position: 0 0;
}
.owl-theme .owl-nav button.owl-next {
    background-position: 0 -22px;
}
.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
    background-image: url(../img/carousel-nav-sprite.png);
    background-color: transparent;
}
.owl-theme .owl-nav button.owl-next:hover {
    background-position: -12px 0;
}
.owl-theme .owl-nav button.owl-prev:hover {
    background-position: -12px -22px;
}
.owl-theme .owl-nav button.owl-prev span,
.owl-theme .owl-nav button.owl-next span {
    display: none;
}
.owl-theme .owl-nav button.owl-prev {
    left: 0;
    margin-left: 20px;
}
.owl-theme .owl-nav button.owl-next {
    right: 0;
    margin-right: 20px;
}
.categories-carousel .owl-carousel {
    padding: 0 80px;
}
.categories-carousel .owl-theme .owl-nav button.owl-prev,
.categories-carousel .owl-theme .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    background-position: center center;
    background-size: 8px;
    background-repeat: no-repeat;
}
.categories-carousel .owl-theme .owl-nav button.owl-prev {
    background-image: url(../img/pink-left-arrow.png);
}
.categories-carousel .owl-theme .owl-nav button.owl-next {
    background-image: url(../img/pink-right-arrow.png);
}
.best-selling-carousel .owl-carousel {
    padding: 0 80px;
}
.best-selling-carousel .owl-theme .owl-nav button.owl-prev,
.best-selling-carousel .owl-theme .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgb(227, 25, 126);
    background-position: center center;
    background-size: 8px;
    background-repeat: no-repeat;
}
.best-selling-carousel .owl-theme .owl-nav button.owl-prev {
    background-image: url(../img/white-left-arrow.png);
}
.best-selling-carousel .owl-theme .owl-nav button.owl-next {
    background-image: url(../img/white-right-arrow.png);
}
.categories-carousel .item {
    padding: 20px;
    background-color: rgb(249, 209, 229);
}
.categories-carousel .item a:hover {
    text-decoration: none;
}
.categories-carousel .item .item-title {
    padding: 25px 0 5px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.best-selling-carousel .owl-carousel .owl-item .item .item-image {
    height: 200px;
    padding: 20px;
}
.best-selling-carousel .owl-carousel .owl-item .item .item-image img {
    max-height: 100%;
}
.best-selling-carousel .owl-carousel .owl-item .item .item-title a {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.best-selling-carousel .owl-carousel .owl-item .item .price {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.best-selling-carousel .owl-carousel .owl-item .item .special-price .price{
	
	font-weight:bold;
}

.best-selling-carousel .owl-carousel .owl-item .item .old-price .price, .best-selling-carousel .owl-carousel .owl-item .item .special-price.not-final-price .price  {
    font-size: 1.4rem !important;
    color: #000;
    font-weight: normal;
}

.best-selling-carousel .owl-carousel .owl-item .item .special-price .price-final_price .price{
	/*color: rgb(227, 25, 126);*/
    font-weight: bold;
    font-size: 16px;
}

.owl-carousel .labels .amasty-label-container {
	color: #fff !important;
	/*position:absolute;*/
	/*right:0;*/
}
.slider .bx-wrapper {
    margin-bottom: 0;
}
.slider .bx-wrapper .bx-pager {
    bottom: 0;
    padding-left: 35px;
    padding-top: 0;
    text-align: left;
}
.slider .bx-wrapper .bx-caption {
    padding: 40px 37px 100px;
    width: 35%;
    height: 100%;
    background: rgb(0,0,0,0.5);
}
.slider .bx-wrapper .bx-caption span {
    padding: 0;
    font-size: 21px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
}
/*.bx-wrapper .bx-caption span*/
.slider .bx-wrapper .bx-caption {

}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgb(211,211,211);
}
.slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: rgb(227, 25, 126);
}
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    /*width: 30px;*/
}
.slider .bx-wrapper .bx-caption h2,
.slider .bx-wrapper .bx-caption h3 {
    font-size: 46px;
    line-height: 46px;
    font-family: 'Rubik', sans-serif;
}
.slider .bx-wrapper .bx-caption h2 {
    padding: 0;
    color: rgb(188, 207, 0);
}
.slider .bx-wrapper .bx-caption .price {
    margin-top: 16px;
    font-size: 46px;
    font-weight: bold;
}
.slider .bx-wrapper .bx-caption .price .regular-price,
.slider .bx-wrapper .bx-caption .price .special-price {
    color: rgb(188, 207, 0);
    font-size: 46px;
    line-height: 36px;
    font-family: 'Rubik';
}
.slider .bx-wrapper .bx-caption .price .regular-price.not-final-price {
    color: #fff;
    padding-right: 10px;
    text-decoration: line-through;
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
}
.slider .bx-wrapper .label-30::after {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/label-30.png) no-repeat;
    width: 130px;
    height: 130px;
    right: 20px;
    top: 20px;
}
.slider .bx-wrapper a.button {
    display: inline-block;
    position: absolute;
    z-index: 10;
    right: 50px;
    bottom: 50px;
    background-color: rgb(188, 207, 0);
    background-image: url(../img/slider-link.png);
    background-repeat: no-repeat;
    background-position: right+12px center;
    background-size: 33px;
    color: #000;
    padding: 12px 60px 12px 18px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
}
/*.slider .bx-wrapper a.button::after {
    display: inline-block;
    content: "";
    width: 33px;
    height: 15px;
    background: url(../img/slider-link.png) no-repeat;
    background-position: 0 0;
    background-size: 33px;
    position: absolute;
    right: 12px;
    top: 16px;
}*/
.minicart-wrapper {
    margin-left: 0;
}
.minicart-wrapper .action.showcart::before {
    /*content: "\f07a";*/
    /*background: url(../img/cart-icon.png) no-repeat;*/
    /*font-family: "FontAwesome";*/
    /*width: 26px;
    height: 28px;*/
    /*width: 33px;
    height: 28px;
    line-height: 27px;
    font-size: 32px;*/
    /*width: 32px;
    height: 28px;
    line-height: 25px;
    font-size: 38px;*/
    /*color: rgb(123,123,123);*/

    display: inline-block;
    width: 33px;
    height: 28px;
    line-height: 29px;
    font-size: 31px;
    color: rgb(98,98,98);
    /*margin-left: -5px;*/
}
.wrapped-title {
    background: #000;
    color: #fff;
    position: relative;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 28px;
    line-height: 1.1;
    padding: 10px 0;
}
.wrapped-title::before,
.wrapped-title::after {
    background: #000;
}
.navigation ul li.parent > a::after {
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 9px;
    top: 16px;
}
/*.navigation ul li.parent {
	border: 2px solid transparent;
	border-radius: 5px;
}*/
/*.navigation ul li.parent:hover {
	border: 2px solid rgb(235,235,235);
}*/
.navigation ul li.parent:hover::after {
    border-color: rgb(227, 25, 126);
}
@media (min-width: 992px) {
    /*.navigation ul.level0 {
        width: 400px;
    }
    .navigation ul.level0 > .level1 {
        width: 50%;
        float: left;
    }
    .navigation ul.level0 > .level1:nth-child(2n+1) {
        clear: left;
    }*/
}

.category-banner-description {
    background: rgba(0,0,0,0.5);
    color: #fff;
}
.category-banner-description h2 {
    color: rgb(188, 207, 0);
}
h1.page-title {
    color: rgb(227, 25, 126);
    font-weight: bold;
}
a.product-item-link:visited,
.product-item-link.alink:visited,
.product-item-link {
    color: #000;
    display: inline-block;
}
.product-item-link strong {
    font-weight: bold;
}
.page-title-wrapper {
    margin-bottom: 10px;
}
.price-box,
.price-box .price-as-configured {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    justify-content: center;
}
/*.price-box .not-final-price {
    padding: 0 12px;
}*/
/*.price-box .not-final-price+.not-final-price {
    padding: 0 12px;
}*/

.catalog-product-view .price-box .old-price, .catalog-product-view .price-box .special-price, .best-selling-carousel .price-box .old-price{padding-right:12px;}

.price-box .price {
    font-weight: bold;
    color: #000;
}


.price-box .old-price {
    order: 1;
    width: 50%;
}
.price-box .not-final-price .price {
    font-weight: normal;
    color: #000;
    text-decoration: line-through;
}
.price-box .special-price {
    order: 2;
    width: 50%;
}
.price-box .regular-price {
    order: 2;
}
.price-box .sale-price {
    order: 3;
}
.product-info-main .price-box {
    flex-wrap: unset;
    justify-content: unset;
}
.product-info-main .price-box .old-price {
    width: unset;
    order: 1;
}
.product-info-main .price-box .special-price,
.product-info-main .price-box .regular-price {
    width: unset;
    order: 2;
}
.product-info-main .price-box .sale-price {
    width: unset;
    order: 3;
}
.product-info-main .price-box .price {
    font-size: 30px !important;
}
.product-info-main .price-box .not-final-price {
    padding: 0 12px 0 0;
}
/*.product-info-main .price-box .old-price+.special-price,
.product-info-main .price-box .special-price+.sale-price {
    margin-right: 12px;
    margin-left: 0;
}*/

.product-item .special-price .price{
	font-size: 1.4rem !important;
	font-weight:bold;
}

.product-item .special-price.not-final-price .price{
	font-weight:normal;
}

/*.price-box .special-price+.old-price {
    margin-right: 12px;
}*/
.price-box .price-label {
    display: none;
}

.price-box [data-price-type="finalPrice"] .price, .price-box [data-price-type="sale_price"] .price {font-weight:bold; color:rgb(227, 25, 126);}
.price-box .not-final-price [data-price-type="finalPrice"] .price{font-weight:normal; color:#000;}

.action.towishlist {
    display: inline-block;
    padding: 0;
    margin: 0;
    background-image: url(../img/addtowishlist.png);
    background-repeat: no-repeat;
    background-position: -25px 0;
    background-size: 50px;
    width: 25px;
    height: 23px;
    font-size: 0;
    text-indent: -99999px;
}
.action.towishlist:hover,
.action.towishlist.active {
    background-position: 0 0;
}
.toolbar.top {
    border-bottom: 1px solid rgb(210,210,210);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.toolbar.top > .d-flex {
    margin-left: -15px;
    margin-right: -15px;
}
.toolbar.top > .d-flex > .column {
    padding: 0 15px;
}
.toolbar.bottom {
    border-top: 1px solid rgb(210,210,210);
    padding-top: 25px;
    margin-top: 25px;
}
.toolbar.bottom .col {
    flex: 1;
}
.toolbar select {
    color: rgb(96,96,96);
}
.pages .item {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    text-align: center;
}
.pages .item .page:hover,
.pages .item .page:active,
.pages .item .page:visited,
.pages .item .page {
    color: rgb(68,68,68);
    font-size: 15px;
    font-weight: normal;
}
.pages .item.current {
    background: rgb(227,25,126);
}
.pages .item.current strong.page {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.items .item.product-item .short-description {
    /*margin-top: 10px;*/
}
.items .item.product-item .short-description:empty {
    display: none;
}
.items .item.product-item .short-description p {
    margin-bottom: 0;
}
.items .item.product-item .actions span+span {
    margin-left: 5px;
}
.items .item.product-item .actions .tocart{
    background: none;
    border: none;
    height: auto;
    padding: 0;
    line-height: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.items .item.product-item .actions .tocart span{
    display: block;
    position: absolute;
    left: -99999px;
}
.items .item.product-item .actions .tocart:after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    line-height: 33px;
    content: '\e611';
    font-family: 'icons-blank-theme';
    margin: 0;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #e3197e;
    vertical-align: middle;
}
.items .item.product-item .actions .tocart:hover:after{
    color: #b8195f;
}
.product-info-main {
    position: relative;
}
.product-info-main .product-addto-links {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.fotorama__nav {
    max-height: 100%;
    height: auto !important;
}
.fotorama__wrap--slide .fotorama__stage__frame {
    border: 1px solid rgb(210, 210, 210);
}
.fotorama__thumb-border {
    border: 1px solid rgb(227, 25, 126);
    background: transparent;
}
.fotorama__thumb {
    background: transparent;
    border: 1px solid rgb(210, 210, 210);
    cursor: pointer;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    margin-top: -2px;
    max-height: 100%;
    height: 100%;
}
.product-info-main .page-title-wrapper {
    padding-right: 30px;
    margin-bottom: 0;
}
.product.info.detailed {
    background: rgb(245, 245, 245);
    padding: 40px;
}
.product.info.detailed .title {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(210, 210, 210);
}
.product.info.detailed .title#tab-label-additional {
    display: none;
}
.product.info.detailed .content {
    margin-bottom: 30px;
    color: #000;
}
.product.info.detailed .content iframe {
    max-width: 100%;
}
.product.attribute.description p {
    margin-bottom: 0;
}
.product.attribute.description ul {
    padding-left: 20px;
}
.product.inventory.product-inventory {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid rgb(210,210,210);
	display: none;
}
.product.inventory.product-inventory .title {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.product.inventory.product-inventory .action.secondary {
    margin-top: 3px;
}
.product-info-main .box-tocart .input-text.qty {
    border: 0;
}
.product-info-main .box-tocart .field.qty .control {
    border:1px solid rgb(210,210,210);
    border-radius: 4px;
    padding-right: 5px;
}
.product-info-main .box-tocart .field.qty .decrease,
.product-info-main .box-tocart .field.qty .increase {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    border: none;
    border-radius: 30px;
}
.best-selling-carousel .block-title,
.block.related .block-title {
    border-bottom: 1px solid rgb(160, 160, 160);
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    padding-right: 80px;
}
.block.related .owl-theme .owl-nav {
    top: 0;
    margin-top: -40px;
}
.block.related .owl-theme .owl-nav button.owl-prev {
    right: 0;
    left: unset;
    margin-left: 0px;
    margin-right: 50px;
}
.block.related .owl-carousel {
    padding-left: 0;
    padding-right: 0;
}
.account-nav-content .nav {
    flex-wrap: nowrap;
    flex-direction: column;
}
.header .link.wishlist {
    margin-right: -10px;
}
.header .link.wishlist a {
    display: inline-block;
    /*line-height: 25px;*/
}
.header .link.wishlist a::before {
    display: inline-block;
    /*content: "\f08a";*/
    /*font-family:'FontAwesome';*/
    width: 27px;
    /*height: 24px;*/
    height: 28px;
    /*font-size: 28px;
    line-height: 28px;*/
    font-size: 32px;
    line-height: 26px;
    margin-top: 5px;
}
.header .link.wishlist a:hover {
    text-decoration: none;
}
.header .link.wishlist a span {
    margin-left: 5px;
    color: rgb(98,98,98);
    line-height: 32px;
    float: right;
}
.header .link.wishlist a span:empty {
    display: none;
}
/*@media all and (max-width: 768px){
	.slider .bx-wrapper .bx-caption span {
		display: none;
	}
}
@media all and (max-width: 1200px){
	.slider .bx-wrapper .bx-caption span div {
		display: none;
	}
}*/
.minisearch {
    position: relative;
}
.minisearch .input-text {
    box-shadow: none;
    border-width: 0 0 2px 0;
    border-style: solid;
    padding-left: 0;
    padding-right: 45px;
    max-width: 100%;
    width: 45px;
}
.minisearch .input-text:focus {
    box-shadow: none;
    outline: none;
}
.minisearch .action {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    /*background: url(../img/search-icon.png) no-repeat center center;*/
    background: none;
    color: rgb(227, 25, 126);
    font-size: 32px;
    z-index: 1;
    border: 0;
}
.link.customer {
    font-size: 32px;
}
.minisearch .mst-searchautocomplete__autocomplete {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 2;
    text-align: left;
    font-size: 12px;
    opacity: 0.8;
}
.minisearch .input-text:focus+.mst-searchautocomplete__autocomplete {
    display: block;
}
.minisearch .magento_catalog_categoryproduct,
.minisearch .magento_search_query,
.minisearch .mst-searchautocomplete__index-title {
    display: none;
}
.minisearch .mst-searchautocomplete__close {
    display: none;
}
.minisearch ul {
    list-style: none;
    padding-left: 0;
}
.minisearch ul li {
    text-align: left;
    margin-bottom: 0;
    padding: 3px 9px;
    cursor: pointer;
}
.minisearch ul li a:hover,
.minisearch .mst-searchautocomplete__show-all a:hover {
    text-decoration: none;
}
.minisearch .mst-searchautocomplete__show-all {
    border-top: 1px solid rgb(210,210,210);
    padding: 3px 9px;
}
.minisearch ul li+li {
    border-top: 1px solid rgb(210,210,210);
}
.minisearch ul li table tr td {
    padding: 0;
}
.togglenav::before {
    display: inline-block;
    font-size: 28px;
    color: #8f8f8f;
    content: '\e609';
    font-family: 'icons-blank-theme';
}
.col-title {
    font-weight: 500;
    margin-bottom: 10px;
}
.item-divider {
    position: relative;
    z-index: 1;
}
.amasty-label-container {
    z-index: 2;
}
.items .item.product-item .details {
    position: relative;
}
/*.items .item.product-item .details .actions {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}*/

.text-center.item-divider .actions{
	position: absolute;
    right: 10px;
    bottom: 0;
    margin-top: -20px;
	z-index:200;
	/*background:white;*/
	border-radius:10px;
}
.text-center.item-divider .product-image-container{
	position:relative;
	z-index:100;
}

.cart-container .form-cart .cart .action {
    font-weight: 500;
}
.cart-container::before,
.cart-container::after,
.cart-container .ampromo-items-add,
.cart-container #gift-options-cart {
    display: none;
}
.cart-summary .coupon .actions-toolbar .primary,
.cart-summary .coupon .actions-toolbar .primary button {
    width: 100%;
    font-size: 15px;
}
.discount .action.cancel {
    font-size: 14px !important;
}
.checkout-shipping-method .step-content {
    padding: 0 15px;
}
.methods-shipping .field .control select.select{
    display: block !important;
}
.payment-methods .payment-method input[type="radio"] {
    display: inline-block !important;
}
.payment-methods .actions-toolbar .action.checkout {
    display: none;
}
.form .address .field {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.form .address .field .label {
    text-align: left;
    font-weight: 500;
}
.form .address .field .label,
.form .address .field .control {
    display: block;
    width: 100%;
    float: none;
}
.iwd_opc_select_container {
    display: none !important;
}
.iwd_opc_select_container[data-element-id="iwd_opc_shipping_method_rates"] {
    padding-left: 30px;
}
.iwd_opc_select_container .iwd_opc_select_option {
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}
.iwd_opc_select_container .iwd_opc_select_option::after {
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    border: 1px solid rgb(210, 210, 210);
    border-radius: 20px;
}
.iwd_opc_select_container .iwd_opc_select_option.selected::before {
    position: absolute;
    left: 4px;
    top: 6px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    background-color: rgb(210, 210, 210);
    border-radius: 20px;
}
.iwd_opc_column_name {
    color: rgb(227, 25, 126);
    font-size: 21px;
    font-weight: 500;
    /*text-transform: uppercase;*/
}
.iwd_opc_column_name.iwd_opc_universal_wrapper {
    margin-bottom: 15px;
}
.fieldset#iwd_opc_login {
    margin-bottom: 15px;
}
.iwd_opc_universal_wrapper {
    margin-bottom: 10px;
}
.product-video-popup .modal-header {
    display: none;
    border-bottom: 0;
}
.product-video-popup .modal-content {
    padding: 0;
    border: 0;
    background-color: transparent;
    text-align: center;
}
.product-video-popup iframe.iframe {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.product-video-popup .modal-inner-wrap {
    background-color: transparent;
    box-shadow: none;
}
.product-video-anchor {
    width: 20px;
    height: 23px;
    background-image: url(../img/play-icons.png);
    background-position: 0 0;
    background-size: 40px;
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: -99999px;
}
.product-video-anchor:hover {
    background-position: -20px 0;
}
.pickup strong {
    font-weight: 500;
}
.pickup label {
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
}
.pickup .city {
    display: block;
    font-weight: bold;
    color: rgb(227, 25, 126);
}
.pickup a:hover {
    text-decoration: none;
}
.pickup ul {
    list-style: none;
    padding-left: 0;
}
.pickup ul li ul {
    padding-left: 15px;
}
.pickup ul li ul li {
    margin-bottom: 0;
}
.payment-method-content {
    display: none;
}
#block-shipping {
    display: none;
}
.cart-summary .block.discount .fieldset {
    margin-top: 0;
	margin: 15px 0 25px 0px;
}

.cart-summary .block > .title, .paypal-review-discount .block > .title{
	padding: 7px 30px 7px 0px;
}
button.button.show-more {
    background-color: rgb(227, 25, 126);
    border-color: rgb(227, 25, 126);
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    border-radius: 5px;
}
.ampromo-overlay {
    display: none;
}
/*Nubix aanpassingen */
.product-item .price-box span > span > span >span{padding:0 5px;}

.message.notice, .message.notice > *:first-child:before{background: #e5efe5; color: #006400;}
.onepage-index-index .loading-mask {background: rgba(255, 255, 255) !important;}

/*MEER LADEN KNOP*/

/*JGO Cookie aanpassingen */

#gdpr-cookie-block p {display:inline-block; width:74%;}
#gdpr-cookie-block .actions {display:inline-block; width:24%; text-align:right; margin-top:0;}
#gdpr-cookie-block .actions #btn-cookie-allow{height:32px; line-height:16px; font-size:15px;}

/*JGO Filter list aanpassingen*/
.nice-select .list {z-index:300;}

/*JGO Prijs aanpassingen*/
.special-price.not-final-price span {font-size: 1.4rem !important;}
.old-price{text-decoration:unset;}
.old-price span .price{text-decoration:line-through; text-decoration-thickness: 2px;}

/*Banner aanpassingen*/
.slider .bx-wrapper .bx-caption .d-xl-block{font-weight:100; font-size:18px;}
.slider .bx-wrapper .bx-caption h2, .slider .bx-wrapper .bx-caption h3 {font-size:40px; line-height:40px}
.slider .bx-wrapper .bx-caption .price .regular-price, .slider .bx-wrapper .bx-caption .price .special-price{font-size:46px;}
.slider .bx-wrapper .bx-caption h3 {margin-bottom:16px;}
.col-12.col-lg-3.px-0.px-lg-4 .bx-wrapper .bx-pager{display:none}
.col-12.col-lg-3.px-0.px-lg-4 .bx-wrapper {margin:0;}

/*JGO Chat in POS verbergen*/
.pos-index-index .zEWidget-launcher{display:none;}

/*JGO Slider aanpassingen*/
.ui-slider-horizontal{width:100%; margin: 0 auto; height:6px;}

/*JGO Banner prijs aanpassingen*/

.price.bannerbig .regular-price{float:left; margin-left:10px;}
.price.bannerbig .old-price{float:left; font-size:32px !important; font-weight:normal; padding-top: 9px !important;}

/*JGO Newsletter changes*/
#checkout .col-12.col-md-6.col-lg-3 .fieldset .field.choice:before{padding:0 !important; width:100% !important;}

/*NUBIX Storelocator changes*/
/*Nubix Storelocator changes*/

.amlocator-store-desc.-active, .amlocator-range-slider .amlocator-tooltip,
.amlocator-range-slider .amlocator-handle, .amlocator-range-slider .amlocator-tooltip:after{background:rgb(227, 25, 126) !important;}

.amlocator-main-container .amlocator-button{border: 1px solid rgb(227, 25, 126) !important;}

.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby{color:rgb(227, 25, 126) !important; background:#FFF;}

.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover, 
.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus{background:rgb(227, 25, 126) !important; color:#FFF !important; border: 1px solid rgb(227, 25, 126) !important;}

.amlocator-range-slider{background:#e6e6e6 !important;}

/*Maintenance pagina*/
.maintenancepage-index-index #style-1 .maintenance-content {width:100%;}
.maintenancepage-index-index .col-1{max-width:100%;}

/*Accountinlog pagina changes*/
.customer-account-login .block-customer-login .password, .block-customer-login .actions-toolbar{display:block !important;}
.customer-account-login .ajlog{display:none;}
.login-container .block:nth-child(even){float:left;}
.account .sidebar .nav{flex-direction: column;}

/*NUBIX Checkout aanpassingen*/
.onepage-index-index ._block-content-loading{display:none !important;}
a.action.viewcart{margin-right:0;}
.minicart-items-wrapper{display:none;}
.onepage-index-index .field.street .control div .label {display:none;}
.onepage-index-index button.iwd_opc_button,.onepage-index-index button.iwd_opc_small_button{background-image: none; background: rgb(227, 25, 126); border-radius: 25px; /* background: #1979c3; */ border:0px; color: #ffffff; cursor: pointer; display: inline-block; font-weight: 500; text-transform: uppercase; padding: 0 25px; font-size: 18px; height: 50px; line-height: 50px; box-sizing: border-box; vertical-align: middle; margin-top:10px;}
.onepage-index-index button.iwd_opc_button:hover, .onepage-index-index button.iwd_opc_small_button{background: rgb(227, 25, 126); color: #ffffff;}

#shipping-new-address-form .street .control .field .label, .form-login .field-tooltip.toggle .label {display:none;}
.checkout-agreements-block #co-place-order-agreement{margin-bottom:0px;}

.opc-wrapper .fieldset > .field.required > label, .opc-wrapper .fieldset > .field._required > label {
	text-align:left !important;
}

.opc-wrapper td.col.col-price{display:none;}
.opc-wrapper td#label_method_flatrate_flatrate{display:none;}
.opc-wrapper td#label_method_freeshipping_freeshipping{display:none;}
.opc-wrapper .table-checkout-shipping-method .row{display:inline-block;}
.opc-wrapper .table-checkout-shipping-method tbody td{border-top:0px;}

/*NUBIX MOBIEL AANPASSINGEN*/

@media only screen and (max-width: 992px){
	li.ui-menu-item.all-category{display:none !important;}
}
@media all and (min-width: 576px) {
    .items .item-divider::after {
        display: block;
        width: 0px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        margin-right: -15px;
        content: "";
        border-right: 1px solid rgb(210,210,210);
    }
    .item-col:last-child .item-divider::after {
        border-right: 1px solid transparent;
    }
	
}
@media all and (min-width: 576px) and (max-width: 768px) {
    .items .item-col:nth-of-type(2n) .item-divider::after {
        border-right: 1px solid transparent;
    }
}
@media (min-width: 768px) {
    .additional-banners-slider {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .header-features .header.links > li {
        margin-right: 15px;
        font-size: 14px;
        font-weight: normal;
    }
    .additional-banners .banner {
        height: auto;
        width: 33.33333333%;
    }
}
@media all and (min-width: 780px) and (max-width: 992px) {
    .items .item-col:nth-of-type(3n) .item-divider::after {
        border-right: 1px solid transparent;
    }
    .orders-history .row:not(.first) .col-title {
        display: none;
    }
    .categories-carousel {
        padding: 50px 20px;
    }
}
@media all and (min-width: 992px) {
    .items:not(.wishlist) .item-col:nth-of-type(4n) .item-divider::after {
        border-right: 1px solid transparent;
    }
    .items.wishlist .item-col:nth-of-type(3n) .item-divider::after {
        border-right: 1px solid transparent;
    }
    .orders-history .row:not(.first) .col-title,
    .cart.table-wrapper .row:not(.first) .col-title {
        display: none;
    }
    .categories-carousel {
        padding: 70px 100px;
    }
    .page-footer .divider {
        position: relative;
    }
    .page-footer .divider::after {
        position: absolute;
        content: "";
        display: block;
        right: 5px;
        top: 0;
        height: 100%;
        width: 0;
        border-right: 1px solid rgb(210, 210, 210);
    }
	.navigation ul li .icon{display:none !important;}
}
@media all and (min-width: 1199px) and (max-width: 1400px) {
    .footer.content .links, .footer.content p {
        font-size: 14px;
    }
}
@media all and (max-width: 576px) {
    .slider .bx-wrapper .label-30::after {
        width: 60px;
        height: 60px;
        background-size: 60px;
    }
    .slider .bx-wrapper .bx-caption h2,
    .slider .bx-wrapper .bx-caption h3,
    .slider .bx-wrapper .bx-caption .price {
        font-size: 20px;
		line-height:20px;
    }
    .slider .bx-wrapper .bx-pager {
        padding-left: 5px;
    }
    .slider .bx-wrapper .bx-caption {
        padding: 10px 10px 25px;
		width:40%;
    }
    .slider .bx-wrapper a.button {
        right: 20px;
        bottom: 20px;
        zoom: 0.6;
    }
    .slider .bx-wrapper .bx-caption .price .regular-price.not-final-price {
        font-size: 19px;
        line-height: 19px;
    }
    .slider .bx-wrapper .bx-caption .price .regular-price, 
    .slider .bx-wrapper .bx-caption .price .special-price {
        font-size: 26px;
        line-height: 26px;
    }
	.d-mobnone{display:none;}
	
	.price.bannerbig .old-price{line-height:26px; font-size:16px !important; padding-top:3px !important;}
	.footer.content .col-lg-12.col-xl-5 .row div:nth-of-type(2) td {display:inline-block; width:100%; padding-right:0px;}
	
	.header.content > div > div:nth-of-type(2) > div:nth-of-type(1) {flex: 0 0 50%;}
	.minicart-wrapper .action.showcart .counter.qty{height:18px; width:18px; position:absolute; right:1px; top: -5px; font-size:10px; line-height:18px;}
	
	.header.links > li{
		display:none;
	}

	.header.links .best-icon:nth-child(1) {
		display: inline-block;
	}

	.header-features .header.links > li {
		margin-right: 0;
	}
	
	a.logo img{width:100px}
}

@media only screen and (max-width: 479px){
	.footer a.logo img{height:100%;}
	.page-footer .footer.top{margin-bottom:25px;}
}

@media all and (max-width: 768px) {
    .header.links > li{
	 display:none; 
  }
  .header.links .best-icon:nth-child(1){
	  
	display:inline-block;
  }
	
	.categories-carousel {
        padding: 20px 10px;
    }
    .orders-history .row+.row {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid rgb(210, 210, 210);
    }
    .cart.table-wrapper .col-title {
        padding-bottom: 10px;
        border-bottom: 1px solid rgb(210, 210, 210);
    }

    .block.newsletter .field .control  {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .block.newsletter .field .control input {
        min-width: 290px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .block.newsletter .field .actions {
        position: static;
    }
    .block.newsletter .field .actions .action {
        position: static;
        width: 100%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .page-header .header.panel {
        padding-top: 4px;
        padding-bottom: 0px;
		line-height:20px;
    }
    .header-features .header.links > li {
        margin-right: 0;
    }
	
	.header-features .header.links > li::before{margin-top:0px;}
	
    .additional-banners-slider .banner {
        height: auto;
        padding: 0;
    }
    .additional-banners-slider .banner > div {
        margin: 20px 45px 20px 45px;
    }
}
@media all and (max-width: 992px) {
    .cart-container .form-cart .cart .action {
        width: 100%;
    }
    #gdpr-cookie-block p {display:inline-block; width:100%;}
    #gdpr-cookie-block .actions {display:inline-block; width:100%; text-align:center; margin-top:10px;}
	
	.navigation a, .navigation a:hover{color:#575757 !important;}
	.modal-popup.modal-slide.navigation-modal .modal-footer .mobile-sidebar-footer ul li a{color:#575757;}
	
	.block.related .owl-theme .owl-nav{margin-top:122px;}
	.block.related .owl-theme .owl-nav button.owl-prev{width:80%; text-align:left;}
	.block.related .owl-theme .owl-nav button.owl-prev {background-position: -12px -22px;}
}
@media all and (max-width: 1199px) {
    .footer.content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.fotorama .fotorama__active .fotorama__dot {
    /*background-color: rgb(227, 25, 126);*/
    background-color: rgb(227, 25, 126);
    border-color: rgb(227, 25, 126);
}
.fotorama .fotorama__dot {
    background-color: #858585;
}
.ui-slider .ui-slider-range {
    height: 100%;
    position: absolute;
    background: rgb(227, 25, 126);
}
.ui-slider .ui-slider-handle {
    background: rgb(227, 25, 126);
    height: 14px;
    width: 14px;
    margin-top: -4px;
    cursor: pointer;
}
span.sale-price + span.price-container.price-final_price.tax.weee {
    text-decoration: line-through !important;
}
.product-video-popup .modal-header {
	display: block !important;
}
.modal-popup .action-close:before, .modal-slide .action-close:before {
	color: #575757 !important;
}
.location-item strong:after {
    content: '\25be';
    padding-left: 5px;
}
span.sale-price + span.price-container.price-final_price.tax.weee span.price {
    color: #000 !important;
}
.special-price .price, .old-price .price {
    color: #000;
}
.price-final_price .special-price {
	margin: 0 !important;
}
@media all and (min-width: 992px) {
	.how_much_left {
		float: left;
		margin-top: -150px;
	}
}

@media (min-width:576px) {
	.items .item.product-item .details{
	padding:0px;
	}
}

.ulmod-read-more-state {
    display: none;
}

/* nubix */
.product-next-prev .product-prev, .product-next{
	position: relative;
}
		
.product-next-prev {
		margin: auto;
		float: right;
		width: 100%;
		position:relative;
		right: 0;
}
a.btn-product-prev {
bordeR: 1px solid rgb(227, 25, 126);
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    border-radius: 5px;
    text-decoration: none;
}

a.btn-product-next {
bordeR: 1px solid rgb(227, 25, 126);
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    border-radius: 5px;
    text-decoration: none;
	
}

.product-next-prev 	.products {
			margin: 0;
	}
.btn-product-prev, .btn-product-next {
			font-size: 60px;
			line-height: 0px;
			display: inline-block;
			height: 28px;
			color: #333;
			text-align: center;
			transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
			border-radius: 2px;
			border: 1px solid #fff;
	}

a.btn-product-prev:hover, a.btn-product-next:hover{background:rgb(227, 25, 126); color:white}

li.item.product.product-item {
	float: left;
    width: auto;
}
.category-back {
    font-size: 1.3rem;
    padding-top: 4px;
	margin-bottom: 16px;
}

.product-next-prev .products li:nth-of-type(1){display:inline-block; width:25%}
.product-next-prev .products li:nth-of-type(2){display:inline-block; width:50%; text-align:center}
.product-next-prev .products li:nth-of-type(3){display:inline-block; width:25%; text-align:right}

.product-next-prev span.arrow{line-height:15px;}

    .iass-spinner{
        text-align: center;
        font-size: 16px;
        color: #333;
        display: block; 
    }
    .ias-noneleft{
        text-align: center;
        color: #333;
        letter-spacing: 0px;
        font-size: 14px;
        font-weight: 400;
    }
    .iass-spinner img,
    .ias-noneleft img{
        display:none;
        margin-left:auto;
        margin-right:auto;
    }
    .iass-spinner,
    .ias-noneleft{
        display: inline-block;
        width: 100%;
    }

    .ias-trigger-next{
        text-align: center;
        cursor: pointer;
        display: inline-block;
        width: 100%;
    }

    .load-more{
        font-size:15px;
        border: none;
    }
    .load-more::hover{
        background:#0491ff;
    }
    .ias-trigger-prev{
        text-align: center;
        cursor: pointer;
    }
    .iass-spinner img {
        height: 40px;
        width: 40px;
        margin-bottom: 7px;
    }

input.button {
    display: inline-block;
    position: absolute;
    z-index: 10;
    right: 50px;
    bottom: 50px;
    background-color: rgb(188, 207, 0);
    background-image: url(../img/slider-link.png);
    background-repeat: no-repeat;
    background-position: right+12px center;
    background-size: 33px;
    color: #000;
    padding: 12px 60px 12px 18px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
}

.product-info-main .product-addto-links{top:44px;}

.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    color: #fff;
}

.checkout-index-index .minicart-wrapper .action.showcart:before{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 1;
    color: #000;
    background:url(../img/cart-icon.png) no-repeat;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.checkout-index-index .minicart-wrapper{display:none;}

.bxslider input.button{border-color: rgb(188,207,0);}

@media all and (min-width:577px){
.bxslider input.button{right:-175%;}
	}
	
@media all and (max-width:576px){
.bxslider input.button{right:-140%;}
	}

/*.message.message-error.error {display: none;}*/
.opc-wrapper .table-checkout-shipping-method .row{display:none;}
.osc-place-order-wrapper .osc-multi-address-checkout{display:none;}


#gdpr-cookie-block .actions #btn-cookie-allow {
    height: 32px;
    line-height: 16px;
    font-size: 15px;
	background: rgb(59 137 34);
	margin:10px;
}

button#btn-cookie-disallow {
  background: black;
    height: 34px;
    line-height: 35px;
    font-size: 15px;
}
/*PickUpDate*/
#checkout-step-shipping_method .accordion {
  border-radius: 6px;
  overflow: hidden;
  max-width: 500px;
}

#checkout-step-shipping_method .accordion input[type="checkbox"] {
  display: none;
}

#checkout-step-shipping_method .accordion-label {
  display: block;
  background: #E31B65;
  color: #FFF;
  padding: 0.7em;
  font-weight: bold;
  cursor: pointer;
  transition: background 1s;
}

#checkout-step-shipping_method .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
  background: #fafafa;
  padding: 0 1em;
}

#checkout-step-shipping_method .accordion input:checked ~ .accordion-content {
  max-height: 500px; /* groot genoeg om alles te tonen */
}

#checkout-step-shipping_method #flexslot{
	display: flex;
    height: 180px;
    flex-direction: column;
    justify-content: space-evenly;
	
}
#checkout-step-shipping_method #flexslot .field{
	display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: space-between;
}

/*SpecialPrice*/

/* nubix end */
