body {
    font-family: helvetica, sans-serif, georgia;
}

h1 {
    font-family: Katibeh, cursive;
}

h2, h3, h4, h5, h6 {
    font-family: helvetica, sans-serif;
}

.logo {
    font-size: 61px;
}

.navbar-default .navbar-nav>li>a:before {
    /*z-index: 9!important;*/
}

.shopping-content {
    margin-top: 5px;
    width: 100%;
    margin-bottom: 0;
}

.shopping-content .col-left {
    float: left;
    width: 34%;
}

.shopping-content .col-right {
    float: right;
    width: 64%;
}

.clear {
    clear: both;
}

.btn-art-cart {
    font-size: 14px;
    padding: 6px;
}

.error {
    color: red;
}

.cart-item-count {
    font-size: 13px;
    font-weight: bold;
}

/*.cart-item.delete {
	z-index: 99999;
}*/

.navbar-default .navbar-nav .dropdown.art-cart .dropdown-menu li.cart-item a.delete {
    /*position: relative;*/
    bottom: 0;
    right: 20px;
    float: right;
}

.input-form {
    height: 66px;
}

.string-with-icon {
    width: 100%;
    height: 55px;
}

.string {
    float: left;
    padding: 5px;
    /*height: 55px;*/
    width: 70%;
}

.icon {
    float: right;
    width: 30%;
    margin: 0;
    padding: 0;
    margin-top: 13px;
    /*height: 35px;*/
}

.product-order .item-button button.btn-art-cart i {
    margin: 0;
}

.prod-description {
    min-height: 100px;
    width: 100%;
    text-align: center;
    color: #000;
}

@media (min-width: 768px) {
    .prod_desc_barc {
        min-height: 150px;
    }

    .prod_desc_without_barc {
        min-height: 100px;
    }
}

.prod-name {
    font-size: 12px;
    /*min-height: 40px;*/
}

.art-catalog .product-item .prod-desc .prod-sku {
    margin-bottom: 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-11 {
    margin-bottom: 11px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.cart-product-price {
    margin-top: 7px;
    font-weight: 700;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-right-16 {
    margin-right: 16px;
}

.sub-catery-list li {
    margin-left: 20px;
}

.bolder {
    font-weight: 600;
}

.cart-red {
    color: #e43935 !important;
}

/*input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}*/

input.form-control {
    min-width: 65px;
}

.btn-variation_to_cart {
    min-width: 50px;
}

.product-order .item-variations ul li a.btn-product-variation {
    /* width: 113px; */
    min-width: 113px;
    height: 35px;
    /* padding-left: 0; */
    padding-top: 5px;
    margin: 5px 5px 5px 0;
    border: 2px solid #646464;
}

.product-order .item-variations ul li a.btn-product-variation.active sup {
    color: #689f38;
}

.product-order .item-variations ul li a.btn-product-variation.active .circle-sup {
    border: 2px solid #689f38;
}

.number-with-icon {
    margin: 0;
    padding: 0;
    height: 100%;
}

.btn-variation_to_cart {
    padding: 0;
    height: 34px;
}

.btn-variation_to_cart i {
    vertical-align: middle;
}

.circle {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 22px;
    height: 22px;
    display: inline-block !important;
    font-size: 10px;
    padding-top: 3px;
    margin-top: 5px
}

li a.btn-product-variation sup {
    margin-left: 5px;
}

.circle-sup {
    position: relative;
    top: -2px;
    border-radius: 50%;
    border: 2px solid red;
    width: 22px;
    height: 22px;
    font-size: 9px;
    padding-top: 10px;
    margin-top: -18px;
    margin-left: 87px;
}

.red-border {
    border: 1px solid red;
    border-radius: 3px;
}

.grey-border {
    border: 1px solid #efefef;
    border-radius: 3px;
}


/**** 5 elem egy sroban *****/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.set-max-width {
    max-width: 300px;
}

.info-page .map {
    width: 100%;
}

.col-container {
    display: table;
    width: 100%;
}

.col {
    display: table-cell;
    /*padding: 16px;*/
}

/*****Tooltip****/
button.tooltip-message {
    position: relative;
    display: inline;
}

button.tooltip-message > span {
    position: absolute;
    min-width: 200px;
    color: #FFFFFF;
    background: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}

button.tooltip-message span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid #000000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

button:hover.tooltip-message span {
    visibility: visible;
    opacity: 0.8;
    right: 100%;
    top: 50%;
    margin-top: -15px;
    margin-right: 15px;
    padding: 0 10px;
    z-index: 999;
}

.hide-message {
    display: none;
}

/********End Tolltip*********/

.add-to-cart {
    width: 100%;
    position: absolute;
    bottom: 0;
    bottom: -30px;
}

.prod-price {
    margin-bottom: 3px;
}

.product-container {
    margin-bottom: 10px;
}

.prod-old-price {
    text-decoration: line-through;
}

.product-orig-price {
    display: inline-block;
    font-size: 25px;
    /*font-size: 32px;*/
    color: #bcbcbc;
    position: relative;
    float: right;
    text-decoration: line-through;
}

.modal-open .modal {
    z-index: 10000 !important;
}

.fade.in {
    z-index: 9999;
}

.footer-text {
    margin-bottom: 10px !important;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/**** 5 elem egy sroban (vege) *****/


@media screen and (max-width: 767px) {
    .mobile-scrollable {
        max-height: 500px;
        overflow: auto;
    }

    .art-catalog .catalog-wrapper .catalog-item-cnt {
        width: 100%;
    }
}

.fake-yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 20px;
    border: none;
    margin-top: 0;
}

.navbar-art-menu-mobile .dropdown.search-drop.fake-yamm-fw .dropdown-menu .input-group .btn {
    color: #2c120a;
    background-color: #e7c292;
    font-size: 15px;
    line-height: 40px;
    padding: 0 20px;
    border: none;
    display: block;
}

.navbar-art-menu-mobile .dropdown.search-drop.fake-yamm-fw .dropdown-menu .input-group .btn:hover {
    background-color: #2c120a;
    color: #fff;
}

.navbar-art-menu-mobile .dropdown.search-drop.fake-yamm-fw .dropdown-menu .input-group .form-control {
    height: 40px;
}

.red {
    color: red;
}

.portrait-image {
    max-height: 196px;
    max-width: 98px;
    margin: 0 auto;
}

.art-catalog .product-item {
    position: relative;
}

.new-product-container {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 1000;
}

.new-product-container22 {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 1;
    /*z-index: 1000;*/
}

.corner {
    position: absolute;
    top: 5px;
    left: -24px;
    background: #990000;
    padding: 5px 30px;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.small-corner {
    position: absolute;
    font-size: 11px;
    top: 5px;
    left: -30px;
    background: #990000;
    padding: 0px 30px;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.new-product {
    position: absolute;
    top: 3px;
    left: 12px;
    width: 25%;
    background-color: #b43c38;
    color: white;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    z-index: 1000;
}

.alert-success, .alert-info {
    margin-top: 150px !important;
}

.blue-text {
    color: blue;
}

.page-title {
    margin-top: 60px;
}

.prod-desc {
    min-height: 110px;
}

.first-group-container {
    min-height: 300px;
}

.group-container {
    min-height: 300px;
    /*min-height: 15px;*/
}

#loader-icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: url('../img/loader.gif') center no-repeat #eee;
    opacity: 1;
}

.first-offset-container {
    min-height: 300px;
}

.offset-container {
    min-height: 300px;
}

#loader-icon-np {
    position: fixed;
    left: 0px;
    top: 110px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: url('../img/loader.gif') center no-repeat #eee;
    opacity: 1;
}

.artiz-wrapper-np {
    padding-top: 40px;
}

@media screen and (max-width: 1024px) {
    .artiz-wrapper-np {
        padding-top: 106px;
    }
}


/*************NAVBAR BEALLITAS*****************************/
.yamm-content-padding {
    padding: 0px 30px !important;
}

/*.red-line > li > a {*/
/*    padding-bottom: 35px !important;*/
/*}*/

.product-menu {
    margin-top: -15px !important;
}

.main-cat-a > a {
    margin-bottom: 5px !important;
}

.product-menu > div > div > li > ul > li > a {
    line-height: 18px !important;
}

.product-menu > div > div > li {
    margin-bottom: 5px !important;
}

section.product-slider .item {
    min-height: 310px;
}

/*.owl-carousel .owl-item {*/
/*    display: flex !important;*/
/*    flex-direction: column;*/
/*    align-items: stretch;*/
/*}*/

/*.owl-carousel .owl-item .item{*/
/*    display: grid;*/
/*    row-gap: 50px;*/
/*}*/

/*.owl-carousel .owl-item .item {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    height: 100%;*/
/*}*/

/*.owl2row-item {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    height: 100%;*/
/*}*/

/*.owl2row-item {*/
/*    display: flex;*/
/*}*/

section.product-slider .item.item-auth {
    /*min-height: 377px;*/
}

@media (min-width: 1260px) {
    .container {
        width: 1230px;
    }
}

@media (min-width: 1530px){
    .container{
        width:1520px;
    }
}

@media (max-width: 375px) {
    section.product-slider .item .link-cnt > i {
        font-size: 9px;
    }

    section.product-slider .item .link-cnt {
        font-size: 12px;
    }
}
/*
.favorit-box_360x360 {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 12px;
    padding: 0px 5px;
}

.favorit-box_360x720 {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 35px;
    padding: 0px 5px;
}

.favorit-box_360x180 {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 35px;
    padding: 0px 5px;
}
*/

.favorit-box {
	position: absolute;
	top: 5px;
	right: 15px;
}

.small-corner-fav {
    font-size: 20px;
	background-color: lightsteelblue;
	border-radius: 15px;
	opacity: 0.7;
	padding: 0px 5px;
}

.small-corner-fav i.fa-heart-o {
    /*color: #000;*/
    font-weight: bold;
    /*color: #fff;*/
}

.small-corner-fav i.fa-heart {
    color: red;
}

.btn-favourite {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    height: 66px;
}

.btn-favourite > div > i.fa-heart,
.btn-favourite > div > i.fa-heart-o {
    font-size: 25px;
    margin-left: 15px;
    color: red;
}

.btn-favourite.disabled.focus,
.btn-favourite.disabled:focus,
.btn-favourite.disabled:hover,
.btn-favourite.focus,
.btn-favourite:focus,
.btn-favourite:hover,
.btn-favourite {
    color: blue;
    border: 2px solid blue;
}

.item-discount {
    padding-top: 5px;
}

.product-description > .alert-info,
.item-discount > .alert-info {
    margin-top: 0px !important;
}

.product-description > .alert {
    padding: 5px 15px 5px 15px;
    margin-bottom: 10px;
}

.item-discount > .alert {
    padding: 5px 15px 5px 15px;
    /*margin-bottom: 0px;*/
    margin: 0px;
}

li.select2-results__option[aria-disabled="true"] {
    color: red !important;
}

.div_barcode {
    text-align: center;
    margin-top: 10px;
}

.div_barcode > span {
    font-size: 18px;
}

.prod-barcode {
    margin-top: -10px;
    /*min-height: 57px;*/
}

@media (min-width: 768px) {
    .prod-barcode {
        /*min-height: 61px;*/
    }
}

.prod-barcode > .div_barcode > img {
    width: 170px;
}

.search_prod_barc > .div_barcode > img {
    width: 130px;
}

.search_prod_barc > .div_barcode > span {
    font-size: 15px;
}

.show_big > img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/*img {
  pointer-events: none;
}*/

.product-order .item-price {
    font-family: Montserrat Alternates, sans-serif;
}

@media screen and (max-width: 1200px) {
    section.margin {
        margin-top: 20px;
    }
}

@media screen and (max-width: 699px) {
    section.product-slider .item {
        min-height: 275px;
    }

    section.product-slider .item.item-auth {
        min-height: 318px;
    }
}

.slick-slide, .slick-slide * {
    outline: none !important;
}

.slick-prev:before, .slick-next:before {
    color: #09529b !important;
}

.arrow-recommended,
.arrow-new,
.arrow-similar {
    margin-top: 10px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .fancybox-overlay {
        background: none;
    }
}

@media screen and (max-width: 767px) {
    .art-catalog .shopping-cart {
        padding: 20px 5px 20px 5px;
    }

    .detalii-comanda > .form-section {
        padding: 7px;
    }

    .alert {
        margin: 10px;
    }

    .shopping-cart > div > .alert {
        margin: 15px;
    }

    .cart-summary-bottom {
        padding: 0px;
    }

    .detalii-comanda > .form-section > h3 {
        margin-bottom: 15px;
    }

    .detalii-comanda > .form-section > div,
    .detalii-comanda > .form-section > .form-section-wrapp > div {
        padding-left: 2px;
        padding-right: 2px;
    }

    .art-catalog .page-title h1 {
        font-size: 30px;
    }
}

.grecaptcha-badge {
    z-index: 99;
}

.art-catalog .page-title {
    padding-bottom: 10px;
}

.art-login .form-section {
    background-color: #f7f0ed;
    margin-bottom: 15px;
    border-top: 1px solid #f1e0d8;
    border-left: 1px solid #f1e0d8;
    border-radius: 3px;
    box-shadow: 1px 2px 2px #c5b4ac;
}

.span_with_vat {
    color: red;
    font-weight: bold;
}

.span_vat_value {
    color: red;
    font-weight: bold;
    display: block;
}

.item-qty .span_with_vat,
.item-qty .span_vat_value {
    font-size: 12px;
    font-weight: normal;
}

.span-vat {
    margin-left: 5px;
    float: left;
    align-self: flex-end;
}

.product-order .item-price .price {
    font-size: 38px;
}

.product-order .item-price .product-orig-price {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    line-height: 1;
}

.product-order .item-price .product-orig-price .currency {
    font-size: 22px;
    position: absolute;
    top: -3px;
    right: 0;
}

.show-old-price {
    display: flex;
}

.show-old-price .span-vat,
.show-old-price .span-vat .span_with_vat {
    color: #bcbcbc;
}

.prod-desc .prod-price {
    font-weight: bold;
}

.prod-desc .prod-price .span_with_vat,
.prod-desc .prod-price .span_vat_value,
.prod-description .prod-price .span_with_vat,
.prod-description .prod-price .span_vat_value,
.details .price .span_with_vat,
.details .price .span_vat_value,
.cart-product-price .span_vat_value {
    margin: 0px;
    display: inline-block !important;
}

.prod-desc .prod-old-price .span_with_vat,
.prod-description .prod-old-price .span_with_vat,
.details .price-old,
.details .price-old .span_with_vat {
    margin: 0px;
    display: inline-block !important;
    color: #2c120a;
    font-weight: normal;
    text-decoration: line-through;
}

.details .price-old {
    width: 100%;
    text-align: center;
}

.short_watermark > img {
    width: 70px !important;
}

.short_watermark::before {
    top: 15px !important;
    left: 15px !important;
    width: 70px !important;
    transform: rotate(0deg) !important;
    font-size: 12px;
}

.short_watermark_cart::before {
    top: 10px !important;
    left: 0px !important;
    width: 60px !important;
    transform: rotate(0deg) !important;
    font-size: 10px;
}

.anpc-pic {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.anpc-img {
    height: 60px;
    object-fit: contain;
    max-width: 100%;
}

.btn-to_login_lg,
.btn-to_login {
    color: #fff !important;
    background: #2a94db;
    border-color: #2183c5;
}

.btn-to_login_lg:focus,
.btn-to_login_lg:hover,
.btn-to_login:focus,
.btn-to_login:hover {
    color: #fff;
    border-color: #207ebc #207ebc #13496e;
    background: #248cd2;
}

.btn-to_login_lg {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.btn-to_login_lg i {
    margin: 0;
}

.btn-to_login_lg i {
    color: #fff;
    font-size: 25px;
    margin-left: 20px;
}

#media-content .summer-specials-container {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

#media-content .summer-specials {
    width: 100%;
}

#media-content {
    position: relative;
}

#media-content .summer-special-text {
    position: absolute;
    width: 100%;
    height: 32px;
    text-align: center;
    color: white;
    font-weight: bold;
    z-index: 9999;
    font-size: 20px;
    bottom: 80px;
}

.clip {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    /*transition: 0.5s;*/
    /*background: #838383;*/
    overflow: hidden!important;
}

.clip video {
    max-width: 90%;
    outline: none;
    border: 10px solid #ffffff;
    box-shadow:  0 15px 35px rgba(0, 0, 0, 0.25);
    z-index: 10000;
}

.clip .close {
    position: relative;
    top:-46%;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

.clip .summer-special-text {
    position: absolute;
    width: 100%;
    height: 40px;
    text-align: center;
    color: white;
    font-weight: bold;
    z-index: 10001;
    font-size: 32px;
    bottom: 120px;
}

.clip.active {
    /*transition-delay: 0.5s;*/
    transform: translate(-50%, -50%) scale(1);
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 350ms;
    z-index: 9999;
}

.prod-price-pcs{
	display: block;
    text-align: center;
    color: #2c120a;
    font-size: 12px;
	font-weight: normal;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#scrollable-menu::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

#scrollable-menu {
    -ms-overflow-style: none;
}

#scrollable-menu {
    scrollbar-width: none;
}

@media screen and (min-width: 768px) {
    #scrollable-menu {
        /*overflow: auto;*/
    }
}

#scrollable-menu:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    height: 50%;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(139,167,32,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
}

#scrollable-menu.hidden-after:after {
    display: none;
}

.attribute-value {
	font-size: 13px;
	line-height: normal;
}

.div_phone > div.iti--allow-dropdown {
	width: 100%;
}

.navbar-art-menu-mobile ul.search>li>a {
    text-align: center;
}

.border-left {
	border-left: 1px solid #fff;
}

.border-right {
	border-right: 1px solid #fff;
}

.div_btn_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.export-box {
	width: 55px;
    height: 17px;
    background-color: #04a9a1;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.export-box::before {
	content: "EXPORT";
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 11.5px;
}

.navbar-art-top ul.currency>li:after {
    content: '|';
    margin: 0 5px;
}

.navbar-art-top ul.currency>li:last-child:after {
	display: none;
}

.lang-currency-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lang, .currency, .navbar-currency {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.currency>li:first-child {
    margin-left: 15px;
}

.selected-success {
	color: green !important;
	text-decoration-line: underline;
}

.float-left {
    float: left;
}

.navbar-art-top ul.navbar-currency {
    margin-left: 20px;
}

.navbar-art-top ul.navbar-currency li > span.change-currency {
    cursor: pointer;
}

.navbar-art-top ul.navbar-currency li > span {
    line-height: 25px;
}

.navbar-art-top ul.navbar-currency li > span.active {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.navbar-art-top ul.navbar-currency > li:after {
    content: '|';
    margin: 0 5px
}

.navbar-art-top ul.navbar-currency > li:last-child:after {
    display: none
}