
/*------------fontcss-------------*/
@font-face {
    font-family: 'Amatic SC';
    src: url('../fonts/AmaticSC-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.pe-2x {
  font-size: 2em;
}
.pe-3x {
  font-size: 3em;
}
.pe-4x {
  font-size: 4em;
}
.pe-5x {
  font-size: 5em;
}
.pe-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.pe-ul > li {
  position: relative;
}
.pe-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.pe-li.pe-lg {
  left: -1.8571428571428572em;
}
.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.pe.pull-left {
  margin-right: .3em;
}
.pe.pull-right {
  margin-left: .3em;
}
.pe-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
}
100% {
    -moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
}
100% {
    -o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
}
100% {
    -ms-transform: rotate(359deg);
}
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.pe-stack-1x {
  line-height: inherit;
}
.pe-stack-2x {
  font-size: 2em;
}
.pe-inverse {
  color: #ffffff;
}

/* Custom classes / mods - PIXEDEN */
.pe-va {
  vertical-align: middle;
}

.pe-border {
  border: solid 0.08em #eaeaea;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
}


a.product-item-link {
    text-align: center;
}


.main-detail.col-products {
    border-radius: 25px;
    padding-top: 30px;
    padding-left: 30px;
}


.item-inner {
    padding: 10px;
}

.breadcrumbs {
    padding-top: 30px!important;
}


.table-checkout-shipping-method tbody td:first-child {
  width:unset!important;
}

.table-checkout-shipping-method tbody td {
  border-top:none!important;
}

table td {
  border-right:none!important;
  border-bottom:none!important;
}

span.note {
    font-size: 13px!important;
}

.field-error {
    color: #e02b27;
    font-size: 13px!important;
}


table {
    border-collapse: separate;
    border-color: #e1e1e1;
    border-spacing: 0;
    border-style: solid;
    border-width: 0px!important;
    margin-bottom: 24px;
    width: 100%;
}


.custommenu.navigation li.level0 .submenu .level1 {
    padding: 5px 20px!important;
    border-right: 1px solid #e1e1e1;
}


div#notice-cookie-block {
    font-size: 14px;
}


button#btn-cookie-allow {
    padding: 10px;
}

button.action.primary.checkout.amasty {
    font-size: 15px;
    width: 50%!important;
    padding: 10px;
}

.container-center {
    margin-left: auto;
    margin-right: auto;
    display: table;
}


.contacts {
    padding-top: 10px;
    border-bottom: 1px solid black;
}

span.contacts {
    padding-left: 6px;
    margin-right: 10px;
    font-family: 'Rubik',sans-serif;
    border:unset;
}

.header-container .wraper-search .block-search {
    border-radius:15px;

}

.header-container .wraper-search .input-text {
    border-radius: 15px;
}


.footer-links.contacts {
    padding-top: 0px;
    border: unset;
}


.columns.layout.layout-1-col.row {
    margin-top: 20px;
}


.price-box.price-final_price {
    margin-left: auto!important;
    margin-right: auto!important;
    display: table!important;
}


.catalog-product-view .swatch-option {
    border: 1px solid #dadada;
    cursor: pointer;
    float: left;
    height: 100px!important;
    margin: 0 10px 5px 0;
    max-width: 100%;
    min-width: 100px!important;
    overflow: hidden;
    padding: 1px 2px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
}


.swatch-option {
    background-size: cover!important;
}



.item-inner {
    border-radius: 15px;
}


.block.newsletter {
    max-width: 100%!important;
}


strong.product-name {
    margin-left: auto;
    margin-right: auto;
    display: table!important;
    text-align: center;
}


button#product-addtocart-button {
    border-radius: 25px;
}

.field.qty {
    border-radius: 25px!important;
}

button#button_continue_shopping {
    border-radius: 25px;
}


button {
    border-radius: 25px!important;
}


.primary {
    border-radius: 25px!important;
}

.product.info.detailed .product.data.items .item.content {
    border-radius: 25px;
}


.product-view .product-options-wrapper select {
    max-width: 200px;
    border-radius:25px;
}


span.onsale {
    border-radius: 25px!important;
}

a.action.continue {
    border-radius: 25px!important;
}


label.label.montonio-logo-only {
    background-position: 13% center!important;
}


.ampreorder-note::before {
    content: "\f0d1";
    font-family: FontAwesome;
    padding-right:6px;
}


.ampreorder-note {
    font-size: 15px!important;
}

span.ampreorder-observed::before {
    content: "\f0d1";
    font-family: FontAwesome;
    padding-right:6px;
}


span.ampreorder-observed {
    font-size: 15px!important;
}


.product.attribute.description {
    padding: 10px;
}


.custommenu.navigation li.level0 .submenu .level1>a:after {
  display: none;
}

.page-title-wrapper h1 span {
  font-size:40px!important;
  text-transform: unset!important;
}


.field.newsletter {
    max-width: 100%!important;
}


h3.product.name {
    text-align: center;
}


.section-newsletter {
    border: 1px solid #e1e1e1;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    padding-top: 20px;
}


.grecaptcha-badge { 
    visibility: hidden;
}


.seperator-border {
    border: 1px solid #e1e1e1!important;
    margin-top: 30px;
}

.page-footer .footer-static-container .footer-static {
  padding-top: 30px!important
}


.rokan-product-heading.rokan-featured-heading {
    margin-top: 30px;
    margin-bottom: 30px;
}



.product-info {
    min-height: 152px;
}


.page-footer .footer-static-container .footer-static {
    border-top:0px!important;
}

a.title {
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding-top: 10px;
    font-family: 'Amatic SC';
    font-size:27px;
}

@media only screen and (max-width: 800px) {
	a.title {
		padding-top:unset!important;
      text-align: center;
      padding-bottom: 20px;
  }
}

.header-container .wraper-search .block-search {
    border: 1px solid #e1e1e1;
}



@media only screen and (max-width: 800px) {
  .section-newsletter {
    width:100%;
}
}



@media only screen and (max-width: 800px) {
  .footer-links.contacts {
    padding-top:20px!important;
}
}


h2.newsletter {
    text-align: center;
}


button.action.subscribe.primary {
    padding-left: 10%;
}


input#newsletter {
    border-radius: 25px;
}


img.product-image-photo {
    border-radius: 25px 25px 0px 0px;
}


.product-info {
    border-radius: 0px 0px 25px 25px;
}


div#loan-calculator {
    border-radius: 25px!important;
}


#loan-calculator {
    margin-bottom: 30px;
    border-radius: 25px!important;
}



.mst-searchautocomplete__autocomplete._active {
    left: 0px!important;
}



ul.ft-contactus {
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
}


.footer-links-payment {
    top: 30px;
    position: inherit;
    height: 20px!important;
    border-radius: 25px;
    width: 100%;
}


img.footer-payment {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


ul.link-follow {
    margin-bottom: 20px;
    margin-top: 20px;
}



@media only screen and (min-width: 790px) {
  a.title {
/*    display:none; */
}
}


iframe.lightwidget-widget {
    max-width: 86%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}



div#layered-ajax-filter-block {
    border: none;
}

.header-container {
    background: #f2f2f2;
}

.owl-wrapper-outer {
    border-radius: 25px;
}

.lightwidget__image {
    border-radius: 25px!important;
}

.lightwidget__posts--image-format-square .lightwidget__image {
    border-radius: 25px!important;
}


.product-view .product-info-main .page-title-wrapper .page-title span {
    font-family: "Amatic SC";
}

a#tab-label-description-title {
    font-family: 'Amatic SC';
    font-size: 23px;
}

.rokan-product-heading h2, .group-title1 h2 {
    font-family: Amatic SC;
    font-size: 37px;
}

.page-title-wrapper h1 span {
    font-family: Amatic SC;
}

h2.newsletter {
    font-family: 'Amatic SC';
    text-align: center;
    font-size: 37px;
}

.catalog-product-view .header-container {
    margin-bottom: 0;
    background-color: #f2f2f2;
}

.block-brand-search .block-title {
    font-family: 'Amatic SC';
}


.product-item .onsale:before, .product-list-item .onsale:before, .product-item .newlabel:before, .product-list-item .newlabel:before, .product-item .featuredlabel:before, .product-list-item .featuredlabel:before {
    border: 7px solid #535353;
    border-color: transparent transparent #535353 #535353;
    border-width: 7px 5px;
    position: absolute;
    right: -10px;
    bottom: 0;
    content: '';
}

.product-item .onsale:after, .product-list-item .onsale:after, .product-item .newlabel:after, .product-list-item .newlabel:after, .product-item .featuredlabel:after, .product-list-item .featuredlabel:after {
    border: 7px solid #535353;
    border-color: #535353 transparent transparent #535353;
    border-width: 7px 5px;
    position: absolute;
    right: -10px;
    top: 0;
    content: '';
}


.item-inner {
    padding: 0px!important;
}

span.onsale {
    margin-top: -6px;
}

.product-items .ampreorder-observed .ampreorder-note {
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
    display: table;
}


.cart-summary {
  position: inherit;
}

iframe.lightwidget-widget {
    border-radius: 25px!important;
}

a.product-item-link {
    font-size: 13px;
}

button.action.action-show {
    background: unset!important;
    color: #000!important;
}


.swatch-attribute-options.clearfix {
    margin-left: auto;
    margin-right: auto;
    display: table!important;
}

a.product-item-link {
    min-height: 40px;
}

h1 {
    font-size: 38px!important;
    font-family: 'Amatic SC'!important;
}

h4 {
    font-family: 'Amatic SC'!important;
    font-size: 24px!important;
}

.footer-links.contacts {
    background-color: #fff;
    border-radius: 25px;
}


.page-footer .footer-static-container .footer-static .footer-links .title:after {
	display:none!important;
}


.item-inner {
    border-radius: 25px!important;
}

wrapper_slider .banner_item:first-child img {
    position: relative!important;
}

div#notice-cookie-block {
    width: 100% !important;
}


select.montonio-bank-select-class {
    display: none;
}


@media (max-width: 767px) {
    .header-container .nav-toggle:before {
        color: #222;
        margin-left: -4px;
        display: block!important;
    }
}

@media (min-width: 768px) {
    .custommenu.navigation li.level0.parent a.level-top:before {
        display: none;
    }
}