.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.section-title {
font-size: 52px;
line-height: 55px;
margin-bottom: 15px;
text-transform: uppercase;
}
.ecolar-section-title {
text-align: center;
padding: 0 362px;
}
.ecolar-section-title .button {
margin-top: 20px;
} .single-service {
background-color: #ffffff;
border-radius: 1px;
text-align: center;
padding: 0px;
position: relative;
margin-bottom: 22px;
}
.service-img {
margin: auto;
}
.service-img img {
width: 100%;
height: 100% !important;
object-fit: cover;
}
.service-title {
font-size: 18px;
text-transform: uppercase;
font-weight: bold;
margin: 0;
margin-bottom: 8px;
}
.service-contentrs {
padding: 26px;
}
.single-service:after {
content: "";
width: 100%;
height: 8px;
position: absolute;
left: 0;
bottom: 0;
transition: .4s;
background: #e8f1ea;
}
.single-service:hover:after {
background: #348239;
}
.service-box.enable-slide {
padding: 0 15px;
}
.ecolar-service-inner.style-two .single-service {
padding: 0;
}
.ecolar-service-inner.style-two .service-img {
width: 100%;
height: 100%;
}
.ecolar-service-inner.style-two .service-contentrs {
background-color: #fff;
padding: 20px;
} .about-title {
font-size: 62px;
line-height: 76px;
text-transform: uppercase;
}
.about-title span,
.about-title strong {
color: #348239;
}
.about-dec strong {
font-size: 24px;
color: #348239;
font-family: 'Dosis';
line-height: 28px;
}
.about-two-column,
.about-dec {
font-size: 16px;
}
.row.about-slides {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex !important;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-left: calc(var(--bs-gutter-x) * -.5);
margin-right: calc(var(--bs-gutter-x) * -.5);
}
.sabout-img img {
display: inline-block !important;
}
.sabout-img {
text-align: center;
} .sabout-nav-section {
width: 46%;
float: right;
overflow: hidden;
background: #348239;
padding: 12px 25px;
border-radius: 5px;
position: absolute;
right: 0;
bottom: 55px;
margin: 0px 52px;
}
.sabout-nav-img.slick-slide.slick-active.sabout-nav-img {
width: 50px !important;
height: 50px !important;
cursor: pointer;
vertical-align: middle;
}
.sabout-nav-img img {
width: 100%;
height: 100% !important;
object-fit: cover;
border-radius: 100% !important;
box-shadow: 0px 0px 14px 0px #0808083d !important;
}
.sabout-nav-section .slick-track,
.sabout-nav-section .slick-slide {
width: auto !important;
}
.sabout-nav-section .slick-slide {
margin-right: -26px;
}
.sabout-nav-section p {
right: 0;
color: #ffffff;
position: absolute;
top: 0;
bottom: 0;
padding: 26px;
font-size: 18px;
text-transform: uppercase;
font-weight: bold;
font-family: 'Dosis';
margin: 0;
}
.about-slides .about-content-area {
padding: 50px 0;
} .infobox-img img {
border-radius: 10px;
width: 100%;
}
.infobox-img {
margin-bottom: 10px;
}
.infobox-title {
font-size: 24px;
font-weight: 400;
margin: 0;
background: #ffffff;
padding: 25px 35px 25px 30px;
border-radius: 10px;
line-height: 36px;
} .ecolar-client-logo-wrapper.enable-slide .slick-slide {
width: auto !important;
padding: 0 30px;
}
.ecolar-client-logo-wrapper.enable-slide .slick-slide img {
width: auto !important;
}
.ecolar-client-logo-wrapper.no-slide {
text-align: center;
}
.ecolar-client-logo-wrapper.no-slide img {
margin: 0 26px;
} .ecolar-counter-title {
font-size: 24px;
color: #fff;
line-height: 35px;
font-weight: 600;
display: block;
}
.counter-nmber {
font-size: 48px;
color: #9fc2a1;
display: inline-block;
font-family: 'Dosis';
font-weight: bold;
}
.counter-numbers {
margin-top: 17px;
}
.ecolar-counter {
display: inline-block;
} .donate-img img {
border-radius: 5px;
}
.donate-contents {
background: #ffffff;
padding: 30px;
border-radius: 5px;
}
.donate-img {
margin-bottom: 10px;
}
.donat-title {
font-size: 18px;
line-height: 28px;
font-weight: bold;
margin-bottom: 0;
}
.donat-dec {
margin-top: 10px;
margin-bottom: 20px;
}
.donat-dec p {
margin: 0;
}
.donate-progress-bar .progress {
height: 5px;
border-radius: 33px;
background: #e5e5e5;
}
.donate-progress-bar .progress-bar {
background: #d96637;
}
a.donate-btn {
padding: 13px;
background-color: #f2f2f2;
display: block;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-family: 'Dosis';
font-size: 14px;
}
.donate-button {
margin-top: 20px;
}
a.donate-btn:hover {
background-color: #348239;
color: #ffffff;
}
.donate-status {
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
color: #000000;
font-family: 'Dosis';
}
.donate-price-area {
margin-top: 5px;
}
.donate-wrapper-inner .slick-slide {
margin: 0 15px;
}
.donate-wrapper-inner .slick-list {
margin: 0px -15px;
}
.donation-image {
text-align: center;
}
.donate-single {
margin-bottom: 30px;
}
.ecolar-donation-wrapper.donate-one .donate-single {
display: flex;
}
.ecolar-donation-wrapper.donate-one .donate-single .donate-img {
margin: 0;
}
.ecolar-donation-wrapper.donate-one .donate-single .donate-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ecolar-donation-wrapper.donate-one .donate-single {
padding: 12px;
background: #ffffff;
} .testimonial-single {
padding: 0 100px;
}
.tesimonial-contents {
padding-left: 22px;
float: initial;
overflow: hidden;
}
.testi-icon {
display: inline-block;
padding: 11px 9px 18px 9px;
background: #348239;
font-size: 25px;
color: #ffffff;
position: relative;
}
.testi-icon:after {
content: "";
background: #e9f3ea;
position: absolute;
right: -12px;
bottom: -8px;
width: 19px;
height: 18px;
transform: rotate(-51deg);
}
.testimonial-dec {
margin-top: 15px;
}
.testimonial-dec p {
font-size: 32px;
line-height: 44px;
font-family: 'Dosis';
color: #000000;
}
.testimonial-title {
font-size: 24px;
font-weight: bold;
color: #348239;
margin: 0;
padding: 0;
line-height: 1;
}
.testimonial-sub-title {
font-size: 14px;
color: #777777;
margin: 0;
padding: 0;
}
.testimonial-info {
padding-top: 20px;
}
.tesimonial-image {
width: 36%;
float: left;
}
.tesimonial-image img {
border-radius: 10px;
}
.testimonial-items ul.slick-dots {
position: absolute;
right: 0;
margin: 0;
bottom: 0;
padding: 0;
}
.testimonial-items ul.slick-dots li {
display: block;
margin: 9px 0px;
}
.testimonial-wrapper.testimonial-one .testimonial-items ul.slick-dots {
position: relative;
text-align: center;
margin: 0 auto;
}
.testimonial-wrapper.testimonial-one .testimonial-items ul.slick-dots li {
display: inline-block;
margin: 0 5px;
padding-top: 56px;
} .ecolar-blog-post-img img {
border-radius: 10px;
}
.ecolar-blog-post-content {
background: #ffffff;
padding: 30px;
margin-top: 10px;
border-radius: 10px;
}
.ecolar-blog-post-title a {
font-size: 24px;
font-weight: bold;
font-family: 'Dosis';
line-height: 31px;
}
.ecolar-blog-post-title {
margin-top: 10px;
margin-bottom: 17px;
}
.ecolar-blog-post-wrapper .ecolar-blog-post-img {
position: relative;
}
.ecolar-blog-post-wrapper.blog-style-two .ecolar-blog-post-item:hover .ecolar-blog-post-content {
opacity: 1;
}
.ecolar-blog-post-wrapper.blog-style-two .ecolar-blog-post-content {
position: absolute;
background: transparent;
width: 100%;
bottom: 0;
z-index: 999;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.ecolar-blog-post-wrapper.blog-style-two .ecolar-blog-post-img:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 0;
bottom: 0;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.ecolar-blog-post-wrapper.blog-style-two .ecolar-blog-post-img:hover:after {
opacity: 1;
}
.ecolar-blog-post-item {
position: relative;
} .video-button-wrapper .video-button {
display: inline-block;
padding: 13px 12px;
background: #348239;
text-align: center;
max-width: 100px;
color: #ffffff;
border-radius: 3px;
}
.video-button-wrapper .video-button span {
display: block;
font-size: 20px;
line-height: 29px;
}
.video-button-wrapper .video-button a {
border: 1px solid #498f4d;
padding: 8px;
font-size: 47px;
display: block;
border-radius: 2px;
color: #ffffff;
margin-top: 14px;
}
.video-button-wrapper .video-button a:hover {
background-color: white;
color: #000000;
border-color: #ffffff;
} .project-image {
position: relative;
width: 100%;
height: 100%;
vertical-align: middle;
overflow: hidden;
}
.project-btn-icon a {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
width: 65px;
height: 65px;
background: #348239;
color: #ffffff;
border-radius: 100%;
text-align: center;
padding: 20px;
transform: scale(0);
}
.project-btn-icon a:hover {
background: #000000;
color: #ffffff;
}
.project-title {
position: absolute;
bottom: 30px;
left: 50px;
max-width: 390px;
margin-bottom: -210px;
transition: .4s;
}
.project-title a {
background: #ffffff;
display: block;
padding: 26px;
font-size: 24px;
font-weight: bold;
font-family: 'Dosis';
line-height: 33px;
border-radius: 10px;
}
.project-image img {
width: 100%;
}
.project-image:hover .project-btn-icon a {
transform: scale(1);
}
.project-image:hover .project-title {
margin-bottom: 0;
}
.project-image img {
transform: scale(1);
transition: 1s;
}
.project-image:hover img {
transform: scale(1.2);
}
.project-image img {
object-fit: cover;
}
.ecolar-protfolio-info-wrapper {
padding: 30px;
background: #f3f9f4;
}
.ecolar-protfolio-info-list ul {
padding: 0;
list-style: none;
}
.ecolar-protfolio-info-list>ul li {
font-size: 14px;
margin-bottom: 30px;
}
.ecolar-protfolio-info-list>ul li label {
font-family: 'Dosis';
font-weight: bold;
color: #000000;
display: block;
font-size: 16px;
margin-bottom: 4px;
}
.project-social-title {
font-size: 15px;
font-weight: bold;
font-family: 'Dosis';
text-transform: uppercase;
margin-bottom: 3px;
}
.ecolar-project-info-social ul li {
display: inline-block;
}
.ecolar-project-info-social ul li a {
font-size: 14px;
color: #777777;
margin-right: 20px;
}
.ecolar-project-info-social ul li a:hover {
color: #348239;
}
.ecolar-project-info-social ul {
margin: 0;
padding: 0;
} .team-title {
font-size: 24px;
font-weight: bold;
font-family: 'Dosis';
margin: 0;
padding: 0;
line-height: 30px;
}
.team-stitle {
font-size: 14px;
font-family: 'Open Sans';
margin: 0;
padding: 0;
}
.ecolar-teams-title {
font-size: 18px;
font-weight: bold;
margin: 0;
line-height: 34px;
}
.ecolar-team-contents {
display: flex;
}
.ecolar-teams-stitle {
font-size: 14px;
}
.ecolar-team-right a {
font-size: 26px;
color: #cfcfcf;
font-weight: 100;
}
.ecolar-team-contents {
padding: 20px;
background: #ffffff;
border-radius: 5px;
margin-top: 10px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.ecolar-team-right a i {
vertical-align: bottom;
}
.ecolar-team-image img {
border-radius: 10px;
}
.ecolar-team-contents:hover {
background-color: #348239;
}
.ecolar-team-contents:hover .ecolar-teams-title a,
.ecolar-team-contents:hover .ecolar-teams-stitle {
color: #ffffff;
}
.ecolar-team-contents:hover .ecolar-team-right a {
color: #ffffff;
}
.ecolar-team-items .slick-slide {
margin: 0 15px;
}
.ecolar-team-items .slick-list {
margin: 0px -15px;
}
.team-style-two-title {
font-size: 52px;
text-transform: uppercase;
font-weight: normal;
margin-bottom: 20px;
}
.team-style-two .ecolar-team-items ul.slick-dots {
margin: auto;
position: absolute;
left: -32em;
top: 46%;
} .ecolar-contact-info {
background-color: #348239;
padding: 65px 55px;
border-radius: 5px;
}
.ecolar-contact-info .contact-info-title {
color: #ffffff;
font-size: 30px;
line-height: 40px;
font-weight: 600;
margin: 0;
margin-bottom: 50px;
}
.ecolar-cinfo {
display: flex;
margin-bottom: 45px;
}
.ecolar-cinfo:last-child {
margin-bottom: 0 !important;
}
.ecolar-cinfo-icon i {
width: 40px;
height: 40px;
background: #26612a;
color: #fff;
text-align: center;
border-radius: 100%;
font-size: 16px;
line-height: 42px;
margin-right: 20px;
display: block;
}
.ecolar-cinfo-dec span {
font-size: 16px;
color: #bababa;
line-height: 28px;
}
.ecolar-cinfo-dec p {
font-size: 18px;
font-weight: 600;
color: #fff;
margin: 0;
}
.ecolar-cinfo-dec p a {
color: #ffffff;
}
.ecolar-cinfo-dec p a:hover {
color: #1d2c38;
} .ecolar-social-icon-box ul {
padding: 0;
margin: 0;
list-style: none;
display: inline-block;
}
.ecolar-social-icon-box ul li {
display: inline-block;
margin-right: 15px;
}
.ecolar-social-icon-box ul li a {
display: block;
width: 40px;
height: 40px;
background: #348239;
border-radius: 100%;
text-align: center;
line-height: 45px;
color: #ffffff;
}
.ecolar-social-icon-box ul li a:hover {
color: #ffffff;
background: #26612a;
}
.ecolar-social-icon-box ul li a:hover {
background-color: #000000;
}
.ecolar-social-icon-box ul li:last-child {
margin-right: 0;
}
.ecolar-social-icon-box h2 {
font-size: 24px;
font-weight: bold;
}
.ecolar-social-icon-box h3 {
font-size: 16px;
margin-right: 20px;
margin-bottom: 0;
text-transform: uppercase;
font-weight: bold;
display: inline;
} .contact-list-item {
margin-bottom: 20px;
}
.contact-label span {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
color: #000000;
font-family: 'Dosis';
}
.contact-label {
margin-bottom: 10px;
}
.contact-list-item:last-child {
margin-bottom: 0;
} .ecolar-banner-wrapper {
padding: 120px 43px;
text-align: center;
z-index: 1;
position: relative;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
}
.ecolar-banner-wrapper:after {
content: "";
width: 100%;
height: 100%;
background: #0a0a0a8f;
position: absolute;
left: 0;
top: 0;
z-index: -1;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
-ms-transition: .4s;
-o-transition: .4s;
}
.ecolar-banner-wrapper .banner-title {
font-size: 45px;
color: #fff;
line-height: 45px;
font-weight: 600;
}
.ecolar-banner-wrapper .ecolar-banner-dec p {
color: #ffffff;
line-height: 32px;
}
.ecolar-banner-wrapper .ecolar-banner-btn a {
padding: 17px 40px;
border: 2px solid #ffffff;
border-radius: 50px;
line-height: 1.5;
font-size: 15px;
color: #fff;
display: inline-block;
}
.ecolar-banner-wrapper .ecolar-banner-btn a i {
font-size: 13px;
margin-left: 10px;
}
.ecolar-banner-btn {
margin-top: 30px;
}
.ecolar-banner-wrapper:hover .ecolar-banner-btn a {
background-color: #1d2c38;
border-color: transparent;
}
.ecolar-banner-wrapper {
background: #348239;
} .elementor-widget-wp-widget-nav_menu ul {
list-style: none;
padding: 0;
}
.elementor-widget-wp-widget-nav_menu ul li {
display: block;
}
.elementor-widget-wp-widget-nav_menu ul li a {
display: block;
padding: 20px 20px;
border: 2px solid #eaf2eb;
margin: 10px 0;
font-size: 18px;
color: #000000;
font-weight: bold;
line-height: 1.5;
position: relative;
border-radius: 5px;
font-family: 'Dosis';
}
.elementor-widget-wp-widget-nav_menu ul li a:hover,
.elementor-widget-wp-widget-nav_menu ul li.current-menu-item a {
border-color: #348239;
}
.elementor-widget-wp-widget-nav_menu ul li a:hover:after,
.elementor-widget-wp-widget-nav_menu ul li.current-menu-item a:after {
color: #348239;
}
.elementor-widget-wp-widget-nav_menu ul li a:after {
content: "\f061";
font-family: 'Font Awesome 5 Free';
font-weight: bold;
right: 20px;
position: absolute;
font-size: 14px;
line-height: 2.5;
color: #8e959b;
} .ecolar-slider-itmes-area {
height: 950px;
}
.slider-title {
font-weight: bold;
font-family: 'Dosis';
font-size: 120px;
text-transform: capitalize;
line-height: 125px;
color: #ffffff;
margin-top: 10px;
margin-bottom: 16px;
}
.slider-content {
margin-bottom: 26px;
color: #ffffff;
font-family: 'Open Sans';
font-size: 16px;
line-height: 30px;
}
.ecolar-slider-itmes-area {
position: relative;
z-index: 99;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.ecolar-slider-itmes-area:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
background: rgb(8 8 8 / 58%);
z-index: -1;
}
a.slider-btns {
border: 2px solid #ffffff;
padding: 14px 38px;
color: #ffffff;
display: inline-block;
font-weight: 600;
font-size: 16px;
border-radius: 5px;
}
.ecolar-slider-single .eslider-button {
display: block;
margin-top: 40px;
}
a.slider-btns:hover {
background-color: #ffffff;
color: #000000;
}
.ecolar-slider-inner {
position: relative;
}
.slider-social-wrapper {
position: absolute;
bottom: 50px;
z-index: 99;
left: 100px;
}
.slider-social-wrapper ul li {
display: inline-block;
}
.slider-social-wrapper ul li a {
display: block;
margin: 0 10px;
font-size: 18px;
color: #ffffff;
opacity: 1;
}
.ecolar-slider-inner ul.slick-dots {
position: absolute;
right: 80px;
bottom: 49px;
margin-top: 0;
}
.slider-social-wrapper ul li a:hover {
opacity: 1;
}
.slider-two .ecolar-slider-single {
border: 10px solid rgb(170 178 169 / 37%);
padding: 25px;
}
.slider-two .slider-content {
font-size: 50px;
text-transform: uppercase;
font-weight: bold;
font-family: 'Dosis';
display: block;
}
.slider-social-wrapper ul {
padding: 0;
margin: 0;
} .ecolar-input input[type="text"],
.ecolar-input input[type="email"],
.ecolar-input.message textarea,
.ecolar-home-form-input input[type="text"],
.ecolar-home-form-input input[type="tel"],
.ecolar-home-form-input input[type="email"],
.ecolar-input input[type="url"] {
background: transparent;
border: 2px solid #e9ebef;
margin-bottom: 25px;
}
.ecolar-home-form-input select {
border: 2px solid #e9ebef;
margin-bottom: 25px;
background-position: calc(100% - 13px) 31px;
}
.ecolar-input.message textarea,
.ecolar-home-form-input textarea {
background: transparent;
padding: 15px;
}
.ecolar-input {
position: relative;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: #348239;
border: none;
padding: 15px 40px;
border-radius: 5px;
color: #fff;
transition: .4s;
outline: none;
}
input.wpcf7-form-control.wpcf7-submit:hover {
background-color: #1d2c38;
}
.ecolar-home-form-input.service span,
.ecolar-home-form-input.service span select {
width: 100%;
}
.ecolar-home-input.message textarea {
padding: 15px;
margin-bottom: 30px;
background: transparent;
border: 2px solid #e9ebef;
}
.ecolar-home-form-input.service select {
padding: 0px 15px;
color: #797979;
min-height: 55px;
} .company-contact-widget ul li {
color: #fff;
position: relative;
padding-left: 55px;
margin-bottom: 0;
display: flex;
vertical-align: middle;
}
.footer-widtet.contact-widget .company-contact-widget ul li {
padding-left: 35px;
}
footer .company-contact-widget ul li {
color: #dbdee5;
}
.company-contact-widget ul li i {
position: absolute;
left: 0;
top: 7px;
}
.company-contact-widget ul {
list-style: none;
margin: 0;
padding: 0;
} .subscribe-widget {
background-color: #348239;
text-align: center;
padding: 40px;
border-radius: 5px;
}
.company-subscribe-widget p {
margin: 0;
padding: 0 30px 30px 30px;
color: #fff;
}
.mc4wp-form-fields input[type=email] {
width: 100%;
height: 60px;
border-radius: 30px;
border: 1px solid #4c9e52;
background: transparent;
padding: 0 30px;
color: #fff;
font-size: 14px;
font-family: 'Rubik';
line-height: 28px;
}
.mc4wp-form-fields {
position: relative;
}
.mc4wp-form-fields button {
-webkit-transition: .4s;
transition: .4s;
position: absolute;
right: 0;
border: none;
border-radius: 100%;
width: 45px;
height: 45px;
display: inline-block;
margin: 7px;
color: #fff;
background-color: #4c9e52;
top: 0;
}
.mc4wp-form-fields input:focus {
outline: none;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.mc4wp-form-fields input::placeholder {
color: #fff;
}
.mc4wp-form-fields button:hover {
background-color: #000000;
color: #ffffff;
box-shadow: 0px 0px 6px 0px #4c9e52;
}
.footer-widtet.contact-widget {
padding-left: 35px;
padding-right: 0px;
}
.company-info-widget {
padding-right: 21px;
}
.subscribe-widget h4.widget-title {
margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
.ecolar-section-title {
padding: 0 10px;
}
.ecolar-donation-wrapper.donate-one .donate-single {
display: block;
}
.post-meta-item ul li:last-child {
padding-right: 6px;
}
.sabout-nav-section {
width: 100%;
right: 0;
bottom: -23px;
margin: 0;
}
.tesimonial-contents {
padding-left: 0;
}
.testimonial-single {
display: block !important;
padding: 0;
}
.testimonial-items ul.slick-dots {
right: 0;
}
.tesimonial-contents {
padding-left: 0;
overflow: visible;
}
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}:root{--woocommerce:#a46497;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#a46497;--wc-primary-text:white;--wc-secondary:#ebe9eb;--wc-secondary-text:#515151;--wc-highlight:#77a464;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{position:absolute;right:.7em;top:.7em;cursor:pointer}.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e010";text-decoration:none}.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after{color:#585858}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}