/*
Theme Name: Gymee
Theme URI: https://shtheme.org/demosd/gymee
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: GYMEE – Fitness and Gym WordPress theme for Gym, Sport, Fitness Center, Health Clubs, Dance Studios and much more related websites. We have also included a documentation folder to guide you through the code. I hope that I have covered everything but if there is something that you would like to know then I am happy to help out.. It has 100% responsive design and tested on all major browsers and devices.
Version: 1.3
Tested up to: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: gymee

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

:root {
  --main-color: #e63a34;
}

body {
    overflow-x: hidden!important;
}

.alignright{
    float: right;
    margin-left: 25px;
}

.alignleft{
    float: left;
    margin-right: 20px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 25px;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 20px;
}

.wp-caption-text , .gallery-caption , .bypostauthor , .sticky {
    color: #333;
}

.screen-reader-text {
    display: none;
}

.sidebar-area .widget_custom_html.widget-wrap {
	padding: 0px 0px;
    background: #fff;
}
.widget-wrap >ul {
	padding-left: 0px;
	margin-bottom: 0px;
}
.widget-wrap >ul li {
	display: block;
}
.widget-wrap >ul li a {
	font-size: 18px;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 10px;
    padding: 17px 20px 17px 0px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #eaeaea;
}
.widget_categories ul li a:hover {
    color: #e63a34;
}
.widget_categories ul li a:hover:after {
    width: 100%;
}
.widget_categories ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #e63a34;
    z-index: -1;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.widget_categories ul li:last-child a {
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.widget_categories ul >li:last-child >a:after{
	display: none;
}
.post-comments-form .comment-form .input-wrap input, 
.post-comments-form .comment-form .input-wrap textarea {
    padding: 20px 40px 20px 20px;
    color: #8E8E8E;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 0;
}
.post-comments-form .comment-respond #reply-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: #29282d;
}
.post-comments-form .comment-form .icon-msg:before {
    content: "";
}
.post-comments-form .comment-form .input-icon:before {
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    top: 25px;
    color: #e63a34;
    right: 0;
    pointer-events: none;
}
.post-comments-form .comment-form .icon-name:before {
    content: "";
}
.post-comments-form .comment-form .input-icon:before {
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    top: 50%;
    color: #e63a34;
    right: 25px;
    pointer-events: none;
    transform: translateY(-50%);
}
.post-comments-form .comment-form .input-icon.icon-msg:before {
    transform: translateY(0);
    top: 25px;
}
.post-comments-form .comment-form .input-wrap {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.post-comments-form .comment-form .form-submit #submit {
	text-align: center;
    vertical-align: middle;
    color: #fff;
    background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    padding: 24px 50px;
    border-radius: 0;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
}
.post-comments-form .comment-form .input-wrap input:focus, .post-comments-form .comment-form .input-wrap textarea:focus {
    border-color: #e63a34;
}
.post-comments-form .comment-form .col-lg-12{
	padding: 0px;
}
.post-comments-form .comment-form .col-lg-6 {
	padding-left: 0px;
    float: left;
}
.post-comments-form .comment-form .col-lg-6+.col-lg-6 {
	float: right;
    padding-right: 0px;
}
.post-comments-form .comment-form p.form-submit {
    clear: both;
    margin: 0;
}
.post-comments-form .comment-form .input-icon:before {
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #e63a34;
    pointer-events: none;
}
.post-comments-form .comment-form .icon-name:before {
    content: "";
}
.post-comments-form  .comment-form .input-icon:before {
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    top: 50%;
    color: #e63a34;
    right: 20px;
    pointer-events: none;
    transform: translateY(-50%);
}
.post-comments-form  .comment-form .icon-email:before {
    content: "";
}
p.comment-form-cookies-consent {
	display: none;
}
.comments-text a.comment-reply-link {
	display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #e63a34;
    margin-top: 20px;
}
.blog-comments .latest-comments .comments-box .comments-text .comment-reply-link+ i {
    margin-left: 5px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    color: #e63a34;
}
.blog-details-wrap .blog-content p {
    color: #333;
}
.blog-details-wrap .blog-tag ul li a {
    color: #333;
}
.blog-comments .latest-comments .comments-box .comments-text p {
    color: #333;
}
.blog-details-wrap .blog-meta span i {
    color: #e63a34;
}
.blog-details-wrap .blog-meta span {
    color: #333;
}
.blog-wrap-3 .blog-meta span {
    color: #333;
}
.blog-wrap-3 .blog-content p {
    color: #333;
}
.blog-wrap-3 .blog-meta span i {
    color: #e63a34;
}
.widget_search .class-widget-wrap .search-widget label {
    margin-bottom: 0rem;
}
.footer-area-3 .footer-widgets .widget-title-2 {
    color: #333;
}
.side-mobile-menu ul li.has-children > a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: initial;
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(130deg) translateY(50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-children a[aria-expanded=true]:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
}
.map-area iframe {
    width: 100% !important;
    height: 600px !important;
}
.map-area {
    margin-bottom: -6px;
}
.news-form .input-wrap input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    text-align: center;
    color: #fff;
    border: 0;
    background: #e63a34;
    background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    padding: 0px;
    font-size: 24px;
}
div.wpcf7 .ajax-loader {
    display: none;
}
.calculator-form form .input-wrap input.btn-gra {
    color: #fff;
    background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    border-radius: 0;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.calculator-form-2 form .input-wrap input.btn-gra {
    color: #fff;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
}
.contact-form .input-wrap:before {
    z-index: 999999999999999;
}
.contact-form .input-wrap {
    text-align: left;
}
.contact-form .input-wrap textarea {
    height: 180px;
}
footer.footer-area {
    color: #fff
}
.footer-widgets.newsletters-widget p{
    color: #fff;
}
.footer-widgets.contact-widget p {
    color: #fff
}
footer.footer-area .contact-widget ul li {
    color: #fff;
}
.latest-news .news-wrap .news-content h4 a {
    color: #fff;
}
.footer-about-widget p {
    color: #fff;
}
.copyright p {
    color: #fff;
}
.footer-menu ul li a {
    color: #fff;
}
.contact-widget ul li a {
    color: #fff;
}
.footer-about-widget .social a {
    color: #fff;
    border: 2px solid #fff;
}
.latest-news .news-wrap .news-content span {
    color: #fff;
}
.contact-form .input-wrap input, .contact-form .input-wrap textarea {
    color: #333;
}
.contact-form .input-wrap input::placeholder,
.contact-form .input-wrap textarea::placeholder {
    color: #333;
}

.contact-form .input-wrap select {
    color: #333;
}
.footer-social-link ul li a {
    color: #fff;
    border: 2px solid #fff;
}
.footer-area-3 .footer-about-widget .social a {
    border: 2px solid #29282d;
    color: #29282d;
}
.footer-area-3 .footer-widgets.contact-widget p {
    color: #29282d;
}
footer.footer-area.footer-area-3 .contact-widget ul li {
    color: #29282d;
}
.footer-area-3 .latest-news .news-wrap .news-content span {
    color: #29282d;
}
.footer-area-3 .footer-widgets.newsletters-widget p {
    color: #29282d;
}
.blog-area-2.pt-130.pb-100.home-3_cd {
    background: #161616;
}
.blog-area-2.pt-130.pb-100.home-3_cd .section-title-3 h3 {
    color: #fff;
}
.blog-area-2.pt-130.pb-100.home-3_cd .blog-area-title p {
    color: #fff;
}
.blog-wrap-2 .blog-meta span i {
    color: #e63a34;
}
.blog-wrap-2 .blog-meta span {
    color: #333;
}
.contact-area.bg-dark .section-title-2 +p {
    color: #fff;
}
.contact-area.bg-dark .contact-text ul li {
    color: #fff;
}
.blog-area-2.bg-black .blog-wrap-2 .blog-meta span {
    color: #fff;
}
.blog-area-2.bg-black .blog-wrap-2 .blog-meta span i {
    color: #fff;
}
.testimonial-wrap-3 .testimonial-content p {
    color: #333;
}
.blog-wrap.blog-white .blog-meta span {
    color: #333;
}
.blog-wrap.blog-white .blog-author .author-content span {
    color: #333;
}
.calculator-chart p {
    color: #333;
}
.process-wrap .process-content p {
    color: #fff;
}
.about-content .about-text p {
    color: #333;
}
.feature-wrap .feature-details p {
    color: #333;
}
.home-slider-1 .single-slide .slider-content-1 span {
    color: #333;
}
.calculator-chart .table tbody td {
    color: #333;
}
.calculator-form form .input-wrap input {
    color: #333;
}
.calculator-form form .input-wrap input::placeholder {
    color: #333;
}
.calculator-form form .input-wrap select {
    color: #333;
}
.bg-dark .section-title-3.text-white p {
    color: #fff;
}
.about-area-2.bg-black .about-text p {
    color: #fff;
}
.calculator-form-2 p {
    color: #fff;
}
.calculator-chart-2 .table tbody td {
    color: #fff;
}
.calculator-form-2 form .input-wrap input {
    color: #fff;
}
.calculator-form-2 form .input-wrap input::placeholder {
    color: #fff;
}
.calculator-form-2 form .input-wrap select {
    color: #fff;
}
.bg-dark .pricing-wrap p {
    color: #333;
}
.pricing-wrap .order-btn {
    color: #333;
}
.home-slider-3 .single-slide .slider-content-3 p {
    color: #fff;
}
.video-text p {
    color: #333;
}
.service-wrap-3 .service-icon .num {
    color: #333;
}
.service-wrap-3 .service-content .read-more {
    color: #333;
}
.service-wrap-3 .service-content p {
    color: #333;
}
.calculator-form-3 form .input-wrap input {
    color: #333;
}
.calculator-form-3 form .input-wrap input::placeholder {
    color: #333;
}
.calculator-form-3 form .input-wrap select {
    color: #333;
}
.feature-wrap-3 .feature-content p {
    color: #333;
}
.bg-dark .feature-wrap-3 .feature-content p {
    color: #fff;
}
.feature-wrap-3 .feature-content .read-more {
    color: #333;
}
.bg-dark .feature-wrap-3 .feature-content .read-more {
    color: #fff;
}
.about-wrap .about-content p {
    color: #333;
}
.counter-wrap .counter-number p {
    color: #333;
}
.about-wrap .about-content.text-white p {
    color: #fff;
}
.team-wrap-3 .team-img .team-social-link ul li a {
    color: #333;
}
.history-wrap p {
    color: #fff;
}
.tab-wrapper .tab-content-text p {
    color: #333;
}
.pricing-wrap p {
    color: #333;
}
.pricing-wrap-2 .pricing-content p {
    color: #333;
}
.class-area .class-content p {
    color: #333;
}
.class-category-widget ul li a {
    color: #333;
}
.class-download-widget ul li a {
    color: #333;
}
.recent-post-widget .recent-post-wrap h4 {
    bottom: 25px;
}
.post-comments-form .comment-form .input-wrap input, 
.post-comments-form .comment-form .input-wrap textarea {
    color: #333;
}
.post-comments-form .comment-form .input-wrap input::placeholder, 
.post-comments-form .comment-form .input-wrap textarea::placeholder {
    color: #8e8e8e;
}
.info-wdget p {
    color: #8e8e8e;
}
.social-widget a {
    color: #8e8e8e;
}
.class-content-area .sidebar-area .search-widget {
    margin-bottom: 60px;
}
.search .search-custom {
    background: #fff;
    padding: 30px;
}
.search .search-custom h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
}
.search .search-custom form .s-input-home {
    width: 70%;
    height: 42px;
    padding-left: 10px;
    max-width: 100%;
    border: 1px solid #999;
}
.search .search-custom form .btn-s-input {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 8px 20px;
}
.feature-wrap .feature-details h3 {
    font-size: 28px;
}
.feature-wrap-2 .feature-details h4 {
    font-size: 25px;
}
.feature-wrap-2 .feature-details .read-more {
    font-size: 16px;
    text-transform: capitalize;
}
.testimonial-wrap-2 .testimonial-content p {
    font-size: 31px;
}
.feature-wrap-3 .feature-content h3 {
    font-size: 28px;
}
.contact-area .input-wrap.input-icon.icon-select {
    margin-bottom: 20px;
}
.contact-area .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-wrap.input-icon.icon-msg {
    margin-bottom: 5px;
}
footer .contact-widget ul li {
    margin-bottom: 20px;
}
footer .latest-news .news-wrap .news-content h4 {
    margin-bottom: 10px;
}
.calculator-form-3 form .input-wrap .btn {
    border: 1px solid #1e2c8a;
}
.gallery-details-content .gallery-share ul li a:hover {
    border: 2px solid #e63a34;
}
.blog-comments .latest-comments .comments-box .comments-text .comments-author-name span {
    color: #333;
}
.comments-text a.comment-reply-link {
    float: right;
    display: inline-block;
    margin-top: 0px;
    background: #fafcfe;
    padding: 7px 20px;
    font-size: 14px;
    color: #333;
    border-radius: 35px;
    border: 1px solid #e63a34;
    font-weight: 600;
    letter-spacing: 1px;
}
.comments-text a.comment-reply-link:hover {
    background: #e63a34;
    color: #fff;
    border: 1px solid transparent;
}
.process-area-2.bg-off-white.pt-130.pb-20 {
    padding-bottom: 80px;
}
.page-template-class-2 .process-area-2.pt-130.pb-50 .process-wrap .process-content p {
    color: #333;
}
.feature-wrap .feature-details h3 a:hover{
    color: #29282d;
}
.service-item .service-content h3 a:hover{
    color: #fff;
}
.service-wrap-2 .service-content h3 a:hover{
    color: #fff;
}
.feature-wrap-2 .feature-details h4 a:hover{
    color: #fff;
}
.service-wrap-3 .service-content h3{
    z-index: 999999999999;
    position: relative;
}
.service-wrap-3 .service-content h3 a:hover{
    color: #29282d;
}
.gallery-wrap .gallery-content h3 a:hover{
    color: #29282d;
}
.feature-wrap-3 .feature-content h3 a:hover{
    color: #29282d;
}
.service-wrap-4 .service-content h3 a:hover {
    color: #29282d;
}
.feature-wrap-3 .feature-content h3.text-white a:hover{
    color: #fff!important;
}
.page-template-home-page-3 {
	overflow-x: hidden !important;
}
@media only screen and (max-width: 767px) {
	.footer-social-link .footer-social-link {
		text-align: left;
		margin-top: 15px;
	}
	.counter-wrap .counter-icon {
		margin: 0 auto;
	}
	.contact-form.contact-form-2 {
		margin-top:100px;
	}
	.feature-icon-thumb {
		display: none;
	}
	
}
@media only screen and (max-width: 991px) {
	.service-wrap-2:hover .service-content p {
		display: none;
	}
}

ul.icon-list-2 {
    list-style: none;
    padding: 0;
}

ul.icon-list-2 li i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 8px;
    color: #e63a34;
    transition: all 0.3s;
}

ul.icon-list-2 li {
    margin-bottom: 10px;
}

ul.icon-list-2 li:hover i {
    background: #e63a34;
    border-color: #e63a34;
    color: #fff;
}

.team-wrap-5 .team-social-link {
    margin-top: 15px;
}

.team-wrap-5 .team-social-link ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-wrap-5 .team-social-link ul li {
    display: inline-block;
}

.team-wrap-5 .team-social-link ul li a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    color: #A9A9A9;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    z-index: 1;
    margin: 0 5px;
    position: relative;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border: 2px solid #e1e1e1;
}

.team-wrap-5 .team-content {
    border: 1px solid #e5e5e5;
    padding-bottom: 30px;
}

.team-wrap-5 .team-social-link ul li a:hover {
    background: #e63a34;
    border-color: #e63a34;
    color: #fff;
}

.class-details-content {
    color: #8e8e8e;
}

.feature-wrap-4 {
    position: relative;
    z-index: 1;
    padding: 45px 40px 50px 40px;
    border: 2px solid #e2edf8;
    border-bottom-color: #e63a34;
    transition: all 0.3s;
}

.feature-wrap-4 .feature-wrap-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.feature-wrap-4 .feature-icon-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 6px;
}

.feature-wrap-4 .feature-icon-wrap .feature-icon {
    color: #e63a34;
    font-size: 60px;
    margin-right: 30px;
    transition: all 0.3s;
}

.feature-wrap-4 .feature-icon-wrap h3 {
    margin-bottom: 0;
    font-size: 28px;
}

.feature-wrap-4 .feature-details {
    color: #8e8e8e;
    font-size: 16px;
    line-height: 28px;
    transition: all 0.3s;
}

.feature-wrap-4 .feature-details .read-more {
    color: #29282d;
    font-weight: 700;
}

.feature-wrap-4:before {
    content: "";
    background: #03010a;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.feature-icon-wrap h3 a {
    color: #29282d;
}

.feature-wrap-4:hover:before {
    visibility: visible;
    opacity: 0.7;
}

.feature-wrap-4:hover .feature-wrap-thumb {
    visibility: visible;
    opacity: 1;
}

.feature-wrap-4:hover .feature-icon-wrap .feature-icon {
    color: #fff;
}

.feature-wrap-4:hover .feature-icon-wrap h3 a {
    color: #fff;
}

.feature-wrap-4:hover .feature-details {
    color: #fff;
}

.feature-wrap-4:hover .feature-details .read-more {
    color: #fff;
}

.feature-wrap-4:hover {
    border-color: transparent;
}

.service-item-4 .service-content {
    text-align: center;
    padding: 50px 75px;
    transform: translateY(30px);
    transition: all 0.3s;
}

.service-item-4:hover .service-content {
    transform: translateY(0);
}

.service-item-4 .service-content .icon i {
    width: 90px;
    height: 90px;
    background: #fff;
    display: inline-block;
    color: #e63a34;
    line-height: 90px;
    border-radius: 50%;
}

.service-item-4 .service-content .read-more {
    transform: scale(0);
}

.service-item-4:hover .service-content .read-more {
    transform: scale(1);
}

.service-item-4:hover .service-content .read-more:hover {
    color: #fff;
}

.service-item-4 .service-content:before {
    content: "";
    background: rgb(234, 11, 3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(234 11 3 / 80%) 0%, rgb(255 255 255 / 0%) 90%);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.service-item-4:hover .service-content:before {
    visibility: visible;
    opacity: 1;
}

.process-wrap-3 {
    position: relative;
}

.process-wrap-3 .process-content {
    background: #fff;
    padding: 100px 40px 50px;
    text-align: center;
}

.process-wrap-3 .process-icon-wrap {
    width: 130px;
    height: 130px;
    background-image: -moz-linear-gradient( -72deg, rgb(230, 58, 52) 0%, rgb(238, 115, 73) 99%);
    background-image: -webkit-linear-gradient( -72deg, rgb(230, 58, 52) 0%, rgb(238, 115, 73) 99%);
    background-image: -ms-linear-gradient( -72deg, rgb(230, 58, 52) 0%, rgb(238, 115, 73) 99%);
    font-size: 60px;
    color: #fff;
    text-align: center;
    line-height: 130px;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    transform: translateY(50%);
}

.process-wrap-3 .process-icon-wrap .process-number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    width: 45px;
    height: 45px;
    background: #fff;
    line-height: 45px;
    color: #29282d;
    font-weight: 700;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.process-wrap-3 .process-content p {
    color: #8e8e8e;
    font-size: 16px;
    line-height: 28px;
}

.process-wrap-3 .process-content h3 {
    color: #101010;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.calculator-area-4 .calculator-thumb {
    left: 0;
    top: 0;
    bottom: 0;
    width: 45%;
}

.calculator-area-4 .calculator-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.calculator-chart-4 .section-title-2 h3 {
    padding: 40px 0 0;
}

.calculator-chart-4 p {
    color: #8e8e8e;
    font-size: 18px;
}

.contact-form .icon-time:before {
    content: "\f017";
}

.contact-form .icon-date:before {
    content: "\f073";
}

.contact-info-3 {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
}

.contact-info-3 p {
    font-size: 18px;
    color: #7a7a7a;
    line-height: 25px;
}

.contact-info-3 .icon {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
}

.contact-text .section-title-2 h3 {
    width: auto;
}


.offset-about-widget .btn {
    padding: 20px 40px;
    margin-top: 25px;
}

.offset-about-widget p {
    margin-bottom: 0;
}

.offset-contact-widget p i {
    margin-right: 10px;
    float: left;
    margin-top: 6px;
    width: 25px;
}

.offset-contact-widget span {
    display: block;
    overflow: hidden;
}


.service-wrap-4 .service-content:before {
    content: "";
    background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.service-wrap-4:hover .service-content span {
    color: #fff;
}

.service-wrap-4:hover .service-content h3 a {
    color: #fff;
}

.service-wrap-4:hover .service-content .read-more {
    color: #fff;
}

.service-wrap-4:hover .service-content:before {
    visibility: visible;
    opacity: 1;
}

.logged-in-as a {
    color: #e63a34;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .service-item-4 .service-content {
      padding: 20px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-item-4 .service-content {
      padding: 50px 30px;
  }
}

.post-comments-form {
    padding: 40px;
    box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
    background: #fff;
    border: 1px solid #eee;
}

.post-comments-form .comment-form .input-icon.icon-msg:before {
    content: "\f075";
}
.post-comments-form .comment-form .input-wrap textarea {
    min-height: 145px;
    resize: none;
    padding-right: 50px;
}

.blog-details-wrap .blog-content blockquote {
	background: none;
	padding: 40px 50px;
	position: relative;
	border-left: 5px solid #e2321a;
	color: #444;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #ecf1df;
}

.blog-details-wrap .blog-content blockquote p {
	font-size: 23px;
	margin-bottom: 20px;
	color: #222;
	font-weight: 500;
	line-height: 1.3;
}

.blog-details-wrap .blog-content blockquote footer {
	font-size: 14px;
	color: #222;
	font-weight: 500;
	text-transform: uppercase;
}

.feature-wrap-5 {
    padding: 40px 30px;
    border: 2px solid #e6e6e6;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.feature-wrap-5:hover {
    box-shadow: 0px 10px 60px 0px rgba(220, 219, 219, 0.78);
    border-color: transparent;
    border-bottom-color: #e63a34;
}

.feature-wrap-5 .feature-icon {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    color: #fff;
    margin: 0 auto;
    z-index: 1;
    transition: all 0.3s ease;
    background: $theme-color;
    background-image: -moz-linear-gradient(-72deg, rgb(230, 58, 52) 0%, rgb(238, 115, 73) 99%);
    background-image: -webkit-linear-gradient(-72deg, rgb(230, 58, 52) 0%, rgb(238, 115, 73) 99%);
    background-image: -ms-linear-gradient(-72deg, rgb(230, 58, 52) 0%, rgb(238, 115, 73) 99%);
    margin-bottom: 30px;
}

.feature-details h3 {
    font-size: 24px;
    color: #29282d;
    font-weight: 600;
    margin-bottom: 8px;
}

.feature-details p {
    font-size: 16px;
    line-height: 28px;
    color: #8e8e8e;
}

.feature-details a {
    display: inline-block;
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.feature-details a i{
    margin-left: 5px;
}


.feature-wrap-5.feature-wrap-6 .feature-details h3,
.feature-wrap-5.feature-wrap-6 .feature-details p,
.feature-wrap-5.feature-wrap-6 .feature-details a:hover {
    color: #fff;
}

.feature-wrap-5.feature-wrap-6 .feature-details a,
.feature-details a:hover {
    color: #e63a34;
}

.feature-wrap-5.feature-wrap-6:hover {
    box-shadow: none;
    border-color: #e63a34;
    transform: translateY(-10px);
}

.sidebar-widget .gallery .gallery-item {
    margin: 0 !important;
    padding: 5px;
}

.sidebar-widget .gallery img {
    border: 0 !important;
    height: auto !important;
}

.sidebar-widget .gallery a{
    display: block;
    position: relative;
}

.sidebar-widget .gallery a:before{
    content: "";
    background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.sidebar-widget .gallery a:hover:before{
    opacity: 0.5;
    visibility: visible;
}

.sidebar-widget .gallery {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.home-slider-3.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-clickable {
    position: absolute;
    left: 370px;
    width: auto;
    bottom: 80px;
    z-index: 99;
    transform: inherit;
}
.blog-details-wrap .blog-tag ul li a {
    margin-right: 10px;
}
.blog-wrap.blog-white .blog-content h3 a {
    font-size: 26px;
}
.blog-author .author-content h4 {
    text-transform: capitalize;
}
.page-id-118 #elementor-lightbox-slideshow-single-img {
	display:none !important;
}
.process-wrap.process-dark .process-content p {
    color: #333;
}
.feature-wrap-2 .feature-details h4 a{
    font-size: 19px;
    color: #fff;
}
.gallery-slider-area{
    background: #f7f7f7;
}

/*------- Woocommerce --------*/

.section-padding {
    padding: 120px 0;
}

.woocommerce .quantity .qty {
    padding-right: 15px;
}

h1.woocommerce-products-header__title {
    font-size: 120px;
    margin-bottom: 12px;
    text-transform: capitalize;
    line-height: 1;
    color: #ffffff;
    font-weight: 700;
}


.woocommerce .swiper-container {
    width: 100%;
    margin-bottom: 15px;
}

.swiper-wrapper {
    height: auto;
}

.gallery-main .swiper-slide img {
    width: 100%;
    height: auto;
}

.gallery-thumbs .swiper-slide {
    width: auto;
    cursor: pointer;
    opacity: 0.6;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

@media (min-width: 991px) {
  .shop-details-area .product-gallery {
    float: left;
    width: 48%;
    clear: none;
    overflow: hidden;
  }
}

.woocommerce .swiper-button-next, .swiper-rtl .swiper-button-prev,
.woocommerce .swiper-button-prev, .swiper-rtl .swiper-button-next {
  display: none;
}

.shop-details-area {
    padding: 120px 0;
}

h1.product_title {
    font-size: 50px;
    letter-spacing: 0;
    margin-top: 15px !important;
    margin-bottom: 20px;
    color: #222222;
        font-weight: 600;
}

p.price {
    color: var(--main-color)!important;
    font-size: 32px !important;
    margin-bottom: 30px;
    letter-spacing: 0;
        font-weight: 600;
}

div.woocommerce-product-details__short-description {
    float: right;
    padding: 35px 0;
    border-top: 1px solid rgba(230, 58, 52, 0.2);
}

div.woocommerce-product-details__short-description p {
    font-size: 15px;
    line-height: 28px;
    color: #333;
}

.shop-details-area form.cart input[type="number"] {
    background: #cccccc54;
    border: none;
    height: 50px;
    padding-left: 15px;
    width: 60px;
    padding-right: 10px;
}

.shop-details-area .single_add_to_cart_button {
    font-size: 15px!important;
    color: #ffffff;
    line-height: 3px!important;
    padding: 22px 40px!important;
    border-radius: 0!important;
    display: inline-flex;
    align-items: center;
    outline: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%)!important;
    border: 2px solid transparent!important;
    font-weight: 500 !important;
    height: 50px;
    margin-left: 10px!important;
    text-transform: uppercase;
}

.yith-wcwl-add-to-wishlist-button__label {
    color: #282828;
}

.shop-details-area div.product_meta span.posted_in, .shop-details-area div.product_meta span.tagged_as {
    display: block;
    padding-top: 15px;
    color: #282828;
    font-size: 15px;
}

.shop-details-area div.product_meta span.posted_in a, .shop-details-area div.product_meta span.tagged_as a {
    color: #e63a34;
    text-transform: capitalize;
}

.woocommerce-tabs {
    padding-top: 60px;
}

.woocommerce-tabs ul.tabs {
    margin-bottom: 50px !important;
    padding-left: 0px !important;
}

.woocommerce-tabs ul.tabs li {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 30px;
    border: none !important;
    margin-right: 20px !important;
    background: none !important;
}

.woocommerce-tabs ul.tabs li a {
    font-size: 16px;
    font-weight: 600 !important;
    padding: 23px 50px !important;
    color: #282828 !important;
    text-transform: uppercase;
    line-height: 1;
    background: #f6f6f6;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel > h2 {
    display: none;
}

.woocommerce-tabs #tab-attributes table {
    width: 70%;
}

#tab-attributes table th, #tab-attributes table tr, #tab-attributes table td {
    padding: 12px;
    padding-left: 15px;
    border: 1px solid #ccc;
    color: #222222;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 72px;
    background: transparent;
    border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: inherit;
    padding-left: 50px;
}

.woocommerce-Reviews .comment-text p.meta strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    font-family: "Teko", sans-serif;
    color: #29282d;
    text-transform: capitalize;
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.woocommerce-Reviews .comment-text p.meta time {
    font-size: 14px;
    text-transform: capitalize;
    margin-left: 5px;
    color: #333;
    font-weight: 500;
}

div#review_form_wrapper form.comment-form {
    margin-top: 15px;
}

div.woocommerce-Reviews .comment-form-comment label {
    margin-bottom: 10px;
}

.woocommerce #review_form #respond textarea {
    padding-left: 10px;
}

.woocommerce #respond input#submit {
    font-size: 15px !important;
    color: #fff!important;
    line-height: 1;
    padding: 18px 40px !important;
    border-radius: 0 !important;
    align-items: center;
    outline: 0;
    border: 2px solid transparent !important;
    font-weight: 500 !important;
    margin-top: 15px;   
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%)!important;
    text-transform: uppercase;
}

.woocommerce-Reviews .comment-form-rating p.stars {
    width: 80%;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 10px;
}

.shop-details-area section.related.products {
    display: none;
}

.recent-shop-area {
    background: rgba(34, 34, 34, 0.05);
    margin-top: -60px;
}

.rooms2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.rooms2 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.rooms2 .item .category {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    background: transparent;
    padding: 12px 5px;
    line-height: 1.5em;
}

.rooms2 .item.col-md-4 .category {
    right: 35px;
}

.shop-elementor.rooms2 .item .category {
    right: 35px;
}

.shop-area .item .category {
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    border: none !important;
}

.shop-area .item .category .price,
.shop-elementor.rooms2 .item .category .price {
    color: #fff !important;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: 1px;
}

.rooms2 .item .actions {
    height: 100%;
    position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rooms2 .item:hover .actions {
    visibility: visible;
    opacity: 1;
}

.shop-area .product-item .actions .add_to_cart_inline {
    border: none !important;
    padding: 0px !important;
    margin: 0px;
    display: flex;
}

.shop-area .product-item .actions .add_to_cart_inline span.woocommerce-Price-amount {
    display: none;
}

.rooms2 .item .actions a.add_to_cart_button {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 26px;
    background: #fff;
    margin-top: 0px !important;
    margin-right: 10px;
}

.recent-shop-area a i.ti-shopping-cart {
    font-size: 16px;
    line-height: 26px;
}

.rooms2 .item .actions a.icon-btn, .wishlist-icon a.yith-wcwl-add-to-wishlist-button {
    border-radius: 50%;
    height: 45px;
    line-height: 45px;
    background: #fff;
    width: 45px;
    margin-right: 10px;
    cursor: pointer;
}

.rooms2 .item .con {
    padding: 20px;
    position: absolute;
    left: 0px;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}

.rooms2 .item.slick-slide .con {
    left: 15px;
    right: 15px;
    width: auto;
}

.shop-area .item .con {
    bottom: -30px;
}

.rooms2 .item:hover .con {
    bottom: 0px;
}

.shop-area h4.shop {
    font-size: 32px;
    margin-bottom: 15px;
}

.shop-area h4.shop a {
    color: #fff;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.shop-area i.ti-shopping-cart {
    color: #333;
}

.shop-area a:hover i.ti-shopping-cart {
    color: #fff;
}

.rooms2 .item .actions a.add_to_cart_button:hover, .rooms2 .item .actions a.icon-btn:hover {
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    color: #fff;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button svg.yith-wcwl-add-to-wishlist-button-icon {
    width: 22px;
    color: #282828;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button:hover {
    display: flex;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button:hover svg {
    color: #fff!important
}

.recent-shop-area .product-item {
    max-height: 352px;
}

.grid__quick__view__modal .modal-dialog.modal__wraper {
  top: 80px;
  max-width: 1050px!important;
  max-height: 720px!important;
}

.grid__quick__view__modal .modal-body {
  padding: 30px;
  border-radius: 0px;
}

.grid__quick__view__modal .modal-body h2.product_title {
    font-size: 46px;
    margin-top: 15px !important;
    margin-bottom: 15px;
    color: #222222;
    font-weight: 600;
}

.grid__quick__view__modal .modal-body .woocommerce-product-rating span.rating-count {
  letter-spacing: 0.5px;
}

.grid__quick__view__modal .modal-body div.price {
      color: var(--main-color) !important;
    font-size: 32px !important;
    margin-bottom: 25px;
    letter-spacing: 0;
    font-weight: 600;
}

.grid__quick__view__modal .modal-body .quantity {
  float: left;
  margin: 0 4px 0 0;
}

.grid__quick__view__modal .modal-body .quantity input[type="number"] {
  background: #cccccc54;
    border: none;
    height: 50px;
    padding-left: 15px;
    width: 60px;
    padding-right: 10px;
}

.grid__quick__view__modal .modal-body form.cart button[type="submit"] {
    font-size: 15px !important;
    color: #fff;
    line-height: 1;
    padding: 15px 35px !important;
    border-radius: 0 !important;
    align-items: center;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%)!important;
    border: 2px solid transparent !important;
    font-weight: 500 !important;
    height: 50px;
    margin-left: 10px;
    text-transform: uppercase;
}

.grid__quick__view__modal .modal-body .swiper-slide img.img-thumbnail {
  border: none;
  padding: 0px;
  border-radius: 0px;
}

.grid__quick__view__modal .modal-body .swiper-pagination-bullet-active {
  background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
}

.grid__quick__view__modal .modal-body .product-wishlist {
  float: left;
  margin-top: 1rem!important;
}

.grid__quick__view__modal .modal-body .product-wishlist a.yith-wcwl-add-to-wishlist-button {
  display: flex;
  align-items: center;
  margin-inline: 0;
  justify-content: flex-start;
  gap: 10px;
}


.grid__quick__view__modal .modal-body .product_meta {
  display: block;
  width: 100%;
  float: left;
  color: #282828;
}

.grid__quick__view__modal .modal-body .product_meta a {
    color: var(--main-color);
}

.product-related .owl-theme .owl-dots .owl-dot.active span, 
.product-related .owl-theme .owl-dots .owl-dot:hover span {
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    border: 1px solid var(--main-color);
}

.product-related .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--main-color);
}

.woocommerce .loader::before {
    display: none;
}

.woocommerce .rooms2 ul.products li.product a img {
    margin-bottom: 0px;
}

.woocommerce .rooms2 ul.products li.product span.category div.star-rating {
    display: none;
}

.shop-area .item .con h2.woocommerce-loop-product__title {
    position: relative;
    color: #fff;
    font-size: 28px !important;
    text-transform: uppercase;
}

.woocommerce .woocommerce-result-count {
    border: 2px solid #ededed;
    padding: 17px 30px;
    text-align: center;
    display: inline-block;
    margin-bottom: 60px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75em;
    color: #222222;
}

.shop-area .woocommerce-ordering select {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75em;
    color: #222222;
    border: 2px solid #ededed;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 250px;
    padding-right: 30px;
    background: url(../gymee/assets/img/arrow.png) no-repeat right center;
    background-position: calc(100% - 20px) center;
    background-size: 13px;
    height: 70px;
    padding: 0 30px;
    outline: none;
}



.shop-area .item a.added i.ti-shopping-cart {
    display: none;
}

.shop-area .item a.added::after {
    margin-left: 0px;
}

.shop-area .item .added_to_cart {
    border-radius: 50%;
    height: 45px;
    line-height: 26px;
    background: #fff;
    margin-top: 0px !important;
    margin-right: 10px;
    color: transparent;
    width: 45px;
}

.shop-area .item .added_to_cart:hover {
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
}

.shop-area .item .added_to_cart::before {
    content: "\e60d";
    font-family: 'themify';
    position: relative;
    left: 15px;
    speak: none;
    color: #333;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    top: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shop-area .item .added_to_cart:hover:before {
    color: #fff;
}

.woocommerce .shop-area ul.products li.product {
    margin-bottom: 1.992em;
}

.shop-sidebar .shop-widget {
    padding: 40px 45px;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
    border: 1px solid #eee;
    margin-bottom: 40px;
}

.shop-sidebar .shop-widget .widget-title {
        font-size: 30px;
    margin-bottom: 25px;
    line-height: 1;
    position: relative;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: var(--main-color);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #aaa;
    margin-top: 30px;
    margin-bottom: 35px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-size: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 15px !important;
    color: #fff;
    line-height: 1;
    padding: 15px 40px !important;
    border-radius: 0 !important;
    align-items: center;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    border: 2px solid transparent ;
    font-weight: 500 ;
    text-transform: uppercase;
}


.woocommerce.widget_product_categories ul.product-categories li {
    
    margin-bottom: 7px;
}

.woocommerce.widget_product_categories ul.product-categories li a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 10px;
    padding: 17px 20px 17px 0px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #eaeaea;
}

.woocommerce.widget_product_categories ul.product-categories li:hover a {
    color: #e63a34;
}

.shop-sidebar ul.product-categories {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.shop-sidebar .woocommerce.widget_product_tag_cloud .tagcloud a {
    display: inline-block;
    line-height: 1;
    padding: 12px 18px;
    background: #f5f5f5;
    margin-bottom: 8px;
    margin-right: 5px;
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 600;
    color: #222222;
    border-radius: 2px;
}

.shop-sidebar .woocommerce.widget_product_tag_cloud .tagcloud a:hover {
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    color: #ffffff;
}

.widget_top_rated_products ul.product_list_widget div.star-rating,
.widget_products ul.product_list_widget div.star-rating {
    display: none;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li,
.shop-sidebar .widget_products ul.product_list_widget li {
    padding: 10px 0;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li img, 
.shop-sidebar .widget_products ul.product_list_widget li img {
    float: left;
    width: 100px;
    margin-right: 25px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.product-title, 
.shop-sidebar .widget_products ul.product_list_widget li span.product-title {
    line-height: 1.3;
    position: relative;
    top: 15px;
    transition: all 0.3s ease-out 0s;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.woocommerce-Price-amount, 
.shop-sidebar .widget_products ul.product_list_widget li span.woocommerce-Price-amount {
    position: relative;
    top: 25px;
    color: #222222;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li span.product-title:hover, 
.shop-sidebar .widget_products ul.product_list_widget li span.product-title:hover {
    color: var(--main-color);
}

.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li a {
	height: 60px;
    width: 60px;
    background: #f0f4f9;
    color: #29282d;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    font-family: "Teko", sans-serif;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    border: 3px solid #cecece;
    
}


.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 40px;
    font-family: "Teko", sans-serif;
    text-align: center;
    font-weight: 600;
    border: 2px solid rgba(102, 102, 102, 0.1);
    border-radius: 2px;
    background-color: var(--main-color);
    border: 3px solid var(--main-color);
    color: #fff;
    font-size: 20px;
}


.woocommerce-pagination ul.page-numbers, .woocommerce-pagination ul.page-numbers li {
    border: none !important;
}

.shop-sidebar .shop-widget form input[type="search"] {
    width: 100%;
    padding-left: 30px;
    padding-right: 75px;
    height: 70px;
    border: 1px solid #b7b7b7;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    color: #565872;
}

.shop-sidebar .shop-widget form input[type="search"]::placeholder {
    color: #333;
}

.shop-sidebar .shop-widget form.woocommerce-product-search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70px;
    font-size: 18px;
    color: #fff;
    background-color: #e63a34;
    background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    border: 0;
}

.shop-sidebar .shop-widget form {
    position: relative;
}

.recent-shop-area .owl-theme .owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.recent-shop-area .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin-top: 25px;
}


.recent-shop-area .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    border-radius: 50%;
        display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}

.recent-shop-area .owl-theme .owl-dots .owl-dot.active span, 
.recent-shop-area .owl-theme .owl-dots .owl-dot:hover span {
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    border: 1px solid var(--main-color);
}

.recent-shop-area .owl-theme .owl-dots .owl-dot span {
    border: 1px solid var(--main-color);
}

.woocommerce .page-cart form table {
    width: 100%;
    text-align: center !important;
    margin-bottom: 80px !important;
    border-collapse: collapse!important;
	margin-top: 30px;
}

.page-cart form table thead.bg-primary {
    background-color: var(--main-color) !important;
    color: #fff;
}

.page-cart form.woocommerce-cart-form table.shop_table thead tr th {
    text-transform: uppercase;
    border-collapse: collapse;
    font-weight: 700;
    font-size: 15px;
}

table.dlab-cart-tbl thead tr > th:last-child {
    border-right: 1px solid var(--main-color);
}

.page-cart .cart_item .product-thumbnail img {
    width: 180px;
    padding: 15px;
}

.woocommerce a.remove {
    font-size: 32px;
    color: var(--main-color) !important;
    width: inherit !important;
    margin-bottom: 5px;
}

.woocommerce a.remove:hover {
    background: none;
    color: var(--main-color)!important;
}

#coupon_code {
    height: 57px;
    border: 2px solid #dee2e6;
    padding: 0 15px;
    margin-right: 10px;
    width: 50%;
    display: inline-block;
}

form.checkout_coupon #coupon_code {
    width: 100%;
    height: 50px !important;
}

.coupon-cart .coupon {
    width: 70%;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart {
    text-align: left;
    padding: 40px;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon button[type="submit"] {
    font-size: 15px !important;
    color: #fff;
    line-height: 25px;
    padding: 15px 40px !important;
    border-radius: 0 !important;
    align-items: center;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    border: 2px solid transparent;
    font-weight: 700;
    height: 57px;
    text-transform: uppercase;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"] {
    font-size: 15px !important;
    color: #fff;
    line-height: 25px;
    padding: 15px 40px !important;
    border-radius: 0 !important;
    align-items: center;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    border: 2px solid transparent;
    font-weight: 700;
    float: right;
    height: 57px;
    text-transform: uppercase;
}

body.woocommerce-cart {
    color: #282828;
}


.woocommerce-cart-form__cart-item td.product-name a,
.wishlist_table td.product-name a {
    font-weight: 400;
    color: #444;
    font-size: 16px;
}

.product-quantity .quantity input {
    background: #f5f5f5;
    text-align: center;
    height: 50px;
    width: 100px !important;
    color: #6f7172;
    font-size: 14px;
    font-weight: normal;
    border: 0;
    padding-right: 0px !important;
}

.wc-proceed-to-checkout a {
    font-size: 15px !important;
    color: #fff;
    line-height: 1;
    padding: 22px 40px !important;
    border-radius: 0 !important;
    align-items: center;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    border: 2px solid transparent !important;
    font-weight: 700;
    max-width: 350px;
    text-transform: uppercase;
}

.woocommerce-info a {
    color: var(--main-color);
}

.cart-collaterals table.shop_table {
    border-collapse: collapse!important;
}

.woocommerce .page-cart table.shop_table,
.woocommerce .page-cart table.shop_table td,
.woocommerce .page-cart table.shop_table tr,
.woocommerce .page-cart table.shop_table th {
    border: 1px solid #a1a09f!important;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: var(--main-color);
    max-width: 1200px;
    margin: auto !important;
    color: #333;
}

p.return-to-shop {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 75px;
}

p.return-to-shop a {
    font-size: 15px !important;
    color: #ffffff!important;
    line-height: 3px !important;
    padding: 22px 40px !important;
    border-radius: 0 !important;
    display: inline-flex;
    align-items: center;
    outline: 0;
    background-image: -webkit-linear-gradient(-72deg, var(--main-color) 0%, #ee7349 99%) !important;
    border: 2px solid transparent !important;
    text-transform: uppercase;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="password"], .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="tel"] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0!important;
    height: 45px!important;
    padding: 0 0 0 10px;
    width: 100%;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.order-notes .woocommerce-shipping-fields {
    margin-top: 30px;
}

.coupon-area .woocommerce-additional-fields .woocommerce-input-wrapper textarea {
    min-height: 150px;
}

.woocommerce-additional-fields label[for="order_comments"] {
    margin-bottom: 10px;
}

.coupon-area .woocommerce-billing-fields .selection span.select2-selection__rendered {
    height: 45px;
    line-height: 34px;
}


.woocommerce-checkout  .select2-search--dropdown {
    background: #fff;
}

.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-info {
    margin: 0px!important;
}

input.update-cart, button#place_order, .woocommerce-form-login button.woocommerce-form-login__submit {
    font-size: 15px !important;
    color: #fff;
    padding: 17px 40px !important;
    border-radius: 0 !important;
    align-items: center;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    border: 2px solid transparent;
    font-weight: 500;
    text-transform: uppercase;
}

button#place_order {
    margin-left: auto;
}

.account-area, .login-area {
    padding: 100px 0;
}

.woocommerce-MyAccount-navigation ul li a{
    width: 200px;
    color: #fff;
    padding: 12px 20px;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    font-weight: 700!important;
    text-transform: uppercase;
    font-size: 15px!important;
    margin-bottom: 1px;
    cursor: pointer;
    display: block;
    border-radius: 0 !important;
}

.woocommerce-MyAccount-content p {
    font-size: 15px;
}

.woocommerce-MyAccount-content p strong, .woocommerce-MyAccount-content p a {
    color: #000;
}

.woocommerce-MyAccount-content .woocommerce-info a {
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    padding: 15px 25px;
    position: relative !important;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    border: 2px solid transparent !important;
    border-radius: 0px;
}


.account-area .woocommerce-MyAccount-content .woocommerce-info {
    margin-top: 0px !important;
}

.woocommerce-MyAccount-content .col2-set .col-1, .woocommerce-MyAccount-content .col2-set .col-2 {
    max-width: 100%;
    margin-top: 30px;
    padding-left: 0px;
    float: none;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address {
    width: 80%;
}

.woocommerce-MyAccount-content .addresses .woocommerce-Address h2 {
    float: left;
    text-transform: capitalize;
}

.woocommerce-Addresses .woocommerce-Address-title a {
    color: var(--main-color);
}

.woocommerce-Addresses address {
    margin-top: 10px;
    margin-bottom: 50px;
}

.woocommerce-account input[type="text"], .woocommerce-account input[type="password"], .woocommerce-account input[type="email"], .woocommerce-account input[type="tel"] {
    background: #ffffff;
    border: 2px solid #eaedff;
    border-radius: 0!important;
    height: 40px!important;
    padding: 0 0 0 10px;
    width: 100%;
}

.woocommerce-EditAccountForm label {
    margin-top: 0px;
    margin-left: 0px;
    color: #212529;
    width: 100%;
}

.woocommerce-account fieldset legend {
    padding-top: 30px;
    color: #222222;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm span.password-input {
    width: 70%;
    margin: 5px 0;
}

.woocommerce-account .woocommerce-MyAccount-content p .woocommerce-Button {
    font-size: 15px !important;
    color: #fff;
    line-height: 16px;
    padding: 15px 40px !important;
    border-radius: 0 !important;
    align-items: center;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    border: 2px solid transparent;
    font-weight: 500;
    height: 50px;
    margin-top: 15px;
    margin-left: 3px;
    text-transform: uppercase;
}


.basic-login {
    padding: 70px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #eaedff;
    width: 100%;
    max-width: 500px;
}

.basic-login form.login {
    padding: 0px;
    margin-bottom: 0px;
    border: none;
}

.basic-login form .form-row {
    padding: 0px;
}

.basic-login .woocommerce-form-login label {
    margin-left: 0px;
}

.basic-login span.password-input {
    width: 100%;
}

.woocommerce-account .basic-login input[type="text"], .woocommerce-account .basic-login input[type="password"] {
    background: #ffffff;
    border-radius: 0;
    height: 50px;
    padding: 0 0 0 10px;
    width: 100% !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-bottom: 25px;
}

.woocommerce-form-login button.woocommerce-form-login__submit {
    width: 100%;
    margin-right: 0px!important;
}

p.woocommerce-LostPassword {
    margin-top: 20px;
}

.password-area {
    padding: 100px;
}

.password-area form.lost_reset_password {
    margin-left: auto;
    margin-right: auto;
    padding: 90px;
    border: 2px solid #eaedff;
    max-width: 600px;
}

.page-wishlist {
    padding-top: 100px;
    padding-bottom: 100px;
}

.woocommerce .page-wishlist table.shop_table {
    border-collapse: collapse;
    font-size: 15px;
}

.wishlist_table thead tr th {
    background: var(--main-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400!important;
}

.wishlist_table span.woocommerce-Price-amount {
    color: #000;
}

table.wishlist_table.shop_table .product-remove {
    min-width: 60px;
}

table.wishlist_table tr th.product-thumbnail {
    width: auto;
    text-align: center;
}

.page-wishlist .wishlist-items-wrapper .product-thumbnail {
    min-width: 100px;
    text-align: center;
}

.page-wishlist table.wishlist_table th,
.page-wishlist table.wishlist_table td {
    border: 1px solid rgba(0, 0, 0, .1);
}

.page-wishlist table.wishlist_table th {
    font-weight: 700!important;
    font-size: 18px;
}

.wishlist_table tr td.product-thumbnail a {
    max-width: inherit;
}

.wishlist_table tr td.product-thumbnail a img {
    max-width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wishlist_table .product-add-to-cart a {
    color: #333;
    font-size: 20px;
}

table.wishlist_table tr th.product-name, .wishlist_table tr td.product-name {
    text-align: center;
}

.woocommerce p.stars a::before {
    color: var(--main-color);
}

.woocommerce .star-rating::before,
.woocommerce .star-rating::after {
    display: none;
}

.woocommerce .star-rating {
    width: 5.8em !important;
    color: var(--main-color);
    border-bottom: none;
}

.woocommerce #reviews #comments h2,
div.woocommerce-Reviews span.comment-reply-title {
    clear: none;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #29282d;
    margin-bottom: 20px;
    font-family: "Teko", sans-serif;
}

.product-categories li a[href*="product_cat=uncategorized"] {
    display: none!important;
}

.product-categories li a[href*="product_cat=uncategorized"]::parent {
    display: none;
}

.woocommerce-message a.button {
        font-size: 15px !important;
    color: #fff;
    line-height: 20px;
    padding: 12px 35px !important;
    border-radius: 0 !important;
    align-items: center;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    border: 2px solid transparent;
    font-weight: 500;
    text-transform: uppercase;
}

.woocommerce-message a.button:hover {
	color: #fff;
}

.menu-item.mini-cart {
    position: relative;
    display: inline-block;
    margin-left: -20px;
    top: 2px;
}

.menu-item.mini-cart .cart-contents {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 32px 12px;
}


.menu-item.mini-cart .cart-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #333;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"></path></svg>') no-repeat center / contain;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"></path></svg>') no-repeat center / contain;
}

.header-style-2 .menu-item.mini-cart .cart-icon {
    background-color: #fff;
}

.mini-cart-dropdown {
    position: absolute;
    right: 0;
    background: #fff;
    width: 350px;
    z-index: 1000;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    overflow: auto;
    max-height: 600px;
    border-top: 3px solid var(--main-color);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
}

.menu-item.mini-cart:hover .mini-cart-dropdown {
    visibility: visible; 
    opacity: 1;
    transform: translateY(0);
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    margin-left: 0px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li.mini_cart_item a {
    font-size: 19px;
    font-weight: 600;
    padding-top: 15px;
    display: block;
    text-align: left;
    color: #282828;
    padding-bottom: 0px;
    line-height: 24px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li a.remove_from_cart_button {
    float: right;
    font-size: 33px;
    display: block;
    font-weight: 700;
    color: var(--main-color)!important;
    text-align: right;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li img {
    width: 100px;
    height: auto;
    float: left;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: -15px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li span.quantity {
    margin-top: 5px;
    display: block;
    color: #282828;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li span.quantity span.woocommerce-Price-amount {
    color: var(--main-color);
    font-weight: 500;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 25px;
    font-size: 16px;
    margin-bottom: 30px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total strong {
    color: #222222;
    font-size: 16px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total span.woocommerce-Price-amount {
    float: right;
    font-weight: 500;
    color: var(--main-color);
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a {
    font-size: 17px !important;
    color: #fff;
    line-height: inherit;
    padding: 13px 35px !important;
    border-radius: 0 !important;
    align-items: center;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    font-weight: 600;
    margin-right: 20px;
    line-height: 24px;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons > a:last-child {
    margin-right: 0px;
}

.mini-cart .mini-cart-dropdown .product_list_widget {
    padding-left: 0px;
}

.shop-elementor {
    padding: 120px 0;
}

.woocommerce-pagination ul.page-numbers {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 0;
    margin: 0;
    text-align: center;
}

.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin: 0 5px;
}

.woocommerce-pagination ul.page-numbers li span {
    background: transparent;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-family: "Teko", sans-serif;
    text-align: center;
    font-weight: 600;
    border: 2px solid rgba(102, 102, 102, 0.1);
    border-radius: 2px;
    background-color: var(--main-color);
    border: 3px solid var(--main-color);
    color: #fff;
    font-size: 20px;
}

.woocommerce-pagination ul.page-numbers li a {
    height: 60px;
    width: 60px;
    background: #f0f4f9;
    color: #29282d;
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
    font-family: "Teko", sans-serif;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    border: 3px solid #cecece;
}

.woocommerce-pagination ul.page-numbers li a:hover {
    background-color: var(--main-color);
    border: 3px solid var(--main-color);
    color: #fff;
}

ul.page-numbers li a i {
    font-size: 20px;
    font-weight: 900;
}

.shop-elementor .col-lg-6 .con, .shop-elementor .col-lg-4 .con {
    width: calc(100% - 30px);
    left: 15px;
}

.shop-elementor .product-item .o-hidden {
    overflow: hidden;
}

.woocommerce-form-login-toggle {
    padding-top: 60px;
}

.woocommerce-checkout .woocommerce-form-login {
    max-width: 600px;
    margin: 30px auto!important;
    border: 1px solid #ccc!important;
}

.coupon-area .woocommerce-checkout {
	margin-top: 30px;
}

.woocommerce-checkout .woocommerce-form-coupon {
    max-width: 1200px;
    margin: 30px auto!important;
    border: 1px solid #ccc!important;
	width: 100%;
}

.woocommerce-checkout .woocommerce-form-coupon button[type="submit"]{
    font-size: 15px !important;
    color: #fff;
    padding: 15px 40px !important;
    border-radius: 0 !important;
    align-items: center;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    border: 2px solid transparent;
    font-weight: 700;
    height: 50px;
    text-transform: uppercase;
}

.woocommerce-js label {
    color: #333;
}

.woocommerce-checkout h3 {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.woocommerce .woocommerce-checkout-review-order-table {
    border-collapse: collapse!important;
}

.woocommerce .woocommerce-checkout-review-order-table table,
.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table tr,
.woocommerce .woocommerce-checkout-review-order-table td {
    border: 1px solid rgba(32,7,7,0.8) !important;
    border-collapse: collapse!important;
}

.woocommerce-Reviews form.comment-form p.form-submit {
    display: block;
}

.product-related .section-title {
    margin-bottom: 30px;
}

div.cart-collaterals .cart_totals h2 {
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 40px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-billing-fields span.selection {
    width: 100%;
    border-radius: 0px;
}

.lost_reset_password .form-row-first {
    width: 100%!important;
}

.lost_reset_password .woocommerce-form-row button.woocommerce-Button {
    font-size: 15px !important;
    color: #fff;
    line-height: 18px;
    padding: 15px 40px !important;
    border-radius: 0 !important;
    align-items: center;
    outline: 0;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%) !important;
    border: 2px solid transparent;
    font-weight: 500;
    height: 50px;
    margin-top: 15px;
    text-transform: uppercase;
}

.lost_reset_password p {
    color: #333;
    line-height: 28px;
}


.txt-left {
    text-align: left;
}

.grid__quick__view__modal .modal-body form.cart {
    margin-bottom: 10px;
}

.woocommerce-product-details__short-description form.cart {
    margin-bottom: 40px!important;
}

.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}

.rooms2 .item .line:before {
    display: none;
}

.rooms2 .item .actions i {
    color: #282828;
}

.shop-elementor.rooms2 .item .actions i {
    line-height: 25px;
    font-size: 16px;
}

.rooms2 .item .actions a:hover i{
    color: #fff;
}

.rooms2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

@media(max-width: 991px) {
    .menu-item.mini-cart {
        display: none;
    }

    .page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"] {
        float: none;
    }

    .page-cart .coupon, #coupon_code {
         width: 100%;
    }

    .page-cart .coupon button[type="submit"]{
        float: left!important;
        width: 100%!important;
        margin-top: 25px;
    }
}

a#scrollUp {
    margin-top: 10px;
}

.woocommerce-tabs p {
    font-size: 15px;
    line-height: 28px;
    color: #333;
}

.woocommerce-Reviews p.comment-form-author input,
.woocommerce-Reviews p.comment-form-email input {
    width: 100%;
    padding-left: 10px;
}

.recent-shop-area .section-subtitle {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    margin-bottom: 11px;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

.recent-shop-area .section-title {
    font-size: 55px;
    letter-spacing: 1px;
    color: #222222;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.modal-content .btn-close {
     box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #272727;
	background: var(--main-color) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/10px auto no-repeat;
    border: 0;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 99;
    outline: none;
}

.modal-content .btn-close:focus {
    outline: none;
}

table.woocommerce-checkout-review-order-table {
    color: #282828;
    font-size: 15px;
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment .place-order {
    padding: 30px!important;
}

.woocommerce-checkout #payment .place-order {
    margin-left: auto;
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type="number"] {
    -moz-appearance: textfield;
}

.quantity {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}

.quantity .qty-minus,
.quantity .qty-plus {
    width: 50px;
    height: 50px;
    background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    border: none;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    transition: background 0.3s;
    color: #fff;
    border: 2px solid transparent ;
}

.quantity .qty {
    width: 50px;
    height: 40px;
    text-align: center;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0;
    font-size: 16px;
}

.header--right {
    padding-left: 150px;
}

div#review_form label {
    color: #282828;
}

.position-re-order-shop {
    overflow: hidden;
}

.shop-details-area .woocommerce-product-rating {
    margin-top: -10px !important;
    margin-bottom: 35px !important;
}

.modal-body .woocommerce-product-rating {
    margin-bottom: 20px !important;
    margin-top: -10px !important;
}

.header--user--h3 ul li a img {
    margin-left: 25px;
}

#tab-attributes table caption {
    color: #333;
    border: 1px solid #ccc;
    border-bottom: none;
    caption-side: top;
    padding-left: 15px;
    color: #333;
    font-size: 17px;
}

.woocommerce p.stars a {
    font-size: 18px;
}

.woocommerce-Reviews .comment-respond {
    margin-top: 30px!important;
}

.shop-sidebar {
    background: none;
    padding: 0px;
}

.shop-widget h6 {
        color: #29282d;
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 35px;
    border-bottom: 2px solid #ededed;
    position: relative;
    text-transform: capitalize;
}

.shop-widget h6:before {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #e63a34;
}

a.woocommerce-review-link {
    color: var(--main-color);
}

.widget_product_categories ul li a:after {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #e63a34;
    z-index: -1;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.widget_product_categories ul li a:hover:after {
    width: 100%;
}

.woocommerce.widget_product_categories ul.product-categories > li:last-child a {
    border: none;
    padding-bottom: 0px;
}

.widget_product_categories ul > li:last-child a:after {
    display: none;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

.woocommerce-form-login__submit:hover {
    color: #fff!important;
}

.testimonial-area .testimonial-slider {
	overflow: hidden;
}

.testimonial-area-2 > .container.position-relative {
	overflow: hidden;
}

.testimonial-slider-2 .swiper-button-prev, .testimonial-slider-2 .swiper-button-next {
	display: none;
}

.testimonial-area-2 .testimonial-icon {
	display: none;
}

.page-cart {
	margin-bottom: 120px;
	margin-top: 120px;
}

.woocommerce-form-coupon-toggle {
	width: 100%;
}

.shop-details-area div.product {
	margin-top: 30px;
}