a:hover {
color: #e85611;
}
.hidden {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}
.admin-bar .navigation {
top: 32px;
}
.navigation {
font-family: "Roboto", sans-serif;
}
@media (min-width: 992px) {
.navigation .navbar #mainmenu {
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 1200px) {
.navigation .navbar #mainmenu > ul > .nav-item + .nav-item {
margin-left: 20px;
}
}
@media only screen and (max-width: 991px) {
.navigation .navbar #mainmenu > ul > .nav-item.dropdown > .dropdown-menu {
width: calc(100vw - 40px);
display: block !important;
overflow: hidden;
max-height: 0;
opacity: 0;
padding: 0 !important;
transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.35s ease;
border: none !important;
margin: 0 !important;
}
.navigation .navbar #mainmenu > ul > .nav-item.dropdown > .dropdown-menu.show {
max-height: 60vh;
overflow-y: auto;
opacity: 1;
padding: 0.5rem 0 !important;
}
.navigation .navbar #mainmenu > ul > .nav-item.dropdown .dropdown-menu .dropdown-menu {
min-width: 0 !important;
max-width: 100% !important;
width: 100% !important;
display: block !important;
overflow: hidden;
max-height: 0;
opacity: 0;
padding-top: 0 !important;
padding-bottom: 0 !important;
transition: max-height 0.35s ease, opacity 0.3s ease, padding 0.35s ease;
}
.navigation .navbar #mainmenu > ul > .nav-item.dropdown .dropdown-menu .dropdown-menu.show {
max-height: 30vh;
overflow-y: auto;
opacity: 1;
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.navigation .navbar #mainmenu > ul > .nav-item.dropdown .dropdown-menu > li > a.dropdown-item {
white-space: normal;
display: block !important;
width: 100% !important;
height: auto;
}
}  
@media (min-width: 992px) {
#mainmenu > ul > .nav-item.dropdown > .dropdown-menu {
display: block;
opacity: 0;
visibility: hidden;
transform: translateY(-8px);
transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
pointer-events: none;
min-width: 400px;
box-sizing: border-box;
border-radius: 10px;
}
#mainmenu > ul > .nav-item.dropdown:hover > .dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
pointer-events: auto;
}
#mainmenu > ul > .nav-item.dropdown > .dropdown-menu .dropdown-menu {
display: block !important;
position: absolute;
opacity: 0;
visibility: hidden;
max-height: 0;
overflow: hidden;
padding-top: 0 !important;
padding-bottom: 0 !important;
transform: translateY(-6px);
transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s,
max-height 0.55s ease-in-out, padding 0.55s ease;
pointer-events: none;
width: auto !important;
min-width: 550px;
max-width: 550px;
white-space: normal;
box-sizing: border-box;
}
#mainmenu > ul > .nav-item.dropdown > .dropdown-menu .dropdown-menu.show {
opacity: 1;
visibility: visible;
max-height: 500px;
overflow-y: auto;
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
transform: translateY(0);
pointer-events: auto;
}
#mainmenu .dropdown-menu > li > .dropdown-item {
padding-top: 8px;
padding-bottom: 8px;
line-height: 1.5;
font-size: 16px;
white-space: normal;
display: block !important;
width: 100% !important;
height: auto;
box-sizing: border-box;
}
#mainmenu > ul > .nav-item.dropdown > .dropdown-menu .dropdown-menu .dropdown-item {
white-space: normal;
display: block !important;
width: 100% !important;
height: auto;
box-sizing: border-box;
padding: 6px 12px 6px 38px !important;
font-size: 16px;
line-height: 1.4;
border-top: 1px solid rgba(0, 0, 0, 0.06);
background-color: rgba(0, 0, 0, 0.02);
color: #444;
}
#mainmenu > ul > .nav-item.dropdown > .dropdown-menu .dropdown-menu .dropdown-item:hover {
background-color: rgba(232, 86, 17, 0.07);
color: #e85611;
}
}
@media (min-width: 1200px) {
#mainmenu > ul > .nav-item.dropdown > .dropdown-menu .dropdown-menu {
min-width: 650px;
max-width: 650px;
}
}
.navigation .navbar .lang-panel {
padding: 0;
margin: 0 0 0 20px;
}
@media (min-width: 768px) {
.navigation .navbar .lang-panel {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
}
.navigation .navbar .lang-panel .lang-item a {
color: #000;
}
@media (min-width: 992px) {
.navigation .navbar .lang-panel .lang-item a {
color: #fff;
}
}
.navigation .navbar .lang-panel .lang-item a:hover {
color: #000;
font-weight: 700;
}
@media (min-width: 992px) {
.navigation .navbar .lang-panel .lang-item a:hover {
color: #fff;
}
}
.navigation .navbar .lang-panel .lang-item.current-lang a {
font-weight: 700;
}
.navigation .header-phone {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navigation .header-phone * {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.navigation .header-phone svg path {
fill: #e85611;
}
@media (min-width: 992px) {
.navigation .header-phone svg path {
fill: #fff;
}
}
.navigation .header-phone svg path:first-child {
stroke: #e85611;
fill: transparent;
}
@media (min-width: 992px) {
.navigation .header-phone svg path:first-child {
stroke: #fff;
}
}
.navigation .header-phone svg:hover path {
fill: #fff;
}
@media (min-width: 992px) {
.navigation .header-phone svg:hover path {
fill: #e85611;
}
}
.navigation .header-phone svg:hover path:first-child {
fill: #e85611;
}
@media (min-width: 992px) {
.navigation .header-phone svg:hover path:first-child {
fill: #fff;
}
}
.navigation .header-phone a {
color: #333;
}
@media (min-width: 992px) {
.navigation .header-phone a {
color: #fff;
}
}
.navigation .header-phone a:hover {
color: #333;
text-decoration: underline;
}
@media (min-width: 992px) {
.navigation .header-phone a:hover {
color: #fff;
}
}
.navigation .header-phone a + a {
margin-left: 6px;
}
.navigation .header-phone a.whatsapp svg:hover path {
fill: #fff;
}
.navigation .header-phone a.whatsapp svg:hover path:first-child {
fill: #e85611;
}
@media (min-width: 992px) {
.navigation .header-phone a.whatsapp svg:hover path:first-child {
fill: #55c65d;
stroke: #55c65d;
}
}
.navigation .header-phone a.viber svg:hover path {
fill: #fff;
}
.navigation .header-phone a.viber svg:hover path:first-child {
fill: #e85611;
}
@media (min-width: 992px) {
.navigation .header-phone a.viber svg:hover path:first-child {
fill: #7360f2;
stroke: #7360f2;
}
}
.navigation .header-phone a.telegram svg:hover path {
fill: #fff;
}
.navigation .header-phone a.telegram svg:hover path:first-child {
fill: #e85611;
}
@media (min-width: 992px) {
.navigation .header-phone a.telegram svg:hover path:first-child {
fill: #279fdb;
stroke: #279fdb;
}
}
.navigation.stiky-nav .header-phone a {
color: #333;
}
.navigation.stiky-nav .header-phone svg path {
fill: #e85611;
}
.navigation.stiky-nav .header-phone svg path:first-child {
stroke: #e85611;
fill: transparent;
}
.navigation.stiky-nav .header-phone svg:hover path {
fill: #fff;
}
.navigation.stiky-nav .header-phone svg:hover path:first-child {
fill: #e85611;
}
.navigation.stiky-nav .lang-panel .lang-item a {
color: #000;
}
.navigation.stiky-nav .lang-panel .lang-item a:hover {
color: #000;
}
.section-title {
max-width: 680px;
margin-left: auto;
margin-right: auto;
}
.section-title > .title {
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.theme-btn1 {
color: #e85611;
}
.theme-btn1:after {
background: #f3aa89;
}
.theme-btn1.v2 {
background: #e85611;
color: #fff;
}
.theme-btn2 {
background: #e85611;
border: 1px solid #e85611;
border-radius: 10px;
outline: none;
color: #fff;
cursor: pointer;
font-size: 18px;
font-weight: 600;
line-height: 50px;
text-align: center;
display: inline-block;
height: 50px;
padding: 0 36px;
position: relative;
overflow: hidden;
-webkit-transition: 0.3s;
transition: 0.3s;
z-index: 9;
}
.theme-btn2:hover {
background: #fff;
color: #e85611;
}
.wpcf7 .wpcf7-form .form-item {
margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .form-item .input-field {
margin-bottom: 0;
}
.wpcf7 .wpcf7-form .form-item .input-field.borderd {
border: 1px solid #e85611;
} .hero-area .hexagon {
background: url(//lecon-door.com/wp-content/themes/html5blank-stable/assets/img/shape-hexagon.png) 0 0 no-repeat transparent;
background-size: cover;
color: #fff;
font-size: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 131px;
height: 115px;
padding: 12px 28px;
position: absolute;
top: 10px;
right: 0px;
z-index: 10;
}
@media (min-width: 415px) {
.hero-area .hexagon {
right: -60px;
}
}
.hero-area .hexagon .inner {
margin-bottom: 10px;
}
.hero-area .content .subtitle a {
color: #fff;
text-decoration: underline;
}
.hero-area .content .subtitle a:hover {
color: #fff;
text-decoration: none;
} .pricing {
padding: 110px 0px 60px;
}
@media (min-width: 768px) {
.pricing {
padding: 110px 0px 120px;
}
}
.pricing .product-slider {
max-width: 790px;
margin: 0 auto;
}
.pricing .product-slider .item .single-product {
background: transparent;
}
.pricing .product-slider .item .single-product .img {
background: #e85611;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.pricing .product-slider .item .single-product .img .links {
background: rgba(255, 255, 255, 0.5);
}
.pricing .product-slider .item .single-product .img .links .theme-btn1 {
background: #e85611;
color: #fff;
}
.pricing .product-slider .item .single-product .content .price .new-price {
color: #e85611;
}
.pricing .product-slider .owl-nav button {
background: transparent;
border: 1px solid #e85611;
color: #e85611;
}
.pricing .product-grid .item {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: .4s .2s;
transition: .4s .2s;
}
.pricing .product-grid .item .single-product {
border-radius: 16px;
background: transparent;
text-align: center;
padding: 10px;
}
.pricing .product-grid .item .single-product .img {
background: #e85611;
border-radius: 16px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 350px;
padding: 15px 15px 12px;
position: relative;
overflow: hidden;
}
.pricing .product-grid .item .single-product .img img {
width: 100%;
height: 100%;
object-fit: contain;
}
@media only screen and (max-width: 767px) {
.pricing .product-grid .item .single-product .img {
height: 420px;
text-align: center;
padding: 10px 20px;
}
}
.pricing .product-grid .item .single-product .img .links {
background: rgba(255, 255, 255, 0.5);
text-align: center;
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 101%;
left: 0;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
opacity: 0;
}
.pricing .product-grid .item .single-product .img .links .theme-btn1 {
background: #e85611;
color: #fff;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.pricing .product-grid .item .single-product .img .links .theme-btn1:hover {
color: #fff;
}
.pricing .product-grid .item .single-product .img img {
-ms-flex-item-align: center;
align-self: center;
}
@media only screen and (max-width: 991px) {
.pricing .product-grid .item .single-product .img img {
max-width: 220px;
}
}
@media only screen and (max-width: 767px) {
.pricing .product-grid .item .single-product .img img {
max-width: 280px;
margin: 0 auto;
}
}
.pricing .product-grid .item .single-product .content {
padding: 25px 27px;
}
.pricing .product-grid .item .single-product .content .title {
font-size: 20px;
font-weight: 600;
line-height: 30px;
margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
.pricing .product-grid .item .single-product .content .title {
font-size: 20px;
line-height: 30px;
}
}
.pricing .product-grid .item .single-product .content .price {
margin-bottom: 0;
}
.pricing .product-grid .item .single-product .content .price .new-price {
color: #e85611;
font-size: 26px;
font-weight: 700;
line-height: 36px;
letter-spacing: -1px;
display: inline-block;
margin-right: 7px;
margin-bottom: 5px;
}
@media only screen and (max-width: 575px) {
.pricing .product-grid .item .single-product .content .price .new-price {
font-size: 24px;
line-height: 34px;
}
}
@media only screen and (max-width: 1199px) {
.pricing .product-grid .item .single-product .content .price .new-price {
font-size: 26px;
}
}
.pricing .product-grid .item .single-product .content .price small {
color: #888;
font-size: 18px;
font-weight: 700;
display: inline-block;
}
.pricing .product-grid .item .single-product:hover .img .links {
top: 0;
opacity: 1;
}
.pricing .product-grid .item.hide {
height: 0;
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
} .compare-section .compare-box {
border: 1px solid #f3aa89;
padding: 29px 33px;
-webkit-box-shadow: none;
box-shadow: none;
}
.compare-section .compare-box .compare-table {
width: 100% !important;
}
.compare-section .compare-box .compare-table p {
color: #333;
font-size: 14px;
line-height: 114.5%;
}
@media (min-width: 560px) {
.compare-section .compare-box .compare-table p {
font-size: 16px;
}
}
@media (min-width: 768px) {
.compare-section .compare-box .compare-table p {
font-size: 20px;
}
}
.compare-section .compare-box .compare-table tr {
background: #fff;
}
.compare-section .compare-box .compare-table tr td {
border: 1px solid #f3aa89;
font-size: 14px;
font-weight: 700;
line-height: 114.5%;
text-align: center;
padding: 1.2rem 1rem;
}
@media (min-width: 560px) {
.compare-section .compare-box .compare-table tr td {
font-size: 16px;
}
}
@media (min-width: 768px) {
.compare-section .compare-box .compare-table tr td {
font-size: 20px;
}
}
.compare-section .compare-box .compare-table tr td img {
margin: 0 auto;
width: auto !important;
height: auto !important;
max-width: 160px;
}
.compare-section .compare-box .compare-table tr td:nth-child(1) {
text-align: left;
min-width: 268px;
}
@media (min-width: 560px) {
.compare-section .compare-box .compare-table tr td:nth-child(1) {
min-width: 304px;
}
}
@media (min-width: 768px) {
.compare-section .compare-box .compare-table tr td:nth-child(1) {
min-width: 340px;
}
}
.compare-section .compare-box .compare-table tr:nth-child(1) td {
font-size: 18px;
vertical-align: top;
}
.compare-section .compare-box .compare-table tr:nth-child(1) td p {
font-size: 14px;
margin: 0;
}
@media (min-width: 560px) {
.compare-section .compare-box .compare-table tr:nth-child(1) td p {
font-size: 16px;
}
}
@media (min-width: 768px) {
.compare-section .compare-box .compare-table tr:nth-child(1) td p {
font-size: 18px;
}
}
.compare-section .compare-box .compare-table tr:nth-child(1) td:nth-child(1) {
text-align: center;
vertical-align: middle;
}
.compare-section .compare-box .compare-table tr:nth-child(1) td:nth-child(1) img {
max-width: 60%;
}
@media (min-width: 768px) {
.compare-section .compare-box .compare-table tr:nth-child(1) td:nth-child(1) img {
max-width: 100%;
}
}
.compare-section .compare-box .compare-table tr:nth-of-type(odd) {
background: #fff;
} .about .adv-row .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.about .adv-row .item .box {
background: transparent;
border: 1px solid #e85611;
width: 100%;
}
.about .adv-row .item .box .inner-box {
padding-left: 11px;
padding-right: 11px;
}
.about .adv-row .item .box .inner-box .title {
font-size: 20px;
line-height: 1.5;
margin-top: 28px;
margin-bottom: 6px;
}
.about .adv-row .item .box .inner-box .text {
font-size: 16px;
line-height: 1.3;
} .whaybest {
background-position: 100% 0%;
background-size: cover;
}
.whaybest h1,
.whaybest h2,
.whaybest h3,
.whaybest h4,
.whaybest h5,
.whaybest h6,
.whaybest p {
color: #fff;
}
.whaybest .info .info-title {
color: #fff;
}
.whaybest .info .feature-list li {
cursor: default;
}
.whaybest .info .feature-list li .icon img {
max-height: 60px;
}
.whaybest .info .feature-list li .content h4 {
font-size: 20px;
line-height: 1.25;
margin-bottom: 20px;
}
.whaybest .about-img {
margin: 0 auto;
} .feature .feature-box {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.feature .feature-box .details .title {
font-size: 20px;
line-height: 26px;
margin-top: 0;
}
.feature .feature-box .details .text {
font-size: 16px;
line-height: 1.3;
}
@media (min-width: 992px) {
.feature .image-box .center-feature {
margin: 0 -64px;
}
} .dealofweek {
background-position: 100% 0%;
background-size: cover;
color: #fff;
}
.dealofweek h1,
.dealofweek h2,
.dealofweek h3,
.dealofweek h4,
.dealofweek h5,
.dealofweek h6,
.dealofweek p,
.dealofweek .section-title .title {
color: #fff;
}
.dealofweek .deal-slider-area {
background: transparent;
border: 1px solid #fff;
-webkit-box-shadow: none;
box-shadow: none;
}
@media (min-width: 992px) {
.dealofweek .deal-slider-area {
padding-left: 0;
}
}
.dealofweek .deal-slider-area .deal-slider .item .content .left-area {
width: 100%;
padding: 0 !important;
}
.dealofweek .deal-slider-area .deal-slider .item .content .left-area img {
max-width: 100% !important;
}
.dealofweek .deal-slider-area .deal-slider .item .content .right-area {
width: 100%;
}
.dealofweek .deal-slider-area .deal-slider .item .content .right-area .item-title {
font-size: 24px;
line-height: 114.5%;
margin-bottom: 28px;
}
.dealofweek .deal-slider-area .deal-slider .item .content .right-area .description {
font-size: 18px;
line-height: 21px;
}
.dealofweek .deal-slider-area .deal-slider .item .content .right-area .deal-counter > div > span {
border: 1px solid #fff;
border-radius: 10px;
color: #fff;
font-weight: 700;
font-size: 30px;
line-height: 24px;
text-align: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 84px;
height: 84px;
padding: 10px;
margin-top: 10px;
margin-right: 10px;
-webkit-box-shadow: none;
box-shadow: none;
}
.dealofweek .deal-slider-area .deal-slider .item .content .right-area .deal-counter > div > span > small {
color: #fff;
font-weight: 400;
font-size: 16px;
line-height: 24px;
display: block;
margin-top: 6px;
} .faq {
background: #fff;
}
@media (min-width: 992px) {
.faq .col-content {
padding-top: 60px;
}
}
.faq .col-content .panel-group .panel {
border: 1px solid #e85611;
margin-bottom: 10px;
-webkit-box-shadow: none;
box-shadow: none;
}
.faq .col-content .panel-group .panel .panel-heading .panel-title {
color: #e85611;
}
.faq .col-content .panel-group .panel .panel-heading .panel-title:before {
color: #e85611;
font-size: 20px;
}
.faq .col-content .panel-group .panel .panel-collapse .panel-body ol {
padding-left: 20px;
}
.faq .col-content .panel-group .panel .panel-collapse .panel-body ol li {
list-style: decimal;
}
.faq .col-content .panel-group .panel .panel-collapse .panel-body ul li {
list-style: disc;
}
.faq .col-content .panel-group .faq-more-button {
margin-top: 40px;
}
@media (min-width: 992px) {
.faq .col-img {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
} .contact {
font-family: "Roboto", sans-serif;
}
.contact .item-box {
margin-bottom: 40px;
}
.contact .item-box .info-box {
border: 1px solid #e85611;
height: 100%;
margin-bottom: 0;
padding-bottom: 18px;
-webkit-box-shadow: none;
box-shadow: none;
}
.contact .item-box .info-box.box1 .right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.contact .item-box .info-box.box1 .right .content {
text-align: left;
}
.contact .item-box .info-box.box1 .right .content i.fab {
color: #e85611;
margin-left: 2px;
}
.contact .item-box .info-box.box1 .right .content i.fab.fa-viber {
color: #7360f2;
}
.contact .item-box .info-box.box1 .right .content i.fab.fa-telegram-plane {
color: #279fdb;
}
.contact .item-box .info-box.box1 .right .content i.fab.fa-whatsapp {
color: #55c65d;
}
.contact .item-box .info-box.box1 .right .content a:hover i.fab.fa-viber {
color: #7360f2;
}
.contact .item-box .info-box.box1 .right .content a:hover i.fab.fa-telegram-plane {
color: #279fdb;
}
.contact .item-box .info-box.box1 .right .content a:hover i.fab.fa-whatsapp {
color: #55c65d;
}
.contact .contact-form-wrapper {
border: 1px solid #e85611;
-webkit-box-shadow: none;
box-shadow: none;
}
.contact .contact-form-wrapper h3 {
font-weight: 700;
} .footer {
background: #e85611;
}
.footer a {
color: #fff;
}
.footer a:hover {
color: #fff;
text-decoration: underline;
}
.footer:before {
display: none;
}
.footer .copy-bg {
border-top: 1px solid #fff;
} .page-template-template-doors .hero-area,
.single-product .hero-area {
color: #fff;
padding-bottom: 0;
}
.page-template-template-doors .hero-area .right-img .img, 
.single-product .hero-area .right-img .img {
position: relative;
}
@media (max-width: 991px) {
.page-template-template-doors .hero-area .right-img .img,
.single-product .hero-area .right-img .img {
max-width: 240px;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 992px) {
.page-template-template-doors .hero-area .right-img .img,
.single-product .hero-area .right-img .img {
margin-bottom: -140px;
left: -15px;
}
}
@media (min-width: 1200px) {
.page-template-template-doors .hero-area .right-img .img,
.single-product .hero-area .right-img .img {
left: -35px;
}
}
.page-template-template-doors .hero-area .left-content .content .title,
.single-product .hero-area .left-content .content .title {
margin-bottom: 22px;
}
.page-template-template-doors .hero-area .left-content .content .description p,
.single-product .hero-area .left-content .content .description p {
color: #fff;
margin-bottom: 0.5rem;
}
.page-template-template-doors .hero-area .left-content .content .description b,
.page-template-template-doors .hero-area .left-content .content .description strong,
.single-product .hero-area .left-content .content .description b,
.single-product .hero-area .left-content .content .description strong {
font-size: 16px;
margin-left: 5px;
}
@media (min-width: 1200px) {
.page-template-template-doors .hero-area .left-content .content .description b,
.page-template-template-doors .hero-area .left-content .content .description strong,
.single-product .hero-area .left-content .content .description b,
.single-product .hero-area .left-content .content .description strong{
font-size: 18px;
}
}
.page-template-template-doors .hero-area .left-content .content .description u,
.single-product .hero-area .left-content .content .description u {
border: 1px solid #fff;
font-size: 16px;
text-decoration: none;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 5px 12px;
margin-left: 5px;
}
@media (max-width: 767px) {
.page-template-template-doors .hero-area .left-content .content .description u,
.single-product .hero-area .left-content .content .description u {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 180px;
padding: 5px 12px;
margin-top: 5px;
margin-left: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media (min-width: 992px) {
.page-template-template-doors .hero-area .left-content .content .description u,
.single-product .hero-area .left-content .content .description u {
padding: 5px 5px;
margin-left: 0;
}
}
@media (min-width: 1200px) {
.page-template-template-doors .hero-area .left-content .content .description u,
.single-product .hero-area .left-content .content .description u {
font-size: 18px;
padding: 5px 12px;
margin-left: 5px;
}
}
.page-template-template-doors .hero-area .left-content .content .links,
.single-product .hero-area .left-content .content .links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-template-template-doors .hero-area .left-content .content .links .price,
.single-product .hero-area .left-content .content .links .price {
font-size: 32px;
font-weight: 700;
line-height: 48px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin-right: 72px;
}
@media (max-width: 767px) {
.single-product .hero-area .left-content .content .links .price {
margin-right: 50px;
}
}
.page-template-template-doors .product-tabs,
.single-product .product-tabs {
padding: 60px 0 60px;
}
.page-template-template-doors .product-tabs .nav-tabs,
.single-product .product-tabs .nav-tabs {
border-bottom: 0 none;
}
.page-template-template-doors .product-tabs .nav-tabs .nav-item .nav-link,
.single-product .product-tabs .nav-tabs .nav-item .nav-link {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
color: #333333;
font-size: 16px;
font-weight: 700;
line-height: 114.5%;
padding: 10px 14px;
}
@media (min-width: 480px) {
.page-template-template-doors .product-tabs .nav-tabs .nav-item .nav-link,
.single-product .product-tabs .nav-tabs .nav-item .nav-link {
font-size: 18px;
padding: 10px 14px;
}
}
@media (min-width: 768px) {
.page-template-template-doors .product-tabs .nav-tabs .nav-item .nav-link,
.single-product .product-tabs .nav-tabs .nav-item .nav-link {
font-size: 24px;
padding: 17px 24px;
}
}
.page-template-template-doors .product-tabs .nav-tabs .nav-item .nav-link.active,
.single-product .product-tabs .nav-tabs .nav-item .nav-link.active {
border-color: #e85611 #e85611 #ffffff;
}
.page-template-template-doors .product-tabs .nav-tabs .nav-item .nav-link:hover,
.single-product .product-tabs .nav-tabs .nav-item .nav-link:hover {
border-color: #e9ecef #e9ecef transparent;
}
.single-product .product-tabs .tab-pane:not(.show):not(.active) {
display: none !important;
}
.page-template-template-doors .product-tabs .tab-content,
.single-product .product-tabs .tab-content {
border: 1px solid #e85611;
border-radius: 0 8px 8px 8px;
padding: 22px 14px 18px;
}
@media (min-width: 768px) {
.page-template-template-doors .product-tabs .tab-content,
.single-product .product-tabs .tab-content {
padding: 42px 26px 40px;
}
}
.page-template-template-doors .product-tabs .tab-content .tab-pane,
.single-product .product-tabs .tab-content .tab-pane {
font-family: "Roboto", sans-serif;
font-size: 15px;
}
@media (min-width: 480px) {
.page-template-template-doors .product-tabs .tab-content .tab-pane,
.single-product .product-tabs .tab-content .tab-pane {
font-size: 16px;
}
}
@media (min-width: 768px) {
.page-template-template-doors .product-tabs .tab-content .tab-pane,
.single-product .product-tabs .tab-content .tab-pane {
font-size: 18px;
}
}
.page-template-template-doors .product-tabs .tab-content .tab-pane img,
.single-product .product-tabs .tab-content .tab-pane img {
width: auto !important;
height: auto !important;
}
#pr_t_advantages p {
margin-bottom: 16px;
}
#pr_t_advantages ul {
padding-left: 20px;
margin-bottom: 16px;
}
#pr_t_advantages li {
margin-bottom: 8px;
display: list-item;
list-style-type: disc;
}
#pr_t_advantages h2 {
margin-top: 24px;
margin-bottom: 12px;
}
.page-template-template-doors .compare-section .section-title,
.single-product .compare-section .section-title {
max-width: none;
}
.page-template-template-doors .compare-section .section-title > .title,
.single-product .compare-section .section-title > .title {
max-width: none;
}
.page-template-template-doors .compare-section .compare-box .compare-table tr td:nth-child(1),
.single-product .compare-section .compare-box .compare-table tr td:nth-child(1) {
text-align: left;
}
.page-template-template-doors .compare-section .compare-box .compare-table tr td:nth-child(1) h2,
.page-template-template-doors .compare-section .compare-box .compare-table tr td:nth-child(1) h3,
.page-template-template-doors .compare-section .compare-box .compare-table tr td:nth-child(1) h4,
.single-product .compare-section .compare-box .compare-table tr td:nth-child(1) h2,
.single-product .compare-section .compare-box .compare-table tr td:nth-child(1) h3,
.single-product .compare-section .compare-box .compare-table tr td:nth-child(1) h4 {
font-size: 28px;
font-weight: 700;
margin-bottom: 4px;
}
@media (min-width: 768px) {
.page-template-template-doors .compare-section .compare-box .compare-table tr td:nth-child(1) h2,
.page-template-template-doors .compare-section .compare-box .compare-table tr td:nth-child(1) h3,
.page-template-template-doors .compare-section .compare-box .compare-table tr td:nth-child(1) h4,
.single-product .compare-section .compare-box .compare-table tr td:nth-child(1) h2,
.single-product .compare-section .compare-box .compare-table tr td:nth-child(1) h3,
.single-product .compare-section .compare-box .compare-table tr td:nth-child(1) h4 {
font-size: 40px;
}
} .page-template-template-calc .navigation .navbar .navbar-toggler {
display: none !important;
}
.page-template-template-calc .navigation .navbar #mainmenu {
display: none !important;
}
.page-template-template-calc .navigation .navbar .header-phone {
margin-left: 30px;
}
@media (max-width: 1199px) {
.page-template-template-calc .hero-area {
padding: 144px 0 90px;
}
}
@media (max-width: 991px) {
.page-template-template-calc .hero-area {
padding: 0 0 90px;
background: transparent !important;
}
.page-template-template-calc .hero-area > * {
display: none;
}
}
.page-template-template-calc .hero-area .decor-element {
background-position: 100% 82%;
}
.page-template-template-calc .doors-calculator .container {
max-width: 790px;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-set-title {
background-color: #e85611;
border: 1px solid #e85611;
border-radius: 10px;
cursor: pointer;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 4px 22px;
-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
-webkit-transition: .3s;
transition: .3s;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-set-title .filed-set-name {
font-size: 18px;
font-weight: 700;
line-height: 27px;
margin-right: 20px;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-set-title .filed-set-price {
background: rgba(255, 255, 255, 0.25);
border-radius: 6px;
font-size: 14px;
font-weight: 400;
line-height: 21px;
text-align: right;
min-width: 97px;
padding: 9px 18px;
margin-left: auto;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-set-title .field-set-spoiler_angle {
font-size: 28px;
margin-left: 26px;
-webkit-transition: .3s;
transition: .3s;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-set-title:hover {
background-color: #c4460a;
border-color: #c4460a;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper {
display: none;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item {
border: 1px solid #e85611;
border-top: 0 none;
padding: 10px 20px;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
}
@media (min-width: 768px) {
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 0;
}
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .item-name {
font-size: 16px;
font-weight: 500;
line-height: 24px;
margin: 0;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .item-name span {
font-family: sans-serif;
font-size: 14px;
font-weight: 600;
display: block;
}
@media (min-width: 768px) {
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .item-name {
width: 60%;
margin: 0 20px 0 0;
}
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-number-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (min-width: 768px) {
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-number-wrapper {
margin-left: auto;
}
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-number-wrapper .func-num-button {
background-color: #e85611;
color: #fff;
cursor: pointer;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 24px;
height: 28px;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-number-wrapper .func-num-button.minus {
border-radius: 6px 0 0 6px;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-number-wrapper .func-num-button.plus {
border-radius: 0 6px 6px 0;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-number-wrapper .func-num-button:hover {
background-color: #c4460a;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-number-wrapper .input-styled {
border: 1px solid #e85611;
color: #e85611;
font-size: 14px;
line-height: 21px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 28px;
padding: 0 9px;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-number-wrapper .input-styled input {
border: 0 none;
color: #e85611;
font-size: 14px;
line-height: 21px;
text-align: right;
width: 100%;
height: 26px;
}
@media (min-width: 420px) {
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-number-wrapper .input-styled input {
max-width: 35px;
}
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-number-wrapper .input-styled input::-webkit-outer-spin-button,
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-number-wrapper .input-styled input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-number-wrapper .input-styled input:focus-visible {
outline: 0;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-infobox {
color: #e85611;
font-size: 16px;
font-weight: 700;
line-height: 14px;
}
@media (min-width: 768px) {
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item .calc-item-wrapper .calc-item-infobox {
min-width: 84px;
margin-left: 25px;
}
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item:first-child {
padding-top: 22px;
margin-top: -8px;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set .calc-fields-wrapper .calc-item:last-child {
border-radius: 0 0 10px 10px;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set.open .calc-fields-set-title .field-set-spoiler_angle {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set.open .calc-fields-wrapper {
display: block;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-fields-set + .calc-fields-set {
margin-top: 1px;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-result-price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 16px;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-result-price .text {
font-size: 18px;
font-weight: 700;
line-height: 27px;
}
.page-template-template-calc .doors-calculator .calc-body .calc-section-fields .calc-section-wrapper .calc-result-price .calc-result-total-price-wrapper {
font-size: 24px;
font-weight: 700;
line-height: 36px;
}
.page-template-template-calc .doors-calculator .calc-form {
background: #fff;
border-radius: 15px;
max-width: 1110px;
padding: 70px 0;
margin: 40px auto;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
.page-template-template-calc .doors-calculator .calc-form .col-form-info > * {
max-width: 290px;
}
}
.page-template-template-calc .doors-calculator .calc-form .col-form-info .form-title {
color: #e85611;
font-size: 30px;
font-weight: 700;
line-height: 36px;
margin-bottom: 18px;
}
.page-template-template-calc .doors-calculator .calc-form .col-form-info .form-text {
font-size: 16px;
line-height: 1.2;
}
.page-template-template-calc .doors-calculator .calc-form .wpcf7 .form-item input {
border: 0 none;
border-bottom: 1px solid #333;
font-size: 16px;
width: 100%;
padding: 4px 15px;
}
.page-template-template-calc .doors-calculator .calc-form .wpcf7 .form-item input::-webkit-input-placeholder {
color: #e85611;
font-size: 16px;
}
.page-template-template-calc .doors-calculator .calc-form .wpcf7 .form-item input:-ms-input-placeholder {
color: #e85611;
font-size: 16px;
}
.page-template-template-calc .doors-calculator .calc-form .wpcf7 .form-item input::-ms-input-placeholder {
color: #e85611;
font-size: 16px;
}
.page-template-template-calc .doors-calculator .calc-form .wpcf7 .form-item input::placeholder {
color: #e85611;
font-size: 16px;
}
.page-template-template-calc .doors-calculator .calc-form .wpcf7 .form-button {
margin-top: 40px;
}
.page-template-template-calc .text-content {
padding-top: 100px;
padding-bottom: 20px;
}
.page-template-template-calc .text-content ul {
padding-left: 1em;
}
.page-template-template-calc .text-content ul li {
list-style: disc;
}
.page-template-template-calc .text-content ul li + li {
margin-top: 4px;
}
.page-template-template-calc .text-content ol {
padding-left: 1em;
}
.page-template-template-calc .text-content ol li {
list-style: decimal;
}
.page-template-template-calc .text-content ol li + li {
margin-top: 4px;
}
.text-content ul {
padding-left: 1em;
}
.text-content ul li {
list-style: disc;
}
.text-content ul li + li {
margin-top: 4px;
}
.text-content ol {
padding-left: 1em;
}
.text-content ol li {
list-style: decimal;
}
.text-content ol li + li {
margin-top: 4px;
} table.wc-product-attrs {
width: 100%;
border-collapse: collapse;
}
table.wc-product-attrs tbody tr {
border-bottom: 1px solid #f0f0f0;
}
table.wc-product-attrs tbody tr:first-child {
border-top: 1px solid #f0f0f0;
}
table.wc-product-attrs th {
width: 42%;
padding: 13px 16px 13px 0;
font-size: 14px;
font-weight: 600;
color: #e85611;
vertical-align: top;
text-transform: uppercase;
letter-spacing: 0.04em;
}
table.wc-product-attrs td {
padding: 13px 0;
color: #1a1a1a;
font-weight: 500;
line-height: 1.5;
vertical-align: top;
}
table.wc-product-attrs tbody tr:hover {
background: #fff6f3;
}
.wc-desc-content {
white-space: pre-line;
font-size: 16px;
}
.door-variations { margin: 20px 0; display: flex; flex-direction: column; gap: 8px; }
.door-attr-group { padding: 0; }
.door-attr-title {
display: block;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.12em;
color: rgba(255,255,255,0.6);
margin-bottom: 6px;
}
.door-attr-select {
width: 100%;
background: transparent;
border: none;
border-bottom: 2px solid rgba(255,255,255,0.5);
border-radius: 0;
color: #fff;
padding: 8px 30px 8px 0;
font-size: 16px;
font-weight: 600;
cursor: pointer;
appearance: none;
-webkit-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 4px center;
transition: border-color 0.2s;
}
.wc-attrs-table--styled table.wc-product-attrs th {
font-family: 'Onest', sans-serif;
font-size: 13px;
}
.wc-attrs-table--styled table.wc-product-attrs td {
font-family: 'Onest', sans-serif;
font-size: 16px;
}
.door-attr-select option { background: #1a1a1a; color: #fff; }
.door-attr-group .door-attr-select:focus {
outline: none !important;
box-shadow: none !important;
border: none !important;
border-bottom: 2px solid #fff !important;
}
@media (max-width: 480px) {
table.wc-product-attrs tbody tr {
display: flex;
flex-direction: column;
padding: 10px 0;
}
table.wc-product-attrs th,
table.wc-product-attrs td {
width: 100%;
padding: 2px 0;
}
}
.product-badge {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 5px 14px;
border-radius: 20px;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.04em;
margin-bottom: 16px;
}
.badge-instock {
background: rgba(34, 197, 94, 0.2);
color: #86efac;
border: 1px solid rgba(34, 197, 94, 0.4);
}
.badge-backorder {
background: rgba(234, 179, 8, 0.2);
color: #fde047;
border: 1px solid rgba(234, 179, 8, 0.4);
}
.badge-outofstock {
background: rgba(239, 68, 68, 0.2);
color: #fca5a5;
border: 1px solid rgba(239, 68, 68, 0.4);
}
.woocommerce .loader::before {
display: none !important;
}
.door-attr-select {
display: none !important;
}
.door-attr-group {
position: relative;
}
.door-attr-trigger {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background: transparent;
border: none;
border-bottom: 2px solid rgba(255, 255, 255, 0.5);
color: #fff;
padding: 8px 30px 8px 0;
font-size: 16px;
font-weight: 600;
cursor: pointer;
user-select: none;
transition: border-color 0.2s;
}
.door-attr-trigger.placeholder {
color: rgba(255, 255, 255, 0.6);
font-weight: 500;
}
.door-attr-trigger:hover,
.door-attr-group.open .door-attr-trigger {
border-bottom-color: #fff;
}
.door-attr-trigger-arrow {
width: 12px;
height: 12px;
margin-top: -4px;
margin-left: 8px;
flex-shrink: 0;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(45deg);
transition: transform 0.2s ease, margin-top 0.2s ease;
}
.door-attr-group.open .door-attr-trigger-arrow {
transform: rotate(-135deg);
margin-top: 4px;
}
.door-attr-options {
position: absolute;
left: 0;
right: 0;
top: calc(100% + 8px);
background: #ffffff;
border: none;
border-radius: 10px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12), 0 24px 40px rgba(0, 0, 0, 0.18);
max-height: 260px;
overflow-y: auto;
z-index: 40;
opacity: 0;
transform: translateY(-6px);
pointer-events: none;
transition: opacity 0.15s ease, transform 0.15s ease;
}
.door-attr-group.open .door-attr-options {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
.door-attr-option {
padding: 11px 16px;
color: #1a1a1a;
font-size: 15px;
font-weight: 500;
cursor: pointer;
border-bottom: 1px solid #f0f0f0;
transition: background 0.15s ease, color 0.15s ease;
}
.door-attr-option:last-child {
border-bottom: none;
}
.door-attr-option:hover,
.door-attr-option.active {
background: #fff6f3; color: #e85611;
font-weight: 600;
}
.door-attr-options::-webkit-scrollbar {
width: 6px;
}
.door-attr-options::-webkit-scrollbar-thumb {
background: #f0c8b0;
border-radius: 3px;
}
@media (max-width: 480px) {
.door-attr-options {
max-height: 220px;
}
} .page-template-blog-template #blog-item-wrap .cost_img span {
display: block;
max-height: 140px;
overflow: hidden;
}
.page-template-blog-template #blog-item-wrap .cost_img span img {
width: 100%;
height: 140px;
object-fit: cover;
display: block;
} #popup-wraper,
#order-popup-wraper {
opacity: 0;
pointer-events: none;
background: #ffffff;
position: fixed;
width: 550px;
max-width: 90%;
border: none;
border-radius: 12px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
padding: 25px;
z-index: 1001;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(0.9);
max-height: 85vh;
overflow-y: auto;
box-sizing: border-box;
transition: opacity 0.35s cubic-bezier(.25,.8,.25,1),
transform 0.35s cubic-bezier(.25,.8,.25,1),
top 0.35s cubic-bezier(.25,.8,.25,1);
will-change: transform, opacity;
backface-visibility: hidden;
transform-style: preserve-3d;
}
#popup-wraper.open,
#order-popup-wraper.open {
opacity: 1;
pointer-events: auto;
transform: translate(-50%, -50%) scale(1);
}
#popup-wraper .pb-4,
#order-popup-wraper .pb-4 {
display: none;
}
#popup-wraper input,
#popup-wraper textarea,
#order-popup-wraper input,
#order-popup-wraper textarea {
width: 100%;
box-sizing: border-box;
}
#close-btn,
.close-btn-order {
font-size: 24px;
line-height: 1;
cursor: pointer;
padding: 4px 10px;
user-select: none;
}
@media (max-width: 768px) {
#popup-wraper,
#order-popup-wraper {
max-height: calc(100vh - 110px);
}
#popup-wraper {
top: 50px;
transform: translateX(-50%) translateY(-20px) scale(0.9);
}
#popup-wraper.open {
transform: translateX(-50%) translateY(0) scale(1);
}
#order-popup-wraper {
top: 50%;
transform: translate(-50%, -50%) scale(0.9);
}
#order-popup-wraper.open {
transform: translate(-50%, -50%) scale(1);
}
}
.order-mini-cart {
display: flex;
align-items: center;
gap: 12px;
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 6px;
padding: 10px;
margin: 15px 0;
}
.order-mini-cart__img {
width: 80px;
height: auto;
max-height: 120px;
object-fit: contain;
border-radius: 4px;
flex-shrink: 0;
}
.order-mini-cart__title {
font-weight: 600;
font-size: 15px;
line-height: 1.3;
}
.order-mini-cart__price {
font-size: 14px;
color: #e85611;
font-weight: 700;
margin-top: 4px;
}
.order-mini-cart__variation {
font-size: 13px;
color: #666;
margin-top: 4px;
}
#overlay-bg {  display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(20, 20, 20, 0.6);
z-index: 1000;
opacity: 0;
transition: opacity 0.25s ease;
}
#overlay-bg.open {
display: block;
}
#overlay-bg.show {
opacity: 1;
}
#popup-wraper .wpcf7-form.sent .form-item,
#popup-wraper .wpcf7-form.sent .form-subtitle,
#order-popup-wraper .wpcf7-form.sent .form-item {
display: none;
}
#popup-wraper .wpcf7-response-output,
#order-popup-wraper .wpcf7-response-output {
display: none;
}
#popup-wraper .wpcf7-form.sent .wpcf7-response-output,
#order-popup-wraper .wpcf7-form.sent .wpcf7-response-output {
display: block;
color: #fff;
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 30px 10px;
border: none;
margin: 0;
animation: fadeInUpSuccess 0.2s cubic-bezier(.25,.8,.25,1);
}
#popup-wraper .wpcf7-form.sent .wpcf7-response-output::before,
#order-popup-wraper .wpcf7-form.sent .wpcf7-response-output::before {
content: "";
display: block;
width: 140px;
height: 50px;
margin: 0 auto 20px auto;
background-image: url(https://lecon-door.com/wp-content/uploads/2023/03/logo-black.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#order-popup-wraper .wpcf7-form.sent .wpcf7-response-output::before {
background-origin: content-box;
}
@keyframes fadeInUpSuccess {
from {
opacity: 0;
transform: translateY(15px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
#popup-wraper .wpcf7-form.sent .wpcf7-response-output,
#order-popup-wraper .wpcf7-form.sent .wpcf7-response-output {
color: #333;
}
#popup-wraper h3,
#order-popup-wraper h3 {
font-size: 22px;
font-weight: 700;
letter-spacing: 0.3px;
color: #1a1a1a;
margin: 0 0 4px 0;
position: relative;
padding-bottom: 12px;
}
#popup-wraper h3::after,
#order-popup-wraper h3::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 40px;
height: 3px;
background: #e85611;
border-radius: 2px;
} .hero-area.no-top-padding {
padding-top: 40px ;
}
@media only screen and (max-width: 1199px) {
.hero-area.no-top-padding {
padding-top: 40px ;
}
}
@media only screen and (max-width: 991px) {
.hero-area.no-top-padding {
padding-top: 20px ;
}
}
@media only screen and (max-width: 414px) {
.hero-area.no-top-padding {
padding-top: 20px ;
}
}