@font-face {
    font-family: 'Ploni';
    src: url('/wp-content/themes/porto-child/assets/fonts/ploni-regular-aaa.woff2'),
         url('/wp-content/themes/porto-child/assets/fonts/ploni-regular-aaa.woff'),
         url('/wp-content/themes/porto-child/assets/fonts/ploni-regular-aaa.eot');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ploni';
    src: url('/wp-content/themes/porto-child/assets/fonts/ploni-medium-aaa.woff2'),
         url('/wp-content/themes/porto-child/assets/fonts/ploni-medium-aaa.woff'),
         url('/wp-content/themes/porto-child/assets/fonts/ploni-medium-aaa.eot');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ploni';
    src: url('/wp-content/themes/porto-child/assets/fonts/ploni-bold-aaa.woff2'),
         url('/wp-content/themes/porto-child/assets/fonts/ploni-bold-aaa.woff'),
         url('/wp-content/themes/porto-child/assets/fonts/ploni-bold-aaa.eot');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.map-background-gradient {
    background: linear-gradient(45deg, black, transparent);
    background: -webkit-linear-gradient(245deg, rgb(240, 240, 240) 0%, rgb(249, 249, 255) 51%, rgb(240, 241, 245) 100%);
    background: -o-linear-gradient(245deg, rgb(240, 240, 240) 0%, rgb(249, 249, 255) 51%, rgb(240, 241, 245) 100%);
    background: -ms-linear-gradient(245deg, rgb(240, 240, 240) 0%, rgb(249, 249, 255) 51%, rgb(240, 241, 245) 100%);
    background: -moz-linear-gradient(245deg, rgb(240, 240, 240) 0%, rgb(249, 249, 255) 51%, rgb(240, 241, 245) 100%);
    background: linear-gradient(205deg, rgb(240, 240, 240) 0%, rgb(249, 249, 255) 51%, rgb(240, 241, 245) 100%);
}

body, h1, h2, h3, h4, .page-top .page-title, button, #main-menu .mega-menu > li.menu-item > a, #main-menu .mega-menu > li.menu-item > h5, #header .header-main .container #main-menu .mega-menu > li.menu-item, #header .header-main .container #main-menu .mega-menu > li.menu-item a {
    font-family: Ploni, sans-serif;
}

::selection {
    background-color: #6dab3c8c;
}

/* header fix & style */
.home .header-main.sticky, .home #header .header-main .container {
    background: transparent !important;
}

#header .header-main {
    background: linear-gradient(180deg, #08464a 0%, rgba(8, 71, 74, 0) 97%), #1dc78d !important;
}
.header-top {
    border-bottom: none;
}
#main-menu {
    float: right;
}

.no-breadcrumbs .main-content, body.woocommerce .main-content {
    padding-top: 0;
}
#main-menu .mega-menu > li.menu-item > a {
    padding: 18px 19px 18px !important;
    color: #fff !important;
}
#header .mobile-toggle, #header .mobile-toggle:hover {
    color: #fff;
    background: transparent;
    font-size: 36px;
    padding: 0;
    margin: 0;
}
#header .header-main .container #main-menu .mega-menu > li.menu-item, #header .header-main .container #main-menu .mega-menu > li.menu-item a:hover {
    background: transparent !important;
    color: #08484a !important;
}
@media (min-width: 992px) {
    #header.header-10 .header-main .container .header-left, #header.header-10 .header-main .container .header-center, #header.header-10 .header-main .container .header-right {
        top: 0;
    }
    #header.header-corporate .header-main .container .header-right {
        padding-right: 0;
    }
    .header-right {
        border-right: 1px solid #08484a;
        padding-right: 0;
    }
    .header-right-bottom {
        border-top: 1px solid #08484a;
    }
    #header.header-10 .header-main.sticky .header-right-top {
        display: flex;
    }
    .sticky-header #main-menu .mega-menu > li.menu-item > a {
        padding: 15px 19px 10px !important;
    }
    .mobile-phone {
        display: none;
    }
    .branches-menu {
        display: none !important
    }
    .container {
        max-width: 1170px;

    }
    .header-container {
        max-width: 1500px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    #header .mobile-toggle, #header .mobile-toggle:hover {
        float: right;
        right: 15px;
    }
    .rtl #header .header-main .container .header-right {
        right: 0 !important;
        left: auto !important;
        width: 100%;
    }
    .rtl #header .header-main .container .header-left {
        float: none !important;
        width: 100% !important;
    }
    #header .logo {
        margin-right: auto !important;
        width: 130px;
    }
    .rtl #header .header-main .container .header-right {left: 30px;}
    #header .header-main .container .header-right {top: 13px}
    #header .header-contact {
        display: inline-block;
    }
    .top-phone, .top-facebook, .top-mail, .branches-top {
        display: none;
    }
    .mobile-phone {
        position: relative;
        left: 15px;
        top: -13px;
    }
    .mobile-phone img {
        width: 50px;
        height: auto;
    }
    #header .logo a {
        position: relative;
        z-index: 999;
    }
    .header-right-top, .header-right-bottom {
        display: inline;
    }

    #mini-cart .cart-popup:before,
    #mini-cart .cart-popup:after {
        right: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #header .header-main .container .header-right {
        top: 15px !important;
    }
    .mobile-phone, .branches-top {
        display: none;
    }
    .header-right-top, .header-right-bottom {
        display: inline-flex;
        align-items: center;
    }
}

.btn-primary {
    background-color: #fdc942 !important;
    border-color: #fdc942 !important;
    color: #08484a !important;
}

.btn-secondary {
    background: transparent !important;
    border: 1px solid #fdc942 !important;
    color: #08484a !important;
}

/* buttons hover color fix */
.btn-primary:hover {
    background-color: #bfd739 !important;
    border-color: #bfd739 !important;
}
.btn-secondary:hover {
    background-color: #fdc942 !important;
    border-color: #fdc942 !important;
}

/* main banner scroll button */
.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 11%;
    left: 0px;
    margin: auto;
    width: 34px;
    height: 55px;
}
.mousey {
    width: 3px;
    padding: 5px 8px;
    height: 35px;
    border: 2px solid #01af74;
    border-radius: 15px;
    opacity: 0.75;
}
.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #01af74;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
    position: relative;
    left: 1px;
}
@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    background-color: #fff !important;
}

/* inner-page style */
.page-top {
    background-color: #fff;
    border-top: 1px solid #d1d0d5;
    border-bottom: none;
}
.page-top.page-header-1 .page-title {
    border-bottom: none;
}
.page-top .page-title {
    color: #01af74;
    font-size: 75px;
    font-weight: 400;
    margin-top: 30px;
}
.inner-page-contact {
    box-shadow: 0px 10px 30px 0px #666;
}
.inner-page-contact input[type="text"], .inner-page-contact input[type="tel"], .inner-page-contact input[type="email"] {
    border: 2px solid #ccc;
    color: #695c4c;
    height: 65px;
    width: 100%;
    font-size: 18px !important;
    direction: rtl;
}
.inner-page-contact input[type="submit"] {
    width: 100%;
    height: 65px;
    font-size: 18px !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #695c4c8c;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #695c4c8c;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #695c4c8c;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #695c4c8c;
}
.inner-page-adv-row .aio-icon-description {
    position: relative;
    top: -20px;
    right: 51px;
}
/* inner-page pics-carousel style */
.inner-page-pics-carousel .owl-stage-outer {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.inner-page-pics-carousel .owl-nav [class*="owl-"] {
    font-size: 30px;
    border: 2px solid #01af74 !important;
    color: #01af74 !important;
    width: 40px !important;
    height: 40px !important;
}
/* inner-page read-more style */
.inner-page-read-more .card-title a {
    color: #01af74;
    font-size: 22px;
    font-weight: 400;
}
.inner-page-read-more .card-title a i {
    font-size: 40px;
    top: 12px;
}
.inner-page-read-more .card {
    border-bottom: none !important;
}
.inner-page-read-more .card-title {
    text-align: center;
}
.inner-page-read-more .card-title {
    border-bottom: 1px solid #01af74;
}
.inner-page-read-more .card-title a {
    width: 200px;
    margin: auto;
    background: #fff;
    z-index: 999;
    position: relative;
    top: 22px;
}
.inner-page-read-more .card-body {
    margin-top: 30px;
}
.accordion .card-header a i {
    margin-left: 8px;
    margin-right: 0px;
}
@media (min-width: 768px) {
    .inner-page-contact {
        max-width: 400px;
        float: left;
        margin: auto;
        margin-left: 0;
        position: relative;
        top: -100px;
    }
    .inner-page-toptext {
        max-width: 620px;
    }
    .inner-page-adv-row {
        max-width: 865px;
        margin: auto !important;
    }
    .inner-page-adv-left .wpb_wrapper {
        max-width: 285px;
        float: left !important;
    }
    .inner-page-bottom-text {
        margin-top: auto;
        margin-bottom: auto;
        position: relative;
        right: -50px;
        top: -20px;
    }
    .inner-page-bottom-pic {
        position: relative;
        right: -100px;
    }
    .wpcf7-not-valid-tip {
        text-align: right;
    }
    .inner-page-contact {
        padding-right: 30px !important;
        padding-left: 30px !important;
        padding-top: 40px !important;
        top: -144px;
        left: 18px;
    }
    .form-innerpage .col-md-3, .form-homepage .col-md-3 {
        float: right;
    }
}
@media (max-width: 767px) {
    .inner-page-bottom-pic img {
        margin-right: -12%;
        display: block;
    }
    .inner-page-contact {
        width: 90% !important;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 20px !important;
    }
    .page-top .page-title {
        font-size: 40px;
        margin-top: 20px;
    }
    .inner-page-subtitle span {
        font-size: 26px !important;
    }
    .contact-text {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .form-group, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        width: 100%;
    }
    .col-sm-3 {
        max-width: 100%;
    }
    #header.sticky-header .header-main.change-logo .header-left, #header.sticky-header .header-main.change-logo .header-center, #header.sticky-header .header-main.change-logo .header-right {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .page-top .page-title {
        font-size: 40px;
        margin-top: 10px;
    }
    .inner-page-subtitle span {
        font-size: 24px !important;
    }
    .inner-page-toptext span {
        font-size: 16px !important;
    }
    .inner-page-contact {
        top: 0;
    }
    .form-innerpage .col-sm-3, .form-homepage .col-sm-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .inner-page-contact {
        padding-right: 20px !important;
        padding-left: 20px !important;
        padding-top: 30px !important;
    }
    .inner-page-bottom-text span {
        font-size: 22px !important;
    }
}

/* footer style */
#footer {
    background-color: #08484a !important;
    padding: 0px 0px 30px !important;
}
#footer p {
    color: #fff;
}
#footer .widget-title {
    color: #01af74;
}
.footer-contact > a {
    color: #01af74 !important;
    font-weight: 700;
    font-size: 14px;
}
#footer .widget > div > ul li, #footer .widget > div > ul {
    border: none;
    line-height: 14px;
}
#footer .widget {
    margin-bottom: 0;
}
.main-content {
    padding-bottom: 0 !important;
}
@media (min-width: 768px) {
    .footer_col_1, .footer_col_2, .footer_col_3, .footer_col_4 {
        border-left: 1px solid #d1d0d5;
    }
    #footer .row {
        border-bottom: 1px solid #d1d0d5;
    }
    #footer .col-lg-2 {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 95%;
    }
}
@media (max-width: 767px) {
    .footer_col_1, .footer_col_2, .footer_col_3, .footer_col_4 {
        border-bottom: 1px solid #d1d0d5;
        margin-bottom: 10px;
    }
}

/* post style */
.single-post .page-title {
    font-size: 50px;
}
@media (max-width: 767px) {
    .single-post .page-title {
        font-size: 30px;
    }
    .single-post .breadcrumbs-wrap {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .single-post .page-title {
        font-size: 40px;
    }
}

/* rtl fix */
.fa-angle-right:before {
    content: "\f104";
}
.fa-angle-left:before {
    content: "\f105";
}
.vc_gitem_row .vc_gitem-col {
    padding-right: 20px;
    padding-left: 20px;
}
.vc_gitem-post-data-source-post_title h4, .vc_gitem-post-data-source-post_excerpt p {
    text-align: right !important;
}

/* blog style */
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
    background-color: #fdc942;
}
.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-success:hover, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:active, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-success:active, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:active {
    background-color: #bfd739 !important;
}

/* gallery style */
.eg-washington-element-3 {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: Ploni, sans-serif !important;
}
.minimal-light .esg-filterbutton, .minimal-light .esg-navigationbutton, .minimal-light .esg-sortbutton, .minimal-light .esg-cartbutton a {
    font-family: Ploni, sans-serif !important;
    border: 1px solid #d1d0d5 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.minimal-light .esg-navigationbutton:hover, .minimal-light .esg-filterbutton:hover, .minimal-light .esg-sortbutton:hover, .minimal-light .esg-sortbutton-order:hover, .minimal-light .esg-cartbutton a:hover, .minimal-light .esg-filterbutton.selected {
    color: #01af74 !important;
}
@media (max-width: 347px) {
    .minimal-light .esg-filterbutton, .minimal-light .esg-navigationbutton, .minimal-light .esg-sortbutton, .minimal-light .esg-cartbutton a {
        font-size: 11px !important;
    }
}

/* calculator pop-up style */
.pum-theme-avia .pum-container {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}
.pum-theme-avia .pum-close {
    font-weight: bold !important;
    padding: 15px 20px !important;
}
.calculator-popup-button .vc_btn3-shape-square {
    width: 30%;
    font-size: 20px !important;
}
.calculator-popup-sep hr {
    width: 12% !important;
}
.calculator-popup-text {
    margin-top: 30px !important;
}

/* winter sale pop-up style */
.wintersale-img-popup {
    margin-bottom: 0px !important;
}

/* inner page storage pics style */
.storagepics .wpb_wrapper {
    width: 92%;
    margin: auto !important;
    float: none !important;
}
.eg-innerpage-element-3 {
    font-family: Ploni, sans-serif !important;
}
.esg-filters.esg-navbutton-solo-right {
    right: -5%;
    top: 40%;
}
.esg-filters.esg-navbutton-solo-left {
    left: -5%;
    top: 40%;
}
.minimal-light .esg-navigationbutton {
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border: 2px solid #01af74 !important;
}
.eg-icon-right-open:before, .eg-icon-left-open:before {
    color: #01af74;
}
[class^="eg-icon-"]:before, [class*=" eg-icon-"]:before {
    width: auto;

}
@media (max-width: 959px) {
    .storagepics .wpb_wrapper {
        width: 80%;
    }
    .esg-filters.esg-navbutton-solo-right {
        right: -14%;
    }
    .esg-filters.esg-navbutton-solo-left {
        left: -14%;
    }
}
/* update fix */
.header-top {
    display: none;
}
.page-top {
    background-color: transparent !important;
}
.inner-page-adv-row .aio-icon-header h3.aio-icon-title {
    font-size: 18px;
}
.inner-page-adv-row .aio-icon-component {
    margin-bottom: 30px;
}
#footer .widgettitle, #footer .widget-title {
    margin-bottom: 15px;
    font-size: 1.2698em;
    font-weight: bold !important;
}
#header.sticky-header .header-contact {
    display: flex;
}

.wpb_text_column p {
    line-height: inherit;
}
.page-top .page-title {
    margin-bottom: -11px;
}
#header .header-main .container .header-left {
    padding-bottom: 5px !important;
}
/* footer and main menu change */
#nav-menu-item-2269 a {
    color: #373737 !important;
}
/* google reCAPTCHA hide */
.grecaptcha-badge { visibility: hidden; }

/*google review rtl fix*/
.svg-wprsp-star-half {
    transform: scaleX(-1);
}

.header__phone:not(:last-child) {
    border-left: 2px solid currentColor;
}

.hp-banner-inner-row .main-title {
    padding-top: 35px;
}

.hp-banner-text-container {
    position: absolute;
    bottom: 90px;
    z-index: 2;
}

.main-banner-scroll {
    position: absolute;
    z-index: 2;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .hp-banner-inner-row {
        height: 120vw;
    }

    .hp-banner-text-container {
        position: relative;
        margin-top: 22%;
        bottom: 0;
    }

    .main-banner-scroll {
        display: none;
    }
}

#header .header-contact a {
    font-weight: 700;
}

.header-right-top {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    padding: 5px 0;
}

.header-account {
    display: flex;
}

.header-account-btn {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 5px 10px 5px 38px;
    transition: 0.2s ease;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.5 6.5C7.5 8.981 9.519 11 12 11C14.481 11 16.5 8.981 16.5 6.5C16.5 4.019 14.481 2 12 2C9.519 2 7.5 4.019 7.5 6.5ZM20 21H21V20C21 16.141 17.859 13 14 13H10C6.14 13 3 16.141 3 20V21H20Z' fill='%23BFD638'/%3E%3C/svg%3E") 8px center / contain no-repeat;
    background-size: 24px 24px;
    border: 2px solid #fff;
}

.header-account-btn:hover {
    border-color: #BFD638;
    color: #BFD638;
}

body:not(.rtl) .header-account-btn .he {
    display: none;
}

body.rtl .header-account-btn .en {
    display: none;
}

.rtl.home #header .header-main:not(.sticky) .container {
    padding: 0 10px !important;
}

@media screen and (max-width: 992px) {
    .rtl.home #header .header-main:not(.sticky) .container {
        padding: 14px 15px 3px !important;
        min-height: 60px;
    }

    #header .logo {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .header-right-top {
        order: 1;
        display: flex;
        padding: 0;
    }

    .header-account-btn {
        font-size: 16px;
        padding: 5px 10px 5px 32px;
        background-size: 20px 20px;
    }

    #header .logo {
        margin-top: -10px;
    }
}

@media screen and (max-width: 575px) {
    .header-account-btn {
        font-size: 16px;
    }

    #header .logo {
        width: 108px !important;
        max-width: 108px !important;
    }
}
