/*-------------------------------------    
CSS INDEX
===================================
#. EL: Default
#. EL: Swiper Nav
#. EL: Section Title
#. EL: RT Image
#. EL: Title With Text
#. EL: Button Style
#. EL: Hero Banner
#. EL: Banner slider
#. EL: Info box
#. EL: RT Countdown
#. EL: Video Addon
#. EL: Skill Bar
#. EL: Contact Info
#. EL: Accordion
#. EL: Open Hours
#. EL: Marquee Slider
#. EL: Pricing Table
#. EL: Testimonial
#. EL: Team Grid & Slider
#. EL: Team Single
#. EL: Post Grid & Slider
#. EL: Post Slider
#. EL: Logo Slider
#. EL: Theia Sticky Sidebar
#. EL: Woo Category Layout
#. EL: Woo Tag Layout
#. EL: Custom css
#. EL: Shop Builder Addon
#. EL: Daily Deals Addon
#. EL: Vendor User
#. EL: Dokan Store
---------------------------------------*/
/*-----------------------
#. EL: Default
------------------------*/
@media(max-width: 991px) {
	.custom-align-center {
		text-align: center;
	}
	.custom-align-left {
		text-align: left;
	}
	.custom-align-right {
		text-align: right;
	}
}
.top:after,
.bottom:after,
.left:after,
.right:after {
	display: none;
}
/*-------------------------------------
#. EL: Swiper Nav
---------------------------------------*/
.rt-swiper-nav .swiper-navigation > div {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: none;
    height: 40px;
    width: 40px;
    line-height: 1;    
    font-size: 14px;
    color: var(--toyup-primary-color);
    background-color: var(--toyup-white-color);
    border: 2px solid var(--toyup-white-color);
    box-shadow: 8px 8px 32px 0px rgba(169, 92, 0, 0.2);
    outline: none;
    border-radius: 50%;
    margin-top: 0;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    transition: all 0.21s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.rt-swiper-nav .swiper-navigation > div:hover {
    background: var(--toyup-primary-color);
    color: var(--toyup-white-color);
}
.rt-swiper-nav:hover .swiper-navigation > div:hover i {
    animation: headShake 1.5s;
}
.rt-swiper-nav:hover .swiper-navigation > div {
    opacity: 1;
    visibility: visible;    
}
.rt-swiper-nav .swiper-button-prev {
    left: -40px;
}
.rt-swiper-nav .swiper-button-next {
    right: -40px;
}
.rt-swiper-nav:hover .swiper-navigation > div.swiper-button-disabled {
    opacity: 0.35;
}
.rt-swiper-nav .swiper-pagination-bullets {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    z-index: 1;
}
.rt-swiper-nav .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: all 0.21s ease-in-out;
    background: var(--toyup-light-color);
    opacity: 1;
}
.rt-swiper-nav .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--toyup-primary-color);
}
.rt-swiper-nav .swiper-navigation > div:after {
    display: none;
}
.rtsb-elementor-container .rtsb-carousel-slider .swiper-nav .swiper-button-lock {
    opacity: 0.3;
}
.swiper-pagination-lock,
.rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-lock {
    display: none;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
@media( min-width: 767px ) {
    .rt-swiper-nav:hover .swiper-button-prev {
        left: 0 !important;
    }
    .rt-swiper-nav:hover .swiper-button-next {
        right: 0 !important;
    }
}
@media( min-width: 1440px ) {
    .rt-swiper-nav:hover .swiper-button-prev {
        left: -20px !important;
    }
    .rt-swiper-nav:hover .swiper-button-next {
        right: -20px !important;
    }
}
@media( max-width: 767px ) {
    .rt-swiper-nav .swiper-navigation {
        display: none;
    }
}
/*-------------------------------------
#. EL: Section Title
--------------------------------------*/
.rt-section-title .title-holder {
    position: relative;
}
.rt-section-title .entry-title {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.4;
}
.rt-section-title .entry-title span {
    color: var(--toyup-primary-color);
}
.rt-section-title .sub-title {
    position: relative;
    display: inline-block;
    color: var(--toyup-primary-color);
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 1.2;
}
.rt-section-title .button-display {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 12px;
    justify-content: space-between;
}
.rt-section-title .more-button a {
    padding: 13px 30px 11px;
}
.rt-section-title .more-button a:hover {
    border: 1px solid transparent !important;
}
/*style 2*/
.rt-section-title.style2 .entry-title {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    flex-wrap: wrap;
    flex: 1;
}
@media(max-width: 991px) {
    .rt-section-title .entry-text br {
        display: none;
    }
}
/*-------------------------------------
#. EL: RT Image
--------------------------------------*/
.rt-image {
    text-align: center;
}
.rt-image .maim-image {
    position: relative;
}
.rt-image .image-wrap {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.rt-image ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*image animate layout 02*/
.rt-image-style2 .round-shape {
    width: 449px;
    height: 449px;
    border-radius: 100%;
    background-color: #00ACA0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    position: absolute;
    z-index: 0;
}
.rt-image-style2 .rt-animate-shape li {
    position: absolute;
    z-index: 0;
}
.rt-image-style2 .rt-animate-shape li:nth-child(1) {
    top: 60px;
    left: -125px;
    animation: move2 3s linear infinite;
}
.rt-image-style2 .rt-animate-shape li:nth-child(2) {
    top: -25px;
    left: 50px;
    animation: move1 3s linear infinite;
}
.rt-image-style2 .rt-animate-shape li:nth-child(3) {
    top: 0px;
    right: -120px;
    animation: move2 3s linear infinite;
}
.rt-image-style2 .rt-animate-shape li:nth-child(4) {
    bottom: 60px;
    right: -90px;
    animation: rt-scale 3s linear infinite;
}
.rt-image-style2 .rt-animate-shape li:nth-child(5) {
    bottom: 60px;
    left: -160px;
    animation: rt-scale 3s linear infinite;
}
/*image animate layout 03*/
.rt-image-style3 .rt-animate-shape li {
    position: absolute;
    z-index: 1;
}
.rt-image-style3 .rt-animate-shape li:nth-child(1) {
    top: 60px;
    left: -125px;
    animation: move1 3s linear infinite;
}
.rt-image-style3 .rt-animate-shape li:nth-child(2) {
    top: 0;
    right: 40px;
    animation: rt-circle 25s linear infinite;
}
.rt-image-style3 .rt-animate-shape li:nth-child(3) {
    bottom: 130px;
    right: -35px;
    animation: move1 3s linear infinite;
}
.rt-image-style3 .rt-animate-shape li:nth-child(4) {
    bottom: 0px;
    right: 120px;
    animation: move2 3s linear infinite;
}
.rt-image-style3 .rt-animate-shape li:nth-child(5) {
    bottom: 60px;
    left: -60px;
    animation: rt-scale 3s linear infinite;
}
@media(max-width: 1199px) {
    .rt-image-style2 .round-shape,
    .rt-image .rt-animate-shape {
        display: none;
    }
}
/*-------------------------------------
#. EL: Title With Text
--------------------------------------*/
.rt-title-text {
    position: relative;
}
.rt-title-text .entry-title {
    position: relative;
    margin-bottom: 12px;
    line-height: 1.3;
}
.rt-title-text .entry-title span {
    position: relative;
    display: inline-block;
    z-index: 0;
}
.rt-title-text .entry-title span:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    background: var(--toyup-primary-color);
    display: block;
    bottom: 8px;
    left: 0;
    z-index: -1;
}
.rt-title-text .entry-subtitle {
    position: relative;
    display: inline-block;
    color: var(--toyup-primary-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
}
.rt-title-text .entry-content {
    color: var(--toyup-body-color);
}
.rt-title-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
    display: inline-block;
}
.rt-title-text ul li {
	font-weight: 600;
	color: var(--toyup-heading-color);
    position: relative;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}
.rt-title-text ul li:last-child {
	margin-bottom: 0;
}
.rt-title-text ul li i {
    font-size: 10px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    color: var(--toyup-white-color);
    background-color: var(--toyup-rating-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 991px) {
	.custom-align-center .rt-title-text {
		text-align: center;
	}
}
@media(max-width: 767px) {
    .rt-section-title .entry-title br,
    .rt-title-text .entry-title br,
    .rt-title-text .entry-content br {
        display: none;
    }
}
/*-------------------------------------
#. EL: Button Style
--------------------------------------*/
.rt-button .icon-right {
    margin-left: 10px;
}
.rt-button .icon-left {
    margin-right: 10px;
}
.rt-button .icon {
    font-size: 12px;
    transition: all 0.21s ease-in-out;
}
.rt-button .button-link:hover .icon-right {
    transform: translateX(5px);
}
.rt-button .button-link:hover .icon-left {
    transform: translateX(-5px);
}
/*-------------------------------------
#. EL: Hero Banner
-------------------------------------*/
.rt-hero-banner {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background-color: var(--toyup-primary-color);
    background-size: cover;
    padding: 50px;
    z-index: 0;
}
.rt-hero-banner .rt-content {
    position: relative;
}
.rt-hero-banner .entry-subtitle {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--toyup-heading-color);
    background-color: var(--toyup-white-color);
    margin-bottom: 15px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 5px;
}
.rt-hero-banner .entry-subtitle svg {
    position: absolute;
    position: absolute;
    top: 0;
    right: -11px;
    height: 100%;
    fill: var(--toyup-white-color);
}
.rt-hero-banner .entry-title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.1;
}
.rt-hero-banner .banner-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--toyup-body-color);
    margin-bottom: 24px;
    letter-spacing: 0.2px;
}
.rt-hero-banner .price1,
.rt-hero-banner .price2 {
    display: inline-block;
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
    color: var(--toyup-heading-color);
    margin-bottom: 20px;
}
.rt-hero-banner .price3 {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: var(--toyup-heading-color);
    margin-bottom: 20px;
    text-decoration: line-through;
}
.rt-hero-banner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media(max-width: 1024px) {
    .rt-hero-banner .entry-title br,
    .rt-hero-banner .banner-text br {
        display: none;
    }
}
/*banner box 1*/
.rt-hero-banner-style1 .main-image {
    position: absolute;
    bottom: 0;
    right: 0;
}
.rt-hero-banner-style1 .banner-shape1 li {
    position: absolute;
    z-index: -1;
}
.rt-hero-banner-style1 .banner-shape1 li:nth-child(1) {
    bottom: 52px;
    left: 80px;
    animation: move1 3s linear infinite;
}
.rt-hero-banner-style1 .banner-shape1 li:nth-child(2) {
    bottom: 0;
    left: 0;
}
.rt-hero-banner-style1 .banner-shape1 li:nth-child(3) {
    top: 200px;
    right: 90px;
    animation: move1 3s linear infinite;
}
.rt-hero-banner-style1 .banner-shape2 li {
    position: absolute;
}
.rt-hero-banner-style1 .banner-shape2 li img {
    max-width: 70px;
}
.rt-hero-banner-style1 .banner-shape2 li:nth-child(1) {
    bottom: 140px;
    left: -70px;
    animation: move2 2s linear infinite;
}
.rt-hero-banner-style1 .banner-shape2 li:nth-child(2) {
    bottom: 215px;
    right: -10px;
    animation: move2 2s linear infinite;
}
.rt-hero-banner-style1 .banner-shape2 li:nth-child(3) {
    bottom: 24px;
    left: 0;
    animation: move1 3s linear infinite;
}
@media(max-width: 1199px) {
    .rt-hero-banner-style1 .banner-shape1,
    .rt-hero-banner-style1 .banner-shape2 {
        display: none;
    }
}
/*banner box 2*/
.rt-hero-banner-style2 .entry-title {
    font-size: 30px;
}
.rt-hero-banner-style2 .product-price {
    font-size: 26px;
}
.rt-hero-banner-style2 .main-image {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.rt-hero-banner-style2 .banner-shape1 li {
    position: absolute;
    opacity: 0.7;
    z-index: -1;
}
.rt-hero-banner-style2 .banner-shape1 li img {
    max-width: 50px;
}
.rt-hero-banner-style2 .banner-shape1 li:nth-child(1) {
    top: 40px;
    right: 40%;
    animation: move1 3s linear infinite;
}
.rt-hero-banner-style2 .banner-shape1 li:nth-child(2) {
    top: 110px;
    right: 35%;
    animation: rt-circle 25s linear infinite;
}
.rt-hero-banner-style2 .banner-shape1 li:nth-child(3) {
    bottom: 30px;
    right: 40%;
    animation: move1 3s linear infinite;
}
@media(max-width: 1199px) {
    .rt-hero-banner-style2 .banner-shape1 {
        display: none;
    }
}
/*banner box 3*/
.rt-hero-banner-style3 .main-image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: -1;
}
.rt-hero-banner-style3 .main-image img {
    height: 100%;
    object-fit: cover;
}
.rt-hero-banner-style3::before {
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(90deg, #F0F0F2 58.16%, rgba(238, 238, 240, 0) 96.62%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.rt-hero-banner-style3 .banner-shape1 li {
    position: absolute;
}
.rt-hero-banner-style3 .banner-shape1 li img {
    max-width: 60px;
}
.rt-hero-banner-style3 .banner-shape1 li:nth-child(1) {
    left: 80px;
    top: 30px;
    animation: rt-circle 25s linear infinite;
}
.rt-hero-banner-style3 .banner-shape1 li:nth-child(2) {
    left: 80px;
    bottom: 30px;
    animation: move1 3s linear infinite;
}
.rt-hero-banner-style3 .banner-shape1 li:nth-child(3) {
    left: 37%;
    bottom: 136px;
    animation: move1 3s linear infinite;
}
@media(max-width: 1199px) {
    .rt-hero-banner-style3 .banner-shape1 {
        display: none;
    }
}
/*banner box 4*/
.rt-hero-banner-style4 .main-image {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.rt-hero-banner-style4 .banner-shape1 li {
    position: absolute;
}
.rt-hero-banner-style4 .banner-shape1 li img {
    max-width: 60px;
}
.rt-hero-banner-style4 .banner-shape1 li:nth-child(1) {
    top: 35px;
    left: 30%;
    animation: rt-circle 25s linear infinite;
}
.rt-hero-banner-style4 .banner-shape1 li:nth-child(2) {
    bottom: 40px;
    right: 40%;
    animation: move1 3s linear infinite;
}
.rt-hero-banner-style4 .banner-shape1 li:nth-child(3) {
    top: 50px;
    right: 50px;
    animation: move1 3s linear infinite;
}
@media(max-width: 1199px) {
    .rt-hero-banner-style4 .banner-shape1 {
        display: none;
    }
}
/*-------------------------------------
#. EL: Banner slider
-------------------------------------*/
.banner-slider .slide-content-wrap {
    display: flex;
    align-items: center;
}
.banner-slider .single-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--toyup-rating-color);
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.banner-slider .slider-content {
    position:  relative;
    padding: 60px;
    flex: 0 50%;
    z-index: 9;
}
.banner-slider .slider-image {
    position: relative;
    padding: 30px 70px 0;
    align-self: end;
    z-index: 1;
}
.banner-slider .slider-image > img {
    width: 611px;
}
.banner-slider .slider-content .sub-title {
    position: relative;
    display: inline-block;
    color: var(--toyup-heading-color);
    background-color: #fccf39;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    padding: 10px 16px;
    line-height: 1;
}
.banner-slider .slider-content .slider-title {
    font-size: 60px;
    font-weight: 700;
    color: var(--toyup-white-color);
    margin-bottom: 20px;
    line-height: 1.1;
}
.banner-slider .slider-content .slider-title.left {
    margin-right: auto;
}
.banner-slider .slider-content .slider-title.center {
    margin-left: auto;
    margin-right: auto;
}
.banner-slider .slider-content .slider-title.right {
    margin-left: auto;
}
.banner-slider .slider-content .slider-text {
    color: var(--toyup-white-color);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.banner-slider .slider-content .slider-text ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}
.banner-slider .slider-content .slider-text ul li {
    display: flex;
    align-items: center;
}
.banner-slider .slider-content .slider-text ul li:before {
    content: '';
    font-size: 5px;
    height: 12px;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 1;
    background-color: var(--toyup-white-color);
}
.banner-slider .slider-content .slider-text.left {
    margin-right: auto;
}
.banner-slider .slider-content .slider-text.center {
    margin-left: auto;
    margin-right: auto;
}
.banner-slider .slider-content .slider-text.right {
    margin-left: auto;
}
.banner-slider .rt-swiper-slider .swiper-pagination-bullets {
    position: absolute;
    bottom: 30px;
}
/*slider text animation*/
.banner-slider .animation .single-slide .sub-title {
    transform: translateY(70px);
    transition: all ease 1.2s;
    opacity: 0;
    visibility: hidden;
}
.banner-slider .animation .single-slide.swiper-slide-active  .sub-title  {
    transform: translateY(0);
    transition-delay: 0.3s;
    opacity: 1;
    visibility: visible;
}
.banner-slider .animation .single-slide .slider-title {
    transform: translateY(70px);
    transition: all ease 1.2s;
    opacity: 0;
    visibility: hidden;
}
.banner-slider .animation .single-slide.swiper-slide-active .slider-title  {
    transform: translateY(0);
    transition-delay: 0.6s;
    opacity: 1;
    visibility: visible;
}
.banner-slider .animation .single-slide .slider-text {
    transform: translateY(70px);
    transition: all ease 1.2s;
    opacity: 0;
    visibility: hidden;
}
.banner-slider .animation .single-slide.swiper-slide-active .slider-text  {
    transform: translateY(0);
    transition-delay: 0.9s;
    opacity: 1;
    visibility: visible;
}
.banner-slider .animation .single-slide .slider-btn-area {
    transform: translateY(70px);
    transition: all ease 1.2s;
    opacity: 0;
    visibility: hidden;
}
.banner-slider .animation .single-slide.swiper-slide-active .slider-btn-area  {
    transform: translateX(0);
    transition-delay: 1.2s;
    opacity: 1;
    visibility: visible;
}
@media(max-width: 1199px) {
    .banner-slider .single-slider {
        flex-direction: column;
    }
    .banner-slider .slider-image {
        align-self: center;
    }
}
@media(max-width: 767px) {
    .banner-slider .slider-content .slider-text br {
        display: none;
    }
}
/*banner shape*/
.banner-slider .rt-banner-shape {
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner-slider .rt-banner-shape li {
    position: absolute;
}
.banner-slider .rt-banner-shape li:nth-child(1) {
    bottom: 0;
    left: 220px;
}
.banner-slider .rt-banner-shape li:nth-child(2) {
    top: 0;
    left: -18%;
    bottom: auto;
    right: auto;
}
.banner-slider .rt-banner-shape li:nth-child(3) {
    top: 0;
    left: 40%;
}
.banner-slider .rt-banner-shape li:nth-child(4) {
    top: 0;
    right: -18%;
}
.banner-slider .rt-banner-shape2 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner-slider .rt-banner-shape2 li {
    position: absolute;
}
.banner-slider .rt-banner-shape2 li:nth-child(1) {
    top: 190px;
    left: 90px;
    animation: move2 3s linear infinite;
}
.banner-slider .rt-banner-shape2 li:nth-child(2) {
    top: 15px;
    left: 35%;
    animation: rt-scale 3s linear infinite;
}
.banner-slider .rt-banner-shape2 li:nth-child(3) {
    top: 100px;
    right: 40px;
    animation: move2 3s linear infinite;
}
@media(max-width: 767px) {
    .banner-slider .rt-banner-shape2 li img {
        width: 70px;
    }
}
/*-------------------------------------
#. EL: Info box
--------------------------------------*/
.rt-info-box .rt-info-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;    
    transition: all 0.21s ease-in-out;
}
.rt-info-box .rt-info-item:hover {
    transform: translateY(-5px);
}
.rt-info-box .rt-info-item .rt-content {
    position: relative;
    word-break: break-word;
    z-index: 1;
}
.rt-info-box .rt-info-item .rt-icon {
    background-color: var(--toyup-white-color);
    border-radius: 50%;
    color: var(--toyup-primary-color);
    height: 60px;
    width: 60px;
    font-size: 36px;
    padding: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover; 
}
.rt-info-box .rt-info-item .rt-img img {
    border-radius: 50%;
}
.rt-info-box .rt-info-item .rt-title {
    position: relative;
    font-size: 20px;
    margin-bottom: 3px;
    line-height: 1.4;
}
.rt-info-box .rt-info-item .rt-title a {
    color: var(--toyup-heading-color);
}
.rt-info-box .rt-info-item .rt-title a:hover {
    color: var(--toyup-primary-color);
}
.rt-info-box .rt-info-item .rt-text {
    color: var(--toyup-body-color);
    font-size: 16px;
    transition: all 0.21s ease-in-out;
}
.rt-info-box .rt-info-item .rt-button {
    margin-top: 20px;
}
.rt-info-box .bottomtotop:hover .rt-icon img,
.rt-info-box .bottomtotop:hover .rt-icon svg,
.rt-info-box .bottomtotop:hover .rt-icon i {
    animation: toBottomFromTop 0.7s forwards;
}
.rt-info-box .scale .rt-icon img,
.rt-info-box .scale .rt-icon svg,
.rt-info-box .scale .rt-icon i {
    transition: all 0.21s ease-in-out;
}
.rt-info-box .scale:hover .rt-icon img,
.rt-info-box .scale:hover .rt-icon svg,
.rt-info-box .scale:hover .rt-icon i {
    transform: scale(1.1);
}
.rt-info-box .headshake:hover .rt-icon img,
.rt-info-box .headshake:hover .rt-icon svg,
.rt-info-box .headshake:hover .rt-icon i {
    animation: headShake 1.5s;
}
/*info style 01*/
.rt-info-style1 .rt-info-item {
    background-color: #E6EEF9;
    border-radius: 12px;
    padding: 30px 25px 35px 25px;
}
/*info style 02*/
.rt-info-style2 .rt-info-item .rt-icon {
    width: 72px;
    height: 72px;
}
/*-------------------------------------
#. EL: RT Countdown
---------------------------------------*/
.countdown-default {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    background-color: var(--toyup-white-color);
    border: 1px solid var(--toyup-red-color);
    border-radius: 50px;
    padding: 12px 20px;
    column-gap: 12px;
}
.countdown-default .countdown {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
    column-gap: 12px;
}
.countdown-default .countdown-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.countdown-default .countdown-timeleft,
.countdown-default .countdown-number {
    color: var(--toyup-red-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
.countdown-default .countdown-section:after {
    position: absolute;
    content: ":";
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--toyup-red-color);
    font-size: 18px;
    font-weight: 600;
}
.countdown-default .countdown-section:last-child::after {
    display: none;
}
/*shopbuilder countdown*/
.rtsb-product-countdown.horizontal-align {    
    position: relative;
    left: 0;
    top: 0;
}
.rtsb-product-countdown.vertical-align {    
    position: absolute;
    left: -35px;
    top: 30%;
    transform: rotate(90deg);
}
/*-------------------------------------
#. EL: Video Addon
---------------------------------------*/
.rt-video-layout {
    position: relative;
    z-index: 1;
}
.rt-video-layout .rt-video .rt-img {
    position: relative;
    display: block;
    background-color: var(--toyup-heading-color);
}
.rt-video-layout .rt-video {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    display: block;    
}
.rt-video-layout .rt-video .rt-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}
.rt-video-layout .rt-icon .rt-play {
    font-size: 30px;
    width: 90px;
    height: 90px;
    z-index: 1;
}
.rt-video-layout .rt-video .rt-img > img {
    width: 100%;
    min-height: 350px;
    object-fit: cover;
    opacity: 0.8;
}
.rt-video-layout .rt-icon .border-shape-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.rt-video-layout .rt-icon .border-shape-img > span {
    display: inline-block;
    animation-duration: 10s;
}
.rt-video-layout .rt-icon .border-shape-img img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
}
/*-------------------------------------
#. EL: Skill Bar
---------------------------------------*/
.rt-skills {
    overflow: hidden;
}
.rt-skills .rt-skill-each {
    margin-top: 15px;
    margin-bottom: 16px;
}
.rt-skills .rt-skill-each:last-child {
    margin-bottom: 0;
}
.rt-skills .rt-skill-each .rt-name {
    color: var(--toyup-heading-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.rt-skills .rt-skill-each .progress {
    background-color: var(--toyup-grey-color);
    border-radius: 6px;
    box-shadow: none;
    height: 8px;
    overflow: visible;
    margin: 0;
}
.rt-skills .rt-skill-each .progress .progress-bar {
    position: relative;
    background: var(--toyup-primary-color);
    border-radius: 6px;
    height: 8px;
    overflow: inherit;
}
.rt-skills .rt-skill-each .progress .progress-bar > span {
    font-size: 16px;
    font-weight: 500;
    color: var(--toyup-heading-color);
    position: absolute;
    right: 0;
    top: -28px;
    padding-bottom: 10px;
    line-height: 1;
}
/*-------------------------------------
#. EL: Contact Info
---------------------------------------*/
.rt-contact-info .rt-item {
    display: flex;
    column-gap: 20px;
    align-items: center;
    background-color: var(--toyup-white-color);
    border: 1px solid var(--toyup-border-color);
    border-radius: 12px;
    padding: 35px 40px 30px;
    transition: all 0.21s ease-in-out;
}
.rt-contact-info .rt-item-icon {
    background: var(--toyup-primary-light-color);
    color: var(--toyup-primary-color);
    line-height: 1;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
.rt-contact-info .rt-item-content {
    flex: 1;
}
.rt-contact-info .rt-item-icon i:before {
    font-size: 28px;
}
.rt-contact-info .rt-item-icon .icon-toyup-message:before {
    font-size: 18px;
}
.rt-contact-info .entry-title {
    display: block;
    color: var(--toyup-body-color);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 1.4;
}
.rt-contact-info .contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--toyup-heading-color);
}
.rt-contact-info .contact-list li a {
    color: var(--toyup-heading-color);
}
.rt-contact-info .contact-list li a:hover {
    color: var(--toyup-primary-color);
}
.rt-contact-info .contact-list li span {
    font-weight: 500;
}
.rt-contact-info .contact-list li i {
    margin-right: 5px;
}
.rt-contact-info .contact-list li svg {
    margin-right: 5px;
    font-size: 20px;
}
.rt-contact-info .bottomtotop:hover .rt-item-icon img,
.rt-contact-info .bottomtotop:hover .rt-item-icon svg,
.rt-contact-info .bottomtotop:hover .rt-item-icon i {
    animation: toBottomFromTop 0.7s forwards;
}
.rt-contact-info .scale .rt-item-icon img,
.rt-contact-info .scale .rt-item-icon svg,
.rt-contact-info .scale .rt-item-icon i {
    transition: all 0.21s ease-in-out;
}
.rt-contact-info .scale:hover .rt-item-icon img,
.rt-contact-info .scale:hover .rt-item-icon svg,
.rt-contact-info .scale:hover .rt-item-icon i {
    transform: scale(1.1);
}
.rt-contact-info .headshake:hover .rt-item-icon img,
.rt-contact-info .headshake:hover .rt-item-icon svg,
.rt-contact-info .headshake:hover .rt-item-icon i {
    animation: headShake 1.5s;
}
/*-------------------------------------
#. EL: Accordion
---------------------------------------*/
.rt-accordion .rt-accordion-button::after,
.rt-accordion .rt-accordion-button:not(.collapsed)::after {
    display: none;
}
.rt-accordion .rt-accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.rt-accordion .accordion-collapse.show {
    color: var(--toyup-body-color);
    position: relative;
    border-radius: 0;
    transition: all 0.21s ease-in-out;
}
.rt-accordion .accordion-body p {
    margin-bottom: 0;
}
.rt-accordion .rt-title-left {
    margin-left: 55px;
}
.rt-accordion .rt-title-right {
    margin-right: 55px;
}
.rt-accordion .rt-accordion-icon-left {
    position: absolute;
}
.rt-accordion .rt-accordion-icon-right {
    position: absolute;
    right: 20px;
    margin-right: 0;
}
.rt-accordion .rt-accordion-icon {
    font-size: 18px;
}
.rt-accordion-button .rt-accordion-icon-closed {
    display: none;
}
.rt-accordion-button.collapsed .rt-accordion-icon-closed {
    color: var(--toyup-primary-color);
    background-color: var(--toyup-white-color);
    border-radius: 4px;
    width: 42px;
    height: 42px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.rt-accordion-button .rt-accordion-icon-opened {
    color: var(--toyup-primary-color);
    background-color: var(--toyup-white-color);
    border-radius: 4px;
    width: 42px;
    height: 42px;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.rt-accordion-button.collapsed .rt-accordion-icon-opened {
    display: none;
}
.rt-accordion .rt-accordion-item:last-child {
    margin-bottom: 0 !important;
}
.rt-accordion .rt-accordion-header {
    margin-bottom: 0;
}
/*accordion style 01*/
.rt-accordion-style-1 .accordion-body {
    padding: 10px 20px;
    transition: all 0.21s ease-in-out;
}
.rt-accordion-style-1 .rt-accordion-item {
    margin-bottom: 8px;
}
.rt-accordion-style-1 .rt-accordion-header .rt-accordion-button:not(.collapsed) {
    background-color: var(--toyup-primary-color);
    color: var(--toyup-white-color);
    transition: all 0.21s ease-in-out;
}
.rt-accordion-style-1 .rt-accordion-header .rt-accordion-button {
    position: relative;
    background: var(--toyup-grey-color);
    color: var(--toyup-heading-color);
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    width: 100%;
    padding: 16px 20px;
    text-align: left;
    transition: all 0.21s ease-in-out;
    display: flex;
    align-items: center;
}
/*accordion style 02*/
.rt-accordion-style-2 .rt-accordion-icon-right {
    right: 0;
}
.rt-accordion-style-2 .rt-title-left {
    margin-left: 35px;
}
.rt-accordion-style-2 .rt-title-right {
    margin-right: 35px;
}
.rt-accordion-style-2 .accordion-body {
    padding: 20px 0;
    transition: all 0.21s ease-in-out;
}
.rt-accordion-style-2 .rt-accordion-header .rt-accordion-button {
    position: relative;
    background: transparent;
    color: var(--toyup-heading-color);
    border-bottom: 1px solid var(--toyup-border-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    width: 100%;
    padding: 16px 0;
    text-align: left;
    transition: all 0.21s ease-in-out;
    display: flex;
    align-items: center;
}
.rt-accordion-style-2 .rt-accordion-item .accordion-collapse.show {
    border-bottom: 1px solid var(--toyup-border-color);
    transition: unset;
}
.rt-accordion-style-2 .rt-accordion-button .rt-accordion-icon-opened {
    background-color: transparent;
    color: var(--toyup-rating-color);
    width: auto;
    height: auto;
}
.rt-accordion-style-2 .rt-accordion-button.collapsed .rt-accordion-icon-closed {
    color: var(--toyup-body-color);
    background-color: transparent;
    width: auto;
    height: auto;
}
@media(max-width: 425px) {
    .rt-accordion-style-1 .rt-accordion-header .rt-accordion-button,
    .rt-accordion-style-2 .rt-accordion-header .rt-accordion-button {
        font-size: 18px;
    }
}
/*-------------------------------------
#. EL: Open Hours
---------------------------------------*/
.rt-open-hours .open-hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rt-open-hours .open-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
    font-size: 16px;
    margin-bottom: 18px;
}
.rt-open-hours .open-item .off-day {
    color: var(--toyup-red-color);
}
.rt-open-hours .open-item:last-child {
    margin-bottom: 0 !important;
}
/*-------------------------------------
#. EL: Marquee Slider
---------------------------------------*/
.rt-marquee-slider .rt-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.rt-marquee-slider .rt-marquee.marquee_left .rt-marquee-item {
    display: inline-block;
    will-change: transform;
    animation: marquee_left 30s linear infinite;
}
.rt-marquee-slider .rt-marquee.marquee_right .rt-marquee-item {
    display: inline-block;
    will-change: transform;
    animation: marquee_right 30s linear infinite;
}
.rt-marquee-slider .rt-marquee:hover .rt-marquee-item {
    animation-play-state: paused;
}
.rt-marquee-slider .rt-marquee-item .entry-title {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    position: relative;
    margin-bottom: 0;
    color: var(--toyup-heading-color);
}
.rt-marquee-slider .rt-marquee-item .entry-title span {
    display: block;
    width: 80px;
    text-align: center;
}
.rt-marquee-slider .rt-marquee-item .entry-title a {
    color: var(--toyup-heading-color);
}
.rt-marquee-slider .rt-marquee-item .entry-title a:hover {
    color: var(--toyup-primary-color);
}
@-webkit-keyframes marquee_left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes marquee_left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes marquee_right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes marquee_right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
/*-------------------------------------
#. EL: Pricing Table
---------------------------------------*/
.rt-tab-content .rt-tab-pane:first-of-type {
    display: block;
    animation: rtTabFadeInUp 0.8s;
}
.rt-tab-content .rt-tab-pane:last-of-type {
    display: none;
    animation: rtTabFadeInUp 0.8s;
} 
.rt-tab-content.rt-active .rt-tab-pane:first-of-type {
    display: none;
    animation: rtTabFadeInUp 0.8s;
}
.rt-tab-content.rt-active .rt-tab-pane:last-of-type {
    display: block;
    animation: rtTabFadeInUp 0.8s;
}
/*tab*/
.tab-content .tab-pane.active {
    animation: rtTabFadeInUp 0.8s;
}
@keyframes rtTabFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rtTabFadeInUp {
  animation-name: rtTabFadeInUp;
}
/*pricing switch*/
.price-switch-box--style-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}
.price-switch-box--style-1 .pack-name {
    font-size: 16px;
    color: var(--toyup-heading-color);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.price-switch-box--style-1 .pack-name:first-of-type {
    color: var(--toyup-primary-color);
}
.price-switch-box--active .pack-name:last-of-type {
    color: var(--toyup-primary-color);
}
.price-switch-box--active .pack-name:first-of-type {
    color: var(--toyup-heading-color);
}
.pricing-switch-container {
    width: 50px;
    height: 22px;
    clear: both;
    text-align: center;
    position: relative;
    border-radius: 11px;
    background-color: var(--toyup-white-color);
    box-shadow: inset 0px 1px 3px rgb(0 0 0 / 25%);
}
.pricing-switch-container .pricing-switch {
    cursor: pointer;
    width: 100%;
    float: left;
    height: 1rem;
    line-height: 1rem;
    position: relative;
    z-index: 888;
    transition: all 0.21s ease-in-out;
    text-transform: uppercase;
}
.pricing-switch-container .pricing-switch.pricing-switch-active {
    color: #000;
}
.pricing-switch-container .switch-button {
    height: 21px;
    width: 21px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
    margin: 0;
    border: none;
    transition: all 0.21s ease-in-out;
    border-radius: 50%;
    background-color: var(--toyup-primary-color);
}
.pricing-switch-container .pricing-switch:nth-child(2).pricing-switch-active~.switch-button {
    left: 1px;
}
.pricing-switch-container .pricing-switch:nth-child(1).pricing-switch-active~.switch-button {
    left: 55%;
}
/*pricing tab*/
.rt-pricing-tab .nav-tabs {
    position: relative;
    display: inline-flex;
    justify-content: center;
    border-bottom: none;
    border-radius: 50px;
    height: 100%;
    margin: 0 auto 50px;
    text-align: center;
    gap: 15px;
}
.rt-pricing-tab .nav-tabs li {
    position: relative;
}
.rt-pricing-tab .nav-tabs .nav-link {
    color: var(--toyup-heading-color);
    background-color: var(--toyup-white-color);
    border-radius: 50px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 22px;
    box-shadow: 8px 8px 28px 0px rgba(26, 53, 89, 0.08);
}
.rt-pricing-tab .nav-tabs .nav-link.active {
    background-color: var(--toyup-primary-color);
    color: var(--toyup-white-color);
}
.rt-pricing-tab .offer {
    position: relative;
    background-color: var(--toyup-primary-color);
    border-radius: 30px;
    padding: 5px 0;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
    min-width: 78px;
}
.rt-pricing-tab .offer:after {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 15px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--toyup-primary-color);;
}
.rt-pricing-tab .nav-tabs li .offer {
    position: absolute;
    top: 0;
    left: 100px;
}
@media(max-width: 340px) {
    .rt-pricing-tab .nav-tabs {
        gap: 5px;
    }
    .rt-pricing-tab .nav-tabs .nav-link {
        font-size: 17px;
        padding: 5px 12px;
    }
}
/*pricing content*/
.rt-pricing-tab .rt-price-tab-box {
    position: relative;
    border: 1px solid var(--toyup-border-color);
    background-color: var(--toyup-white-color);
    border-radius: 12px;
    padding: 35px 40px 40px;
    height: 100%;
    transition: all 0.21s ease-in-out;
    transform: translateY(0);
}
.rt-pricing-tab .rt-price-tab-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transform: translateY(-6px);
}
.rt-pricing-tab .price-header {
    margin-bottom: 35px;
}
.rt-pricing-tab .price-header .rt-title {
    font-size: 22px;
    margin-bottom: 18px;
}
.rt-pricing-tab .price-header .rt-price {
    color: var(--toyup-heading-color);
    font-size: 36px;
    line-height: 1;
}
.rt-pricing-tab .price-header .rt-price del {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--toyup-meta-color);
    margin-bottom: 15px;
}
.rt-pricing-tab .price-header .price-unit {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    color: var(--toyup-meta-color);
}
.rt-pricing-tab .price-header .save-price {
    display: inline-flex;
    justify-content: center;
    background: var(--toyup-secondary-color);
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 50px;
    padding: 6px 12px;
    line-height: 1;
}
.rt-pricing-tab .rt-price-button {
    margin-top: 35px;
}
.rt-pricing-tab .rt-features ul {
    display: inline-grid;
    text-align: left;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.rt-pricing-tab .rt-features li {
    color: var(--toyup-body-color);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 10px;
}
.rt-pricing-tab .rt-features li i {
    position: relative;
    top: 3px;
    font-size: 18px;
    color: var(--toyup-primary-color);
}
.rt-pricing-tab .price-note {
    font-size: 18px;
    padding: 15px 30px;
    background: #f4f7f9;
    color: var(--toyup-primary-color);
    font-weight: 600;
    margin-top: 20px;
    border-radius: 10px;
}
/*-------------------------------------
#. EL: Testimonial Layout
---------------------------------------*/
.rt-testimonial-default .item-content .item-rating {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
}
.rt-testimonial-default .item-content .item-rating .active {
    color: var(--toyup-rating-color); 
    font-weight: 900;
}
.rt-testimonial-default .item-content .item-rating .deactive {
    font-weight: 900;
    color: var(--toyup-grey-light-color);
}
.rt-testimonial-default .item-content .tquote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: var(--toyup-white-color);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px;
    overflow: hidden;
    border-radius: 50%;
    background-color: var(--toyup-primary-color);
    border: 2px solid var(--toyup-white-color);
    box-shadow: 4px 4px 16px rgba(1, 104, 111, 0.1);
}
.rt-testimonial-default .rt-item .tquote svg {
    fill: var(--toyup-white-color);
}
.rt-testimonial-default .rt-item:hover .tquote svg,
.rt-testimonial-default .rt-item:hover .tquote i {
    transform: rotateY(360deg);
    transition: all 1s ease-in-out;
}
.rt-testimonial-default .item-content .item-title {    
    position: relative;
    font-size: 20px;
    color: var(--toyup-primary-color);
    margin-bottom: 0;
    line-height: 1.4;
    text-transform: uppercase;
}
.rt-testimonial-default .item-content .item-designation {
    color: var(--toyup-body-color);
    font-size: 16px;
    font-weight: 500;
}
.rt-testimonial-default .author-info {
    border-top: 1px solid var(--toyup-border-color);
    padding-top: 20px;
}
/*testimonial multi layout 1*/
.testimonial-multi-layout-1 .item-content {
    position: relative;
    background: var(--toyup-white-color);
    border-radius: 12px;
    padding: 40px;
}
.testimonial-multi-layout-1 .logo-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
}
.testimonial-multi-layout-1 .item-content .tcontent {
    font-size: 18px;
    font-weight: 500;
    color: var(--toyup-heading-color);
    line-height: 1.5;
    transition: all 0.21s ease-in-out;
}
.testimonial-multi-layout-1 .item-content .item-img {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
}
.testimonial-multi-layout-1 .item-content .item-img img {
    border-radius: 100%;
    max-width: 100px;
    border: 1px solid var(--toyup-border-color);
    padding: 4px;
}
/*-------------------------------------
#. EL: Team Grid & Slider
---------------------------------------*/
.rt-team-default .team-content-wrap {
    position: relative;
}
.rt-team-default .team-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rt-team-default .team-content .team-title {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.2;
}
.rt-team-default .team-content .team-title a {
    color: var(--toyup-heading-color);
}
.rt-team-default .team-content .team-title a:hover {
    color: var(--toyup-primary-color);
}
.rt-team-default .team-content .team-designation {
    color: var(--toyup-body-color);
    font-size: 15px;
    margin-top: 8px;
    line-height: 1;
}
.rt-team-default .team-content p {
    margin-bottom: 0;
    margin-top: 14px;
    line-height: 1.5;
}
.rt-team-default .team-button {
    text-align: center;
    margin-top: 40px;
}
.rt-team-default .team-social {
    position: absolute;
    right: 24px;
    top: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.rt-team-default .team-social .social-item {
    position: relative;
    margin-bottom: 5px;
}
.rt-team-default .team-item .team-social li {
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.21s ease-in-out;
}
.rt-team-default .team-item:hover .team-social li {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.rt-team-default .team-item .team-social li:nth-child(1) {
    transition-delay: 0.1s;
}
.rt-team-default .team-item .team-social li:nth-child(2) {
    transition-delay: 0.2s;
}
.rt-team-default .team-item .team-social li:nth-child(3) {
    transition-delay: 0.3s;
}
.rt-team-default .team-item .team-social li:nth-child(4) {
    transition-delay: 0.4s;
}
.rt-team-default .team-item .team-social li:nth-child(5) {
    transition-delay: 0.5s;
}
.rt-team-default .team-item .team-social li:nth-child(6) {
    transition-delay: 0.6s;
}
.rt-team-default .team-social .social-link {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--toyup-white-color);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 9%);
    font-size: 15px;
    background-color: var(--toyup-rating-color);
    border-radius: 50%;
}
.rt-team-default .team-social .social-link:hover {
    background-color: var(--toyup-primary-color);
    color: var(--toyup-white-color);
}
.rt-team-default .team-social .social-link:hover i {
    animation: toBottomFromTop 0.7s forwards;
}
.rt-team-default .team-item .team-thums img {
    width: 100%;
    transform: scale(1.001);
    transition: all 0.21s cubic-bezier(0.4, 0, 1, 1);
}
.rt-team-default .team-item:hover .team-thums img {
    transform: scale3d(1.045,1.045,1);
}
.rt-team-default .animated-bg-wrap .animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: width 0.7s, height 0.7s;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.rt-team-default .team-item:hover .animated-bg-wrap .animated-bg {
    width: 1000px;
    height: 1000px;
}
/*Team style 1*/
.rt-team-multi-layout-1 .team-item .team-content {
    position: relative;
    background-color: var(--toyup-white-color);
    border-radius: 0 0 12px 12px;
    padding: 20px;
    z-index: 1;
}
.rt-team-multi-layout-1 .team-content-wrap .team-thums {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    text-align: center;
}
.rt-team-multi-layout-1 .owl-carousel .owl-stage-outer {
    padding: 0 20px;
    width: calc(100% + 30px);
    margin-left: -20px;
}
.rt-team-multi-layout-1 .team-item .team-info {
    position: relative;
    padding-left: 20px;
}
.rt-team-multi-layout-1 .team-item .team-info::before {
    content: "";
    height: 0;
    width: 3px;
    background-color: var(--toyup-primary-color);
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    transition-duration: 0.75s;
}
.rt-team-multi-layout-1 .team-item .team-info::after {
    content: "";
    height: 100%;
    width: 3px;
    background-color: var(--toyup-border-color);
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}
.rt-team-multi-layout-1 .team-item:hover .team-info::before {
    height: 100%;
    visibility: visible;
    opacity: 1;
    transition: height 0.3s ease-in-out;
}
.rt-team-multi-layout-1 .team-item:hover .team-info::after {
    visibility: hidden;
    opacity: 0;
}
/*Team style 2*/
.rt-team-multi-layout-2 .team-content-wrap .team-thums {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
}
.rt-team-multi-layout-2 .team-content-wrap .team-content {
    background-color: var(--toyup-white-color);
    box-shadow: 0px 0px 35px rgb(0 0 0 / 8%);
    border-radius: 12px;
    padding: 24px;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 1;
}
/*-------------------------------------
#. EL: Team Single
---------------------------------------*/
.team-single .team-thumb {
    text-align: left;
    position: relative;
    z-index: 2;
}
.team-single .team-thumb img {
    object-fit: cover;
    border-radius: 10px;
}
.team-single .team-heading {
    line-height: 1;
}
.team-single .team-heading .entry-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.team-single .team-heading .designation {
    display: block;
    color: var(--toyup-primary-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.team-single .team-single-content-wrap {
    background-color: var(--toyup-white-color);
    border-radius: 12px;
    padding: 24px 30px 30px;
}
.team-single ul.team-social-social {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.team-single ul.team-social-social li a {
    font-size: 15px;
    text-align: center;
    border: 1px solid var(--toyup-border-color);
    color: var(--toyup-body-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-single .team-single-content ul.team-social-social li a:hover {
    background-color: var(--toyup-primary-color);
    border: 1px solid transparent;
    color: var(--toyup-white-color);
}
.team-single .team-single-content ul.team-social-social li a:hover i {
    animation: toBottomFromTop 0.7s forwards;
}
/*team skill and info*/
.team-single .team-info {
    display: inline-block;
    margin-top: 10px;
}
.team-single .team-info ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-single .team-info ul li {
    display: block;
    color: var(--toyup-body-color);
    margin-right: 0;
    margin-bottom: 7px;
    width: 45%;
    float: left;
}
.team-single .team-info ul li span {
    color: var(--toyup-heading-color);
    font-weight: 500;
}
.team-single .team-info a {
    color: var(--toyup-body-color);
}
.team-single .team-info a:hover {
    color: var(--toyup-primary-color);
}
.team-single .team-single-content h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.team-single .rt-skill-wrap {
    margin-top: 40px;
}
.team-single .team-contact-wrap {
    margin-top: 40px;
}
.team-single .rt-skill-wrap h3,
.team-single .team-contact-wrap h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.team-single .fluentform .ff-el-group .ff-btn {
    background-color: var(--toyup-primary-color);
    color: var(--toyup-white-color);
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 24px;
}
.team-single .fluentform .ff-el-group .ff-btn:hover {
    background-color: var(--toyup-rating-color);
}
.single-related-team {
    margin-top: 60px;
}
@media(max-width:991px) {
    .team-single .team-single-item .row > div:first-child {
        order: 1;
    }
    .team-single .team-single-content-wrap {
        margin-top: 30px;
    }
}
@media(max-width:767px) {
    .team-single .team-info ul li {
        width: 100%;
    }
}
/*-------------------------------------
#. EL: Post Grid & Slider
---------------------------------------*/
.rt-post-default .rt-item {
    position: relative;    
    background-color: var(--toyup-white-color);
    border-radius: 12px;
    padding: 10px;
    transition: all 0.21s ease-in-out;
}
.rt-post-default .rt-item .entry-content {
    padding: 24px 20px 14px;
}
.rt-post-default .rt-item .entry-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}
.rt-post-default .rt-item .entry-title a {
    color: var(--toyup-heading-color);
}
.rt-post-default .rt-item .entry-title a:hover {
    color: var(--toyup-primary-color);
}
.rt-post-default .rt-item .post-excerpt {
    margin-top: 15px;
}
.rt-post-default ul.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}
.rt-post-default ul.entry-meta li {
    display: inline;
    color: var(--toyup-heading-color);
    border: 1px solid var(--toyup-border-color);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px 6px;
    position: relative;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    line-height: 1.4;
}
.rt-post-default ul.entry-meta li i {
    color: var(--toyup-primary-color);
    padding-right: 8px;
}
.rt-post-default ul.entry-meta li a {
	color: var(--toyup-heading-color);
}
.rt-post-default ul.entry-meta li a:hover {
	color: var(--toyup-primary-color) !important;
}
.rt-post-default .entry-categories {
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.rt-post-default .entry-categories a {
    display: inline-block;
    line-height: 1.2;
    background-color: var(--toyup-primary-color);
    color: var(--toyup-white-color);
    padding: 8px 12px 8px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}
.rt-post-default .entry-categories a:hover {
    background-color: var(--toyup-secondary-color);
    color: var(--toyup-white-color);
}
.rt-post-default .rt-item .post-author {
    border-top: 1px solid var(--toyup-border-color);
    padding-top: 20px;
}
.rt-post-default .rt-item .post-author img {
    border-radius: 50%;
    margin-right: 12px;
}
.rt-post-default .rt-item .post-author a {
    color: var(--toyup-heading-color);
    font-weight: 500;
    text-transform: capitalize;
}
.rt-post-default .rt-item .post-author a:hover {
    color: var(--toyup-primary-color);
}
.rt-post-default .rt-item .rt-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.rt-post-default .rt-item .rt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.001);
    transition: all 0.21s cubic-bezier(0.4, 0, 1, 1);
}
.rt-post-default .rt-item:hover .rt-image img {
    transform: scale3d(1.055,1.065,1);
}
.rt-post-default .rt-item .rt-image .rt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.rt-post-default .post-read-more {
    margin-top: 24px;
}
@media(max-width: 991px) {
    .rt-post-default > div {
        justify-content: center;
    }
}
/* Post Grid layout*/
.rt-post-grid-style1 .rt-item,
.rt-post-grid-style2 .rt-item {
    box-shadow: 8px 8px 28px 0px rgba(26, 53, 89, 0.05);
}
.rt-post-grid-style1 .rt-item:hover,
.rt-post-grid-style2 .rt-item:hover {
    box-shadow: 8px 8px 28px 0px rgba(26, 53, 89, 0.08);
}
/* Post Slider layout */
.rt-post-slider-style3 .rt-item,
.rt-post-slider-style4 .rt-item {
    border: 1px solid var(--toyup-border-color);
}
/*-------------------------------------
#. EL: Logo Slider
---------------------------------------*/
.rt-logo-slider .logo-box {
    text-align: center;
}
.rt-logo-slider .logo-box .entry-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 0;
    line-height: 1;
}
.rt-logo-slider .logo-box.gray img {
    filter: grayscale(100%);
    transition: all 0.21s ease-in-out;
    opacity: 0.6;
}
.rt-logo-slider .logo-box.gray:hover img {
    filter: grayscale(0);
    opacity: 1;
}
/*logo style 2*/
.rt-logo-style2 .logo-box {
    background-color: var(--toyup-white-color);
    border-radius: 20px;
    padding: 30px 0;
}
.rt-logo-style2 .rt-logo-img {
    height: 120px;
    width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 120px;
    border: 1px solid var(--toyup-border-color);
    overflow: hidden;
}
.rt-logo-style2 .rt-logo-img img {
    max-width: 80px;
    width: 100%;
}
.rt-logo-style2 .logo-box:hover .rt-logo-img img {
    animation: toBottomFromTop 0.7s forwards;
}
/*logo style 3*/
.rt-logo-style3 .logo-box {
    background-color: #F6F6F6;
    border-radius: 20px;
    padding: 30px 0;
}
.rt-logo-style3 .rt-logo-img {
    height: 120px;
    width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 120px;
    background-color: var(--toyup-white-color);
    overflow: hidden;
}
.rt-logo-style3 .rt-logo-img img {
    max-width: 80px;
    width: 100%;
}
.rt-logo-style3 .logo-box:hover .rt-logo-img img {
    animation: toBottomFromTop 0.7s forwards;
}
/*-------------------------------------
#. EL: Theia Sticky Sidebar
---------------------------------------*/
.fixed-sidebar-addon .fixed-bar-coloum {
    display: initial;
    padding-left: 12px;
    padding-right: 12px;
}
/*-------------------------------------
#. EL: Woo Category Layout
-------------------------------------*/
.default-woo-category .woo-cat-item {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.default-woo-category .rt-cat-thumb {
    overflow: hidden;
}
.default-woo-category .rt-cat-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 1.4;
}
.default-woo-category .rt-cat-title a {
    color: var(--toyup-heading-color);
}
.default-woo-category .rt-cat-title a:hover {
    color: var(--toyup-primary-color);
}
.default-woo-category .rt-cat-count {
    font-size: 15px;
    color: var(--toyup-body-color);
}
.default-woo-category .title-count-wrap {
    flex: 1;
    line-height: 1;
}
.default-woo-category .woo-cat-item .rt-cat-thumb img {
    transition: all 0.21s ease-in-out;
}
.default-woo-category .bottomtotop:hover .rt-cat-thumb img {
    animation: toBottomFromTop 0.7s forwards;
}
.default-woo-category .scale:hover .rt-cat-thumb img {
    transform: scale(1.1);
}
.default-woo-category .headshake:hover .rt-cat-thumb img {
    animation: headShake 1.5s;
}
/*style 01*/
.woo-category-multi-1 .woo-cat-item {
    background-color: var(--toyup-rating-light-color);
    border-radius: 20px;
    padding: 30px;
    height: 110px;
}
.woo-category-multi-1 .rt-cat-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    width: 100%;
}
.woo-category-multi-1 .rt-cat-title {
    font-size: 22px;
}
.woo-category-multi-1 .rt-cat-thumb {
    width: 60px;
    overflow: unset;
}
/*style 02*/
.woo-category-multi-2 .woo-cat-item {
    background-color: var(--toyup-primary-light-color);
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
}
.woo-category-multi-2 .rt-cat-thumb.top {
    margin-bottom: 12px;
}
.woo-category-multi-2 .rt-cat-thumb.bottom {
    margin-top: 12px;
}
.woo-category-multi-2 .image-position-left {
    display: flex;
    align-items: center;
    column-gap: 20px;
    text-align: left;
}
.woo-category-multi-2 .visible-first .woo-cat-item {
    border-radius: 150px 0 0 150px !important;
}
.woo-category-multi-2 .visible-last .woo-cat-item {
    border-radius: 0 150px 150px 0 !important;
}
/*style 03*/
.woo-category-multi-3 .woo-cat-item {
    background-color: var(--toyup-white-color);
    border-radius: 20px;
    padding: 18px 20px;
    text-align: center;
}
.woo-category-multi-3 .rt-cat-thumb {
    height: 120px;
    width: 120px;
    background: var(--toyup-primary-light-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
    position: relative;    
    transition: all 0.21s ease-in-out;
}
.woo-category-multi-3 .rt-cat-thumb img {
    width: 70px;
}

/* Category list style */
.woo-category-style7 ul {
    background-color: var(--toyup-white-color);
    box-shadow: rgb(149 157 165 / 10%) 0 4px 12px;
    border-radius: 8px;
    min-width: 230px;
    margin: 0;
    padding: 8px 20px;
}
.woo-category-style7 ul li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid var(--toyup-border-color);
    transition: all 0.21s ease-in-out;
}
.woo-category-style7 ul li:last-child {
    border-bottom: none;
}
.woo-category-style7 ul li img {
    max-width: 20px;
    width: 100%;
    transition: all 0.21s cubic-bezier(0.4, 0, 1, 1);
}
.woo-category-style7 ul li:hover img {
    transform: scale(1.1);
}
.woo-category-style7 ul li a {
    display: block;
    color: var(--toyup-heading-color);
    font-size: 16px;
    font-weight: 500;
}
.woo-category-style7 ul li:hover a {
    color: var(--toyup-primary-color);
    padding-left: 5px;
}
.woo-category-style7 .rt-cat-count {
    margin-left: 6px;
}
.woo-category-style7 .rt-child-cat {
    position: absolute;
    width: 230px;
    height: auto;
    left: 100%;
    background: var(--toyup-white-color);
    z-index: 999;
    top: 0;
    transition: all 0.21s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translateX( 15px);
}
.woo-category-style7 li:hover .rt-child-cat {
    opacity: 1;
    visibility: visible;
    transform: translateX( 0px);
}
.woo-category-style7 ul .rt-child-cat li a {
    color: var(--toyup-heading-color);
}
.woo-category-style7 ul .rt-child-cat li:hover a {
    color: var(--toyup-primary-color);
}
.woo-category-style7 ul .cat-has-children > a:after {
    content: '\f105';
    position: absolute;
    right: 15px;
    top: 12px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
}
/*-------------------------------------
#. EL: Woo Tag Layout
-------------------------------------*/
.default-woo-tag .woo-tag-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.default-woo-tag .rt-tag-thumb {
    overflow: hidden;
}
.default-woo-tag .rt-tag-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 1;
}
.default-woo-tag .rt-tag-title a {
    color: var(--toyup-heading-color);
}
.default-woo-tag .rt-tag-title a:hover {
    color: var(--toyup-primary-color);
}
.default-woo-tag .rt-tag-count {
    font-size: 16px;
    color: var(--toyup-body-color);
}
.default-woo-tag .woo-tag-item .rt-tag-thumb img {
    transition: all 0.21s ease-in-out;
}
.default-woo-tag .bottomtotop:hover .rt-tag-thumb img {
    animation: toBottomFromTop 0.7s forwards;
}
.default-woo-tag .scale:hover .rt-tag-thumb img {
    transform: scale(1.1);
}
.default-woo-tag .headshake:hover .rt-tag-thumb img {
    animation: headShake 1.5s;
}
/*style 01*/
.woo-tag-style1 .rt-tag-title {
    padding: 0 25px;
}
.woo-tag-style1 .rt-tag-shape {
    position: relative;
    display: inline-block;
}
.woo-tag-style1 .title-count-wrap {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
/*style 2*/
.woo-tag-style2 .rt-tag-shape {
    position: relative;
}
.woo-tag-style2 .rt-tag-thumb {
    position: relative;
    display: inline-block;
    height: 150px;
    width: 153px;
    background-color: var(--toyup-primary-color);
    clip-path: polygon( 80.13% 28.131%,80.13% 28.131%,78.522% 27.941%,76.994% 27.513%,75.564% 26.865%,74.252% 26.016%,73.078% 24.985%,72.06% 23.79%,71.218% 22.451%,70.571% 20.985%,70.139% 19.412%,69.941% 17.75%,69.941% 17.75%,69.777% 15.486%,69.468% 13.191%,68.986% 10.92%,68.303% 8.726%,67.393% 6.661%,66.227% 4.779%,64.778% 3.134%,63.018% 1.777%,60.92% 0.764%,58.456% 0.146%,58.456% 0.146%,55.75% 0.023%,53.243% 0.438%,50.931% 1.321%,48.808% 2.604%,46.872% 4.217%,45.117% 6.091%,43.54% 8.156%,42.136% 10.344%,40.901% 12.585%,39.83% 14.809%,39.83% 14.809%,39.032% 16.328%,38.076% 17.714%,36.978% 18.958%,35.753% 20.051%,34.417% 20.984%,32.983% 21.748%,31.469% 22.334%,29.889% 22.735%,28.258% 22.94%,26.591% 22.941%,26.591% 22.941%,23.661% 22.823%,20.587% 22.831%,17.452% 23.003%,14.338% 23.379%,11.327% 23.995%,8.502% 24.89%,5.944% 26.103%,3.736% 27.67%,1.961% 29.631%,0.699% 32.024%,0.699% 32.024%,0.099% 34.391%,0.035% 36.756%,0.448% 39.103%,1.274% 41.415%,2.453% 43.676%,3.922% 45.867%,5.621% 47.973%,7.486% 49.976%,9.458% 51.86%,11.473% 53.608%,11.473% 53.608%,12.947% 55.021%,14.207% 56.595%,15.247% 58.306%,16.063% 60.129%,16.647% 62.037%,16.994% 64.006%,17.099% 66.012%,16.955% 68.028%,16.558% 70.029%,15.9% 71.991%,15.9% 71.991%,14.924% 74.585%,14.088% 77.272%,13.452% 79.998%,13.072% 82.71%,13.008% 85.356%,13.317% 87.883%,14.058% 90.237%,15.288% 92.367%,17.066% 94.218%,19.45% 95.737%,19.45% 95.737%,22.154% 96.763%,24.843% 97.21%,27.498% 97.143%,30.1% 96.627%,32.631% 95.727%,35.074% 94.507%,37.409% 93.034%,39.619% 91.37%,41.685% 89.583%,43.588% 87.735%,43.588% 87.735%,44.913% 86.593%,46.358% 85.711%,47.894% 85.088%,49.489% 84.725%,51.111% 84.621%,52.729% 84.777%,54.313% 85.192%,55.83% 85.867%,57.249% 86.801%,58.539% 87.995%,58.539% 87.995%,60.589% 90.135%,62.782% 92.247%,65.087% 94.253%,67.474% 96.077%,69.909% 97.641%,72.362% 98.867%,74.801% 99.678%,77.194% 99.998%,79.51% 99.748%,81.717% 98.851%,81.717% 98.851%,83.597% 97.4%,84.985% 95.579%,85.93% 93.447%,86.481% 91.064%,86.687% 88.492%,86.597% 85.79%,86.261% 83.019%,85.728% 80.238%,85.046% 77.508%,84.265% 74.889%,84.265% 74.889%,83.798% 73.057%,83.547% 71.207%,83.507% 69.358%,83.673% 67.528%,84.04% 65.735%,84.604% 63.998%,85.361% 62.335%,86.304% 60.765%,87.43% 59.306%,88.733% 57.977%,88.733% 57.977%,90.55% 56.271%,92.353% 54.437%,94.089% 52.493%,95.703% 50.461%,97.138% 48.358%,98.34% 46.205%,99.254% 44.02%,99.825% 41.824%,99.998% 39.635%,99.717% 37.474%,99.717% 37.474%,98.97% 35.476%,97.796% 33.774%,96.254% 32.347%,94.404% 31.171%,92.304% 30.224%,90.013% 29.483%,87.592% 28.926%,85.098% 28.53%,82.591% 28.273%,80.13% 28.131% );
}
.woo-tag-style2 .title-count-wrap {
    margin-top: 20px;
}
.woo-tag-style2 .rt-tag-thumb img {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    margin: 0 auto;
    text-align: center;
}
/*style 3*/
.woo-tag-style3 .rt-tag-shape {
    position: relative;
}
.woo-tag-style3 .rt-tag-thumb {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.woo-tag-style3 .title-count-wrap {
    position: relative;
    margin-top: -25px;
    background-color: #fff;
    padding-top: 20px;
}

/*-------------------------------------
#. EL: Custom css
-------------------------------------*/
.elementor-invisible {
    visibility: visible !important;
}
.height100vh {
    height: 100vh;
}
@media(max-width: 1199px) {
    .height100vh {
        height: inherit;
    }    
}
.elementor-section.rt-parallax-bg-yes {
    transition: none !important;
}
@media(max-width: 767px) {
    .elementor-section.rt-parallax-bg-yes {
        background-position: center !important;
        background-attachment: scroll !important;
    }
}
@media(min-width: 1025px) {
    .toyup-sticky-column {
        align-self: flex-start !important;
        position: sticky !important;
        top: 92px !important;
    }
}
/*-------------------------------------
#. EL: Shop Builder Addon
-------------------------------------*/
.rtsb-elementor-container .price-wrapper del,
.elementor-element .rtsb-elementor-container.products .price-wrapper del {
    font-size: 16px;
    font-weight: 400;
    color: var(--toyup-meta-color);
    order: 2;
}
.rtsb-elementor-container .price-wrapper ins {
    background-color: transparent;
}
.rtsb-elementor-container .rtsb-product-category {
    margin-top: 12px;
}
.rtsb-elementor-container .product-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--toyup-heading-color);
    transition: all 0.21s ease-in-out;
}
.rtsb-elementor-container .product-title:hover {
    color: var(--toyup-primary-color);
}
.rtsb-elementor-container .limit-1-line {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.rtsb-elementor-container .limit-2-line {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rtsb-elementor-container .product-rating .rtsb-count, 
.rtsb-elementor-container .product-rating .text {
    color: var(--toyup-meta-color);
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-color-term .rtwpvs-term-span-color:after {
    box-shadow: unset;
}
/*product slider*/
.rtsb-elementor-container .rtsb-carousel-slider .swiper-nav > div {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: none;
    height: 40px;
    width: 40px;
    line-height: 1;
    font-size: 14px;
    color: var(--toyup-primary-color);
    background-color: var(--toyup-white-color);
    border: 2px solid var(--toyup-white-color);
    box-shadow: 8px 8px 32px 0px rgba(169, 92, 0, 0.2);
    outline: none;
    border-radius: 50%;
    margin-top: 0;
    z-index: 3;
    transition: all 0.21s ease-in-out;
}
.rtsb-elementor-container .rtsb-carousel-slider .swiper-nav > div:hover {
    color: var(--toyup-white-color);
    background-color: var(--toyup-primary-color);
}
.rtsb-elementor-container .rtsb-carousel-slider.top-nav .swiper-nav {
    position: absolute;
    right: 8px;
    top: -68px;
}
.rtsb-elementor-container .rtsb-carousel-slider.top-nav .swiper-button-next {
    right: 0;
}
.rtsb-elementor-container .rtsb-carousel-slider.top-nav .swiper-button-prev {
    left: -90px;
}
.rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: all 0.21s ease-in-out;
    background: var(--toyup-light-color);
    opacity: 1;
}
.rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet-active, 
.rtsb-elementor-container .rtsb-carousel-slider .swiper-pagination-bullet:hover {
    background: var(--toyup-primary-color);
}
.product-tab-bg .rtsb-filter-item-wrap.rtsb-tax-filter {
    background-color: var(--toyup-white-color);
}
@media(max-width: 767px) {
    .rtsb-elementor-container .rtsb-carousel-slider .swiper-nav > div {
        display: none;
    }
}
.rtsb-elementor-container .rtsb-category-grid, 
.rtsb-elementor-container .rtsb-default-gutter, 
.rtsb-elementor-container .rtsb-product, 
.woocommerce .rtsb-products-container .rtsb-product {
    margin-bottom: 15px;
}
/*product default layout*/
.rtsb-item-default {
    position: relative;
    background-color: var(--toyup-white-color);
    border: 1px solid var(--toyup-border-color);
    border-radius: 8px;
    padding: 8px;
    height: 100%;
    transition: all 0.21s ease-in-out;    
}
.rtsb-item-default .rtsb-product-content {
    padding: 12px;
}
.rtsb-product-img .rtsb-product-image,
.rtsb-elementor-container .product-gallery .image-wrapper img {
    width: auto;
    transition: all 0.21s cubic-bezier(0.4, 0, 1, 1);
    transform-origin: unset;
}
.rtsb-item-default .product-short-description {
    font-size: 15px;
}
.products .rtsb-item-default .product-short-description ul {
    display: block;
}
.products .rtsb-item-default .product-short-description ul li {
    position: relative;
    padding-left: 12px;
}
.products .rtsb-item-default .product-short-description ul li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 11px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: var(--toyup-body-color);
}
.elementor-element .rtsb-elementor-container.products .price-wrapper {
    color: var(--toyup-primary-color);
}
.elementor-element .rtsb-elementor-container.products .price-wrapper > .price {
    font-size: 24px;
    font-weight: 600;
    column-gap: 3px !important;
}
.rtsb-promotion {
    left: 0;
    top: 0;
}
.rtsb-promotion .rtsb-tag-fill {
    margin: 0;
    border-radius: 8px 0;
    line-height: 1;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--toyup-red-color);
}
.rtsb-action-buttons .rtsb-action-btn,
.rtsb-elementor-container .rtsb-action-buttons.preset6.top-part .rtsb-action-btn {
    color: var(--toyup-meta-color);
    background: var(--toyup-white-color);
    border: 1px solid var(--toyup-border-color);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    width: 36px;
    line-height: 1;
    transition: all 0.21s ease-in-out;
}
.rtsb-action-buttons .rtsb-action-btn:hover,
.rtsb-elementor-container .rtsb-action-buttons.preset6.top-part .rtsb-action-btn:hover {
    background-color: var(--toyup-primary-color);
    color: var(--toyup-white-color);
    border: 1px solid transparent;
}
.rtsb-elementor-container .rtsb-action-button-list .rtsb-action-btn .icon {
    font-size: 14px;
}
.rtsb-action-buttons .rtsb-action-btn i {
    transition: unset;
}
.rtsb-item-default .rtsb-shop-meta,
.woocommerce .products ul.rtsb-shop-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 7px;
    row-gap: 7px;
}
.woocommerce .products ul::after {
    display: none;
}
.woocommerce .products ul.rtsb-shop-meta,
.woocommerce .products ul.rtsb-action-button-list {
    column-gap: 7px;
}
.rtsb-item-default .rtsb-shop-meta span.icon {
    font-size: 16px;
}
.rtsb-item-default .rtsb-category-outline li > a {
    font-size: 14px;
    color: var(--toyup-meta-color);
    transition: all 0.21s ease-in-out;
}
.rtsb-item-default .rtsb-category-outline li > a:focus, 
.rtsb-item-default .rtsb-category-outline li > a:hover {
    border-color: transparent;
    background-color: transparent;
    color: var(--toyup-primary-color);
}
.rtsb-item-default .rtsb-product-img {
    margin-bottom: 0;
}
.product-rating.preset2 .inner-wrapper {
    background-color: var(--toyup-rating-color);
}
.rtsb-product .rtsb-product-img figure:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,.02);
    border-radius: 8px;
    transition: all 0.21s ease-in-out;
}
.rtsb-product:hover .rtsb-product-img figure:before {
    opacity: 1;
    visibility: visible;
}
.rtsb-countdown-campaign {
    background-color: var(--toyup-white-color);
    border: 1px solid var(--toyup-red-color);
    border-radius: 50px;
    padding: 12px 20px;
    column-gap: 12px;
    min-width: 180px;
    justify-content: center;
}
.rtsb-countdown-campaign .rtsb-countdown-section {
    background-color: transparent;
    color: var(--toyup-red-color);
    height: auto;
    width: auto;
    position: relative;
}
.rtsb-countdown-campaign .rtsb-countdown-section:after {
    position: absolute;
    content: ":";
    right: -8px;
    top: -6px;
    color: var(--toyup-red-color);
    font-size: 18px;
    font-weight: 600;
}
.rtsb-countdown-campaign .rtsb-countdown-section:last-child::after {
    display: none;
}
.rtsb-countdown-campaign .rtsb-countdown-number {
    margin-bottom: 0;
}
.rtsb-countdown-campaign .rtsb-countdown-unit {
    display: none;
}
.rtsb-countdown-campaign.rtsb-countdown-horizontal {
    height: auto;
}
.rtsb-products-container .rtsb-product .rtsb-countdown-campaign.rtsb-countdown-horizontal {
    left: 15px;
    right: 15px;
    margin: 0 auto;
    width: 180px;
}
.rtsb-elementor-container .rtsb-grid-layout5 .rtsb-product .rtsb-action-buttons.add-to-cart-action .rtsb-wc-add-to-cart-wrap .rtsb-action-btn {
    background-color: var(--toyup-primary-color);
}
/*product grid layout 1*/
.rtsb-toyup-grid-layout1 .rtsb-grid-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rtsb-toyup-grid-layout1 .rtsb-product-img figure {
    background-color: var(--toyup-grey-color);
    border-radius: 8px;
}
/*product grid layout 02*/
.rtsb-toyup-grid-layout2 .rtsb-grid-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rtsb-toyup-grid-layout2 .rtsb-action-btn .icon+.text {
    margin-left: 8px;
}
.rtsb-toyup-grid-layout2 .rtsb-product .rtsb-action-buttons.bottom-part {
    position: absolute;
    left: 12px;
    right: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}
.rtsb-toyup-grid-layout2 .rtsb-product:hover .rtsb-action-buttons.bottom-part {
    transform: translateY(12px);
}
.rtsb-toyup-grid-layout2 .rtsb-product .rtsb-product-content {
    background-color: var(--toyup-white-color);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.rtsb-toyup-grid-layout2 .rtsb-product:hover .rtsb-product-content {    
    transform: translateY(-65px);
}
/*product list layout 01*/
.rtsb-toyup-list-layout1 .rtsb-product-img figure {
    background-color: var(--toyup-grey-color);
    border-radius: 8px;
}
/*product list layout 02*/
.rtsb-toyup-list-layout2 .rtsb-content-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 7px;
    margin-top: 15px;
}
.rtsb-toyup-list-layout2 .rtsb-product-img figure {
    background-color: var(--toyup-grey-color);
    border-radius: 8px;
}
.rtsb-toyup-list-layout2 .rtsb-product-list {
    border-bottom: 1px solid var(--toyup-border-color);
    margin-bottom: 20px !important;
    padding-bottom: 20px;
}
.rtsb-toyup-list-layout2 .rtsb-product-list:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
/*product slider layout 02*/
.rtsb-toyup-slider-layout2 .rtsb-action-btn .icon+.text {
    margin-left: 8px;
}
.rtsb-toyup-slider-layout2 .rtsb-product .rtsb-action-buttons.bottom-part {
    position: absolute;
    left: 12px;
    right: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
}
.rtsb-toyup-slider-layout2 .rtsb-product:hover .rtsb-action-buttons.bottom-part {
    transform: translateY(12px);
}
.rtsb-toyup-slider-layout2 .rtsb-product .rtsb-product-content {
    position: relative;
    background-color: var(--toyup-white-color);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.rtsb-toyup-slider-layout2 .rtsb-product:hover .rtsb-product-content {    
    transform: translateY(-65px);
}
/*product slider layout 03*/
@media (min-width: 1200px) {
    .rtsb-elementor-container .rtsb-slider-layout3 .rtsb-carousel-slider {
        margin: -30px 0 -80px;
        padding-bottom: 80px!important;
    }
}

.rtsb-toyup-list-layout2 .rtsb-product .rtsb-list-item .product-price+.rtsb-action-buttons,
.elementor-element .rtsb-elementor-container .rtsb-toyup-list-layout2 .product-price {
    margin-top: 0;
}
.rtsb-elementor-container .rtsb-toyup-list-layout2 .rtsb-action-buttons.preset6.top-part {
    top: 10px;
    right: 10px;
}
.rtsb-elementor-container .rtsb-toyup-list-layout2 .rtsb-product .rtsb-list-item .rtsb-action-buttons.top-part .rtsb-action-button-list {
    gap: 5px;
}
/*product slider layout 01*/
.rtsb-toyup-slider-layout1 .rtsb-product-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*product category layout*/
.rtsb-elementor-container .rtsb-content-loader .category-title {
    font-size: 16px;
    font-weight: 500;
}
.rtsb-elementor-container .rtsb-content-loader .category-title a {
    color: var(--toyup-heading-color);
    transition: all 0.21s ease-in-out;
}
.rtsb-elementor-container .rtsb-content-loader .category-title a:hover {
    color: var(--toyup-primary-color);
}
.rtsb-elementor-container .rtsb-content-loader .product-count {
    color: var(--toyup-meta-color);
}
/*product category layout 1*/
.rtsb-toyup-category-layout1 .rtsb-category-grid {
    margin-bottom: 0;
}
.rtsb-toyup-category-layout1 .rtsb-category-item {
    display: flex;
    column-gap: 8px;
    align-items: center;
    border-bottom: 1px solid var(--toyup-border-color);
}
.rtsb-toyup-category-layout1 .rtsb-category-grid:last-child .rtsb-category-item {
    border-bottom: none;
}
.rtsb-toyup-category-layout1 .rtsb-category-grid:last-child {
    margin-bottom: 0 !important;
}
.rtsb-toyup-category-layout1 .rtsb-product-img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    margin-bottom: 0;
}
.rtsb-toyup-category-layout1 .rtsb-product-img figure {
    max-width: 22px;
    width: auto;
}
.rtsb-elementor-container .rtsb-toyup-category-layout1 .category-title a:hover {
    padding-left: 5px;
}
/*product category layout 1*/
.rtsb-category-layout1 .rtsb-product-img img {
    width: auto;
}
/*product category layout 2*/
.rtsb-category-layout2 .rtsb-product-img img {
    width: auto;
}
/*home-cat-scroll*/
.home-cat-scroll .rtsb-toyup-category-layout1::-webkit-scrollbar {
	width: 5px;
    background-color: var(--toyup-grey-color);
}
.home-cat-scroll .rtsb-categories-container {
    height: 100vh;
}
.home-cat-scroll .rtsb-toyup-category-layout1 {
    max-height: calc(100% - 330px);
    overflow-y: auto;
}
@media(max-width: 1024px) {
    .home-cat-scroll .rtsb-categories-container {
        height: auto;
    }
}
/*-------------------------------------
#. EL: Daily Deals Addon
---------------------------------------*/
.rt-daily-deals-box {
    display: flex;
    align-items: center;
    column-gap: 50px;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 50px 5%;
    background: linear-gradient(104deg, var(--toyup-red-light-color) 0, var(--toyup-primary-light-color) 100%) no-repeat;
    border-radius: 16px;
    min-height: 310px;
}
.rt-daily-deals-box:last-child {
    margin-bottom: 0;
}
.rt-daily-deals-box .rt-daily-info {
    max-width: 500px;
    width: 100%;
}
.rt-daily-deals-box .rt-daily-content-wrap {
    display: flex;
    align-items: center;
    column-gap: 24px;
    max-width: 450px;
    min-width: 300px;
    width: 100%;
    background-color: var(--toyup-white-color);
    border-radius: 12px;
    padding: 30px;
}
.rt-daily-deals-box .rt-thumb {
    width: 80px;
}
.rt-daily-deals-box .rt-cat {
    color: var(--toyup-body-color);
    font-size: 14px;
}
.rt-daily-deals-box .rt-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.2;
}
.rt-daily-deals-box .rt-title a {
    color: var(--toyup-heading-color);
}
.rt-daily-deals-box .rt-title a:hover {
    color: var(--toyup-primary-color);
}
.rt-daily-deals-box .rt-price {
    color: var(--toyup-heading-color);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
}
.rt-daily-deals-box .rt-price-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 8px;
    margin-bottom: 4px;
}
.woocommerce .rt-daily-deals-box span.onsale {
    position: relative;
    margin: 0;
    border-radius: 12px 0;
    top: 0;
    left: 0;
    min-height: auto;
    line-height: 1;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--toyup-red-color);
}
.rt-daily-deals-box .rtsb-countdown-campaign {
    width: max-content;
}
@media(max-width: 767px) {
    .rt-daily-deals-box {
        display: block;
    }
}

/*-------------------------------------
#. EL: Vendor User
---------------------------------------*/
.rt-vendor-user .rt-user-box {
	display: flex;
	align-items: center;
    gap: 12px;
}
.rt-vendor-user .rt-user-box .rt-seller-content {
    flex: 1;
}
.rt-vendor-user .rt-user-box .rt-seller-author {
	border-radius: 50%;
	overflow: hidden;
}
.rt-vendor-user .rt-user-box .rt-author-title {
	font-size: 20px;
    font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.3;
}
.rt-vendor-user .rt-user-box .rt-author-title a {
    color: var(--toyup-heading-color);
}
.rt-vendor-user .featured-label {
    transition: all 0.21s ease-in-out;
}
.rt-vendor-user .rt-rating .star-rating {
	float: unset;
}
.rt-vendor-user .rt-rating.column .star-rating,
.rt-vendor-user .rt-rating.column-reverse .star-rating  {
    margin: 0 auto;
}
.rt-vendor-user .rt-rating .text {
    font-size: 14px;
    margin-bottom: 5px;
	display: none;
}
.rt-vendor-user .rt-seller-author img {
    object-fit: cover;
}
/*vendor user 1*/
.rt-vendor-user-style1 .rt-user-box {
    position: relative;
    background-color: var(--toyup-white-color);
    color: var(--toyup-heading-color);
    border-radius: 100px;
    padding: 5px;
    overflow: hidden;
    z-index: 1;
}
.rt-vendor-user-style1 .rt-user-box:hover {
    color: var(--toyup-white-color);
}
.rt-vendor-user-style1 .rt-user-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--toyup-primary-color);
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    will-change: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transform: translateX(calc(-100% + -1px));
}
.rt-vendor-user-style1 .rt-user-box:hover:before {
    transform: translateX(0%);
}
.rt-vendor-user-style1 .rt-user-box:hover .rt-author-title a {
	color: var(--toyup-white-color);
}
/*vendor user 2*/
.rt-vendor-user-style2 .rt-user-box {
    position: relative;
    border: 1px solid var(--toyup-border-color);
    color: var(--toyup-body-color);
    border-radius: 100px;
    padding: 5px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.21s ease-in-out;
}
.rt-vendor-user-style2 .rt-user-box:hover {
    color: var(--toyup-white-color);
    border: 1px solid transparent;
}
.rt-vendor-user-style2 .rt-user-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--toyup-rating-color);
    transition-duration: 0.75s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    will-change: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transform: translateX(calc(-100% + -1px));
}
.rt-vendor-user-style2 .rt-user-box:hover:before {
    transform: translateX(0%);
}
.rt-vendor-user-style2 .rt-user-box:hover .rt-author-title a {
    color: var(--toyup-white-color);
}
/*-------------------------------------
#. EL: Dokan Store
---------------------------------------*/
input[type='submit'].dokan-btn-theme, 
a.dokan-btn-theme, 
.dokan-btn-theme {
    color: var(--toyup-white-color) !important;
    background-color: var(--toyup-rating-color) !important;
    border: none;
    transition: all 0.21s ease-in-out;
}
input[type='submit'].dokan-btn-theme:hover, 
a.dokan-btn-theme:hover, 
.dokan-btn-theme:hover {
    color: var(--toyup-white-color);
    background-color: var(--toyup-primary-color) !important;
}
input[type='submit'].dokan-btn:hover, 
a.dokan-btn:hover, 
.dokan-btn:hover, 
input[type='submit'].dokan-btn:focus, 
a.dokan-btn:focus, .dokan-btn:focus, 
input[type='submit'].dokan-btn.focus, 
a.dokan-btn.focus, .dokan-btn.focus {
    color: var(--toyup-white-color);
    border-color: var(--toyup-primary-color);
    background-color: var(--toyup-primary-color);
}
/*Store list*/
#dokan-store-listing-filter-wrap {
    border-radius: 12px;
}
#dokan-store-listing-filter-wrap .store-count {
    font-size: 18px;
}
#dokan-store-listing-filter-wrap .right .item select {
	border: 1px solid var(--toyup-border-color);
	background-size: 10px !important;
	background-repeat: no-repeat !important;
	background-position: 90% !important;
	padding: 5px 29px 5px 15px;
    height: 40px;
}
#dokan-store-listing-filter-wrap .right .toggle-view {
    height: auto;
}
#dokan-store-listing-filter-wrap .right .toggle-view .dashicons {
    font-size: 22px;
    border: 1px solid var(--toyup-border-color);
    border-radius: 6px;
    height: 40px;
    width: 40px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#dokan-store-listing-filter-wrap .right .item .dokan-store-list-filter-button {
    border-radius: 6px;
}
#dokan-store-listing-filter-wrap .right .toggle-view .active {
    color: var(--toyup-primary-color);
}
#dokan-store-listing-filter-form-wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    border-radius: 12px;
}
#dokan-store-listing-filter-form-wrap .store-search {
    flex: 1;
}
#dokan-store-listing-filter-form-wrap .store-search .store-search-input {
    border-color: var(--toyup-border-color);
    border-radius: 6px;
}
#dokan-store-listing-filter-form-wrap .apply-filter {
    margin-top: 0;
}
#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn {
    background-color: var(--toyup-rating-color);
    padding: 8px 25px;
    border-radius: 6px;
}
/*grid layout*/
#dokan-seller-listing-wrap.grid-view .store-content {
    background-color: transparent;
}
#dokan-seller-listing-wrap.grid-view .store-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
}
#dokan-seller-listing-wrap.grid-view .dokan-single-seller .store-wrapper .store-header .store-banner {
    position: relative;
    min-height: 280px;
}

#dokan-seller-listing-wrap.grid-view .dokan-single-seller .store-wrapper .store-header .store-banner:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0, 0, 0, 0.8) 100%);
}
#dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
    padding: 30px;
    transition: all 0.31s ease-in-out;
}
#dokan-seller-listing-wrap.grid-view .dokan-single-seller:hover .store-content .store-data-container {
    padding-top: 50px;
}
#dokan-seller-listing-wrap .store-content .store-data-container .featured-label {
    background-color: var(--toyup-rating-color);
    color: var(--toyup-white-color);
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 6px;
    padding: 8px 14px;
    display: inline-block;
    line-height: 1;
}
#dokan-seller-listing-wrap .store-data .store-title {
    font-size: 22px;
    margin-bottom: 3px;
}
#dokan-seller-listing-wrap.grid-view .store-data .store-list {
    margin-bottom: 0;
}
#dokan-seller-listing-wrap.grid-view .store-data .store-list i {
    padding-right: 8px;
}
#dokan-seller-listing-wrap.grid-view .store-data .store-title a, 
#dokan-seller-listing-wrap.grid-view .store-data .store-list a {
    color: var(--toyup-white-color);
}
#dokan-seller-listing-wrap.grid-view .store-data .store-title a:hover, 
#dokan-seller-listing-wrap.grid-view .store-data .store-list a:hover {
    color: var(--toyup-primary-color);
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {
    background-color: var(--toyup-white-color);
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .visit-store {
    padding: 14px 24px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar {
    top: -40px;
}
/*list layout*/
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller:nth-child(even) .store-wrapper {
    background-color: var(--toyup-primary-light-color);
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper {
    border-radius: 12px;
    box-shadow: unset;
    overflow: hidden;
}
#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner {
    min-height: 220px;
}
#dokan-seller-listing-wrap.list-view .store-data .store-list {
    margin-bottom: 0;
}
#dokan-seller-listing-wrap.list-view .store-data .store-list i {
    color: var(--toyup-primary-color);
    padding-right: 8px;
}
#dokan-seller-listing-wrap.list-view .store-data .store-title a, 
#dokan-seller-listing-wrap.list-view .store-data .store-list a {
    color: var(--toyup-heading-color);
}
#dokan-seller-listing-wrap.list-view .store-data .store-title a:hover, 
#dokan-seller-listing-wrap.list-view .store-data .store-list a:hover {
    color: var(--toyup-primary-color);
}
.dokan-pagination-container .dokan-pagination li a {
    border: none;
    background-color: var(--toyup-white-color);
    border-radius: 6px;
    color: var(--toyup-body-color);
    padding: 6px 18px;
    font-size: 18px;
    font-weight: 500;
}
.dokan-pagination-container .dokan-pagination li.active a {
    background: var(--toyup-primary-color);
    color: var(--toyup-white-color);
}
/*store details*/
.dokan-store-wrap {
    margin: 0;
    column-gap: 24px;
    row-gap: 40px;
    flex-direction: unset;
}
.dokan-store-sidebar > div {
    width: 100%;
}
@media(max-width: 1024px) {
    .dokan-store-wrap {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .dokan-store-sidebar, .dokan-single-store {
        margin-right: 0;
        width: 100% !important;
        margin-left: 0;
    }
}
.vendor-single-store {
    width: 100%;
}
.vendor-single-store .profile-img-wrap {
    position: relative;
}
.vendor-single-store .profile-img-wrap .profile-info-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}
.vendor-single-store .store-social {
    position: absolute;
    bottom: 25px;
    right: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 5px;
    line-height: 1;
}
.vendor-single-store .store-social li a {
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--toyup-white-color);
    transition: all 0.21s ease-in-out;
}
.vendor-single-store .store-social li a:hover {
    color: var(--toyup-primary-color);
}
.vendor-single-store .profile-img {
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--toyup-grey-color);
}
.vendor-single-store .profile-info-summery {
    background-color: var(--toyup-white-color);
    box-shadow: 0 0 30px 0 rgba(var(--toyup-primary-color-rgb), 0.05);
    border-radius: 0 0 12px 12px;
    padding: 30px;
    display: flex;
    column-gap: 35px;
}
.vendor-single-store .store-name {
    font-size: 24px;
    margin-bottom: 13px;
    line-height: 1;
}
.vendor-single-store .dokan-store-info {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.vendor-single-store .dokan-store-info li {
    color: var(--toyup-body-color);
    font-size: 16px;
    margin-bottom: 5px;
}
.vendor-single-store .dokan-store-info li i {
    color: var(--toyup-primary-color);
    padding-right: 8px;
}
.vendor-single-store .dokan-store-info li a {
    color: var(--toyup-body-color);
}
.vendor-single-store .dokan-store-info li a:hover {
    color: var(--toyup-primary-color);
}
.vendor-single-store .dokan-store-info li:last-child {
    margin-bottom: 0;
}
.vendor-single-store .dokan-store-info .dokan-store-rating .text {
    display: none;
}
.vendor-single-store .dokan-store-info .dokan-store-rating .star-rating {
    float: left;
    margin-top: 5px;
}
.vendor-single-store .dokan-store-products-filter-area {
    background-color: var(--toyup-white-color);
    box-shadow: 0 0 30px 0 rgba(var(--toyup-primary-color-rgb), 0.05);
    border-radius: 12px;
    padding: 30px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.vendor-single-store .dokan-store-products-filter-area .product-name-search {
    border: 1px solid var(--toyup-border-color);
    background-color: var(--toyup-white-color);
    border-radius: 50px 0 0 50px;
    padding: 10px 10px 10px 20px;
    height: 48px;
    width: 58%;
}
.vendor-single-store .dokan-store-products-filter-area input[type='submit'].dokan-btn-theme {
    border-radius: 0 50px 50px 0;
    height: 48px;
}
.vendor-single-store .dokan-store-products-filter-area .orderby-search {
    width: auto;
    height: 48px;
    padding: 9px 20px;
    outline: none;
    background-position: 90%;
    border-radius: 50px;
    border: 1px solid var(--toyup-border-color);
    background-color: var(--toyup-white-color);
}
.vendor-single-store .products-list-heading {
    font-size: 32px;
    margin-top: 30px;
}
@media (max-width: 991px) {
    .vendor-single-store .dokan-store-products-filter-area .product-name-search {
        width: 44%;
    }
}
@media (max-width: 767px) {
    .vendor-single-store .dokan-store-products-filter-area .product-name-search {
        width: 54%;
    }
}
@media (max-width: 375px) {
    .vendor-single-store .profile-img {
        margin-bottom: 10px;
    }
    .vendor-single-store .profile-info-summery {
        display: block;
        text-align: center;
    }
    .vendor-single-store .dokan-store-info li:last-child {
        display: flex;
        justify-content: center;
    }
}
/*dokan product details*/
.dokan-vendor-info-wrap {
    border: 1px solid var(--toyup-border-color);
    border-radius: 12px;
    width: 100%;
}
.dokan-vendor-info-wrap .dokan-vendor-image {
    width: 78px;
    height: auto;
    background-color: var(--toyup-grey-color);
    border-radius: 50%;
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating p,
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-ratings-count {
    color: var(--toyup-body-color);
    font-size: 14px;
    line-height: 1.2;
}
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating .dashicons-star-filled, 
.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating .dashicons-star-half {
    color: var(--toyup-rating-color);
}
.list-unstyled li label {
    color: var(--toyup-heading-color);
    font-weight: 500;
}
/*dokan widget*/
.dokan-store-sidebar .dokan-store-widget {
    background-color: var(--toyup-white-color);
    border-radius: 12px;
    padding: 25px 30px;
}
.dokan-store-sidebar .widget-title {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.dokan-store-sidebar .dokan-category-menu {
    border: none;
}
.dokan-category-menu h3.widget-title {
    margin: 0 0 20px 0;
    padding: 0;
    background: transparent;
    border: none;
    color: initial;
}
.dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap a {
    font-size: initial;
    border-bottom: none;
    margin: 0;
    padding: 5px 0;
    text-decoration: none;
}
.dokan-form-control,
.seller-form .dokan-form-control {
    border-radius: 6px;
}
.seller-form .dokan-btn-theme {
    margin-top: 10px;
}
/*dashboard*/
.dokan-dashboard .dokan-dash-sidebar {
    background-color: transparent;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
    background-color: var(--toyup-white-color);
    border-radius: 12px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active).has-submenu:after {
    display: none;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    transition: all 0.21s ease-in-out;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    color: var(--toyup-heading-color);
    font-size: 16px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
    background: var(--toyup-rating-color);
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
    background-color: var(--toyup-primary-color);
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a {
    color: var(--toyup-white-color);
    font-weight: 400;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
    font-size: 15px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu {
    background-color: var(--toyup-primary-color);
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li {
    background-color: var(--toyup-primary-color);
    border: none !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links:hover {
    background-color: var(--toyup-primary-color) !important;
}
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation > #mobile-menu-icon {
    border: none;
    background-color: var(--toyup-primary-color);
    color: var(--toyup-white-color);
    padding: 7px 8px 5px;
    width: 40px;
    text-align: center;
    font-size: 20px;
}
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation > input:checked + ul.dokan-dashboard-menu {
    background-color: var(--toyup-white-color);
}
@media(max-width: 767px) {
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        border: none;
    }
}
/*dashboard right*/
.dashboard-content-area .big-counter ul.list-inline {
    display: flex;
}
@media(max-width: 991px) {
    .dashboard-content-area .big-counter ul.list-inline {
        flex-wrap: wrap;
    }
    .dokan-dashboard .dokan-dash-sidebar, .dokan-dashboard .dokan-dashboard-content {
        float: none;
        width: 100%;
    }
    .dokan-dashboard .dokan-dashboard-content {
        padding-left: 0;
    }
}
.dokan-select-product-category-container .dokan-select-product-category {
    border: 1px solid var(--toyup-border-color);
    border-radius: 6px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
    border: 1px solid var(--toyup-border-color);
    border-radius: 6px;
    box-shadow: unset;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count {
    border: none;
    color: var(--toyup-heading-color);
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
    color: var(--toyup-heading-color);
    font-size: 18px;
    font-weight: 600;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i {
    color: var(--toyup-rating-color);
}
.dokan-product-listing .dokan-product-listing-area {
    padding: 0;
}
.dokan-product-listing .dokan-product-listing-area .product-listing-top,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
    border: none;
    background-color: var(--toyup-grey-color);
    border-radius: 8px;
    padding: 12px 30px;
    font-size: 15px;
}
.dokan-product-listing ul.subsubsub {
    color: var(--toyup-body-color);
    font-size: 15px;
    margin: 0;
    line-height: 1;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table th,
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
    border: none;
}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table th {
    color: var(--toyup-heading-color);
    font-weight: 600;
}
.dokan-table-striped > thead > tr {
    background-color: var(--toyup-primary-light-color);
}
.dokan-table-striped > tbody > tr:nth-of-type(odd) {
    background-color: var(--toyup-grey-color);
}
.dokan-dashboard .dokan-dashboard-content article {
    background-color: var(--toyup-white-color);
    border-radius: 12px;
    padding: 30px;
}