@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&display=swap");
@font-face {
    font-family: 'BentonSans-Regular';
    src: url("../fonts/BentonSans Regular.otf");
}

@font-face {
    font-family: 'BentonSans-Bold';
    src: url("../fonts/BentonSans Bold.otf");
}

@font-face {
    font-family: 'BentonSans-Medium';
    src: url("../fonts/BentonSans Medium.otf");
}

@font-face {
    font-family: 'BentonSans-Comp';
    src: url("../fonts/BentonSans Comp Bold.otf");
}

@font-face {
    font-family: 'Mercury_Display_Bold';
    src: url("../fonts/Mercury_Display_Bold.ttf");
}

@font-face {
    font-family: 'Mercury_Display_Semibold';
    src: url("../fonts/Mercury_Display_Semibold.ttf");
}

* {
    margin: 0;
    padding: 0;
    font-family: "BentonSans-Regular";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "BentonSans-Regular";
    color: #333;
    font-size: 14px;
    line-height: 25px;
}


/*** header ***/

header {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0px 13px 0 13px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #000;
    position: relative;
    z-index: 1111;
    padding-bottom: 2px;
}

.container {
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
}

.container1 {
    width: 1333px;
    max-width: 100%;
    margin: 0 auto;
}

.container2 {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    /*padding-left: 12px;
    padding-right: 12px;*/
}

.container2 .main-container {
    margin-left: 0px;
    margin-right: 0px;
}

nav.navbar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

nav.navbar a.logo {
    display: block;
    margin-left: 0;
    margin-right: 2.9%;
    position: relative;
    top: 10px;
}

nav.navbar a.logo img {
    width: 160px;
}

.navigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation ul li a {
    font-size: 14px;
    height: 80px;
    padding-top: 2px;
    text-align: center;
    white-space: nowrap;
    padding-left: 37px;
    padding-right: 37px;
    /*color: #333!important;*/
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 80px;
    text-decoration: none;
    text-transform: uppercase;
}

.search_cart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-left: auto;
}

.search_cart .search_element {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 4px;
    position: relative;
}

.search_cart .search_element input {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 17px;
    padding-right: 2.5em;
    margin: 0;
    border: 0;
}

.search_cart .search_element input::-webkit-input-placeholder {
    color: #aeaeae;
}

.search_cart .search_element input:-ms-input-placeholder {
    color: #aeaeae;
}

.search_cart .search_element input::-ms-input-placeholder {
    color: #aeaeae;
}

.search_cart .search_element input::placeholder {
    color: #aeaeae;
}

.search_cart .search_element input:-ms-input-placeholder {
    color: #aeaeae;
}

.search_cart .search_element button#btn_search {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    border: 0;
    background: url(../images/icon_search.svg) no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
}

.search_cart .cart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.search_cart .cart a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: url(../images/cart_img.jpeg) no-repeat;
    background-position: center;
    height: 40px;
    background-size: contain;
    cursor: pointer;
    width: 20px;
    margin: 0 10px 0 10px;
    position: relative;
}

section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section .banner {
    width: 100%;
    position: relative;
    max-height: 330px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section .banner img {
    width: 100%;
}

section .breadcum {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-top: 22px;
    margin-left: 12px;
    margin-right: 12px;
}

section .breadcum a {
    text-transform: capitalize;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    text-decoration: none;
    color: #6b6b6b;
}

.main-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start !important;
    margin-top: 0px;
    margin-left: 12px;
    margin-right: 12px;
}

.main-container>div {
    width: 100%;
}

.main-container .left-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    width: 68%;
}

.left-container .thumbs {
    display: block;
    width: 10%;
}

.left-container .thumbs .thumb-item {
    display: block;
    width: 85px;
    margin: 0 0 10px;
    border: 2px solid transparent;
}

.left-container .thumbs .thumb-item img {
    width: 100%;
}

.left-container .thumbs .thumb-item.active img {
    border: 2px solid #c29b40;
    padding: 10px;
}

.left-container .carouselContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 650px;
    max-width: 75%;
    margin: 0 auto;
}

.left-container .carouselContainer img {
    width: 100%;
    object-fit:contain;
}

.right-container {
    width: 32%;
}

.product-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-addcart {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #6b6b6b;
    background: #f9f9f9;
    padding: 24px;
    width: 100%;
}

.product-addcart .product-title {
    margin-bottom: 4px;
}

.product-addcart .product-title h2 {
    margin-bottom: 2px;
    font-weight: 400;
    color: #333;
    font-size: 19px;
    line-height: 32px;
    font-family: 'BentonSans-Regular';
}

.product-addcart .product-by {
    margin-bottom: 4px;
}

.product-addcart .product-by h5 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.375rem;
    font-style: italic;
    color: #333;
}

.product-addcart .product-year {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0rem;
    line-height: 1.375rem;
    margin-bottom: 4px;
    color: #333;
}

.product-addcart .pricing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 14px;
    margin-top: 13px;
    border-top: 1px solid #cecece;
}

.product-addcart .pricing strong,
.product-addcart .pricing span {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.015625rem;
    line-height: 1.5rem;
    color: #000;
}

.product-addcart .cart-btn {
    width: 100%;
}

.product-addcart .cart-btn button {
    border-radius: 2px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .25px;
    line-height: 40px;
    padding: 0 16px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background: #00253e;
    border: 0;
    color: #fff;
    margin-bottom: 0;
    margin-top: 26px;
}

.product-details {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0rem;
    line-height: 1.375rem;
    margin-bottom: 4px;
    color: #333;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.shipping-text {
    margin-top: 11px;
}

.shipping-text svg {
    margin-right: 10px;
    width: 25px;
}

.shipping-fetures {
    margin-top: 25px;
    width: 100%;
}

.shipping-fetures .shipping-fetures-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0 24px 12px 24px;
}

.shipping-fetures .shipping-fetures-list .feature-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.shipping-fetures .shipping-fetures-list .feature-text h5 {
    color: #00253e;
    font-size: 15px;
    font-family: "BentonSans-Regular";
    font-weight: 200;
    line-height: normal;
    padding-top: 2px;
    margin-bottom: 7px;
}

.shipping-fetures .shipping-fetures-list .feature-text p {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 5px;
    font-family: "BentonSans-Regular";
    font-weight: 200;
}

.shipping-fetures .shipping-fetures-list .feature-text p a {
    color: #23448d;
}

.shipping-fetures .shipping-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #e7e7e7;
    margin-right: 12px;
}

.product-thumb-view {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-thumb-view .product-thumb-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5%;
    margin-right: 5%;
}

.product-thumb-view .product-img {
    width: 220px;
    margin-right: 25px;
}

.product-thumb-view .product-img img {
    width: 100%;
}

.product-thumb-view .product-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-thumb-view .product-info .date-info {
    text-transform: uppercase;
    font-family: 14px;
    margin-bottom: 6px;
}

.product-thumb-view .product-info span {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.product-thumb-view .product-info h5 {
    font-size: 28px;
    font-family: 'Mercury_Display_Semibold';
    margin-bottom: 27px;
    margin-top: 5px;
}
 .artimg{
    width:17px;margin-bottom: -3px;margin-left: 121px;position: absolute;
}.artimgArt{
margin-left: 214px;position: absolute;
     }
  .title-2{
        margin-left: -41px!important;
    }
  #divFilter{
      margin-top: 11px;
    margin-left: -40px;
  }
   #showDiv{
        display:none;
    }
@media (max-width: 1024px) {
    .clsFilter{
        margin-left: 27px;margin-top: 11px;
    }
    .title-2{
        margin-left: 3px!important;
    }
     .artimg{
    width:17px;margin-bottom: -3px;margin-left: 121px;position: absolute;
}
     .artimgArt{
margin-left: 214px;position: absolute;
     }
    #showDiv{
        display:none;
    }
    .main-container {
        margin-left: 0;
        margin-right: 0;
    }
    .search_cart .search_element {
        display: none;
    }
    .mobile-menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 25px;
        height: 40px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 10px;
        margin-right: 0;
    }
    .mobile-menu span {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        margin: 3px 0;
        -webkit-transition: -webkit-transform ease-in-out 0.5s;
        transition: -webkit-transform ease-in-out 0.5s;
        transition: transform ease-in-out 0.5s;
        transition: transform ease-in-out 0.5s, -webkit-transform ease-in-out 0.5s;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    nav.container {
        width: 95%;
        margin: 0 auto;
    }
    .main-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .left-container,
    section .breadcum,
    .right-container {
        width: 80%;
        margin: 0 auto;
    }
    section .breadcum {
        margin-top: 16px;
    }
    .right-container {
        margin-top: 16px;
        width: 100%;
        padding: 0 20px;
    }
    .navigation {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        top: 71px;
        width: 100%;
        left: 0;
        z-index: 999;
        height: calc(100vh - 71px);
    }
    .navigation.active {
        display: block;
        background: #fff;
    }
    .navigation ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 30px;
    }
    header {
        padding: 15px;
    }
    nav.navbar a.logo {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
    }
    .search_cart {
        width: auto;
        margin-left: 10px;
    }
    .search_cart .search-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: url(../images/search.svg) no-repeat;
        background-position: center;
        height: 40px;
        width: 40px;
        background-size: 20px;
        cursor: pointer;
    }
    .navigation ul li {
        width: 100%;
    }
    .navigation ul li a {
        height: auto;
        line-height: 25px;
        padding: 20px;
        width: 100%;
        text-align: left;
        color:#333!important;
    }
    .product-thumb-view {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
   
    section .breadcum {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-container .left-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .left-container .carouselContainer {
        width: 100%;     
            min-width: 100%;
    max-width: 100%;  
    }
    .left-container .thumbs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        margin: 10px auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .left-container .thumbs .thumb-item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 10px;
    }
    .left-container .thumbs .thumb-item:first-child,
    .left-container .thumbs .thumb-item:last-child {
        margin: 10px 0;
    }
    .about-rasmus.d-flex {
        gap: 20px !important;
    }
   
}

.mobile-menu.active {
    position: relative;
}

.mobile-menu.active span {
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.mobile-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.mobile-menu.active span:nth-child(2) {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.mobile-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.banner-title {
    background: #f1f1f1;
    height: 139px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-left: 6px;
}

.banner-title h1 {
    /*margin-bottom: 16px;
    color: #333;
    line-height: 52px;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Mercury_Display_Semibol';*/
}

.banner-title h6 {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'BentonSans-Regular';
    opacity: 0.5;
}

.pageNavigation {
    position: relative;
    bottom: -108px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /*justify-content: center;*/
    flex-wrap: wrap;
}

.pageNavigation a {
    color: #333;
    font-family: 'BentonSans-Regular';
    font-size: 14px;
    font-weight: 800;
    /*letter-spacing: 1px;*/
    line-height: 20px;
    text-transform: uppercase;
    padding-right: 22px;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    padding-left: 8px !important;
    border-left: 1px solid #000 !important;
    text-align: center;
}

.pageNavigation a:first-child {
    padding-left: 0;
    border-left: 0 !important;
}

.title-desc {
    max-width: 684px;
    margin: 0 auto 24px;
    margin-top: 45px;
    margin-bottom: 32px;
    color: #333;
    font-size: 20px;
    font-style: italic;
    /*font-weight: 600;*/
    line-height: 32px;
    font-family: 'Mercury_Display_Semibold';
}

.title-2 {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 16px;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 132px;
    color: #333;
    position: relative;
    font-family: 'Mercury_Display';
    width: calc(100% - 142px);
}

.title-2::after {
    content: "";
    display: block;
    margin-top: 16px;
    width: 91px;
    background: #c29b40;
    border: 0;
    height: 2px;
    text-align: left;
    margin-top: 22px;
}

.title-2 a {
    position: absolute;
    right: 0;
    z-index: 121;
    display: block;
    color: #23448d;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.thumb-list {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns     : (1fr)[4]; */
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    margin-top: 32px;
    margin-bottom: 5rem;
    padding-left: 10px;
    padding-right: 10px;
  margin-left: 300px;
}

.thumb-list p {
    font-size: 14px !important;
    line-height: 0px !important;
    color: #000;
    /*font-size   : 12px;*/
    /*font-weight : 600;*/
    letter-spacing: 1px;
    /*line-height: 16px;*/
    text-transform: uppercase;
    font-family: 'BentonSans-Regular';
    /*opacity     : 0.5;*/
   
}

.thumb-list a.view-result {
    text-transform: uppercase;
    font-family: 'BentonSans-Regular';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    color: #fff;
    width: 100%;
    min-height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    background: #00253e;
    color: #00253e;
    background: transparent;
    border: 1.5px solid #00253e;
}

.thumb-img {
    width: 100%;
    position: relative;
}

.thumb-img img {
   width: 100%;
    height: 357px;
    /* min-height: 200px; */
    object-fit: contain;
    align-items: center;
}

.thumb-img a {
    display: block;
    position: relative;
}

.thumb-img a div span {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 16px 24px;
    color: #23448d;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 8px 11px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    z-index: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    width: 92px;
    height: 49px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.spnhover{
    display:none !important;
}

.thumb-img:hover .spnhover{
    display: flex !important;
}

.thumb-title {
    font-size: 20px;
    /*line-height: 34px;*/
    margin-bottom: 0px;
    /*font-weight: 600;*/
    height: 68px;
    /*font-family: 'Mercury_Display_Semibold';*/
    font-family: 'BentonSans-Regular';
    margin-top: 7px;
}

.thumb-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 48px;
    min-width: 164px;
    margin-top: 8px;
}

.thumb-footer a {
    width: 212px !important;
    max-width: 100%;
    text-decoration: none;
}

.thumb-footer button {
    background: transparent;
    border: 0;
    cursor: pointer;
    bottom: 1px;
    margin-left: 36px;
    margin-bottom: 12px;
    margin-top: auto;
    width: 24px;
    height: 24px;
}

.spanpara {
    font-size: 15px;
    font-family: 'BentonSans-Regular';
}

#main-image {
    cursor: zoom-in;
}

.img-modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.85);
    visibility: hidden;
    z-index: -100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-modal.active {
    z-index: 1112;
    visibility: visible;
}

#img-modal-close {
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    top: 20px;
    padding: 10px;
    border: 0;
    background: transparent;
}

#img-modal-close img {
    width: 100%;
}


/*** home page slider ***/

#slider {
    margin-bottom: 40px;
    width: 100%;
}

#hero-section {
    width: 1440px;
    margin: 0 auto;
    border: 1px solid #eee;
    position: relative;
    max-width: 100%;
}

.carousel-container {
    overflow: hidden;
    max-width: 100%;
    position: relative;
    margin: auto;
    z-index: 0;
}


/* Hide the images by default */

.mySlides {
    display: none;
}

.mySlides img {
    display: block;
    width: 100%;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: auto;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    border-radius: 0 8px 8px 0;
    background: rgba(255, 255, 255, 0.1);
    user-select: none;
}

.next {
    right: 0;
    border-radius: 8px 0 0 8px;
}

.prev:hover,
.next:hover {
    background-color: rgba(173, 216, 230, 0.3);
}


/* Caption text */

.slide-info {
    width: 440px;
    max-width: 100%;
    padding: 32px;
    left: 24px;
    bottom: 24px;
    position: absolute;
    background-color: rgba(0, 37, 62, .9);
    margin: auto;
}

.mySlides .text {
    color: #fff;
    font-size: 25px;
    margin-bottom: 8px;
}

.mySlides .subtitle {
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: normal;
}

.mySlides .link {
    color: #c29b40;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
}

.dots-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
}


/* The dots/bullets/indicators */

.dots {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #fff;
    backdrop-filter: blur(2px);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.active,
.dots:hover {
    background-color: transparent;
    /*border: 3px solid #fff;*/
}


/* Fading animation */

.animate {
    -webkit-animation-name: animate;
    -webkit-animation-duration: 1s;
    animation-name: animate;
    animation-duration: 1s;
}


/*     
@keyframes animate {
from {
transform: scale(1.05);
}
to {
transform: scale(1);
}
} */


/* 16/08/2022 */

.thumb-title {
    font-size: 20px;
    margin-bottom: 40px;
    height: 68px;
    font-family: 'BentonSans-Regular';
    margin-top: 7px;
    line-height: 18px;
    font-weight: normal;
    /*display:none;*/
    margin-top:15px;
}

.spanpara {
    font-size: 15px;
    font-family: 'BentonSans-Regular';
}

.thumb-list p {
    font-size: 14px;
    /*line-height: 22px !important;*/
    color: #000;
    /* font-size  : 12px; */
    /* font-weight: 600; */
    letter-spacing: 1px;
    /*line-height: 16px;*/
    text-transform: uppercase;
    font-family: 'BentonSans-Regular';
    opacity: 1;
}

.d-flex {
    display: flex;
    align-items: center;
}

.buy-now-btn {
    color: #23448d;
    text-decoration: none;
    margin-left: 20px;
    font-weight: bold;
    position: relative;
    top: 2px;
    display: flex;
}

.buy-now-btn svg {
    width: 20px;
    fill: #23448d;
    position: relative;
    top: 0px;
    margin-right: 5px;
}
.buy_web{
    color: #23448d;
    text-decoration: none;
    margin-left: calc(100% - 49px);
    font-weight: bold;
    /* position: relative; */
    /* top: 2px; */
    display: flex;
    margin-top: -13px;
}
.buy_web svg{
   width: 20px;
    fill: #23448d;
    position: relative;
    top: 0px;
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .thumb-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    
    .thumb-img img {
        width: 100%;
        height:200px;
        object-fit: contain;
        align-items: center;
    }

    .errMsg{
        font-family: 'Mercury_Display'!important;
        font-size: 32px!important;
     
        left:238px!important;top:317px!important;
    }
    .imgart{
        /*height: 185px;
    object-fit: cover;*/
    }
    .about-rasmus {
        flex-direction: column-reverse !important;
        padding:7px;
        margin-top: -11px;
    }
    .about-rasmus>div {
        width: 100% !important;
    }
     .about-rasmus.d-flex{
            align-items: flex-start;
            gap: 0px;
     }
    .main-container.mt-50 {
        margin-top: 12px;
    }
    .left-contaniner p.mb-60 {
        margin-bottom: 15px;
        font-size:15px;
        /*margin-left: 0px;
    margin-right: 6px;
    margin-top: -26px;*/
    }
    .grid-images {
        gap: 0px !important;
    }
    .banner-title {
        text-align: center;
    }
    .title-2 {
        width:100%;
        font-size: 25px;
    }
    .title-2 a {
        right: 20px;
        top: 0;
    }
    .thumb-list {
        grid-template-columns: 1fr;
    }
    .main-container div {
        /*height: 100%;*/
        grid-template-columns: repeat(2, 1fr);
    }
    .slide-info {
        width: 350px;
        max-width: 100%;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .title-2 {
        padding: 0 20px;
        margin-left: 0;
    }
    .thumb-list {
        padding: 0 20px;
    }
    .banner-title {
        height: 150px;
    }
    .banner-title {
        margin: 0;
        display:none;
    }
    .thumb-list {
        margin: 20px 0;
    }
    .banner-title h1 {
        margin-top: -4px;
    }
    .main-container {
        margin: 0;
    }
    .thumb-list {
        grid-gap: 20px;
    }
    header {
        padding: 20px 15px;
    }
    #divFilter{
        display:none;
    }
}

@media (max-width: 640px) {
    .thumb-list {
        grid-template-columns: 1fr 1fr;
    }
    .mySlides {
        height: 488px;
    }
    .mySlides img {
        width: 1024PX;
        margin: 0 auto;
    }
    .mySlides .subtitle {
        display: none;
    }
    .slide-info {}
    .mySlides .text {
        font-size: 25px;
    }
    .prev,
    .next {}
    .dots-container {
        display: none;
    }
    .title-2 {
        margin-bottom: 30px;
    }
    /* .title-2 a {
        right: 50px;
        top: 50px;
    } */
    .thumb-list p {
        display: flex;
    }
    .thumb-title {
        font-size: 14px !important;
        line-height: 20px;
    }
    .spanpara {
        font-size: 13px !important;
    }
    .buy-now-btn {
        margin-left: 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex !important;
        align-items: center;
        top: -1px;
    }
    .buy-now-btn span {
        /* margin-right: 5px; */
    }
    .thumb-list p,
    .thumb-list p span {
        font-size: 13px !important;
    }
    .thumb-list p span {
        margin-left: 5px;
    }
    .buy-now-btn svg {
        position: relative;
        top: 2px;
    }
    
}
.thumb-list-item{
    margin:0px;
}
.showListings{
    margin-left: -65px;
}
@media (max-width: 360px) {
    .thumb-title {
        height: auto;
        margin-bottom: 8px;
    }
    .thumb-list {
        display: block;
    }
    .thumb-list-item {
        margin-bottom: 24px;
    }
}

.banner-title h1 {
    font-family: 'BentonSans-Regular';
    font-size: 30px;
    /*margin-bottom: 6px;*/
    font-weight: 500;
}

.banner-title-dot {
    width: 4px;
    height: 4px;
    background-color: #333;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -5px;
    margin: 0 4px;
}

.banner-title h6 {
    font-size: 24px !important;
    line-height: 24px !important;
    opacity: 1;
    text-transform: none;
}
.about-rasmus img {
    max-width: 100%;
}

.about-rasmus .left-contaniner {
    width: 60%;
}

.about-rasmus .right-contaniner {
    width: 40%;
}

.about-rasmus.d-flex {
    align-items: flex-start;
    /*gap: 80px;*/
    padding:10px 10px 10px 10px;
}

.grid-images {
    gap: 30px;
}

.grid-images div:nth-child(2) img {
    border: solid 1px #ccc;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.left-contaniner.text {
    position: relative;
    top: -5px;
}

.left-contaniner {
        padding-right: 60px;
    }


@media only screen and (max-width: 768px) {
    #showDiv{
        display:block;
    }
    .artistdiv {
        margin-top: 25px!important;
    }

    .artimg{
        margin-left: 30px!important;
    }
    .artimgArt{
        margin-left: 124px!important;
        width:17px;margin-bottom: -3px;
    }
    .clsFilter{
        min-width: 45%;
        margin-left: 20px!important;
    }
    .showListings{
        margin-top: -15px;
        margin-left:0px;
    }
    .sidebarchk
    {
        margin-left: 23px!important;
    }
    /*.artistdiv {
        display:none;
        width: 52%;
        background: #fff;
        z-index: 9999;
      
    }*/
    .left-contaniner {
        padding-right: 0px;
    }

    .btn-outline-primary {
        color: #2065A1;
        background-color: transparent;
        background-image: none;
        border-color: #2065A1;
         display: inline-block;
    }

        .btn-outline-primary:hover {
            color: #fff;
            background-color: #2065A1;
            border-color: #2065A1;
             display: inline-block;
        }

    .btn {
        font-weight: 400;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        /*line-height: 1.5;*/
        border-radius: 0;
        -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        display: inline-block;
    }
     .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    opacity: 1;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%;
    /* 6 columns */
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -75%;
    /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 50%;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 80%;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 80%;
    /* 6 columns */
  }
}

.artistdiv{
   margin-top: 20px;
}

.chkspan{
    margin-left: 10px;margin-top: 16px;float: left;position: absolute;font-size: 15px;font-weight:normal;
}
.sidebarchk{
    height: 26px;width: 19px;margin-top: 15px;margin-left: 40px;

}

.errMsg{
    position: absolute;
    left: 707px;
    font-family: 'Mercury_Display';
    font-size: 32px;
    top: 309px;
}
.thumb-list_home {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns     : (1fr)[4]; */
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
    margin-top: 32px;
    margin-bottom: 5rem;
    padding-left: 10px;
    padding-right: 10px;
  /*margin-left: 300px;*/
}


@media screen  and (max-width: 768px) {
  .btn {
    -webkit-transition: none;
    transition: none;
    display: inline-block;
  }
}
