/* PRODUCT SLIDERS CSS (TEMP) - REMOVE ONCE UPDATED */
.p_photos-main-slider img {
width: 100%;
}

.slider-arrows span {
    font-size: 12px;
    font-weight: 100;
width: 32px;
height: 32px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
position: relative;
}
.slider-arrows span:before {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slider-arrow-right span:before {
    left: calc(50% + 1px);
}
.slider-arrow-left span:before {
    left: calc(50% - 1px);
}
/* PROD SLIDER */

body, select, input, textarea, label, table, form, button, optgroup {
font-family: 'Manrope', sans-serif;
}


#contenttop h1, #rightytop h1, #rightyl h1 {
font-family: 'Noto Serif Display', serif;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1em;
}


/*BADGES*/
.badge {
    background-color: #1a1a1a;
}
.badge_wrapper .badge {
    color: white;
    position: absolute;
    top: 15px;
    left: 5px;
    width: auto;
    text-align: center;
    padding: 12px 18px;
    z-index: 51;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    text-transform: uppercase;
}

/*END OF BADGES*/

.c-footer-title {
font-size: 1.4em;
    font-weight: 200;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.c-newsletter-title {
font-family: 'Noto Serif Display', serif;
font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 3px;
line-height: 1em;
}


.c-maintitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.6em;
line-height: 2em;
margin-bottom: 10px;
text-align: center;
color: #1a1a1a;
}

div.items div.group a {
    font-weight: 300;
}

div.filter_iconsearch input {
    padding: 2px 30px 5px 2px;
}

/*basket button*/
div.items div.group:hover {
    background-color: #f1f1f1;
    transition: 0.9s;
}

/*end of basket button*/

/*price view*/
.horizontalitems .price .pricenovat .value {
        font-size: 1.6em;
        color: #1a1a1a;
        font-weight: 200;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #1a1a1a;
        font-weight: 200;
}
.items .detail .price .startprice .value {
        color: #666;
        font-weight: 200;
}

.items .detail .price .startprice .diffpercent{
        color: #666;
        font-weight: 200;
}


.horizontalitems .price .startprice .value {
        color: #666;
        font-weight: 200;
}

.horizontalitems .price .startprice .diffpercent{
        color: #666;
        font-weight: 200;
}
/*end of price*/

/*SIZE VIEW*/

.p_options_boxes a.availtype1 {
    border-color: #bdbbbb;
padding: 5px 10px;
}
.p_options_boxes a.selected {
    background-color: #1a1a1a;
    color: white;
}

/*END OF SIZE VIEW*/


/*BUTTONS*/
.c-button-1 {
    position: relative;
    text-decoration: none;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    padding: 10px 15px;
    color: #1a1a1a;
    background-color: transparent;
    transition: 0.9s;
    border: 1px solid #1a1a1a52;
    margin: 5px;
}

.c-button-1:hover {
    background-color: #1a1a1a;
color: #fff;
}

.c-button-2 {
    position: relative;
    text-decoration: none;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    padding: 10px 15px;
    color: #1a1a1a;
    background-color: transparent;
    transition: 0.9s;
    border: 1px solid #1a1a1a52;
}

.c-button-2:hover {
    background-color: #1a1a1a;
color: #fff;
}

.c-button-3 {
    position: relative;
    text-decoration: none;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    background-color: #transparent;
    transition: 0.9s;
    border: 1px solid #ffffff63;
}

.c-button-3:hover {
    background-color: #fff;
color: #1a1a1a;
}

/*END OF BUTTONS*/.cartButton{
  background: #1a1a1a;
  border-radius: 4px;
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

.cartButton span {
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30 px;
  font-weight: bold;
}

.cartButton:hover {
  background-color: #cccccc;
  color: #1a1a1a !important;
}.c-newsletter {

}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form input {
    padding: 10px;
    width: 90%;
border-bottom: 1px solid #1a1a1a52;
border-top: 1px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}


.c-newsletter form input:focus-visible {
outline: none;
 }

.c-newsletter form input::placeholder {
color: #1a1a1a;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
}

.c-newsletter form .submit button {
    position: relative;
    text-decoration: none;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    padding: 10px 15px;
    color: #1a1a1a;
    background-color: transparent;
    transition: 0.9s;
    border: 1px solid #1a1a1a52;
min-width: 150px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #1a1a1a;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}