@font-face {
    font-family: 'Font Regular';
    src: url('font-regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Font Bold';
    src: url('font-bold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Font2';
    src: url('font2-regular.woff') format('woff2'),
          url('font2-regular.woff2') format('woff2');
    font-display: swap;
}
body {
  max-width: 100vw;
  overflow-x: hidden;
}
#header-main {
    height: 120px;
    background: #fff;
}
#header-main .container-md-fluid.container-lg-fluid {
    height: 60px;
}
.bigSlider {
    margin-top: 120px;
}
.bigSlider .lSSlideOuter, .bigSlider .lSSlideOuter .bigSlider-el {
    width: 100%;
}
.centerColumns-cont {
    max-width: 1460px;
}
.bottomColumn {
    max-width: 1540px;
}
.bottomColumn .prodsWidget {
    width: 100%;
    margin-bottom: 3rem;
}
.leftColumn {
    width: 66.66%;
}
.rightColumn {
    width: 33.33%;
    padding-left: calc(0.5rem - -10px) !important;
}
.bigSlider .lSSlideOuter .lSPager.lSpg {
    margin-top: 0 !important;
    bottom: 150px;
}
.centerColumns-cont {
    margin-top: -80px;
}
.twoColumnsDestry-el {
    width: calc(50% - 12px);
    background: #fff;
}
.twoColumnsDestry-el:first-child {
    margin-right: 12px;
}
.twoColumnsDestry-el:nth-child(2) {
    margin-left: 12px;
}
.twoColumnsDestry-el h2 {
    height: 70px;
}
.twoColumnsDestry-el .content-cont {
    flex: 1 1 auto;
}
.twoColumnsDestry-img {
    flex: 0 0 auto;
    height: auto;
}
.twoColumnsDestry-el .content-cont .content {
    height: 33.33%;
    padding-top: 30px;
}
.twoColumnsDestry-el:first-child .content-cont .content:after {
    width: 0;
	height: 0;
	border-width: 12px 0 12px 24px;
	border-color: transparent transparent transparent #2C9FE3;
	border-style: solid;
    content: '';
    position: absolute;
    right: calc(-24px - 1rem);
    top: calc(50% - -3px);
    /* background: red; */
}
.blog-home .blogHome-el h3 {
    min-height: 30px;
}
.customHtml-el {
    display: block !important;
    height: auto;
    overflow: hidden;
    width: 100% !important;
    background: #fff;
}
.slider, .blog-home, #art-cont {
    border-radius: var(--homeSections-radius);
    overflow: hidden;
}
.customHtml-gallery {
    display: flex !important;
    padding: 0 !important;
}
.customHtml-gallery .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.customHtml-gallery .lSAction {
    position: static;
}
.customHtml-gallery .lSAction a {
    width: 40px;
    height: 40px;
}
.customHtml-gallery .lSPrevArrow, .customHtml-gallery .lSNextArrow {
    width: 40px;
    height: 40px;
    background: #38c0a8 url(../../img/icons/photos-arrow.svg) center center no-repeat;
    background-size: 20px auto;
    border-radius: 50%;
    display: block;
}
.customHtml-gallery .lSPrevArrow {
    transform: rotate(180deg);
}
.customHtml-gallery .content ul {
    padding-left: 0;
}
.customHtml-gallery .content ul li:before {
    width: 0;
	height: 0;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #2C9FE3;
	border-style: solid;
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    background: none;
    border-radius: 0;
}
.customHtml-gallery .content ul li {
    padding-left: 15px;
}
.customHtml-el .iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.customHtml-el .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.form-group {
    margin-bottom: 15px;
}
.form-group .control-label {
    margin-bottom: 5px;
    /* display: block; */
    width: 100%;
}
.form-group.field-contactemails-cnearea, .form-group.field-contactemails-cneheight {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/* .form-group.field-contactemails-cnearea label, .form-group.field-contactemails-cnearea input, .form-group.field-contactemails-cneheight label, .form-group.field-contactemails-cneheight input {
    width: 50%;
} */
.form-group.field-contactemails-cnearea label, .form-group.field-contactemails-cneheight label {
    padding-right: 10px;
    margin-bottom: 0;
}
.customHtml-el input, .customHtml-el textarea {
    background: var(--contactSlider-input-bck);
    color: var(--contactSlider-input-color);
    font: var(--contactSlider-input-font);
    border: var(--contactSlider-input-border);
    border-radius: var(--contactSlider-input-radius);
}
.customHtml-el input:focus, .customHtml-el textarea:focus {
    background: var(--contactSlider-inputFocus-bck);
    color: var(--contactSlider-inputFocus-color);
    border: var(--contactSlider-inputFocus-border);
}
.listWidget-scroll .gridItem {
    max-width: 380px;
}
/* .listWidget-scroll .gridItem .productBox {
    background: #fff;
    border-radius: 20px;
    text-align: center;
} */
.listWidget-scroll .gridItem .productBox .prodInfo {
    text-align: center;
    justify-content: center;
}
.bigSlider-el-photo {
    min-height: 50vh;
}
.bigSlider-el-photo::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d4d4d4 url(../../img/icons/loading.gif) center center no-repeat;
}
.bigSlider-el-photo.loaded::after {
    display: none;
}
.listWidget-cont {
    overflow: auto !important;
}
.adserver-column-right img, .adserver-column-right a {
    margin-bottom: 30px !important;
    display: inline-block;
}
.adserver-column-right a img {
    margin-bottom: 0 !important;
}
#product {
    padding-top: 120px;
}
.has-success:not(.prevent) .form-control, .has-error:not(.prevent) .form-control {
    background-position: calc(100% - 10px) center;
}
.has-success:not(.prevent) textarea.form-control, .has-error:not(.prevent) textarea.form-control {
    background-position: calc(100% - 10px) 10px;
}
.customHtml .form-floating > .form-control {
    height: calc(3rem - -2px);
    color: #000;
}
.customHtml .form-floating > textarea.form-control {
    min-height: 150px;
}
body #header-main.open {
    background: #fff;
}
nav .submenu {
    background: var(--submenu-bck);
}
#menu-overlay {
    display: none !important;
}
#headerIcon {
    display: none;
}
.contactSite .sceneForm .control-label {
    width: auto;
}
.ornamentRightSqueres-cont, .ornamentRightSquere {
    display: none !important;
}
.customHtml-el .adserver {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#productsContainer #pagesTopBck {
    min-height: 200px;
}
#productsContainer #pagesBreadcrumbs-cont {
    margin-top: 1rem !important;
}
#productsContainer #pagesTop-cont {
    margin-bottom: 0 !important;
}
nav .nav-item {
    padding-left: 5px;
    padding-right: 5px;
}
#pagesContainerWidgets #pagesTop-cont {
    padding-bottom: 0 !important;
    min-height: 10px !important;
}
/*.page #pagesTopBck, #pagesContainerWidgets #pagesTop-cont, #pagesContainerWidgets #pagesTopBck {*/
#pagesTopBck {
    min-height: var(--pagesTop-minHeight) !important;
    padding-bottom: var(--pagesTop-paddingBottom) !important;
}
#pagesContainerWidgets #pagesTop-cont {
    padding-bottom: 0;
}
#artContent {
    margin-top: var(--pagesTop-marginTop);
}
#footer-bck .footer-menu, .underFooter {
    max-width: 100% !important;
    margin-left: 3rem !important;
    margin-right: 3rem !important;
    justify-content: center;
}
.fourMenusFooter:first-child {
    padding-left: 4px;
}
/* .underFooter {
    justify-content: space-between;
} */
.footerLogos img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: var(--footerLogos-opacity);
}
.footerLogos img:hover {
    opacity: var(--footerLogos-hover-opacity);
}
/* .fourMenusFooter {
    max-width: 250px;
} */
.productBox .productBoxImage a {
    /* align-items: start !important; */
    display: block !important;

}
.productBox .productBoxImage img {
    max-height: 200px;
}
#art-cont table th, #art-cont table td {
    min-width: 10px;
}
.ias-noneleft {
    display: none !important;
}
.sliderGalleries {
  margin-top: var(--pagesTop-marginTop);
  z-index: 500;
}
#art-cont table td {
    text-align: left;
}
.productDeliveryInfo img {
    width: auto;
    height: auto;
    max-width: 90px;
    max-height: 70px;
}
#artColumnRight {
    width: 400px;
    padding-left: calc(0.5rem - -10px) !important;
    margin-right: calc(50% - 647px);
}
#artContent.artRightColumn #art-cont {
    max-width: 894px;
}
.confirmTopBox, #prodsTable-confirm, #confirmSummary, #confirmPayment, #cartLeft, #cartSummaryBox, .order-box, .subpage  {
    border-radius: var(--cartSections-radius);
}
.itemBoxProd-buttons {
    height: 50px;
    align-self: flex-end !important;
}
.priceBtns {
    align-self: stretch !important;
}
.prodInfo-cont {
    height: 100% !important;
}

/* RWD */
@media screen and (max-width: 1600px) {
    .listWidget-scroll .gridItem {
        width: 20vw;
    }
    #footer-bck .footer-menu, .underFooter {
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        justify-content: center;
    }
}
@media screen and (max-width: 1500px) {
    #artContent {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        justify-content: center !important;
    }
    #art-cont {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #artContent.artRightColumn #art-cont {
        max-width: 850px;
    }
    #artColumnRight {
        margin-right: 0;
    }
}
@media screen and (max-width: 1400px) {
    .listWidget-scroll .gridItem {
        width: 25vw;
    }
    .blog-home .container-xs-fluid.container-xxl {
        padding-top: 0 !important;
    }
}
@media screen and (max-width: 1300px) {
    .bigSlider {
        padding-top: 0;
    }
    .bottomColumn {
        max-width: 100%;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    #header-main .container-md-fluid.container-lg-fluid, #footer-bck .footer-menu, .underFooter {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #artContent.artRightColumn #art-cont {
        max-width: 660px;
    }
}
@media screen and (max-width: 1200px) {
    #artContent {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 1100px) {
    .listWidget-scroll .gridItem {
        width: 33.33vw;
    }
    .blogHome-el .w-100.d-flex {
        flex-wrap: wrap;
    }
    .blogHome-el .w-100.d-flex .content, .blogHome-el .w-100.d-flex .col-5 {
        width: 100%;
    }
    .blogHome-el .w-100.d-flex .col-5 {
        justify-content: center;
        margin-bottom: 1rem;
        display: flex;
    }
    .blogHome-el .w-100.d-flex .content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .shopping-path {
        margin-top: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
        top: auto;
        left: auto;
        position: relative;
        width: 100%;
        padding-left: calc(50% - 250px);
        padding-right: calc(50% - 250px);
        background: #fff;
        z-index: 5;
    }
    #order, #cart, #confirm {
        margin-top: 30px;
        padding-top: 0;
    }
    #artContent.artRightColumn #art-cont {
        max-width: 100%;
    }
    #artColumnRight {
        width: 100% !important;
        margin-top: 20px;
        padding-left: 0 !important;
    }
}
@media screen and (max-width: 992px) {
    .bigSlider {
        margin-top: 60px;
    }
    .leftColumn, .rightColumn {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #header-main {
        height: 60px;
    }
    body #header-main.openMobileMenu {
        background: #fff;
    }
    #responsive-x-768 .nav {
        padding-top: 20px;
        margin-top: 60px;
    }
    #header-main .container-lg-fluid.px-5 {
        padding-left: 1rem !important;
        padding-right: 0.5rem !important;
    }
    .customHtml-el [href="#loadgif"] {
        margin-left: 50px !important;
    }
    .listWidget-scroll .gridItem {
        width: 360px;
    }
    .blog-home .container-xs-fluid.container-xxl {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .copyrights, .footerLogos {
        justify-content: center;
        margin-bottom: 30px;
        text-align: center !important;
    }
    #product {
        padding-top: 80px;
    }
    #art-cont, #artColumnRight {
        width: 100% !important;
    }
     #artColumnRight {
         padding-left: 0 !important;
         margin-top: 30px !important;
     }
}
@media screen and (max-width: 800px) {
    .listWidget-scroll .gridItem {
        width: 50vw;
    }
}
@media screen and (max-width: 768px) {
    #header-main.fixed .container-md-fluid.container-lg-fluid {
      height: 45px;
    }
    .fixed .activebox-trigger::before, .fixed #pagesSearchBoxIcon::before, .fixed #productsSearchBoxIcon::before {
        height: 45px;
    }
    #product-gallery.prodGalleryNoThumbs, #product-gallery {
        min-height: 200px;
    }
    #product-gallery #imageGallery.lightSlider img {
        max-height: 300px;
    }
    #responsive-x-768.fixed.open .nav {
        margin-top: 45px;
    }
}
@media screen and (max-width: 767px) {
    .customHtml-gallery .content {
        width: 100% !important;
    }
}
@media screen and (max-width: 576px) {
    .customHtml-el [href="#loadgif"] {
        margin-left: 20px !important;
        margin-right: 20px;
    }
    #header-main .normal-logo-cont {
      width: var(--mobile-logo-width);
    }
    #header-main .page-logo-cont {
      width: var(--mobile-page-logo-width);
    }
    #header-main .fixed-logo-cont {
      width: var(--mobile-fixed-logo-width);
    }
    #art-cont table th, #art-cont table td {
        min-width: 70vw !important;
    }
}
@media screen and (max-width: 500px) {
    .twoColumnsDestry {
        flex-wrap: wrap;
    }
    .twoColumnsDestry-el {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .twoColumnsDestry-el:first-child {
        margin-bottom: 24px !important;
    }
    .twoColumnsDestry-el:first-child .content-cont .content::after {
        display: none;
    }
    .twoColumnsDestry-el:first-child:after, .twoColumnsDestry-el:first-child:before {
        content: '';
        height: 0;
        border-style: solid;
        border-width: 24px 12px 0 12px;
        border-color: #2c9fe3 transparent transparent transparent;
        position: absolute;
        bottom: -24px;
        left: 20%;
    }
    .twoColumnsDestry-el:first-child:before {
        left: auto;
        right: 20%;
    }
    .productDeliveryInfo img {
        width: auto;
        height: auto;
        max-width: 20%;
        max-height: 70px;
    }
}
@media screen and (max-width: 450px) {
    .bottomColumn {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .listWidget-scroll .gridItem {
        width: 300px;
    }
    #product-gallery #imageGallery.lightSlider img {
        max-height: 200px;
    }
}
@media screen and (max-width: 400px) {
    .customHtml-el [href="#loadgif"] {
        margin-left: 0 !important;
        margin-right: 0;
    }
    .navbarLogo {
        width: calc(100% - 170px);
    }
    #header-main .container-lg-fluid.px-5 {
        padding-left: 0.5rem !important;
    }
    .activebox-trigger {
        width: 45px;
    }
    .headerMail, .headerPhone {
        padding-right: 0.5rem !important;
    }
    .burger-container {
        width: 45px;
        justify-content: flex-end;
    }
}
