/* Home page tagger */
.common_home .swiper-pagination.swiper-pagination-bullets.mobile-tagger {
	position: absolute;
    bottom: -28px;
}
.common_home .swiper-pagination.swiper-pagination-bullets.mobile-tagger .swiper-pagination-bullet {
	position: relative;
    width: 15px;
    height: 15px;
    margin: 0 0.4rem 0;
}
.number-spinner.border button[data-dir="up"]::after{
    display:none;
}
.common_home .swiper-pagination.swiper-pagination-bullets.mobile-tagger .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #111111;
}
.common_home .swiper-pagination.swiper-pagination-bullets.mobile-tagger .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border-radius: 50%;
    border: 2px solid #111111;
    position: absolute;
    content: '';
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
}
/* Home page tagger */

.notification-bar {
    z-index: 999;
    position: absolute;
    width: 100%;
    top: 0px;
}
.notification-text {
	background-color: #000000;
	padding: 15px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: absolute;
	width: 100%;
	-webkit-animation: initiate 350ms ease;
	-moz-animation: initiate 350ms ease;
	-o-animation: initiate 350ms ease;
	animation: initiate 350ms ease;
}
.notification-bar input {
	display: none;
}
.notification-bar label {
	cursor: pointer;
	color: #fff;
	position: absolute;
	z-index: 5;
	display: inline-block;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.notification-bar label[for=hide] {
	
	right: 15px;
	top: 11px;

	width: 24px;
	height: 24px;
	background: url('/image/close.png') no-repeat center center;

	-webkit-animation: initiate 350ms ease;
	-moz-animation: initiate 350ms ease;
	-o-animation: initiate 350ms ease;
	animation: initiate 350ms ease;
}
.notification-bar label[for=show] {
	width: 45px;
	height: 15px;
	border-radius: 0px 0px 3px 3px;
	right: 3px;
	background: url(/image/show.png) no-repeat center center #111;
}

/* Function */
.notification-bar input[value=show]:checked ~ label[for=show],
.notification-bar input[value=hide]:checked ~ label[for=hide],
.notification-bar input[value=hide]:checked ~ .notification-text {
	-webkit-transition: ease 350ms;
	-moz-transition: ease 350ms;
	-o-transition: ease 350ms;
	transition: ease 350ms;
	
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.notification-bar input[value=hide]:checked ~ label[for=show],
.notification-bar input[value=show]:checked ~ label[for=hide],
.notification-bar input[value=show]:checked ~ .notification-text {
	-webkit-transition: ease 350ms;
	-moz-transition: ease 350ms;
	-o-transition: ease 350ms;
	transition: ease 350ms;
	
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

/* Inital Animation */
@-webkit-keyframes initiate {
 	0% {
		-webkit-transform:translateY(-100%);
 	}
 	50% {
 		-webkit-transform:translateY(-50%);
 	}
 	100% {
 		-webkit-transform:translateY(0%);
 	} 
}
@-moz-keyframes initiate {
 	0% {
		-moz-transform:translateY(-100%);
 	}
 	50% {
 		-moz-transform:translateY(-50%);
 	}
 	100% {
 		-moz-transform:translateY(0%);
 	} 
}
@-o-keyframes initiate {
 	0% {
		-o-transform:translateY(-100%);
 	}
 	50% {
 		-o-transform:translateY(-50%);
 	}
 	100% {
 		-o-transform:translateY(0%);
 	} 
}
@keyframes initiate {
 	0% {
		transform:translateY(-100%);
 	}
 	50% {
 		transform:translateY(-50%);
 	}
 	100% {
 		transform:translateY(0%);
 	} 
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99999;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #313236;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
html{
  scroll-behavior:smooth
}
#ajax-wrapper.loading{
    position: relative;
}
#ajax-wrapper.loading:before{
    content: "";
    width: 100.5%;
    height: 100.5%;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 11;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #ffffffe6;
}

#ajax-wrapper.loading:after{
    content: "\f110";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0px;
    height: calc(100vh - 86px);
    font-family: 'Font Awesome 5 Pro';
    z-index: 12;
    font-size: 4rem;
    animation: roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

@keyframes roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  div#desktop-menu .menucategorylist h3.has-image span a ,   div#desktop-menu .menucategorylist h3.has-image span{
    color: black;
    font-size: 15px;
    font-weight: bolder !important;
    font-family: 'sofia-pro', sans-serif;
}
  .checkout_cart .cart-wrapper .cart_row_image img {
    /* min-width: 70px; */
    max-width: 100%;
    margin: 0;
    max-height: 70px;
}

.modal-paok button#close-carter {
    bottom: 0;
    position: absolute;
    z-index: 9999;
    opacity: 1;
    left: 0;
    width: 65px;
    height: 60px;
    color: white;
}
.modal-paok button#close-carter,
.modal-paok.returnbtn button#close-carter {
    bottom: 33px;
    position: absolute;
    z-index: 9999;
    opacity: 1;
    left: 10px;
    width: auto;
    height: auto;
    background: #fff;
    color: #333;
    white-space: nowrap;
    padding: var(--space-half) var(--space);
    line-height: 0;
    max-width: 200px;
}
div#product-image-gallery .swiper-pagination-bullet-active:before {
    border: none;
}
div#product-image-gallery .swiper-pagination.swiper-pagination-bullets {
    filter: invert(1);
    transform: scale(0.7);
}
div#cart-container-sticky.height-none {
    height: auto;
}
/*.btn-group.btn-utilities:nth-child(3) {
    display: none;
}*/
button.btn.btn-info.btnvideolg i {
    display: block;
    border: 1px solid black;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: CENTER;
    clear: both;
    margin-bottom: 9px;
}
.module-wrapper.container-fluid.related-products-container .swiper-pagination-bullet-active:before {
    border: none;
}
.module-wrapper.container-fluid.related-products-container .swiper-pagination-bullet {
    background: #c3c3c3 !important;
    margin: 0 4px;
}

.module-wrapper.container-fluid.related-products-container .swiper-pagination.swiper-pagination-bullets {
    bottom: 15px;
    }
 .module-wrapper.container-fluid.related-products-container .swiper-pagination-bullet-active {
    background-color:black !important;
    border: 3px solid white;
    box-shadow: 0px 0px 0px 1px;
}

button.btn.btn-info.btnvideolg {
    background: transparent !important;
    border: none;
    padding: 6px 10px;
    min-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    color: black;
}

#myModalvideo .modal-dialog {
    border: 2px sol;
    min-width: 700px;
}

#myModalvideo .modal-content {
    top: 47px;
    border-radius: 0;
    background: black;
    color: white;
    border: none;
}

#myModalvideo button.close {
    color: white;
    font-size: 40px !important;
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 1 !important;
    font-weight: 300;
}

#myModalvideo h4.modal-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

#myModalvideo .modal-body {
    padding: 0;
}

#myModalvideo .modal-header {
    border: navajowhite;
    background: transparent;
}
@media(min-width: 1044px) {
.megamenu-block.newinstroe {
    padding-bottom: 30px;
    flex-direction: column-reverse !important;
}
}
@media(min-width: 744px) {
.module-wrapper.container-fluid.related-products-container .swiper-pagination.swiper-pagination-bullets{
    visibility: hidden;
}
}

.btn-group.btn-utilities:nth-child(2) {
    display: none;
}


@media(max-width: 744px) {
    div#myModalsizes button.close {
    position: absolute;
    right: 2px;
}
    #product .options-row .form-control {
    font-size: 12px;
}
/*
    #product .options-row {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        grid-gap: 0.25rem !important;
        align-items: baseline;
    }*/
    #myModalvideo .modal-dialog {
        min-width: calc(100% - 30px);
    }
    .module-wrapper.container-fluid.related-products-container .swiper-pagination.swiper-pagination-bullets{
    transform: scale(0.75);
    visibility: visible;
}
     .swiper-pagination {
  pointer-events: all !important;
}
}

div#myModalvideo:after {
    clip-path: circle(50% at 50% 50%);
    content: "";
    background: #00000066;
    width: 100%;
    display: BLOCK;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: fixed;
    pointer-events: none;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d1843b;
    border-color: #d48340;
}
.modal-footerer a.btn.btn-block.btn-primary:hover {
    background: #e2e2e2;
}
div#myModalvideo:before {
    content: "";
    background: #00000099;
    width: 100%;
    display: BLOCK;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    pointer-events: none;
    background-image: linear-gradient(to bottom, #c7c7c7 , rgb(255 255 255 / 45%));
}

button.btn.btn-info.btnvideolg:hover {
    background: transparent;
    border-color: transparent;
    color: #404040;
}

div#myModalsizes .modal-header {
    font-size: 16px;
}

div#myModalsizes button.close {
    position: absolute;
    right: 40px;
    font-size: 40px !important;
}

.product-layout.product-grid.swiper-slide {
    max-width: 25%;
}

.chain-right .product-name a {
    font-size: 0.8rem !important;
}

img.img-responsive {
    max-width: 100%;
}

div#myModalsizes a {
    font-weight: bold;
}

@media(max-width: 744px) {
    .product_product .col-12.form-group.required select {
        max-width: 100%;
    }

    .onlydsktop {
        display: none;
    }
}

@media(min-width: 744px) {
    .onlymobile {
        display: none;
    }

    div#myModalsizes .modal-dialog {
        min-width: 680px;
    }
}

.product_product .img-fluid {
    max-height: 100% !important
}

.returnbtn .fa-times:before {
    content: "\f067";
}

.related-products-container .product-block {
    margin-top: 10px;
}

div#privacy-pop-up {
    max-width: 350px;
    left: 0 !important;
    right: auto !important;
    padding: 1rem !important;
    border: 2px solid white;
    font-size: 14px;
}

div#privacy-pop-up a {
    font-weight: bold;
}

div#information-contact .form-control {
    border: 2px solid;
}

.mapandform {
    display: flex;
    flex-wrap: wrap;
}

ul.megamenu-custom-links {
    padding: 1rem !important;
}

ul.megamenu-custom-links li:hover {
    transform: translateX(10px);
    transition: all .3s ease;
}

ul.megamenu-custom-links li {
    line-height: 25px;
}

@media(max-width: 1440px) {
    .linked-products-container h3 {
        font-size: 17px;
    }

    .col-12.col-xl-3.product-column-right .product-layout .product-block .product-top .product-block-image .product-thumbnail {
        max-width: 80px;
    }

    .product-layout.product-grid.swiper-slideer {
        padding: 5px;
    }

    .chain-right h3.amount {
        display: block;
        clear: BOTH;
        padding-top: 25px;
    }

    .chain-right .product-block-image {
        max-width: 25% !important;
    }

    .module-wrapperer.container-fluid.linked-products-container h3.module-title span:before , .module-wrapperer.container-fluid.linked-products-container h3.module-title span:after {
        width: 45px;
    }
}

div#desktop-menu .menucategorylist h3.has-image span {
    padding-left: 60px;
}

div#desktop-menu .menucategorylist h3.has-image {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
}

.product_category .top-category .main-content-text-container {
    z-index: 9;
}

.product_category .top-category:before {
    pointer-events: none;
    content: "";
    background: rgb(0 0 0 / 0%);
    width: 100%;
    height: 100%;
    position: ABSOLUTE;
    top: 0;
    z-index: 1;
}

.product_category .top-category p {
    /*text-shadow:1px 1px black;*/
    position: relative;
}

.product_category .top-category {
    position: relative;
}

.top-category .main-content-image-container .main-content-image .main-content-title-container h1 {
    z-index: 9;
    text-shadow: 1px 1px 50px black;
    position: relative;
}

div#information-sitemap ul li {
    font-weight: bold;
    line-height: 30px;
    list-style: none;
}

div#information-sitemap ul li ul li {
    list-style: circle;
    font-weight: 400;
    line-height: 25px;
}

.footer-wrap a:hover {
    color: white;
    transition: all .3s ease;
}

.menucategorylist ul.megamenu-category-filters {
    line-height: 25px;
    list-style: none;
}

.account_login .well a.btn.btn-primary {
    max-width: 200px;
}

@media(max-width: 740px) {
    div#slideshow0 {
        margin-top: 60px;
    }

    .product_category .product-thumbnail {
        text-align: center;
    }

    .mm-menu .megamenu-block.type1.menucategorylist img {
        border-radius: 50%;
        display: none;
        width: 20px !important;
    }

    .megamenu-block.type5.menucategorylist img {
        width: 20px !important;
        display: none;
        border-radius: 50%;
    }

    .megamenu-block.type5.menucategorylist h3 {
        color: white;
    }

    .menucategorylist .megamenu-block-content {
        display: none;
    }

    .mapandform iframe {
        height: 300px;
    }

    .mapandform {
        flex-direction: column-reverse;
        display: flex;
        flex-wrap: wrap;
    }

    .mm-menu .megamenu-block.type1 h3 a {
        line-height: 30px;
    }

    div#information-information div#content img {
        max-width: 100%;
        height: auto;
    }

    #body .parallax-image img {
        min-height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .common_home .slideshow-slide-image-wrapper {
        max-height: 415px;
    }

    .main_categories .banner-row .banner-col .banner-item.banner-image-right .banner-readmore .generic-button {
        font-size: 0.7rem;
        letter-spacing: 1px;
    }

    .slideshow-slide-subtitle {
        color: black !important;
    }

    .insta-feed-container p.instagramcaption {
        display: none;
    }

    .top-toolbar .fitting-view a:hover {
        background: white;
        transition: all .3s ease;
        color: black;
        border-color: black;
    }
}

@media(max-width: 476px) {
    .product_category .product-thumbnail {
        max-height: 160px;
        text-align: center;
        overflow: hidden;
    }
}

@media(max-width: 376px) {
    .product-layout .product-block .product-block-price .amount {
        font-family: 'Playfair Display', serif;
        margin-bottom: 0;
        color: #111;
        font-size: 15px;
    }

    .top-toolbar .fitting-view a:hover {
        filter: invert(1);
        transition: all .3s ease;
        background: white;
    }

    .product_category .product-block-caption {
        z-index: 9;
        background: white;
    }
}

.megamenu-block-row.row div {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.91s;
    animation-duration: 0.91s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*.dropdown-megamenu-wrap .megamenu-block-row .megamenu-block-wrap .megamenu-block:nth-child(1){
animation-delay: 0.36s;
    transition-delay: 0.36s;
}
.dropdown-megamenu-wrap .megamenu-block-row .megamenu-block-wrap .megamenu-block:nth-child(2){
animation-delay: 0.35s;
    transition-delay: 0.35s;
}*/
.dropdown-menu {
    overflow: hidden;
}

.product_category .header-main-block-icon .ho-total-counter {
    background: #111111;
    color: white;
}

.tada {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.popup .modal-content {
    text-align: center;
}

.popup .modal-header {
    z-index: 9999;
    position: absolute;
    background: transparent;
    border: none;
    width: 100%;
}

.popup .modal-dialog {
    padding: 0;
    max-width: 700px;
    top: 150px;
}

.popup button.btn.btn-primary {
    background: black;
    min-width: 229px;
    border-radius: 0;
}

.modal-backdrop.fade.show:not(.modal-backdrop-info) {
    display: none;
}

div.popup.show {
    display: flex;
    flex-wrap: wrap;
}

div.popup .product-option-container.row img {
    text-align: center;
    max-width: 100%;
    margin: AUTO;
}

div.popup button.btn-btn-primary-rem {
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 30px;
    background: transparent;
}

.popup .recurpayments select.form-control {
    min-height: 34px;
    text-align: left;
    max-width: 160px;
    border-radius: 35px;
    border: 1px solid #5A5959;
    background: transparent;
    font: normal normal normal 15px/15px 'sofia-pro';
    letter-spacing: -0.62px;
    color: #5A5959;
    margin-left: 35px;
}

div.popup:before {
    content: "";
    background: linear-gradient(45deg, #f1f1f1, #888888);
    opacity: 0.85;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.modal-footer.d-none {
    display: none !important;
}

.popup .modal-footer {
    justify-content: space-around;
    border: none !important;
}

.popup .modal-footer.d-none, .popup .modal-footer {
    display: none !important;
}

button.gdpr-button-accept.d-none {
    RIGHT: 0;
    POSITION: ABSOLUTE;
    TOP: 0;
    WIDTH: 35px;
    height: 36px;
}

.popup .modal-content {
    box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.2);
    outline: 2px dashed #FFFFFF;
    border-radius: 0;
    padding: 0;
    border: none;
    outline-offset: -10px;
}

div.popup span.module-title-text {
    font-family: 'Playfair Display', serif;
    font-weight: 100;
}

.popup button.btn.btn-primary:hover {
    background: white;
}

button.btn-btn-primary-remos {
    width: 35px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 35px;
    font-size: 23px;
}

div.popup .modal-body {
    padding: 0;
    overflow: hidden;
}

button.btn.btn-info.btnvideolg:hover i {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

button#subscribe-btnhome {
    background: black;
    color: white;
    padding: 0;
    min-height: 40px;
    display: BLOCK;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    min-width: 150px;
}

div.popup .modal-body .col-md-6 {
    padding: 0;
}

div.popup .col-lg-6.col-md-6.col-sm-12.col-xs-12.rwic {
    padding-top: 1rem !important;
}

div.popup .points-right {
    padding: 2rem 2rem 0rem 1rem;
}

img.instamod {
    padding-top: 2rem;
    max-width: 50px !important;
    margin-bottom: 10px;
}

div.popup .points-intro {
    padding: 15px 10px;
    font-size: 15px !important;
    color: var(--text-color-dark);
    font-weight: var(--font-weight-bold);
    line-height: 1.5;
}
div.popup .alert-success {
    position: absolute;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    width: 100%;
    left: 0;
    top: 75px;
}
div.popup .alert-danger {
    position: ABSOLUTE;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    top: 60px;
    padding: 10px 30px;
    left: 0;
    font-size: 14px;
}

@media(min-width: 944px) {
    .popup .modal-content {
        /* min-width: 700px; */
    }
}

div.popup .points_email {
    width: 100%;
}

@media(max-width: 744px) {
    .notification-text {
    background-color: #000000;
    padding: 15px 35px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    position: absolute;
    width: 100%;
    -webkit-animation: initiate 350ms ease;
    -moz-animation: initiate 350ms ease;
    -o-animation: initiate 350ms ease;
    animation: initiate 350ms ease;
}
    .popup h3 {
        margin-bottom: 0;
        padding-top: 10px;
    }

    .product-layout.product-grid.swiper-slide {
        max-width: 100%;
    }
}

@media(max-width: 380px){
  #product-product #product-row .btn-payments {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    align-items: center;
    flex-wrap: inherit;
}
button.btn.btn-info.btnvideolg {
    max-width: 150px;
}
#product-product #product-row .btn-utilities .icon-heart {
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    width: 62px !important;
    min-width: 62px !important;
    height: 62px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}
.btn-group.btn-utilities button.btn.btn-light {
    font-size: 10px !important;
}

}

/* UPDATE 26/08 */
@media only screen and (max-width: 1200px) {
    .product-layout.product-grid.swiper-slide {
        max-width: unset;
    }
}
@media(max-width: 768px) {
    .related-products-container .product-swiper-category-inner {
        padding: 0 20px; 
    }
    .related-products-container .product_top_wrapper .module-title span {
        text-align: center;
    }
}
@media(max-width: 376px) {
    .options-row .form-group {
        flex: 0 0 100%;
        padding-right: 0;
    }
    #product .options-row {
        flex-direction: column;
    }
}
/* UPDATE 26/08 */

@media(max-width:985px) {
    li.nav-item.mm-listitem {
        background: #0F0F11;
        pointer-events:none;
    }
    li.nav-item.mm-listitem a.mm-btn_next{background: transparent;
        pointer-events:all;
        position: ABSOLUTE;
        width: 100%;
    }
    .mm-panel_opened li.nav-item.mm-listitem {background: #0F0F11;
        pointer-events:all;
    }
}

/* changes 18/1/2023 */

#cart-container .modal-footer {
    flex-direction: column;
    gap: 10px;
}

#cart-container .modal-footer #close-cart {
    font-size: 1rem;
    font-weight: 900;
    border: 2px solid #000;
    padding: var(--space) var(--space-half);
    width: 100%;
    margin: auto;
    opacity: 1;
}

#cart-container .modal-footer a {
    margin: auto;
}

.top-toolbar .fitting-view a {
    font-weight: 900;
}
.swiper.mySwiperinsta.swiper-initialized.swiper-horizontal {
    overflow: hidden;
    position: RELATIVE;
}

.mySwiperinsta .swiper-navigation .swiper-button-prev, .mySwiperinsta .swiper-button-next , .mySwiperinsta .swiper-button-next:hover{
    color: var(--text-color);
    border-radius:50%;
    background-color: var(--background-dark);
    width: var(--space-double);
    height: var(--space-double);
}

.express 
{
    background-color: #e0f2df; 
    color: #295f27;
}

img.express
{
    width:2rem;
    margin-right:0.5rem;
}