:root {
    --white: #fff;
    --blue: #1B75BC;
    --dark-blue: #092391;
    --red: #C40000;
    --gold: #FFAE68;
    --brown: #715D4F;
    --yellow: #DABD43;
    --gray: #E4E4E4;
    --orange: #F05E59;
    --pink: #FF95B9;
    --green: #33a952;

    --star-active: #f4cc25;
    --star-inactive: #dcdcdc;
}

.w-col {
    display: flex;
    flex-direction: column;
}
.w-row {
    display: flex;
    flex-direction: row;
}
.align-center {
    align-items: center;
}
.hide {
    display: none;
}


.text_color_blue {
    color: var(--blue);
}
.text_color_darkblue {
    color: var(--dark-blue);
}
.text_color_yellow {
    color: var(--yellow);
}
.text_color_red {
    color: var(--red);
}
.text_color_brown {
    color: var(--brown);
}
.text_color_orange {
    color: var(--orange);
}

.underline-gold {
    position: relative;
    margin-bottom: 28px !important;
}
.underline-gold:after {
    content: '';
    position: absolute;
    width: 63px;
    height: 2px;
    margin: 0 auto;
    top: 37px;
    left: 0;
    right: 0;
    /* Gold-Effect */
    background: linear-gradient(75.49deg, #D1913C -26.79%, #D39440 -12.76%, #DA9E4D 2.68%, #E5AD63 18.12%, #F5C381 34.96%, #FFD194 43.38%, #FDCE90 48.58%, #EAB46C 64.43%, #DCA151 84.08%, #D49542 100.92%, #D1913C 113.55%);
}
.underline-post-gold:after {
    left: auto;
}

.w-btn.left-icon i:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../svg/left-tri.svg) top center no-repeat;
}


.woocommerce-Price-amount.amount, 
.shop_table .order-total,
.woocommerce-mini-cart__total.total {
    display: none !important
}


/*
 * HEADER
 */

.w-cart.dropdown_height .w-cart-quantity {
    left: 10.5px;
    bottom: 21px;
    background: var(--blue) !important;
    color: var(--white) !important;
    min-width: 14px;
    height: 14px;
    font-size: 11px;
    line-height: 14px;
    transition: all 500ms;
}
.sticky .w-cart.dropdown_height .w-cart-quantity {
    bottom: 11px;
    transition: all 500ms;
}

.custom-cart .fa-shopping-cart:before {
    content: "";
    position: absolute;
    top: 30%;
    width: 22px;
    height: 25px;
    background: url(../svg/head-cart.svg) top center / cover no-repeat;
}

.l-header a.w-socials-item-link {
    color: var(--blue);
}

.l-header.shadow_thin .l-subheader.at_middle, .l-header.shadow_thin .l-subheader.at_bottom {
    box-shadow: none !important;
}

/*
 * FOOTER
 */

.footer-sep .w-text-value:after {
    content: "";
    display: block;
    width: 118px;
    height: 2.5px;
    background-color: #434343;
    margin-top: 7px;
}

footer .widget_nav_menu li {
    margin-bottom: 0;
}
footer a {
    color: #AEAEAE;
}
footer .widget_nav_menu li a {
    font-size: 16px;
    line-height: 24px;
    color: #AEAEAE;
}

footer .w-socials.color_text .w-socials-item-link {
    color: #AEAEAE;
}
footer .w-socials.color_text .w-socials-item-link:hover {
    color: var(--blue);
}

/*
 * HOMEPAGE
 */

.home .owl-dot span {
    background: white;
    border: 1px solid #707070;
    width: 13px;
    height: 13px;
}
.home .owl-dot.active span {
    background: var(--dark-blue) !important;
    color: var(--dark-blue) !important;
    border: 1px solid var(--dark-blue);
    box-shadow: none;
}

#header-bg {
    display: flex;
    align-items: center;
}
#header-h1 {
    border-radius: 10px;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.table-slider .swiper-slide {
    width: auto;
}
.table-slider .table__item {
    padding: .5rem 1rem .5rem 2rem;
    border-left: 1px solid var(--gray);
}
.table-slider[dir="ltr"] .table__item {
    padding: 0.5rem 0 0.5rem 1.5rem;
    align-items: flex-start !important;
}
.table-slider .table__title {
    color: var(--color-header-middle-text);
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
}
.table-slider[dir="ltr"] .table__title {
    font-size: 22px;
}
.table-slider .table__text {
    color: var(--color-header-middle-text);
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
.table-slider .table__img {
    margin-left: var(--hwrapper-gap,1.2rem);
    height: 75px;
    display: flex;
    align-items: center;
}
.table-slider[dir="ltr"] .table__img {
    margin-left: 0;
    margin-right: var(--hwrapper-gap,1.2rem);
    margin-top: 1rem;
}
.table__info {
    max-width: 201px;
    /*direction: rtl;*/
}

.inglass-product__img img {
    box-shadow: 0px 3px 20px #0000001A;
    border-radius: 15px 0px 15px 15px;
    max-height: 780px;
}
form.inglass-product__form, .inglass-product__wrp {
    height: 100%;
}
.inglass-product__panel {
    /*height: 100%;*/
    padding: 1.8rem 2rem;
    background: transparent linear-gradient(180deg, #0F75BC 0%, #092391 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000001A;
    border-radius: 0 15px 15px 0;
}
.ltr .inglass-product__panel {
    border-radius: 15px 0 0 15px;
}
.inglass-product__head-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inglass-product__head-text span, .inglass-product__item-title {
    color: var(--white);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    padding-right: 20px;
}
.inglass-product__head-text a {
    color: var(--gold);
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    border-bottom: .5px solid var(--gold);
}
.inglass-product__head-text a:hover {
    color: var(--white) !important;
    border-color: var(--white);
}
.inglass-product__size {
    padding-top: 1.5rem;
    justify-content: space-between;
    gap: min(72.5px, 10%);
}
.inglass-product__size p {
    width: 244px;
    position: relative;
}
.inglass-product__size label {
    color: var(--white);
    font-size: 16px;
    line-height: 27px;
}
.inglass-product__size input:not([type="submit"]) {
    max-width: 244px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #84F2FF;
    border-radius: 10px;
    font-size: 36px;
    font-weight: 300;
}
.inglass-product__size input.error {
    border: 2px solid var(--red);
}
.inglass-product__size p:before {
    content: 'ס"מ';
    display: block;
    position: absolute;
    font-size: 25px;
    font-weight: 300;
    color: #878787;
    top: 40px;
    left: 20px;
}
.ar .inglass-product__size p:before {
    content: 'سم';
}
.ltr .inglass-product__size p:before {
    content: 'cm';
    left: auto;
    right: 20px;
}
.inglass-product__size input:focus {
    box-shadow: 0px 0px 0px 2px #fff !important;
}
.inglass-product__item {
    border: 1px solid #ffffffad;
    border-radius: 15px;
    padding: 1rem 2rem;
    margin-top: 7px;
}
.inglass-product__item.error {
    border: 1px solid var(--red);
}
.inglass-product__item:not(.active) {
    background: #ffffff1a;
    border-color: #ffffff1a;
}
.inglass-product__item-title {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.inglass-product__item-title span {
    color: var(--gold);
    font-size: 45px;
    font-weight: 600;
    margin-left: 12px;
}
.ltr .inglass-product__item-title span {
    margin-left: 0;
    margin-right: 12px;
}
.inglass-product__item-title i {
    font-weight: 300;
    position: absolute;
    left: 0;
}
.ltr .inglass-product__item-title i {
    left: auto;
    right: 0;
}
.inglass-product__item:not(.active) .inglass-product__item-title i {
    transform: rotate(180deg);
}
.inglass-product__item:not(.active) .inglass-product__item-body {
    /*display: none;*/
}
.inglass-product__attr {
    /*justify-content: space-between;*/
    padding-top: 23px;
    padding-bottom: 30px;
    margin-right: 1rem;
    margin-left: .7rem;
}
.inglass-product__attr.underline {
    border-bottom: 1px solid #ffffff4f;
    padding-top: 30px;
}
.inglass-product__attr span {
    color: var(--white);
    font-size: 19px;
    margin-top: 10px;
    display: inline-block;
}
.inglass-product__attr button {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    float: left;
    margin-right: 18px;
}
.inglass-product__attr button.selected {
    border: 5px solid var(--gold);
}
.inglass-product__attr div.w-row {
    justify-content: space-between;
    justify-content: space-around;
}
.inglass-product__attr a.w-col {
    align-items: center;
}
.inglass-product__attr a img {
    border-radius: 20px;
    border: 5px solid transparent;
}
.inglass-product__attr a img.selected {
    border: 5px solid var(--gold);
}

.inglass-product__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
    font-size: 24px;
    line-height: 43px;
    padding-top: 1.6rem;
    padding-bottom: 0.5rem;
    display: none;
}
.inglass-product__price {
    color: var(--gold);
    font-size: 56px;
    line-height: 70px;
    font-weight: 600;
}
.ltr .inglass-product__add-to-cart {
    float: right;
}
.inglass-product__add-to-cart button {
    color: var(--white);
    font-size: 24px;
    line-height: 33px;
    background: #092391;
    /*box-shadow: 0px 3px 20px #0000001A;*/
    border-radius: 0 0 15px 15px;
    float: left;
    width: 276px;
    padding-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all 500ms;
}
.inglass-product__add-to-cart button i {
    margin-right: 35px;
    margin-left: 56px;
    font-size: 38px;
    font-weight: 300;
    transition: all 500ms;
}
.inglass-product__add-to-cart button:hover i {
    margin-right: 55px;
    margin-left: 36px;
    transition: all 500ms;
}
.inglass-product__message {
    color: var(--white);
    background: var(--red);
    font-size: 19px;
    line-height: 26px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 4px 40px 6px;
    width: 340px;
    max-width: 100%;
    float: left;
    -webkit-clip-path: polygon(14px 0, 100% 0, 100% 100%, 14px 100%, 0 50%);
    clip-path: polygon(14px 0, 100% 0, 100% 100%, 14px 100%, 0 50%);
    position: relative;
}
.ltr .inglass-product__message {
    margin-right: 10px;
    padding: 4px 40px 6px;
    float: right;
    -webkit-clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
}
.inglass-product__message:after {
    content: "";
    position: absolute;
    top: 6%;
    right: 4px;
    width: 32px;
    height: 32px;
    background: url(../svg/circle_notifications.svg) top center / cover no-repeat;
}
.ltr .inglass-product__message:after {
    right: auto;
    left: 4px;
}

.contact-form .wpcf7 input, .contact-form .wpcf7 textarea {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin-top: 0 !important;
    margin-bottom: 16px;
    /*margin-left: 16px;*/
    font-size: 18px;
}
.contact-form .wpcf7 input:not([type="submit"]):focus {
    box-shadow: none;
    border: 1px solid var(--grey);
}
.contact-form .wpcf7 .w-row {
    gap: 16px;
}
.contact-form .wpcf7 .w-row .wpcf7-form-control-wrap:first-child {
}
.contact-form .wpcf7 .submit-btn {
    width: 270px;
    margin: 2rem auto 0 !important;
    position: relative;
}
.contact-form .wpcf7 .submit-btn i {
    position: absolute;
    left: 65px;
    top: 26%;
    transition: all 500ms;
}
.contact-form .wpcf7 input[type="submit"] {
    width: 100%;
    border-radius: 25px;
    border: 1px solid var(--dark-blue);
    padding-left: 3rem;
}
.contact-form .wpcf7 input[type="submit"]:hover + span + i {
    color: var(--dark-blue);
    left: 55px;
    transition: all 500ms;
}
.contact-form .wpcf7 .wpcf7-spinner {
    display: none !important;
}

.logo-imgs .table-slider .table__item {
    padding: 0 .5rem;
    border-left: none;
}
.logo-imgs img {
    opacity: .4;
    filter: grayscale(1.7);
}

#testimonials.layout_testimonial_6 .usg_post_custom_field_2.us_testimonial_role {
    font-size: 18px;
    font-weight: 300;
    color: #000 !important;
}

/*
 * Projects
 */

.prod-element {
    cursor: pointer;
}
.w-popup-box-title {
    text-align: center;
}
.w-popup-box-content section {
    padding: 0 0 0rem !important;
}
.w-popup-box-content section img {
    margin-bottom: 1.5rem;
}
.w-popup-box-content section .w-text {
    padding-right: 2rem;
    padding-bottom: 0.5rem;
}
.w-popup-box-content section .w-text.icon_atleft i {
    margin-left: 0;
    margin-right: 0;
    width: 0;
    color: var(--blue);
}
.w-popup-box-content section .w-text.icon_atleft i:before {
    left: 2rem;
    position: relative;
}


@media (max-width: 1480px) {
  .inglass-product__attr button {
    width: 47px;
    height: 47px;
    margin-right: 16px;
  }
}

@media (max-width: 1380px) {
  .w-cart.dropdown_height .w-cart-quantity {
    left: 9.25px;
    bottom: 25px;
  }

  .wrp-inglass-product .g-cols.cols_2 {
    grid-gap: 1rem;
  }
  .inglass-product__attr button {
    margin-right: 13px;
  }
  .inglass-product__footer {
    padding-top: 0.75rem;
    padding-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .w-cart.dropdown_height .w-cart-quantity {
    left: 6.5px;
  }

  .banners .w-hwrapper {
    flex-direction: column-reverse;
  }

  .wrp-inglass-product .g-cols.cols_2 {
    grid-gap: 5px;
    grid-template-columns: 100%;
    flex-direction: column-reverse;
    display: flex;
  }
  .inglass-product__panel {
    border-radius: 15px 15px 15px 0;
  }
  .inglass-product__item {
    margin-top: 5px;
  }
  .inglass-product__add-to-cart {
    padding-top: 0;
    margin-top: -1px;
  }
}

@media (max-width: 767px) {
  .home .us_custom_ef7dccd2 {
    padding-left: .5rem!important;
    padding-right: .5rem!important;
  }
  .inglass-product__attr {
    margin-right: 0;
    margin-left: 0;
  }
  .inglass-product__add-to-cart button {
    padding-bottom: 25px;
  }
}

@media (max-width: 599px) {
  .w-cart.dropdown_height .w-cart-quantity {
    left: 4.5px;
  }

  .inglass-product__panel {
    padding: 1.5rem 1.5rem;
  }
  .inglass-product__item {
    padding: .8rem 1.5rem;
  }
  .inglass-product__attr button {
    width: 43px;
    height: 43px;
    margin-right: 12px;
  }
  .inglass-product__price {
    font-size: 50px;
    line-height: 64px;
  }
}

@media (max-width: 499px) {
  .inglass-product__head-text span, .inglass-product__item-title {
    font-size: 22px;
  }
  .inglass-product__panel {
    padding: 1rem 1rem;
  }
  .inglass-product__size {
    padding-top: 0.5rem;
    gap: 4%;
  }
  .inglass-product__size p:before {
    font-size: 18px;
    top: 37px;
    left: 15px;
  }
  .inglass-product__attr span {
    display: block;
  }
  .inglass-product__attr {
    padding-bottom: 5px;
  }
  .inglass-product__item.step1 .inglass-product__attr {
    padding-bottom: 55px;
    padding-top: 0;
  }
  .inglass-product__item.step1 .inglass-product__attr.underline {
    padding-top: 5px;
  }
  .inglass-product__attr span {
    margin-top: 3px;
    margin-bottom: 7px;
  }
  .inglass-product__price {
    font-size: 48px;
    line-height: 62px;
  }
  .inglass-product__footer {
    line-height: 30px;
  }

  .contact-form .wpcf7 .w-row {
    flex-direction: column;
    margin-bottom: 16px;
  }
  .contact-form .wpcf7 input, .contact-form .wpcf7 textarea {
    margin-bottom: 0;
  }
  .contact-form .wpcf7 .submit-btn i {
    top: 35%;
  }
}

@media (max-width: 419px) {
  .inglass-product__head-text a {
    font-size: 16px;
  }
  .inglass-product__head-text {
    flex-wrap: wrap;
  }
  .inglass-product__size img {
    max-width: 55px;
  }
  .inglass-product__price {
    font-size: 39px;
    line-height: 60px;
  }
  .inglass-product__footer {
    font-size: 19px;
  }
  .inglass-product__add-to-cart button i {
    font-size: 34px;
  }
}
