/**
 * ELEMENTOR Grid
 */

 .aux-fhd .elementor-section.elementor-section-boxed>.elementor-container,
 .aux-fhd:not(.elementor-page) .elementor-section-boxed>.elementor-container{
	width: auto;
	max-width: 1900px
 }
 .aux-fhd .elementor-add-section{
	max-width: 1940px
 }

 .aux-s-fhd .elementor-section.elementor-section-boxed>.elementor-container,
 .aux-s-fhd:not(.elementor-page) .elementor-section-boxed>.elementor-container{
	 width: auto;
	 max-width: 1600px
 }
 .aux-s-fhd .elementor-add-section {
	max-width: 1640px
}

 .aux-xhd .elementor-section.elementor-section-boxed>.elementor-container,
 .aux-xhd:not(.elementor-page) .elementor-section-boxed>.elementor-container{
	 width: auto;
	 max-width: 1400px
 }
 .aux-xhd .elementor-add-section {
	max-width: 1440px
}

 .aux-hd .elementor-section.elementor-section-boxed>.elementor-container,
 .aux-hd:not(.elementor-page) .elementor-section-boxed>.elementor-container{
	 width: auto;
	 max-width: 1200px
 }
 .aux-hd .elementor-add-section {
	max-width: 1240px
}

 .aux-nd .elementor-section.elementor-section-boxed>.elementor-container,
 .aux-nd:not(.elementor-page) .elementor-section-boxed>.elementor-container{
	 width: auto;
	 max-width: 1000px
 }
 .aux-nd .elementor-add-section {
	max-width: 1040px
}

div#floatBtn-1::after {
    content: 'View Cart';
    bottom: -24px;
	display: none;
    position: absolute;
    background: #00A5FF;
	color: #fff;
    padding: 2px 6px;
    z-index: 2;
    font-size: 14px;
}

div#floatBtn-1 a{
    animation: pulse 1.2s infinite;
}


@keyframes pulse {
    0% {
/*         transform: scale(1); */
        box-shadow: 0 0 0 0 rgba(0,0,0,.7)
    }

    70% {
/*         transform: scale(1); */
        box-shadow: 0 0 0 10px transparent
    }

    100% {
/*         transform: scale(2); */
        box-shadow: 0 0 0 0 transparent
    }
}

.login-container .redirect-text{
	font-weight: 700;
}

.login-container .redirect-text a{
	border: 1px solid;
    padding: 10px;
    background: #ff5722;
    color: #fff;
    border-radius: 8px;
}

