/*
Theme Name: Acens
Theme URI: https://shtheme.com/demosd/acens
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: Acens – Creative WordPress for Agencies and Freelancers is perfect if you like a minimal, clean and modern design. It’s creative, minimal and clean design. This is the best theme for business, corporate, agencies, freelancer and portfolio websites.
Version: 1.0
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: acens

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
---------------------------------------------------*/



.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;
}

.blog .category .post-categories {
	margin-bottom: 0px;
    padding-left: 0px;
}
.comment .comment-respond h3.comment-reply-title {
	font-size: 28px;
    color: #1b1b1b;
    line-height: 1.5em;
    font-weight: 900;
    margin-bottom: 15px;
}
body.dark .comment .comment-respond h3.comment-reply-title {
	font-size: 28px;
    color: #fff;
    line-height: 1.5em;
    font-weight: 900;
    margin-bottom: 15px;
}
p.comment-form-cookies-consent {
	display: none;
}
body.dark .comment-respond form.contact__form .form-group input::placeholder {
	color: #fff;
}
body.dark .comment-respond form.contact__form textarea::placeholder {
	color: #fff;
}
.comment .wrap a.comment-reply-link {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    border: none;
    border-radius: 80px;
    background-color: var(--clr-theme-color);
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 10px 30px;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 30px;
    top: 15px;
}
.comment .wrap a.comment-reply-link:hover {
	border: none;
    background: #1b1b1b;
    color: #fff;
}
body.dark .comment .wrap a.comment-reply-link:hover {
	border: none;
    background: #fff;
    color: #1b1b1b;
}
.pagination-wrap li .page-numbers {
    background: #f0f0f3;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    color: #1b1b1b;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    border: 2px solid #f0f0f3;
    border-radius: 50%;
    font-size: 16px;
}
.pagination-wrap li .page-numbers.current {
    background-color: var(--clr-theme-color);
    border: 2px solid var(--clr-theme-color);
    color: #fff;
}
body.dark .pagination-wrap li a {
    background: #1b1b1b;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    border: 2px solid #1b1b1b;
    border-radius: 50%;
    font-size: 16px;
}
body.dark .pagination-wrap li .page-numbers.current {
    background-color: var(--clr-theme-color);
    border: 2px solid var(--clr-theme-color);
    color: #fff;
}
.blog2 .item .wrapper .con .category i {
    transition: all ease 0.4s;
    color: var(--clr-theme-color);
    margin-right: 5px;
    font-size: 12px;
}
.blog2 .item .wrapper .con .category a {
	text-transform: capitalize;
}
.blog2 .item:hover .wrapper .con .category i {
    color: #fff;
}
.blog2 .item .wrapper .con .category .post-categories {
    display: inline-block;
    padding-left: 0px;
}
.widget .tagcloud .wp-tag-cloud li a {
	font-size: 14px !important;
    color: #727272;
    margin: 5px !important;
    padding: 5px 25px;
    background-color: transparent;
    border: none;
    float: left;
    border: 2px solid var(--clr-theme-color);
    border-radius: 30px;
    line-height: 1.5em;
}
.widget .tagcloud .wp-tag-cloud li a:hover {
	background-color: var(--clr-theme-color);
    color: #fff;
}
body.dark .widget .tagcloud .wp-tag-cloud li a:hover {
	background-color: var(--clr-theme-color);
    color: #fff;
}
body.dark .event-detail .item .con h5 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 900;
    margin-bottom: 15px;
    color: #fff;
}
.navbar .dropdown-menu .nav-link {
    padding: 7px 0;
    font-size: 16px;
    color: #1b1b1b;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Hind', sans-serif;
}
.navbar .dropdown-menu .nav-link:hover {
    color: var(--clr-theme-color);
}
body.dark .navbar .dropdown-menu .nav-link {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    padding: 7px 0;
    font-size: 16px;
    color: #fff;
    position: relative;
    background-color: transparent;
    -o-transition: all .4s;
    transition: all .4s;
    font-family: 'Hind', sans-serif;
}
body.dark .navbar .dropdown-menu .nav-link:hover {
    color: var(--clr-theme-color);
}
@media screen and (max-width: 991px){
    .navbar .dropdown-menu .nav-link {
        color: #1b1b1b;
        padding: 0 15px;
        font-size: 16px;
        line-height: 40px;
    }
    body.dark .navbar .dropdown-menu .nav-link {
        color: #fff;
        padding: 0 15px;
        font-size: 16px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px !important;
    }
}
.search .search-custom {
    padding: 50px;
    background-color: #f0f0f3;
    border-radius: 10px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
.search .search-custom h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #333;
}
.search .search-custom form {
    display: flex;
    position: relative;
    width: 70%;
}
.search .search-custom form .s-input-home {
    height: 60px;
    padding-left: 10px;
    max-width: 100%;
    border: 1px solid #fff;
    padding: 0px 10px 0px;
    margin-bottom: 0px;
}
.search .search-custom form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: var(--clr-theme-color);
    color: #fff;
    border: 0;
    padding: 16px 17px 14px 17px;
    cursor: pointer;
    border-radius: 100%;
}
.search .search-custom form .btn-s-input .fa-search { 
    font-weight: 900;
}
.services .item.active .wrap .con h4 a {
    color: #fff;
}
.services .item:hover .wrap .con h4 a {
    color: #fff;
}
.sidebar-widget.services .widget-inner .navbar-nav .nav-link {
    padding: 0px;
}
.contact form .contact__form textarea {
    height: 130px;
}
.contact form .contact__form .wpcf7-not-valid-tip {
    color: #1b1b1b;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
.contact .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #1b1b1b;
    color: #1b1b1b;
    margin: 2em 0em 1em;
}
body.dark .contact form .contact__form .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
body.dark .contact .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
    margin: 2em 0em 1em;
}
body.dark .contact form .contact__form input::placeholder {
    color: #fff;
}
body.dark .contact form .contact__form textarea::placeholder {
    color: #fff;
}
.subscribe form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    white-space: break-spaces;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    background-color: #fff;
    padding: 16px 17px 14px 17px;
    border-radius: 100%;
    color: var(--clr-theme-color);
    border: 0;
    position: absolute;
    top: 3.25px;
    right: 6px;
    cursor: pointer;
    outline: none;
    transform: rotate(0);
    width: auto;
}
.subscribe form .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
.subscribe form .wpcf7-response-output {
    border-color: #fff;
    margin: 0em 0em 1em;
    color: #fff;
}
#map iframe {
	margin-bottom:-10px;
}
.works .item .wrap {
    cursor: auto;
}
.video-popup  .vid-butn .vid .icon {
    color: var(--clr-theme-color);
    width: 100px;
    height: 100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    line-height: 110px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-block;
}
.video-popup  .vid-butn .vid:hover .icon {
    color: #fff;
    transform: translate3d(0px, -5px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.video-popup  .vid-butn .vid .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background-color: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.video-popup  .vid-butn .vid .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border-radius: 50%;
    z-index: -1;
}
.video-popup  .vid-butn .vid:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
body.dark .works .item .wrap {
    cursor: auto;
}
.clients .clients-logo a{
	  cursor: auto;
}
.footer .subscribe form .wpcf7-response-output {
    border-color: #fff;
}
body.dark .blog-home .item .wrap {
    cursor: auto;
}
.blog-home .item .wrap {
    cursor: auto;
}
.about .item .wrap {
    cursor: auto;
}
body.dark .about .item .wrap {
    cursor: auto;
}
.widget .tagcloud .wp-tag-cloud li a {
    text-transform: capitalize;
}
.comment-respond .comment-reply-title small >a {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    border: none;
    border-radius: 80px;
    background-color: var(--clr-theme-color);
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 7px 24px;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: right;
    font-size: 15px;
}
.comment-respond .comment-reply-title small >a:hover {
	border: none;
    background: #fff;
    color: #1b1b1b;
}
body.dark .section-padding[data-overlay-dark] h6, body.dark .section-padding h6 {
    font-weight: 600;
}
body.dark .events .item .text p {
    font-weight: 600;
}
body.dark .blog-home .item .wrap .title h6 a {
    font-weight: 600;
}
body.dark .navbar .navbar-right .wrap .text p {
    font-weight: 600;
}
body.dark .works .item .wrap .text p {
    font-weight: 600;
}
body.dark .gallery-box .gallery-detail p {
    font-weight: 600;
}
body.dark .video-gallery .item .text p {
    font-weight: 600;
}
body.dark .event-detail .item .con a {
    font-weight: 600;
}
.error404 .lets-talk[data-overlay-dark] h6,.error404 .lets-talk h6 {
    font-weight: 600;
}
body.dark .subscribe form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    top: 4.75px;
    right: 6px;
}
.subscribe form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    top: 4.75px;
    right: 6px;
}
body.dark .events .btn-3:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #1b1b1b;
}
.nav-scroll .navbar-right .wrap .text h5, .nav-scroll .navbar-right .wrap .text h5 a:hover {
    color: #1b1b1b;
}
.single-event .team-single.section-padding {
    background: #f0f0f3;
}
body.dark.single-event .team-single.section-padding {
    background: #1b1b1b;
}
.blog.section-padding .page-numbers {
    background: #f0f0f3;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    color: #1b1b1b;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    border: 2px solid #f0f0f3;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
}
.blog.section-padding .page-numbers:hover {
    opacity: 1;
    text-decoration: none;
    background: var(--clr-theme-color);
    border: 2px solid var(--clr-theme-color);
    color: #fff;
}
.blog.section-padding .page-numbers.current {
    background-color: var(--clr-theme-color);
    border: 2px solid var(--clr-theme-color);
    color: #fff;
}
.blog2 .page-numbers {
    background: #f0f0f3;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    color: #1b1b1b;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    border: 2px solid #f0f0f3;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
}
.blog2 .page-numbers:hover {
    opacity: 1;
    text-decoration: none;
    background: var(--clr-theme-color);
    border: 2px solid var(--clr-theme-color);
    color: #fff;
}
.blog2 .page-numbers.current {
    background-color: var(--clr-theme-color);
    border: 2px solid var(--clr-theme-color);
    color: #fff;
}

.blog-home .page-numbers {
    background: #f0f0f3;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    color: #1b1b1b;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    border: 2px solid #f0f0f3;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
}
.blog-home .page-numbers:hover {
    opacity: 1;
    text-decoration: none;
    background: var(--clr-theme-color);
    border: 2px solid var(--clr-theme-color);
    color: #fff;
}
.blog-home .page-numbers.current {
    background-color: var(--clr-theme-color);
    border: 2px solid var(--clr-theme-color);
    color: #fff;
}

.logo-sticky {
    display: none!important;
}

.nav-scroll .logo-sticky, .scrolled .logo-sticky {
    display: block!important;
}

.nav-scroll .logo-default, .scrolled .logo-default {
    display: none!important;
}

/******** Woocommerce ***********/


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

.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;
  }
}

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

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

h1.product_title {
    margin-bottom: 15px;
}

p.price {
    color: var(--clr-theme-color)!important;
    font-size: 30px !important;
    margin-top: 25px;
}

div.woocommerce-product-details__short-description {
    float: right;
    padding: 25px 0;
    border-top: 1px solid rgba(220, 39, 81, 0.2);
}

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

.shop-details-area .single_add_to_cart_button {
    background: var(--clr-theme-color) !important;
    color: #fff !important;
    padding: 13px 36px !important;
    margin: 0;
    font-size: 15px !important;
    text-transform: capitalize;
    letter-spacing: normal;
    height: 50px;
    border-radius: 80px !important;
    margin-left: 20px !important;
    outline: none;
    position: relative;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 900!important;
    line-height: 20px!important;
}

.shop-details-area .single_add_to_cart_button:hover {
    background: #000 !important;
    color: #fff !important;
}

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

.shop-details-area div.product_meta span.posted_in a:hover, 
.shop-details-area div.product_meta span.tagged_as a:hover {
    color: var(--clr-theme-color) !important;
}

.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: 30px !important;
    background: none !important;
}

.woocommerce-tabs ul.tabs li a {
    font-size: 16px;
    font-weight: 900 !important;
    padding: 22px 40px !important;
    color: #000 !important;
    text-transform: capitalize;
    line-height: 1;
    border: 2px solid #333;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 50px;
}

.woocommerce-tabs ul.tabs li.active a {
    background: var(--clr-theme-color);
    border-color: var(--clr-theme-color);
    color: #fff !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%;
    color: #333;
}

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

.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-family: 'Poppins', sans-serif!important;
    font-weight: 900!important;
    line-height: 1.1;
    text-transform: capitalize;
    margin-right: 3px;
    font-size: 18px;
    color: #333;
    position: relative;
    top: 1px;
}


.woocommerce-review__dash {
    display: none;
}

.woocommerce-Reviews .comment-text p.meta time {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin-left: 10px;
}

.woocommerce #review_form #respond textarea,
.woocommerce #review_form #respond input {
    color: #333;
    max-width: 70%;
}


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

.woocommerce #respond input#submit {
    background: var(--clr-theme-color);
    color: #fff;
    border: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 0;
    padding: 22px 40px !important;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 15px;
    border-radius: 80px !important;
    font-family: 'Poppins', sans-serif!important;
}

.woocommerce #respond input#submit:hover {
    background: #000 !important;
    color: #fff !important;
}

.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: #f7f7f7;
    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;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 1px;
    line-height: 2em;
    font-weight: 900 !important;
    font-family: 'Poppins', sans-serif !important;
}

.shop-area .item .category {
    background: var(--clr-theme-color);
    border: none !important;
}

.shop-area .item .category .price {
    color: #fff !important;
    background: var(--clr-theme-color);
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-weight: 500!important;
    font-size: 12px!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;
    line-height: 27px;
    background: #fff;
    margin-top: 0px !important;
    margin-right: 10px;
}

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

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

.rooms2 .item .con {
    padding: 20px;
    position: absolute;
    left: 0;
    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%);
}

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

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

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

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

.shop-area h4.shop {
    font-size: 24px;
    margin-bottom: 20px;
}

.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;
}

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

.shop-area i.ti-shopping-cart {
    color: #333;
    line-height: 24px;
}

.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: var(--clr-theme-color);
    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: currentColor;
}

.wishlist-icon a.yith-wcwl-add-to-wishlist-button:hover {
    display: flex;
    background: var(--clr-theme-color);
}

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

.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;
  background: #f7f7f7;
}

.grid__quick__view__modal .modal-body h2.product_title {
    margin-bottom: 10px;
    font-size: 36px;
    margin-top: 10px;
}

.grid__quick__view__modal .modal-body h2.product_title a {
    color: #000;
}

.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(--clr-theme-color) !important;
    font-size: 30px !important;
    margin-top: 35px;
    padding-bottom: 30px;
}

.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;
    outline: none;
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
    text-align: center;
    font-size: 16px;
    top: -1px;
}

.grid__quick__view__modal .modal-body form.cart button[type="submit"] {
    font-weight: 900 !important;
    background: var(--clr-theme-color) !important;
    color: #fff !important;
    padding: 20px 36px !important;
    margin: 0;
    font-size: 16px !important;
    text-transform: capitalize;
    letter-spacing: normal;
    height: 50px;
    border-radius: 80px !important;
    margin-left: 20px !important;
    outline: none;
    cursor: pointer;
    position: relative;
    font-family: 'Poppins', sans-serif!important;
    line-height: 10px;
}

.grid__quick__view__modal .modal-body form.cart button[type="submit"]:hover {
    background: #000 !important;
    color: #fff !important;
}

.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: var(--clr-theme-color);
}

.grid__quick__view__modal .modal-body .product-wishlist {
  float: left;
  margin-top: 25px!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;
  font-weight: 500;
}

.grid__quick__view__modal .modal-body .product_meta a:hover {
  color: var(--clr-theme-color);
}

.product-related .owl-theme .owl-dots .owl-dot.active span, 
.product-related .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--clr-theme-color);
    border: 1px solid var(--clr-theme-color);
}

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

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

.grid__quick__view__modal .modal-content button.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 99;
    outline: 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: 24px !important;
    padding-bottom: 20px!important;
}

.woocommerce .woocommerce-result-count {
    border: 2px solid #333;
    padding: 17px 30px;
    text-align: center;
    display: inline-block;
    margin-bottom: 60px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75em;
    color: #333;
    letter-spacing: 0.5px;
    background: #fff;
    border-radius: 5px;
}

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

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

.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: var(--clr-theme-color);
}

.shop-area .item .added_to_cart::before {
    content: "\e60d";
    font-family: 'themify';
    position: relative;
    left: 16px;
    speak: none;
    color: #333;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 3px;
    -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 {
        position: relative;
    background: #f0f0f3;
    padding: 45px 30px;
    margin-bottom: 30px;
    display: grid
;
    border-radius: 10px;
}

.shop-sidebar .shop-widget .widget-title h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    line-height: 1.25em;
    margin: 0 0 15px 0;
    color: #14100c;
    font-size: 24px;
    text-transform: capitalize;
}

.shop-sidebar .widget_product_tag_cloud .widget-title h6 {
    margin-bottom: 20px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;

}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -0.2em;
}


.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 .button {
    padding: 12px 25px;
    border: none;
    margin: 0;
    background: var(--clr-theme-color);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px;
    outline: none;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    color: var(--clr-theme-color);
    background: #fff;
}

.woocommerce.widget_product_categories ul.product-categories li {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.woocommerce.widget_product_categories ul.product-categories > li:last-child {
    margin-bottom: 0px;
}

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

.woocommerce.widget_product_categories ul.product-categories li:hover a {
    color: var(--clr-theme-color);
}

.shop-sidebar ul.product-categories {
    padding-left: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.shop-sidebar .woocommerce.widget_product_tag_cloud .tagcloud a {
    font-size: 14px !important;
    color: #727272;
    margin: 5px !important;
    padding: 5px 25px;
    background-color: transparent;
    border: none;
    float: left;
    border: 2px solid var(--clr-theme-color);
    border-radius: 30px;
    line-height: 1.5em;
        text-transform: capitalize;
}

.shop-sidebar .woocommerce.widget_product_tag_cloud .tagcloud a:hover {
    background-color: var(--clr-theme-color)!important;
    color: #fff;
}

.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: 20px;
}

.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 {
  position: relative;
  top: 10px;
      color: #14100c;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.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: 12px;
  font-size: 15px;
  letter-spacing: 1px;
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget li bdi,
.shop-sidebar .widget_products ul.product_list_widget li bdi {
    font-size: 15px;
    color: var(--clr-theme-color);
}

.shop-sidebar .widget_top_rated_products ul.product_list_widget .woocommerce-Price-currencySymbol,
.shop-sidebar .widget_products ul.product_list_widget .woocommerce-Price-currencySymbol {
    font-size: 14px;
    letter-spacing: 1px;
}

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

.woocommerce nav.woocommerce-pagination ul li a {
    background: #f0f0f3;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 32px;
    text-align: center;
    color: #1b1b1b;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    border: 2px solid #f0f0f3;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
}


.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 32px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
    background-color: var(--clr-theme-color);
    border: 2px solid var(--clr-theme-color);
    color: #fff;
}


.woocommerce nav.woocommerce-pagination ul li span.current {
    letter-spacing: 0px;
}

.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: 15px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
    height: 61px;
    border-radius: 30px;
    color: #1b1b1b;
}

.shop-sidebar .shop-widget form button {
        position: absolute;
    right: 5px;
    top: 5px;
    background-color: var(--clr-theme-color);
    color: #fff;
    border: 0;
    padding: 16px 17px 14px 17px;
    cursor: pointer;
    border-radius: 100%;
    transform: rotate(0);
}

.shop-sidebar .shop-widget form:hover button {
    background-color: #1b1b1b;
    color: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.shop-sidebar .shop-widget h5 {
    font-size: 24px;
    color: #1b1b1b;
    text-transform: capitalize;
}

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

.recent-shop-area .owl-theme .owl-dots .owl-dot.active span, 
.recent-shop-area .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--clr-theme-color);
    border: 1px solid var(--clr-theme-color);
}

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

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

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

.page-cart form.woocommerce-cart-form table.shop_table thead tr th {
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

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

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

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

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

#coupon_code {
    height: 57px;
    border: 2px solid #ccc;
    padding: 0 15px;
    margin-right: 10px;
    width: 50%;
    display: inline-block;
    color: #1b1b1b;
    border-radius: 80px !important;
}

#coupon_code::placeholder {
    color: #1b1b1b;
}

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"] {
    float: none;
    background: var(--clr-theme-color);
    height: inherit;
    border: 0;
    border-radius: 80px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 4px;
    padding: 21px 50px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 900!important;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon button[type="submit"]:hover {
    background: #000;
    color: #fff;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"] {
    float: right;
    background: var(--clr-theme-color);
    height: inherit;
    border: 0;
    border-radius: 80px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 4px;
    padding: 21px 50px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 900!important;
}

.page-cart form.woocommerce-cart-form table.shop_table .coupon-cart button[name="update_cart"]:hover {
    background: #000;
    color: #fff;
}

.woocommerce-cart-form__cart-item td.product-name a,
.wishlist_table td.product-name a {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}

.product-quantity .quantity input {
    background: #f5f5f5;
    text-align: center;
    height: 50px;
    width: 120px !important;
    color: #6f7172;
    font-size: 14px;
    font-weight: normal;
    border: 0;
    outline: none;
    position: relative;
    top: -1px;
}

.wc-proceed-to-checkout a {
    background-color: var(--clr-theme-color) !important;
    font-size: 16px !important;
    padding: 20px 50px !important;
    text-transform: capitalize;
    letter-spacing: normal;
    width: 70% !important;
    border-radius: 80px !important;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 900!important;
    transition: all 0.3s ease 0s;
    margin-top: 10px !important;
}

.wc-proceed-to-checkout a:hover {
    background-color: #000 !important;
    color: #fff!important;
}

.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;
    color: #000;
}


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: var(--clr-theme-color);
    max-width: 1170px;
    margin: auto !important;
    margin-bottom: 2em !important;
    color: #333;
    outline: none;
    background: #eee;
}

.woocommerce-cart .woocommerce-error, .woocommerce-cart .woocommerce-info, 
.woocommerce-cart .woocommerce-message, .woocommerce-checkout .woocommerce-error, .woocommerce-checkout .woocommerce-info, 
.woocommerce-checkout .woocommerce-message {
    margin-top: 5em !important;
}

.cart-collaterals {
    margin-bottom: 80px;
}

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

p.return-to-shop a {
    padding: 20px 40px !important;
    color: #fff !important;
    background-color: var(--clr-theme-color) !important;
    border-radius: 80px !important;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 900 !important;
    transition: background-color .15s ease-out;
    letter-spacing: normal;
	font-family: 'Poppins', sans-serif!important;
}

p.return-to-shop a:hover {
    background-color: #000!important;
    color: #fff!important;
}

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

.woocommerce-checkout div.woocommerce-checkout input[type="text"], 
.woocommerce-checkout div.woocommerce-checkout input[type="password"], 
.woocommerce-checkout div.woocommerce-checkout input[type="email"], 
.woocommerce-checkout div.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;
}


.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 {
  float: right;
  background: var(--clr-theme-color);
  height: inherit;
  border: 0;
  border-radius: 80px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 40px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif!important;
    font-weight: 900!important;
  outline: none;
}

button#place_order {
    margin-top: 15px;
}

button#place_order:hover,
 .woocommerce-form-login button.woocommerce-form-login__submit:hover {
    background-color: #000!important;
    color: #fff;
}

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

.woocommerce-MyAccount-navigation ul li a {
    width: 200px;
    color: #fff;
    padding: 13px 35px;
    background: var(--clr-theme-color);
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: normal;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    display: inline-block;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 900!important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #000;
}

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

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

.woocommerce-MyAccount-content .woocommerce-info a {
  background-color: var(--clr-theme-color);
  color: #fff;
  padding: 16px 25px;
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 80px;
  letter-spacing: normal;
  transition: all 0.3s ease-out;
  font-family: 'Poppins', sans-serif!important;
    font-weight: 900!important;
}

.woocommerce-MyAccount-content .woocommerce-info a:hover {
    background-color: #000;
    color: #fff;
}

.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;
    font-size: 32px;
}

.woocommerce-Addresses .woocommerce-Address-title a {
    color: var(--clr-theme-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;
    height: 40px;
    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: #000;
    font-size: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 900!important;
}

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

.woocommerce-account .woocommerce-MyAccount-content p .woocommerce-Button {
    background: var(--clr-theme-color);
    color: #fff;
    padding: 20px 40px;
    margin: 0;
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 15px;
    outline: none;
    border-radius: 80px;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 900!important;
}

.basic-login h2 {
    color: #000;
}

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

.woocommerce-account .woocommerce-MyAccount-content p .woocommerce-Button:hover {
    background-color: #000;
    color: #fff;
}

.basic-login {
    padding: 70px;
    margin-right: auto;
    margin-left: auto;
    border: 2px solid #333;
    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;
}

.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%;
}

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 #333;
    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(--clr-theme-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;
}

.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(--clr-theme-color);
}

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

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

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

.woocommerce #reviews #comments h2,
div.woocommerce-Reviews span.comment-reply-title {
    font-size: 26px;
    color: #1b1b1b;
    line-height: 1.5em;
    font-weight: 900;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

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

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

.woocommerce-message a.button {
    background: var(--clr-theme-color) !important;
    color: #fff;
    padding: 18px 36px !important;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 900 !important;
    border-radius: 80px !important;
	font-family: 'Poppins', sans-serif!important;
}

.woocommerce-message a.button:hover {
    background: #000!important;
    color: #fff;
}

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

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

@media (min-width: 992px) {
    #topnav.scroll .menu-item.mini-cart .cart-contents {
        padding: 19px 7px;
    }
}

.menu-item.mini-cart .cart-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    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;
}

.nav-scroll .menu-item.mini-cart .cart-icon {
    background-color: #1b1b1b;
}


.mini-cart-dropdown {
    position: absolute;
    right: 0;
    top: 50px;
    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-radius: 10px;
    box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}

p.woocommerce-mini-cart__empty-message {
    color: #000;
    margin-bottom: 0px;
}

.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;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li.mini_cart_item a {
    font-size: 16px;
    padding-top: 15px;
    display: block;
    color: #1b1b1b;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li a.remove_from_cart_button {
    float: right;
    font-size: 24px;
    display: block;
    font-weight: 600;
    color: #1b1b1b!important;
    text-align: right;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li img {
    width: 100px;
    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: 7px;
    display: block;
    color: #1b1b1b;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart li span.quantity span.woocommerce-Price-amount {
    color: var(--clr-theme-color);
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    color: #1b1b1b;
    padding-bottom: 10px;
}

.woocommerce .menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total {
    padding-bottom: 0px;
}

.woocommerce-mini-cart__total strong {
    font-weight: 600;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__total span.woocommerce-Price-amount {
    float: right;
    font-weight: 500;
    color: var(--clr-theme-color);
    font-family: 'Poppins', sans-serif;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a {
  font-weight: 900;
  text-transform: capitalize;
  background: var(--clr-theme-color);
  color: #fff;
  padding: 18px 30px;
  margin: 0;
  position: relative;
  font-size: 14px;
  letter-spacing: normal;
  border-radius: 80px;
  margin-right: 25px;
  transition: all 0.3s ease-out;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}

.menu-item.mini-cart .mini-cart-dropdown .woocommerce-mini-cart__buttons a:hover {
    background: #000;
    color: #fff;
}

.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;
  display: grid;
}

.mini-cart .woocommerce-mini-cart__buttons {
  padding-top: 10px;
}

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

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

.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 {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
        background-color: var(--clr-theme-color);
    border: 2px solid var(--clr-theme-color);
    color: #fff;
}

.woocommerce-pagination ul.page-numbers li a {
        background: #f0f0f3;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    color: #1b1b1b;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    border: 2px solid #f0f0f3;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
}

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

.woocommerce-pagination ul.page-numbers li a.next,
.woocommerce-pagination ul.page-numbers li a.prev  {
    top: 1px;
}


ul.page-numbers li a i {
    font-size: 16px;
}

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

.shop-elementor .position-re-order-shop {
  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;
}

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

.woocommerce-checkout .woocommerce-form-coupon button[type="submit"]{
    background: var(--clr-theme-color);
    height: inherit;
    border-radius: 80px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 40px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 900!important;
}

.woocommerce-checkout .woocommerce-form-coupon button[type="submit"]:hover {
    background: #000;
    color: #fff;
}

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

.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-subtitle {
    color: var(--clr-theme-color);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.product-related .section-title {
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 800;
    color: #14100c;
}

div.cart-collaterals .cart_totals h2 {
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 32px;
    color: #000;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single,
.woocommerce-billing-fields span.selection {
  width: 100%;
  border-radius: 0px;
  height: 45px;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  border: var(--wc-form-border-width, 1px) solid var(--wc-form-border-color, #aaa);
}
.coupon-area .woocommerce-billing-fields .selection span.select2-selection__rendered {
  padding: 0.75em;
}

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

.lost_reset_password p {
    color: #000;
}

.lost_reset_password .woocommerce-form-row button.woocommerce-Button {
    background: var(--clr-theme-color);
    color: #fff;
    padding: 20px 40px;
    margin: 0;
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: normal;
    border-radius: 80px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif!important;
    font-weight: 900!important;
}

.lost_reset_password .woocommerce-form-row button.woocommerce-Button:hover {
    background: #000;
}

#topnav .navigation-menu > li .submenu {
    box-shadow: 2px 2px rgba(250, 250, 250, 0.1);
}
.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;
}

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

#tab-attributes table thead th {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

@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;
    }
}

.woocommerce-MyAccount-navigation li.is-active a {
    background: #000;
}

.quantity .qty-minus, .quantity .qty-plus {
    width: 50px;
    height: 50px;
    background: var(--clr-theme-color);
    border: none;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    transition: background 0.3s;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 0px!important;
}

.quantity .qty-minus i, .quantity .qty-plus i {
    color: #fff;
}

.cart_item .quantity .qty-minus {
  position: relative;
  left: 3px;
}

.cart_item .quantity .qty-plus {
  position: relative;
  right: 4px;
}

div.quantity button.qty-minus:focus, div.quantity button.qty-plus:focus,
div.quantity button.single_add_to_cart_button:focus {
  outline: none;
}

div.quantity button.qty-minus:hover, div.quantity button.qty-plus:hover {
  background-color: #000;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-tabs table strong {
  color: var(--clr-theme-color);
  font-size: 15px;
  font-weight: 600;
}

div.woocommerce-Reviews div#comments {
  margin-bottom: 30px;
}

h2.product_title a:hover {
  color: #000;
}

ul.dropdown-menu .nav-item a {
    transition: all .3s ease;
}

ul.dropdown-menu .nav-item:hover a {
    padding-left: 10px;
}

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

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

.woocommerce .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.woocommerce .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}

ul.navbar-nav li.dropdown ul.submenu {
    position: absolute;
    display: table;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 190px;
    padding: 15px;
    border-radius: 0;
    border: 0;
    background-color: #1b1b1b;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-bottom: 20px !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

ul.navbar-nav li.dropdown:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
} 

ul.navbar-nav ul.submenu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(162, 120, 58, 0.05);
    padding-bottom: 5px;
    margin: 5px 12px !important;
}


ul.navbar-nav ul.submenu li a {
    padding: 6px 0;
    font-size: 15px;
    font-weight: 300;
    color: #666;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}

.price_slider_amount .price_label {
    color: #fff !important;
}

.wishlist-items-wrapper .wishlist-empty {
    padding: 20px !important;
}

#topnav .navigation-menu > li .submenu li a {
    letter-spacing: 3px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.logged-in #topnav {
    top: 32px;
}

@media (min-width: 992px) {
    .logged-in #topnav.scroll {
        top: 32px;
    }
}

.coupon-area .woocommerce-billing-fields h3,
.your-order h3#order_review_heading,
.order-notes .woocommerce-additional-fields h3 {
    text-transform: capitalize;
    color: #000;
    font-size: 28px;
}

.order-notes .woocommerce-additional-fields h3 {
    margin-bottom: 5px;
}

h1.shop-title, .woo-banner h1, h1.woocommerce-products-header__title  {
    font-size: 48px;
}

.shop-details-area h1.product_title {
    font-size: 36px;
    margin-top: 15px !important;
}

a.woocommerce-review-link, .grid__quick__view__modal .modal-body .woocommerce-product-rating span.rating-count {
    color: var(--clr-theme-color);
    margin-left: 10px;
}

hr {
    margin-top: 5px!important;
    margin-bottom: 20px!important;
    border: 0;
}

@media(min-width: 768px) {
    .logged-in .navbar {
        top: 32px;
    }

    .logged-in .nav-scroll {
        top: -68px;
    }
}

@media(max-width: 767px) {
    .logged-in .navbar {
        top: 32px;
    }
    .logged-in .nav-scroll {
        top: -100px;
    }
}
