.collections-background {
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    padding: 0px;
}

.collections-background-gradient {
    /* background-color: #3C3831; */
    background: rgba(60,56,49,0);
    background: -moz-linear-gradient(top, rgba(60,56,49,0) 10%, rgb(27, 27, 27) 30%, rgba(27, 27, 27) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(60,56,49,0)), color-stop(30%, rgba(27, 27, 27)), color-stop(100%, rgba(27, 27, 27)));
    background: -webkit-linear-gradient(top, rgba(60,56,49,0) 10%, rgb(27, 27, 27) 30%, rgba(27, 27, 27) 100%);
    background: -o-linear-gradient(top, rgba(60,56,49,0) 10%, rgb(27, 27, 27) 30%, rgba(27, 27, 27) 100%);
    background: -ms-linear-gradient(top, rgba(60,56,49,0) 10%, rgb(27, 27, 27) 30%, rgba(27, 27, 27) 100%);
    background: linear-gradient(to bottom, rgba(60,56,49,0) 10%, rgb(27, 27, 27) 30%, rgb(27, 27, 27) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3831', endColorstr='#3c3831', GradientType=0 );
}

.collections-main-color-light{

   /*color:rgba(158, 0, 158, 1);*/
    color:rgb(152, 76, 155);

}

.collections-main-color-dark{

    /*color: rgba(55, 0, 84, 1);*/
    color:#dd01c4;
}

.collections-white-color{

    color:#fff;
}

.collection-new-bg{

    width: 40%;
    margin-left: auto;
    padding: 20PX;
    background-color: rgba(0, 0, 0, 0.74);


}

.collection-new-title{

    font-size: 24px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: normal;
}

.padding-0{

    padding: 0px;
}

.coll-new-subtitle{

    font-size: 18px;
}

.coll-span-new{
    padding: 5px;
    color: #fff;
    font-weight: 550;
    font-size: 21px;
}


.coll-new-search{

    border: 1px solid #999999!important;
    background-color: #000000!important;
    color: #FFF!important;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-left: 0px!important;
    width: 100%!important;
    font: 1rem MyriadPro-Regular;
    font-size: 17px!important;
    padding-top: 13px!important;
    min-width: 80px!important;
    margin-top: 0px!important;
}

.coll-new-search:hover{
    color: rgb(204, 116, 207)!important;
}

.coll-new-advance{

    margin-bottom: 0px;
    font-size: 15PX;
    WIDTH: 100%;
    padding-bottom: 0px!important;
    margin-top: 1px;

    color: #fff;

}

.coll-new-advance:hover{

    color: rgb(204, 116, 207)!important;


}

.coll-new-options{
    position: relative;
    /* background-color: #000; */
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.coll-new-category{
    padding-left: 0px!important;
    column-count: 2!important;
    -moz-column-count: 2!important;
    -webkit-column-count: 2!important;
    padding-right: 0px!important;
    color: #fff!important;

}

input[type=checkbox]:checked ~ label:before, input[type=radio]:checked ~ label:before {
    color: #984c9b;
}

.coll-new-focus-module{

    width: 40%;
    margin-left: auto;
    padding: 20PX;
    margin-top: 7px;
    background: #3b0059;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 270px;
}

.coll-summary-new{

    margin-bottom: 5px;
    padding-left: 0px;

}

.coll-new-p-module{

    padding-left: 0px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #fff;

}

.coll-p-desc{
    margin-bottom: 0px;
    font-size: 15px;
    margin-left: 0px;
    padding-left: 0px;

}

.coll-new-a{

    text-decoration: none!important;
    color:#fff!important;
    padding: 0px!important;
}

.coll-new-a:hover{

    text-decoration: underline!important;
    color:rgb(152, 76, 155);

}

.coll-new-seeall{

    color: #984c9b!important;
}

.coll-new-count{
    font-size: 18px;
    padding-left: 0px;
}

.coll-new-collection-block{

    bottom: -148px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 3% 7% 3% 6%;
}



/* SINGLE COLLECTION PAGE */

.coll-new-pad{

    height: 55px;
    padding: 10px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    font: 1em MyriadPro-SemiBold;
    padding-top: 15px;
}


.coll-new-res-search{

    position: relative;
}

.coll-new-res-p{

    margin-top: 20px;
}

.coll-new-inner{

    padding-left: 27px;
    padding-right: 27px;
}

.coll-collections-search-icon{

    background-color: #984c9b;
    color: #fff;
    border: 1px solid #984c9b;


}

.coll-collection-image-label{

    color: rgb(171, 79, 174);

}

.action-zoom-2{

    background-image: url(../images/collection-pictograms/zoom-2.svg);

}
ul .coll-collection-actions{

    color: #fff;

}

ul.collection-actions {
    background-color: #000;
    color: #ffffff;
    list-style-type: none;
    padding: 1%;
    margin: 0;
    text-align: center;
}

ul.collection-actions:hover {
    background-color: #000;
    color: #fff;
    list-style-type: none;
    padding: 1%;
    margin: 0;
    text-align: center;
}

.action-rotate-2{

    background-image: url(../images/collection-pictograms/rotate-2.svg);

}

.action-print-2{

    background-image: url(../images/collection-pictograms/print-2.svg);
}

.action-download-2{

    background-image: url(../images/collection-pictograms/download-2.svg);
}

.icn-next-47{
    background-image: url(../images/collection-pictograms/next-100.png)!important;
    right: 20px;
}

.image-new-colection-re{
      width: 100%;
      height: 100%;
      object-fit: contain;
}

.swiper-button-next-2 {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px 60px;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
    background-position: center;
    background-repeat: no-repeat;
}

.icn-prev-47{
    background-image: url(../images/collection-pictograms/prev-100.png)!important;
}

.swiper-button-prev-2 {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px 60px;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-thumbs .swiper-slide-active {
    border-bottom: 5px solid #a44ca6!important;
}

.sw-size{
/*  width: 491px!important;*/
}
@media (max-width: 1200px) {

  .colection-search-new-resp{
    float: none;
    text-align: right;
    margin-left: auto;

  }

  .bread-menu-new-resp{
    float: none;
    text-align: center;
    margin-top: -25px;
  }

}


@media (max-width: 992px) {

  .colection-search-new-resp{
    float: none;
    text-align: right;
    margin-left: auto;

  }

  .bread-menu-new-resp{
    float: none;
    text-align: center;
    margin-top: -25px;
  }


  .swip-new-resp-next, .swiper-container-rtl .swiper-button-prev{
    right: 30px;
   left: auto;
   top: 250px;/* added 16.10.2020*/
  }

  .swip-new-resp, .swiper-container-rtl .swiper-button-next{
    left: 39px;
    right: auto;
       top: 250px;/* added 16.10.2020*/
  }

 }


/*MOBILE - TABLET */
@media (max-width: 767.98px) {

    .collection-new-bg {
        width: 100%;
        margin-left: auto;
        padding: 20PX;
        background-color: rgba(0, 0, 0, 0.74);
    }

    .coll-new-focus-module {
        width: 100%;
        margin-left: auto;
        padding: 20PX;
        margin-top: 7px;
        background: #3b0059;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 270px;
    }


    .coll-new-focus-module {
        width: 100%;
        margin-left: auto;
        padding: 20PX;
        margin-top: 7px;
        background: #3b0059;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 130px;
    }


    .collections-background-gradient {
        /* background-color: #3C3831; */
        background: rgba(60,56,49,0);
        background: -moz-linear-gradient(top, rgba(60,56,49,0) 10%, rgb(27, 27, 27) 30%, rgba(27, 27, 27) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(60,56,49,0)), color-stop(30%, rgba(27, 27, 27)), color-stop(100%, rgba(27, 27, 27)));
        background: -webkit-linear-gradient(top, rgba(60,56,49,0) 10%, rgb(27, 27, 27) 30%, rgba(27, 27, 27) 100%);
        background: -o-linear-gradient(top, rgba(60,56,49,0) 10%, rgb(27, 27, 27) 30%, rgba(27, 27, 27) 100%);
        background: -ms-linear-gradient(top, rgba(60,56,49,0) 10%, rgb(27, 27, 27) 30%, rgba(27, 27, 27) 100%);
        background: linear-gradient(to bottom, rgba(60,56,49,0) 10%, rgb(27, 27, 27) 25%, rgb(27, 27, 27) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3831', endColorstr='#3c3831', GradientType=0 );
        padding-top: 40px;
    }

    .coll-new-pad {
        height: 100%;
        padding: 10px;
        background-color: #000;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        z-index: 10;
        font: 1em MyriadPro-SemiBold;
        padding-top: 15px;
        padding-left: 0px;
    }

    .float-none-new{
      float: none;
    }

    .colection-search-new-resp{
      float: none;
      text-align: right;
      margin-left: auto;
      margin-top: -50px;
    }

    .bread-menu-new-resp{
      float: none;
      text-align: center;
      margin-top: -25px;
      font-size: 14px;
    }

    .swip-new-resp-next, .swiper-container-rtl .swiper-button-prev{
      right: 10px;
     left: auto;
        top: 200px; /* added 16.10.2020*/
    }

    .swip-new-resp, .swiper-container-rtl .swiper-button-next{
      left: 23px;
      right: auto;
         top: 200px;/* added 16.10.2020*/
    }


    .wrap-collections-new-resp{
      position: relative;
      top: 0px;
      height: auto;
    }

    .collection-resp-new{
      height: 100%;
      top: 0;
      position: relative;
    /*  max-height: 300px 16.10.2020 */
    }
    .collections-bg-padding-resp{
      padding: 0px;
    }
    .wrap-padding-resp-new{
      padding: 0px;
    }

    .coll-title-resp{
      padding: 0px;
    }
    .padding-responsive-0{
      padding: 0px;
    }

    .coll-image-resp-new{
      height: 600px;
    }

    .collection-main-info .text-resp-new {
      padding: 0px;
      margin-left: 3px;
}


}


/*MOBILE - TABLET */
@media (max-width: 500px) {


    .collections-background-gradient {
        /* background-color: #3C3831; */
        background: rgba(60,56,49,0);
        background: -moz-linear-gradient(top, rgba(60,56,49,0) 0%, rgb(27, 27, 27) 20%, rgba(27, 27, 27) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(60,56,49,0)), color-stop(20%, rgba(27, 27, 27)), color-stop(100%, rgba(27, 27, 27)));
        background: -webkit-linear-gradient(top, rgba(60,56,49,0) 0%, rgb(27, 27, 27) 20%, rgba(27, 27, 27) 100%);
        background: -o-linear-gradient(top, rgba(60,56,49,0) 0%, rgb(27, 27, 27) 20%, rgba(27, 27, 27) 100%);
        background: -ms-linear-gradient(top, rgba(60,56,49,0) 0%, rgb(27, 27, 27) 20%, rgba(27, 27, 27) 100%);
        background: linear-gradient(to bottom, rgba(60,56,49,0) 0%, rgb(27, 27, 27) 20%, rgb(27, 27, 27) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3831', endColorstr='#3c3831', GradientType=0 );
        padding-top: 270px;
    }

    .coll-new-focus-module {
        width: 100%;
        margin-left: auto;
        padding: 20PX;
        margin-top: 7px;
        background: #3b0059;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .collections-wrap-category {
        background-color: black;
        color: #fff;
        padding: 1.5% 1.5% 1%;
        text-align: center;
    }


    .coll-new-seeall {
        color: #984c9b!important;
        margin: 0% 0% 0% 0%!important;
    }

    .coll-new-search {
        border: 1px solid #999999!important;
        background-color: #000000!important;
        color: #FFF!important;
        border-top-left-radius: 0px!important;
        border-bottom-left-radius: 0px!important;
        border-left: 0px!important;
        width: 100%!important;
        font: 1rem MyriadPro-Regular;
        font-size: 17px!important;
        padding-top: 13px!important;
        min-width: 80px!important;
        margin-top: 0px!important;
    }


    .colection-search-new-resp{
      float: none;
      text-align: right;
      margin-left: auto;
      margin-top: -50px;
    }

    .bread-menu-new-resp{
      float: none;
      text-align: left;
      margin-top: -25px;
      font-size: 13px;
      padding-bottom: 10px;
    }
    .swip-new-resp-next, .swiper-container-rtl .swiper-button-prev {
    right: 25px;
    left: auto;
    top: 150px;/* added 16.10.2020*/
}

 .swip-new-resp, .swiper-container-rtl .swiper-button-next{
      left: 23px;
      right: auto;
         top: 150px;/* added 16.10.2020*/
    }

}

@media screen and (max-width: 414px){

  .swip-new-resp, .swiper-container-rtl .swiper-button-next {
    left: 0px;
    top: 50px;/* added 16.10.2020*/
}

.gallery-top-resp-new{
  margin-right: 45px;

}

.swip-new-resp-next, .swiper-container-rtl .swiper-button-prev {
    right: 28px;
    left: auto;
    top: 50px;/* added 16.10.2020*/
}



}
