/**
* Theme Name: Rostay Child
* Description: This is a child theme of Rostay, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: rostay
* Version: 1.0.1
*/

/* header footer */

body {
    background-color: #F8F8F2 !important;
}
/* For hover text */
::selection {
    background: rgba(0, 0, 0, 0.1); /* Light transparent gray */
    color: inherit;
}

::-moz-selection {
    background: rgba(0, 0, 0, 0.1);
    color: inherit;
}
/* For hover text */
/* .main-menu .menu-btn a:hover svg {
    fill: transparent !important;
} */
.main-menu .elementor-button:hover svg, 
.main-menu .elementor-button:focus svg {
    fill: transparent !important;
}
.footer-copyright p {
    margin: 0px;
    padding: 22px 0px 30px 0px;
}

.menu li:last-child::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('./assets/images/header-icon.svg') no-repeat center center;
    background-size: contain;
    margin-left: 0.5em;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .main-menu  .hfe-site-logo-container .hfe-site-logo-img{
    max-height: 100px;
  }
  .menu-btn .elementor-button-icon{
    margin-top: -6px;
  }
  .menu li:last-child a{
      margin-right: 0 !important;
  }
  .menu li:last-child{
      text-align: end;
      display: inline-flex;
      align-items: center;
  }

  .mobile-navigation ul > li.menu-item > a, .mobile-navigation-categories ul > li.menu-item > a{
    border-bottom-color:#EA011F;
  }
  .mobile-navigation ul > li.menu-item > a:hover, .mobile-navigation-categories ul > li.menu-item > a:hover {
    color: #000;
}
  .rostay-mobile-nav .mobile-nav-tabs{
    background-color: #EA011F;
    display: none;
  }
  .mobile-nav-close{
    top: 10px;
    color: #000;
    right: 11px;
    font-size: 20px;
  }
  .rostay-mobile-nav .mobile-menu-tab{
    padding: 30px 30px;
  }
  .rostay-mobile-nav .mobile-nav-tabs ul li.active:before{
    display: none;
  }
  .menu .sub-menu li:last-child::after{
        display: none;
  }
  .mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-item a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-item a{
    color: #E9001E;
  }
  .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  background-image: url('./assets/images/sub-menu.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;   
  height: 10px; 
  margin-left: 6px;
  vertical-align: middle; 
}

/* Optional: Rotate arrow on hover */
.menu-item-has-children:hover > a::after {
  transform: rotate(180deg); /* Rotates the arrow */
      margin-top: -7px;
}
.fancybox-active a.scrollup.activate {
    display: none !important;
}
body.fancybox-active {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}
.popup-open{
     overflow: hidden !important;
}
/* header footer */
.error404 .site-content{
        background-image: url(./assets/images/404.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.go-back.rostay-elementor-button.rostay-btn-has-icon{
        background-color: transparent;
        color: #FFF;
}
.error404 .elementor-button-wrapper .rostay-elementor-button:hover{
    background-color: #FF612D;
    border-color: #FF612D;
    color: #FFF;
}
.error404 .site-content:after{
        background-color: #041e22a1;
}
/* Home page */
.elementor-widget-rostay-menu-category .elementor-menu-category-inner:hover,
.elementor-widget-rostay-menu-category .elementor-menu-category-inner.actived {
    background-color: rgba(255, 140, 60, 0.3);
}

.elementor-widget-rostay-menu-category .elementor-menu-category-inner {
    border-bottom: 1px solid rgba(183, 183, 183, 0.4);
}

.product-cat .menu-category-image {
    object-fit: contain;
}

.selling-points .elementor-icon{
    margin-top: -90px;
    border: 7px solid #00A855;
}
.selling-points.white-boder .elementor-icon{
    margin-top: -90px;
    border: 7px solid #F8F8F2;
}
.selling-points p{
    width: 80%;
    margin: 0 auto !important;
}
.selling-points .elementor-widget-icon-box {
    height: 100% !important;
}
.home-slider h1{
    font-family: "agenor-bold", Serif !important;
}
.home-slider h2{
    font-family: "Bolsettona", Serif !important;
    z-index: 999 !important;
    margin-top: -10px !important;
}


/* swipar slider */
.swiper-container-home {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  }
  .swiper-slide {
    transition-timing-function: linear !important;
  }
/* swipar slider */

/* horizontal scroll */
.horizontal-section-wrapper {
    position: relative;
    width: 100%;
}

.horizontal-section {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: white;
    display: flex;
    align-items: center;
}

.horizontal-track {
    display: flex;
    will-change: transform;
    transition: transform 0.05s linear;
}

.horizontal-item {
    flex-shrink: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    color: white;
}

.horizontal-main-title {
    width: 40vw;
    color: black;
    text-align: center;
}
.scrollup:hover{
        background-color: #f7a600;
}

/* Home page */


/* about us page */
.dates-wrap {
    position: relative;
}
.dates-wrap .date {
    width: 11.28%;
    align-items: center;
    display: flex;
    justify-content: end;
}
.dates-wrap {
    justify-content: start;
    align-items: start;
    gap: 0px;
}
.date-content {
  display: none;
  width: 100%;
  margin-top: 20px;
}
.date-content.active {
  display: flex;
}
.dates-wrap .date .elementor-heading-title {
    width: 40px;
    height: 40px;
    font-size: 0px;
    line-height: 0px;
    background: #8F8F8F;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transform: scale(0.5);
    transition: transform 0.5s cubic-bezier(0.25, 1.25, 0.5, 1);
    z-index: 1;
}
.dates-wrap .date.active .elementor-heading-title{
    transform: scale(1);
    background: #00A855;
}
.dates-wrap .date.visited .elementor-heading-title{background: #00A855;}
.dates-wrap:before{
  content:'';
  width: 100%;
  height: 2px;
  background: #8F8F8F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dates-wrap .date:before{
  content:'';
  width: 0%;
  height: 2px;
  background:#00A855;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: width 0.3s ease;
  opacity: 0;
}
.dates-wrap .date.active:before,
.dates-wrap .date.visited:before{
  opacity: 1;
  width: calc(100% + 20px);
}
.dates-wrap .date.active 
.date-content-container {
  max-width: 100%;
  margin: 0 auto;
}
.date-content .elementor-widget-container{width: 100% !important;}
.date-content figure.elementor-image-box-img,
.date-content .elementor-image-box-content{
  width: 100% !important;
}
.date-content .elementor-image-box-content {
    display: flex;
    gap: 50px;
    padding-left: 50px !important;
    padding-right: 50px !important;
} 
.date-content figure.elementor-image-box-img .elementor-image-box-img-inner{
  float: right;
}
.date-content .elementor-image-box-content ul li {
    color: #6F6F6F;
}

.date-content .elementor-image-box-content ul {
    padding: 0px 0px 0px 20px !important;
    margin: 0px !important;
}
.date-content .elementor-image-box-content ul li + li {
    margin-top: 5px;
}
.bold-text{
    color: #6F6F6F;
    font-weight: 700;
}

/* about us page */
/* contact us page */
.getin-touch .elementor-icon-box-description a{
    color: #6F6F6F !important;
}
.getin-touch .elementor-icon-box-description a:hover{
    color: #e9001e !important;
}
.lets-connect-form input::placeholder, 
.lets-connect-form textarea::placeholder {
    color: #6F6F6F !important;
    font-size: 16px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 400 !important;
  }
.lets-connect-form input:focus, 
.lets-connect-form textarea:focus {
    color: #6F6F6F !important; 
    border-color: #6F6F6F !important; 
    outline: none !important; 
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.lets-connect-form .wpcf7-form .wpcf7-form-control-wrap input, 
.lets-connect-form .wpcf7-form .wpcf7-form-control-wrap textarea{
    color: #6F6F6F !important;  
}
.lets-connect-form .wpcf7-form .wpcf7-form-control-wrap input{
    border-bottom: 2px solid #99999980 !important;
}
.lets-connect-form .wpcf7-form .wpcf7-form-control-wrap textarea{
    border-bottom: 2px solid #99999980 !important;
}
.lets-connect-form .wpcf7-form .wpcf7-button button{
    color: #FF612D;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: 1px solid #FF612D;
    padding: 12px 35px;
    text-transform: capitalize;
}
.lets-connect-form .wpcf7-form .wpcf7-button button:hover{
    color: #FFF;
    background-color: #FF612D;
    border-color: #FF612D;
}
.lets-connect-form .wpcf7-form .wpcf7-button button i{
    margin-left: 12px;
}
.lets-connect-form .wpcf7-form .wpcf7-button {
	margin-top: 30px; 
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #ffb900;
    color: #FF612D;
    text-align: left;
    margin: 0;
}
.wpcf7 form.failed .wpcf7-response-output{
    color: #FF612D;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #46b450;
}
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-text-fill-color :#6F6F6F !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.wpcf7-not-valid-tip{
    text-align: left;
}
/* contact us page */

/* stockist inquiry page */
.agency-inquiry-main p{
    color: #6F6F6F;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.agency-inquiry-main .wpcf7 form.wpcf7-form p {
    margin-bottom: 20px;
}
.agency-inquiry-main span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
    margin-left: 5px;
}
.agency-inquiry-main .wpcf7-list-item-label::before, 
.agency-inquiry-main .wpcf7-list-item-label::after {
    content: " ";
}
.agency-inquiry-main input.wpcf7-form-control.wpcf7-text, 
.agency-inquiry-main input.wpcf7-form-control.wpcf7-number, 
.agency-inquiry-main input.wpcf7-form-control.wpcf7-date, 
.agency-inquiry-main textarea.wpcf7-form-control.wpcf7-textarea, 
.agency-inquiry-main select.wpcf7-form-control.wpcf7-select, 
.agency-inquiry-main input.wpcf7-form-control.wpcf7-quiz{
    border-color: #99999980;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #000;
    font-family: 'DM Sans';
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 7px;
    padding-left: 5px;
    margin-bottom: 15px;
} 
.agency-inquiry-main .wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]){
    border-color: #99999980;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #6F6F6F;
    font-family: 'DM Sans';
    padding-top: 7px;
    padding-right: 5px;
    padding-bottom: 7px;
    padding-left: 5px;
    font-size: 16px;
}
.agency-inquiry-main .wpcf7-form .wpcf7-form-control-wrap input:focus, 
.agency-inquiry-main .wpcf7-form .wpcf7-form-control-wrap input:hover,
.agency-inquiry-main .wpcf7-form .wpcf7-form-control-wrap textarea:focus,
.agency-inquiry-main .wpcf7-form .wpcf7-form-control-wrap textarea:hover{
    border-color: #99999980 !important;
}
.agency-inquiry-main .wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]):focus,
.agency-inquiry-main .wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]):hover{
    border-color: #99999980 !important;
}
.agency-inquiry-main .wpcf7-form .wpcf7-form-control-wrap{
    display: inline;
}
.agency-inquiry-main h3 {
    font-size: 20px;
    line-height: 20px;
    color: #3D3D3D;
    font-family: "agenor-bold", serif;
    letter-spacing: 0.3px;
}
.agency-inquiry-main input::placeholder, 
.agency-inquiry-main textarea::placeholder {
    color: #6F6F6F !important;
    font-size: 16px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 400 !important;
  }
.agency-inquiry-main .two_columns_50_50>.column1, 
.agency-inquiry-main .two_columns_50_50>.column2 {
    width: 50%;
    float: left;
}
.two_columns_50_50>.column1>.column_inner {
    padding: 0 10px 0 0;
}
.two_columns_50_50>.column2>.column_inner {
    padding: 0 0 0 10px;
}
.separator.small {
    background-color: #303030;
    height: 2px;
    position: relative;
    width: 22px;
    display: block;
    margin: 10px auto 20px;
}
.four_columns {
    width: 100%;
}
.four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
    width: 25%;
    float: left;
}
.four_columns>.column1>.column_inner {
    padding: 0 15px 0 0;
}
.clearfix {
    zoom: 1;
}
.two_columns_50_50>.column1>.column_inner {
    padding: 0 10px 0 0;
} 
.four_columns>.column2>.column_inner {
    padding: 0 10px 0 5px;
}
.four_columns>.column3>.column_inner {
    padding: 0 5px 0 10px;
}
.four_columns>.column4>.column_inner {
    padding: 0 0 0 15px;
}
.column_inner center{
    font-size: 16px;
    line-height: 16px;
    color: #6F6F6F;
    font-family: 'DM Sans', sans-serif;
    padding-bottom: 10px;
    text-align: start;
}
.agency-inquiry-main .qbutton {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 10px 20px;
    border: 2px solid #FF612D;
    font-size: 13px;
    font-weight: 700;
    font-family: 'DM Sans';
    text-align: left;
    color: #FF612D;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    text-shadow: none;
    background-color: transparent;
}
.agency-inquiry-main .qbutton:hover{
    border: 2px solid #FF612D;
    color: #FFF; 
    background-color: #FF612D;
}
.agency-inquiry-main .submit{
    border: 2px solid #FF612D;
    color: #FF612D;
    font-family: 'DM Sans';
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 30px;

}
.agency-inquiry-main .submit:hover{
    border: 2px solid #FF612D;
    color: #FFF; 
    background-color: #FF612D;
}
.how-to-get .elementor-image-box-title {
    min-height: 30px;
}
.add-inner-lable{
    display: none;
}
.agency-inquiry-main{
    overflow: hidden;
}

/* Chrome, Safari, Edge, Opera */
.agency-inquiry-main input[type=number]::-webkit-inner-spin-button, 
.agency-inquiry-main input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.agency-inquiry-main input[type=number] {
  -moz-appearance: textfield;
}
.w-btn-inner .elementor-button{
    width: 210px;
}
/* stockist inquiry page */

/* career page */
.selling-points.career-selling-points .elementor-icon{
    border: 7px solid #8E5FAC;
}
.career-faq .e-n-accordion-item {
    border: 1px solid #999999;
    margin-top: 30px;
    border-radius: 10px;
    
} 
.career-faq .e-n-accordion-item  .e-n-accordion-item-title{
    padding: 40px 60px;
}
.career-faq .e-n-accordion-item > div{
    margin-top: -30px;
}
.career-faq .e-n-accordion-item-title-text{
    font-family: 'agenor-bold';
}
.career-faq .e-n-accordion-item-title-icon{
    background: #ED6A30;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-form input::placeholder, 
.career-form textarea::placeholder {
    color: #FFF !important;
    font-size: 16px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 400 !important;
}
.career-form input,.career-form textarea, .career-form select{
    border-bottom: 1px solid #EEEEEE !important;
}
.career-form input:hover,.career-form textarea:hover, .career-form select:hover{
    border-bottom: 1px solid #EEEEEE !important;
}
.career-form .wpcf7-form-control.wpcf7-file {
	border: none !important;
}
.career-form .file p{
    margin: 0px;
    padding: 40px 0;
}
.career-form .wpcf7-button p{
    margin-top: 40px;
}
.career-form .wpcf7-button button:hover{
    color: #000 !important;
} 

/* marque */
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    background: transparent;
    box-sizing: border-box;
    padding: 0;
  }

  .marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
  }

  .text {
      font-family: 'agenor-bold', serif;
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 70px 0px 30px;
  white-space: nowrap;
  }

  .filled {
    color: #E72419;
      line-height: 120px;
  }

  .outlined {
    color: transparent;
    -webkit-text-stroke: 1px #E72419;
    /* Removed `text-stroke` which lacks support */
  }
  .star {
width: 40px;
  height: auto;
  margin: 0;
  display: block;
  vertical-align: middle;
  object-fit: contain;
}

  @keyframes scroll-left {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  }
/* marque */
#popmake-9440.pum-container.pum-responsive.pum-responsive-medium{
    background: #ED6A30;
    border: none;
    padding: 30px;
    overflow: hidden;
    /* top: 140px !important;   */
}
#popmake-9440 .pum-theme-9429 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
    background-color: transparent;
    box-shadow: none;
    font-size: 25px;
    top: -10px;
}
.page-id-9150 .wpcf7 form.invalid  .wpcf7-response-output, 
.page-id-9150 .wpcf7 form.unaccepted .wpcf7-response-output, 
.page-id-9150 .wpcf7 form.payment-required .wpcf7-response-output{
    color: #FFF !important;
}
.career-form .wpcf7-not-valid-tip{ 
    color: #FFF;
}
.career-form input:-webkit-autofill, 
.career-form input:-webkit-autofill:hover, 
.career-form input:-webkit-autofill:focus, 
.career-form input:-webkit-autofill:active{
    -webkit-text-fill-color: #FFF !important;  
}
/* Container styling for file input */
input[type="file"].file-upload {
    padding: 0;
    border: 2px solid #BFBFBF;
    border-radius: 5px;
    background-color: transparent;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    font-weight: 400;
    font-family: 'DM Sans';
}

/* Style the "Choose File" button inside */
input[type="file"].file-upload::file-selector-button {
  padding: 10px 40px;
  border: none;
  border-radius: 6px;
  background-color: #FFF;
  color: #6F6F6F;
  cursor: pointer;
  transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    font-family: 'DM Sans';
    margin-right: 10px;
}
.wpcf7-response-output a.download-lnk-pdf {
    display: none;
}
/* career page */

/* infrastructure page */
.elementor-widget-rostay-event-list .elementor-event-stylelist .event-block{
    border-top: 1px solid #FFF;
}
.elementor-widget-rostay-event-list .elementor-event-stylelist:last-child{
    border-bottom: 1px solid #FFF;
    padding-bottom: 50px;
}
.events-main .posted-on{
    display: none;
}
.events-main .event-time{
    display: none;
}
.events-main.elementor-widget-rostay-event-list .elementor-event-stylelist .event-index-item{
    font-family: 'agenor-bold', serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #FFF;
    -webkit-text-fill-color: #FFF;
}
.events-main .event-content-loop {
    width: 80%;
}

.page-id-7891 .rostay-event .rostay-item a,
.page-id-7891 .rostay-event .rostay-item a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}
.events-main .event-loop-title{
    max-width: 77%;
}
/* infrastructure page */

.reels-grid {
    display: grid;
    grid-template-columns: repeat(3, 5fr);
    gap: 100px;
    justify-content: space-evenly;
}

.reel-item {
    position: relative;
}
.play-button{
    position:absolute; 
    top:50%; left:50%; 
    transform:translate(-50%, -50%); 
    font-size:30px; 
    color:#fff; 
    background: #000;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.reels-grid .reel-item:nth-child(3n + 2) {
    position: relative;
    top: -100px;
}
#load-more-reels{
    margin: 80px auto 0;
    display:flex;
    background: transparent;
    border: 1px solid #FF612D;
    color: #FF612D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'DM Sans';
    padding: 14px 30px;
    gap: 5px;
    text-transform: capitalize;

}
button#load-more-reels:hover {
    background: #FF612D;
    color: #FFF;
}
.fancybox-button:hover{
    background: rgba(30, 30, 30, .6);
}
.load-more-btn .elementor-button-icon{
    display: inline-block !important;
}
@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {
    .load-more-btn .elementor-button-icon {
      display: inline-block !important;
    }
  }
}

/* product */
.elementor-grid-4 .elementor-grid{
    padding-top: 26px !important; 
}
.product-block .product-transition{
    border-radius: 0;
}
.group-action {
    display: none;
}
.product-block .product-transition .product-image:before{
        background-color: transparent;
}
.product-block .woocommerce-above-title{
    display: none;
}
.woocommerce-loop-product__title{
        padding: 0;
    margin: 0;
}
.product .product-block h3.woocommerce-loop-product__title a{
   font-family: 'agenor-bold', serif !important;
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #424242 !important;
}
span.rostay_title_filter {
    font-family: 'agenor-bold', serif;
    font-size: 22px;
    font-weight: 600;
    color: #424242;
}
.woocommerce-breadcrumb{
   display:none;
}
 .widget.woocommerce:not(.widget_shopping_cart) ul li.current-cat > a {
    color: #DE271F;
}
.widget.woocommerce:not(.widget_shopping_cart) ul li > a:hover {
    color: #DE271F;
}
.widget.woocommerce:not(.widget_shopping_cart) ul li > a{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Dm Sans';
    color: #6F6F6F;
}
.widget.woocommerce:not(.widget_shopping_cart) ul li .count {
    display: none;
}
ul.products li.product img{
        width: 170px;
    height: 245px;
}
.product-block .product-caption{
        padding: 0;
}
.woocommerce-pagination-wrap{
        justify-content: center;
            margin-top: 0;
}
.woocommerce-pagination .page-numbers.current{
    font-family: Dm sans-serif;
    color: #fff;
    background-color: #D9241D;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce-pagination .page-numbers:hover {
    color: #fff;
    background-color: #D9241D;
}
.woocommerce-pagination .page-numbers.prev:hover {
    color: #D9241D;
    /* background-color: #; */
}
.woocommerce-pagination .page-numbers.next:hover {
    color: #D9241D;
}
.pagination .page-numbers, .woocommerce-pagination .page-numbers{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Dm Sans';
    color: #424242;
}
.woocommerce-pagination .page-numbers.next, 
.woocommerce-pagination .page-numbers.prev{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Dm Sans';
    color: #424242;
}
.rostay-sorting{
    display: none;
}
 ul.products li.product img {
      transition: transform 0.4s ease;
    transform: rotate(0deg)scale(0.9);
}
ul.products li.product:hover img {
    transform: rotate(-5deg) scale(1.1);
}
.product-image {
    padding: 27px 0;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img{
        width: 366px;
        margin: 0 auto;
}
.product-caption .short-description{
    display: none !important;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 15px;
    padding: 100px 0;
    height: 100% !important;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #585858;
}
.single-product div.product .product_title{
    font-size: 50px;
    line-height: 50px;
    color: #424242;
    font-family: 'agenor-bold', serif;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding-bottom: 39px;
    padding-top: 20px;
}
.single-product div.product .woocommerce-product-details__short-description{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Dm Sans';
    color: #000000;
}
.single-product div.product .rating_brands{
    display: none;
}
.entry-summary p.price{
    display: none;
}
.available-title span a{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Dm Sans';
    color: #424242;
    border: 1px solid #DE271F;
    padding: 5px 25px;
    border-radius: 20px;
    margin-right: 20px;
    
}
.related > h2:first-child, .upsells > h2:first-child{
      font-family: 'agenor-bold', serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #424242;
    margin: 0;
}
h3.releaed-product-sub-title {
    font-family: "Bolsettona", serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #E9001E;
    text-transform: capitalize;
}
.available-title h4{
   font-size: 20px;
    font-weight: 700;
    font-family: 'Dm Sans';
    color: #424242;
    padding-bottom: 20px;
    margin: 0;
    text-transform: capitalize;
}
.available-title span a:hover {
    background: #DE271F;
    color: #FFF;
}
.tagged_as span {
    display: none;
}
.single-product #page .site-content, .woocommerce-shop #page .site-content{
        margin-top: 130px;
    margin-bottom: 130px;
}
.custom-section .item h3{
     font-family: 'DM Sans';
    font-weight: 400;
    font-size: 14.97px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #424242;
    padding-top: 21px;
    text-transform: capitalize;

}
.custom-section{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.custom-section .item img{
    margin: 0 auto;
}
.custom-section .item {
    flex: calc(33.333% - 50px);
}
.custom-section {
    padding-top: 60px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{
    width: 150px;
    margin-right: 15px !important;
    margin-bottom: 0;
    background: #FFF;
    padding: 20px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{
    width: 100%;
    height: 100%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs img{
    max-width: 100%;
    height: 140px;
    object-fit: contain;

}
.single-product div.product .woocommerce-product-gallery .swiper-button-prev:hover, .single-product div.product .woocommerce-product-gallery .swiper-button-next:hover{
        background-color: #DE271F;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: none;
}
.content-single-wrapper .single-product .entry-summary-top{
    display: none;
}
.related.products {
   padding: 136px 0 70px;
    margin: 0;
}
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
 
input[type="number"] {
    -moz-appearance: textfield !important;
}
.single-product .breadcrumb-wrap {
    display: none !important;
}
.single-product .entry-summary-top{
    display: none;
}
.available-title span.tagged_as {
    font-size: 0;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
    padding: 100px 0px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #585858;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before{
    color: #000;
}
.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(4,1fr);
}
.product-block:hover .product-image:before{
    display: none;
}
.error404 .error-subtitle{
     font-family: 'DM Sans';
}
.error404 .error-text{
    font-family: 'DM Sans';
}
.error404 .text{
    white-space: normal;
}
.error404 .error-title{
     font-family: 'DM Sans';
 
}
ul.products.elementor-grid{
    grid-row-gap: 30px;
}
.page-id-7893 .swiper-slide img{
    border-radius: 0px;
}
.thnak-you {
    height: 50vh;
}
.woocommerce-pagination .page-numbers.next::after,
.woocommerce-pagination .page-numbers.prev::before{
        color: #424242;
}
.woocommerce-pagination-wrap ul.page-numbers li a:hover:after, 
.woocommerce-pagination-wrap ul.page-numbers li a:hover:before {
    color: #D9241D;
}
/* product */ 

@media (max-width: 1400px) {
    .selling-points p{
        width: 90%;
    }
    .product-slider-title{
        font-size: 60px;
        line-height: 60px; 
    }
    .product-slider-sub-title {
        font-size: 60px;
        line-height: 60px;
    }
    .collection-item img{
        width: 70%;
    }
    .home-slider sr7-content{
        height: 700px;
    }
    .home-slider .rs-ov-hidden, .home-slider sr7-adjuster, .home-slider sr7-content, .home-slider sr7-mask {
        height: 700px !important;
    }
    .home-slider h1{
        font-size: 100px !important;
        margin: 0 auto;
    }
    .home-slider h2{
        margin-top: -35px !important;
        font-size: 80px !important; 
    } 
    .custom-slider-title {
        padding-left: 50px;
    }
    .video-three .elementor-widget-container{
        padding: 200px 0px 200px 0px !important;
    }
    .dates-wrap .date.active:before, .dates-wrap .date.visited:before {
        opacity: 1;
        width: calc(100% + 0px);
    }
    .dates-wrap .date .elementor-heading-title{
        width: 30px;
        height: 30px;
    }

    /* .career-faq .e-n-accordion-item{
        padding: 30px 0;
    } */
    .career-faq .e-n-accordion-item  .e-n-accordion-item-title{
        padding: 30px 60px;
    }
    .text {
        font-size: 80px;
        line-height: 80px;
    }
  
    .filled {
      color: #E72419;
        line-height: 80px;
    }
    .events-main.elementor-widget-rostay-event-list .elementor-event-stylelist .event-index-item{
        font-size: 40px;
        line-height: 40px;
    }
    .events-main .event-image img{
        width: 450px !important;
    }
    .events-main .elementor-event-stylelist .event-top{
        gap: 50px;
    }
    .elementor-widget-rostay-event-list .elementor-event-stylelist:last-child{
        padding-bottom: 40px;
    }
    .how-to-get .elementor-image-box-title {
        min-height: 50px;
    }
    .how-to-get p.elementor-image-box-description {
        min-height: 75px;
    }
    .events-main .event-loop-title{
        max-width: 96%;
    }
    .reels-grid{
            gap: 80px;
    }
    .reels-grid .reel-item:nth-child(3n + 2){
            top: -70px;
    }

    /* product page */
    .single-product #page .site-content, .woocommerce-shop #page .site-content {
    margin-top: 50px;
    margin-bottom: 100px;
    }
    #page .site-content {
        padding-left: 60px;
        padding-right: 60px;
    }
    .product .product-block h3.woocommerce-loop-product__title a{
            font-size: 16px !important;
        line-height: 17px !important;
    }
    .related.products {
        padding: 100px 0 60px;
        margin: 0;
    }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs img{
        height: 120px;
       object-fit: contain;
    }
     .error404 .error-title{
        font-size: 100px;
        line-height: 100px;
    }
    #popmake-9440.pum-container.pum-responsive.pum-responsive-medium{
        /* top: 43px !important; */
    }
    
   /* product page */
}
@media (max-width: 1366px) {
    /* .career-faq .e-n-accordion-item {
        padding: 40px 40px;
    } */
    .career-faq .e-n-accordion-item  .e-n-accordion-item-title{
        padding: 40px 40px;
    }
    .events-main .event-loop-title {
        max-width: 78%;
    }
    .reels-grid{
            gap: 60px;
    }
    .reels-grid .reel-item:nth-child(3n + 2){
            top: -60px;
    }
    #load-more-reels{
            margin: 50px auto 0;
    }
    .single-product div.product .product_title{
        font-size: 40px;
        line-height: 40px;
    }
    .related > h2:first-child, .upsells > h2:first-child{
        font-size: 40px;
        line-height: 40px;
    }
    h3.releaed-product-sub-title{
        font-size: 50px;
    }
    .related.products {
        padding: 100px 0 20px;
        margin: 0;
    }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
        width: 250px;
        margin: 0 auto;
    }
    .single-product div.product .woocommerce-product-gallery .flex-viewport{
        padding: 70px 0;
    }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{
        width: 120px;
    }
    .custom-section{
        gap: 15px;
    }
    .custom-section {
        padding-top: 50px;
    }
    .single-product div.product .product_title{
        padding-bottom: 19px;
    }
    .single-product div.product .woocommerce-product-details__short-description p{
        margin-bottom: 25px;
    }
    .custom-section .item img{
        width: 50px;
    }
    .available-title span a{
            font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .home-slider .rs-ov-hidden, .home-slider sr7-adjuster, .home-slider sr7-content, .home-slider sr7-mask {
        height: 550px !important;
    }
    .home-slider h1{
        font-size: 60px !important;
        margin: 0 auto;
    }
    .home-slider h2{
        font-size: 50px !important;
        margin: 0 auto; 
    }
    .custom-slider-title {
        padding-left: 30px;
    }
    .video-three .elementor-widget-container{
        padding: 150px 0px 150px 0px !important;
    }
    .home-slider h2{
        margin-top: -40px !important;
    }
    .dates-wrap .date.active:before, .dates-wrap .date.visited:before {
        opacity: 1;
        width: calc(100% + 0px);
    }
    .dates-wrap .date .elementor-heading-title{
        width: 20px;
        height: 20px;
    }
    .text {
        font-size: 50px;
        line-height: 50px;
    }
  
    .filled {
      color: #E72419;
        line-height: 50px;
        margin: 0 50px 0px 20px;
    }
    .career-form .wpcf7-button{
        text-align: start !important;
    }
    .events-main.elementor-widget-rostay-event-list .elementor-event-stylelist .event-index-item{
        font-size: 30px;
        line-height: 30px;
    }
    .events-main .event-image img {
        width: 350px !important;
    }
    .events-main .elementor-event-stylelist .event-top {
        gap: 30px;
    }
    .how-to-get .elementor-image-box-title {
        min-height: auto;
    }
    .how-to-get p.elementor-image-box-description {
        min-height: auto;
    }
    .career-faq .e-n-accordion-item  .e-n-accordion-item-title{
        padding: 20px 30px;
    }
    .events-main .event-loop-title {
        max-width: 100%;
    }
    .play-button{
        font-size: 20px;
        height: 60px;
        width: 60px;
    }
    .reels-grid {
        gap: 35px;
   }
   #page .site-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .single-product div.product .product_title {
        font-size: 30px;
        line-height: 30px;
    }
    .single-product div.product .product_title {
        padding-bottom: 10px;
    }
    .custom-section {
        gap: 20px;
    }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
        width: 200px;
        margin: 0 auto;
    }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        width: 90px;
    }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{
        padding: 10px;
        margin-right: 10px !important;
    }
    .related > h2:first-child, .upsells > h2:first-child {
        font-size: 30px;
        line-height: 30px;
    }
    h3.releaed-product-sub-title {
        font-size: 30px;
    }
    .related.products {
        padding: 70px 0 0px;
        margin: 0;
    }
    .single-product #page .site-content, .woocommerce-shop #page .site-content {
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
        padding: 70px 0px;
    }
    .pswp__preloader{
        display: none;
    }
    .date-content .elementor-image-box-content {
        gap: 20px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    } 
    .error404 .error-subtitle{
        font-size: 20px;
        line-height: 35px;
    }
    .error404 .error-text{
        font-size: 18px;
        line-height: 27px;
    }
    .error404 .text{
        white-space: normal;
    }
    .error404 .error-title{
        font-size: 60px;
        line-height: 60px;
    }
    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .thnak-you {
        height: 60vh;
    }
    .menu-item-has-children>a::after{
        display: none !important;
    }
}
@media (max-width: 1023px){
    .rostay-sorting{
        display: block;
        padding: 0;
        margin: 0;
    } 
    .woocommerce-result-count, .rostay-woocommerce-ordering{
        display: none !important;
    }
    .filter-toggle span {
        font-size: 16px !important;
        line-height: 17px !important;
        font-weight: 700 !important;
        color: #424242 !important;
       font-family: 'agenor-bold', serif !important;
    } 
    .rostay-canvas-filter{
            background-color: #f8f8f2;
    }
    .rostay-icon-times:before{
        color: #000;
    }
}
@media (max-width: 880px) {
    .contact-col-100{
        width: 100%
    }
    .how-to-get .opal-move-down{
        --width: 47% !important; 
    }
    .events-main .event-image img {
        width: 250px !important;
    }
    .events-main .elementor-event-stylelist .event-top {
        gap: 30px;
    }
    .elementor-widget-rostay-event-list .elementor-event-stylelist:last-child{
        padding-bottom: 30px;
    } 
      .reels-grid{
        grid-template-columns: repeat(2, 5fr);
      }
      .reels-grid .reel-item:nth-child(3n + 2) {
     top: 0;
   }
   .single-product div.product .product_title {
        font-size: 25px;
        line-height: 25px;
    }
    .related > h2:first-child, .upsells > h2:first-child {
        font-size: 25px;
        line-height: 25px;
    }
    h3.releaed-product-sub-title {
        font-size: 25px;
    }
    .available-title span a{
        display: inline-block;
        margin-bottom: 10px;
    }
    .custom-section {
        padding-top: 20px;
    }
    .related.products {
        padding: 50px 0 0px;
        margin: 0;
    }
    .single-product #page .site-content, .woocommerce-shop #page .site-content {
        margin-bottom: 60px;
    }
}
@media (max-width: 821px) {
    .video-three .elementor-widget-container{
        padding: 100px 0px 100px 0px !important;
    }
    .inner-w100{
        width: 100%;
    }
    .home-slider h2{
        margin-top: -12px !important;
    }
    .reels-grid {
    gap: 30px;
 } 
  
}
@media (max-width: 600px) {
    .selling-points p{
        width: 100%; 
    }
    .reals-from-text h2.elementor-heading-title{
        white-space: pre-wrap !important; 
    }
    .home-slider .rs-ov-hidden, .home-slider sr7-adjuster, .home-slider sr7-content, .home-slider sr7-mask {
        height: 400px !important;
    }
    .home-slider h1{
        font-size: 40px !important;
        margin: 0 auto;
    }
    .home-slider h2{
        font-size: 30px !important;
        margin: 0 auto; 
    }
    .home-slider h2 {
        margin-top: 0px !important;
    }
    .custom-slider-title {
        padding-left: 0px;
    }
    .video-three .elementor-widget-container{
        padding: 200px 0px 200px 0px !important;
    }

    /* slider custom */
    .dates-wrap .date.active:before, .dates-wrap .date.visited:before {
        opacity: 1;
        width: calc(100% + 0px);
    }
    .dates-wrap .date .elementor-heading-title{
        width: 20px;
        height: 20px;
    }
    .date-content figure.elementor-image-box-img, 
    .date-content .elementor-image-box-content {
        width: 100% !important;
    }
    .how-to-get .opal-move-down{
        --width: 100% !important; 
    }
    .how-to-get .elementor-image-box-img{
        display: flex;
        justify-content: center;
    }
    .four_columns .column1, .four_columns .column2, .four_columns .column3, .four_columns .column4, .three_columns .column1, .three_columns .column2, .three_columns .column3, .two_columns_25_75 .column1, .two_columns_25_75 .column2, .two_columns_33_66 .column1, .two_columns_33_66 .column2, .two_columns_50_50 .column1, .two_columns_50_50 .column2, .two_columns_66_33 .column1, .two_columns_66_33 .column2, .two_columns_75_25 .column1, .two_columns_75_25 .column2 {
        width: 100% !important; 
    }
    .agency-inquiry-main input.wpcf7-form-control.wpcf7-text, 
    .agency-inquiry-main input.wpcf7-form-control.wpcf7-number, 
    .agency-inquiry-main input.wpcf7-form-control.wpcf7-date, 
    .agency-inquiry-main textarea.wpcf7-form-control.wpcf7-textarea, 
    .agency-inquiry-main select.wpcf7-form-control.wpcf7-select, 
    .agency-inquiry-main input.wpcf7-form-control.wpcf7-quiz{
        padding-left: 10px;
        padding-right: 10px;
    }
    .agency-inquiry-main .wpcf7 form.wpcf7-form p {
        margin-bottom: 10px;
    }
    .agency-inquiry-main input.wpcf7-form-control.wpcf7-text, .agency-inquiry-main input.wpcf7-form-control.wpcf7-number, .agency-inquiry-main input.wpcf7-form-control.wpcf7-date, .agency-inquiry-main textarea.wpcf7-form-control.wpcf7-textarea, .agency-inquiry-main select.wpcf7-form-control.wpcf7-select, .agency-inquiry-main input.wpcf7-form-control.wpcf7-quiz{
        margin-bottom: 10px;
        height: 51px;
    }
    .agency-inquiry-main .wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]){
        height: 45px;
    }
    .agency-inquiry-main .qbutton{
        font-size: 11px;
        padding: 5px 15px;
    }
    .agency-inquiry-main .submit{
        padding: 6px 20px;
        font-size: 12px;
    }
    .two_columns_50_50>.column1>.column_inner {
        padding: 0;
    } 
    .four_columns>.column2>.column_inner {
        padding: 0;
    }
    .four_columns>.column3>.column_inner {
        padding: 0;
    }
    .four_columns>.column4>.column_inner {
        padding: 0;
    }
    .two_columns_50_50>.column2>.column_inner{
        padding: 0;
    }
    .career-faq .e-n-accordion-item-title-icon{
        width: 30px;
        height: 30px;
    }
    .career-faq .elementor-widget-n-accordion .e-n-accordion-item-title-text{
        font-size: 16px;
    } 
    .text {
        font-size: 40px;
        margin: 0 30px 0px 20px;
    }
    .star{
        width: 30px;
    }
    #popmake-9440 .wpcf7-form .row [class*=" column-"], 
    #popmake-9440 .wpcf7-form .row [class^=column-] {
        padding: 0 0px;
    }
    #popmake-9440 .wpcf7-form .row{
        margin-left: 0;
        margin-right: 0;
    }
    #popmake-9440.pum-container.pum-responsive.pum-responsive-medium{
        padding: 20px;
    } 
    .events-main .event-content-loop {
        width: 100%;
    }
    .events-main .event-image img {
        width: 100% !important;
    }
    .add-inner-lable{
        display: block;
    }
    .select-box .wpcf7-list-item{
        display: block;
        text-align: start;
        margin: 7px 0;
    }
    .four_columns>.column1>.column_inner {
        padding: 0 0px 0 0;
    }
    .career-faq .e-n-accordion-item > div {
        margin-top: 0px;
    }
    .career-faq .e-n-accordion-item  .e-n-accordion-item-title {
        padding: 20px 20px;
    }
    .reels-grid {
     gap: 20px;
    }
    .reels-grid {
       grid-template-columns: repeat(1, 5fr);
    }
    ul.products.elementor-grid {
    grid-row-gap: 10px;
    }
    .single-product #page .site-content, .woocommerce-shop #page .site-content {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
        width: 150px;
    }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
        padding: 40px 0;
    }
    .single-product .summary{
        margin-top: 0px;
    }
    .single-product div.product .product_title{
        padding-top: 0px;
    }
    .single-product div.product .product_title {
        padding-bottom: 0px;
    }
    #page .site-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single-product div.product .woocommerce-product-details__short-description p {
        margin-bottom: 20px;
    } 
    .available-title span a{
        margin-right: 10px;
    }
    .custom-section {
        padding-top: 30px;
    }
    .single-product .product-image {
        padding: 10px 0 !important;
    }
    .custom-section .item h3{
            font-size: 12px;
    }
    .custom-section .item {
        flex: calc(50% - 20px);
    }
    .related.products {
        padding: 60px 0 0px;
        margin: 0;
    } 
     .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
        padding: 50px 0px;
    }
    .fancybox-slide--video .fancybox-content{
            height: 400px !important;
    }
    .elementor-grid-4 .elementor-grid{
        padding-top: 0px !important; 
    }
    .woocommerce-page.rostay-sidebar-left .widget-area{
        width: 310px;
        float: left;
    }
     .date-content .elementor-image-box-content {
        display: block;
    } 
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger span{
        display: none !important;
    }  
    .menu-btn .elementor-button-icon {
        margin-top: -4px;
    }
    .thnak-you {
        height: 50vh;
    }
    .pagination .page-numbers, .woocommerce-pagination .page-numbers{
        min-width: 30px;
        min-height: 30px;
        margin: 0 1px;
    }
    .woocommerce-pagination-wrap ul.page-numbers li a.prev{
            margin-right: 0px;
    }
    .woocommerce-pagination-wrap ul.page-numbers li a.next {
        margin-left: 0px;
    }
    .woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev{
        font-size: 14px;
    }
    .pagination .page-numbers, .woocommerce-pagination .page-numbers{
        font-size: 14px;
    }
    .woocommerce-pagination .page-numbers.current{
        font-size: 14px;
    }
    /* #popmake-9440.pum-container.pum-responsive.pum-responsive-medium {
        top: 10px!important;
    } */
	.page-id-7891{
        overflow: hidden !important;
	}
	.elementor-widget-rostay-menu-category .elementor-menu-category-inner.actived{
	    background-color: transparent !important;	
	}
	.elementor-6196 .elementor-element.elementor-element-c734590 .elementor-menu-category-inner.actived .menu-category-title{
		color:#3D3D3D !important;
	}
}