/*
Theme Name: ShiftUp Child
Theme URI: https://shiftup.qodeinteractive.com
Description: A child theme of ShiftUp
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: shiftup
Template: shiftup
*/

@media only screen and (max-width: 360px) {
	.bottom-thumbnail div a.add_to_cart_button, .bottom-thumbnail div a.more_info_button, .single_add_to_cart_button {
		font-size: 9px !important;
	}
}

.wpfFloatingWrapper .wpfFilterWrapper:not(:first-child) {
    margin-top: 0px;
    margin-bottom: 0px;
}

.wpfFloatingWrapper .wpfFilterWrapper:first-child {
    margin-top: 20px;
    margin-bottom: 0px;
}

.wpfFloatingWrapper .wfpTitle{
    height: 15px !important;
    font-size: 13px !important;
    margin-bottom: 8px !important;
}

.wpfFloatingWrapper .wpfFilterTaxNameWrapper {
    font-size: 11px !important;
}

.wpfFloatingWrapper .wpfFilterButtons {
    padding: .5rem !important;
}

.wpfFloatingWrapper .wpfFilterButton.wpfButton {
    margin: 0 !important;
}

#wpfFloatingWrapper-4_686652 .wpfFloatingTitle {
    font-size: unset !important; 
    padding-top: 12px !important; 
    padding-bottom: 12px !important; 
    min-height: unset !important;
}


/* checkout css */
.wpfFloatingWrapper .wfpTitle{
 height: 25px; 
}

#custom-checkout .woocommerce {
	margin-top: 1rem !important;
}

form.checkout .form-row.place-order {
	padding: 0px;
}

form.checkout .delivery-total {
	border: 0px !important;
}

.woocommerce-privacy-policy-text {
	font-size: 13px;
}

form.checkout .delivery-cost {
	text-align: right !important
}

form.checkout .calculator-wrapper {
	display: none !important;
}

form.checkout .bottom-data {
	display: none !important;
}

/* checkout css */
@media screen and (max-width: 767px) {
    .footer-support-email {
        font-size: 1.1rem;
    }
}

.number-div {
    border-top: 4px solid var(--qode-main-color)
}

.number-container {
    background-color: var(--qode-main-color);
    margin-top: -43px;
    padding: 11px;
}

.number {
    padding: 13px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.number h3 {
    color: var(--qode-main-color)
}

.step-shadow {
    box-shadow: 0 -25px 3px -3px #fff, 0 25px 3px -3px #fff, 6px 0px 15px -8px #888;
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
	margin-bottom: 40px !important;
}

.pointer-events-none {
	pointer-events: none;
}

.qodef-text-primary {
	color: #51E1E5;
}

.qpdef-bg-primary {
	background-color: #51E1E5 !important
}

.qodef-text-secondary {
	color: #001823;
}

.qpdef-bg-secondary {
	background-color: #001823 !important
}

.qodef-text-tertiary {
	color: #BDCCD4;
}

.qpdef-bg-tertiary {
	background-color: #BDCCD4 !important
}

.qodef-engine-size, .qodef-drivetrain {
	color: #ebebeb !important;
    background-color: #000 !important;
}

.qodef-search-minimal-form .qodef-m-form-field {
	background-color: #324954 !important;
	color: #fff !important
}

.qodef-search-minimal-form .qodef-m-form-submit {
	background-color: #324954 !important;
}

.cursor-pointer {
	cursor: pointer;
}

.w-33 {
	width: 33.33% !important;
}

.w-30 {
	width: 30%;
}

.w-md-30 {
	width: 30%;
}

.w-90 {
	width: 90% !important;
}

.form-control:focus {
	box-shadow: unset !important;
}

.qodef-woo-product-list .qodef-woo-product-image-inner .add_to_cart_button-trigger:before {
	background-image: url('/wp-content/themes/shiftup-child/utilities/icons/plus-dark.svg') !important;
}
/*.qodef-woo-product-list li.product .qodef-e-inner .qodef-woo-product-image .qodef-woo-product-image-inner a.add_to_cart_button:hover {
	color: #51E1E5 !important
}*/


.elementor-popup-modal .dialog-widget-content {
	background-color: unset !important;
}

.qodef-e-info>* {
	font-size: 11px !important;
	font-weight: 600  !important;
    color: #9a9a9a !important;
}

.outofstock .qodef-woo-product-image-inner a.button:not(.more_info_button) {
    display: none !important;
}


#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
	margin-top: unset !important;
	max-width: unset !important;
}

.accordion-button:focus {
	box-shadow: none !important;
	border-color: 0px !important;
}

.qodef-woo-product-list.qodef-item-has-background-image .qodef-woo-product-image img {
	opacity: unset !important;
}

.outofstock .qodef-woo-product-image img.attachment-woocommerce_thumbnail, .outofstock .qodef-woo-product-image img.attachment-full {
	opacity: 0.5 !important;
}

/* check toggle button */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {visibility:hidden; position: absolute}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #51E1E5;
}

input:focus + .slider {
  box-shadow: 0 0 1px #51E1E5;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:-internal-autofill-selected {
	background-color: #fff !important
}

/*category thumbnails end*/

#shiftup_core_woo_dropdown_cart-6.qodef-mobile-header-widget-area-one {
	margin-top: 37px !important;
}

.qodef-widget-holder .spinner-border {
top: -7px !important;	
}

.qodef-fullscreen-search-holder .spinner-border {
top: 4px !important;	
}

.qodef-e-search-heading-form .spinner-border {
top: -3px !important;
}

.spinner-border {
--bs-spinner-width: 1.6rem !important;
--bs-spinner-height: 1.6rem !important;
position: relative !important;
border-right-color: #51e1e5 !important;
}

.qodef-woo-product-mark-container {
	position: absolute;
    top: 16px;
    right: 30px;
    z-index: 5;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 9px;
    display: block !important;
}

.qodef-woo-product-mark-container span {
	padding: 0px 14px;
}

.qodef-woo-rebuilt{
	background-color: #BDCCD4;
	color: #001823;
}

/*category thumbnails start*/

.qodef-rebuilt {
	background-color: #47A022 !important;
	color: #fff !important;
}

.qodef-new {
	background-color: #E5A701 !important;
	color: #fff !important;
}
  
.qodef-woo-onsale {
	background-color: #dc3545 !important;
	color: white !important;
}

.qodef-pre-owned {
	background-color: #bdccd4 !important;
	color: black !important;
}

.qodef-backorder {
	background-color: #001823 !important;
	color: white !important;
}

.qodef-like-new {
	background-color: #85afb5  !important;
	color: #001823;
}

.qodef-service {
	background-color: #636363 !important;
	color: white !important;
}

.qodef-fuel-type {
	background-color: #000 !important;
	color: #fff !important;
}

.qodef-transmission {
	background-color: #000 !important;
	color: #fff !important;
}

.qodef-out-of-stock {
	background-color: #000 !important;
	color: #fff !important;
}

.qodef-new, .widget_shiftup_core_woo_dropdown_cart .qodef-m-opener-count, .widget_shopping_cart .qodef-m-opener-count {
	color: #001823 !important;
}

.wpfDisplay.selected .wpfValue{
	color: #51E1E5;
}

.wpfFilterVerScroll::-webkit-scrollbar-track {
    border: none !important;
    background-color: #ccc !important;
}

.wpfFilterVerScroll::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    background-color: #001823 !important;
    border: none !important;
}

.wpfFilterWrapper .wpfPriceInputs {
	align-items: unset !important;
}

#wpfSliderRange {
	background: #ccc !important;
}

#wpfSliderRange .ui-widget-header {
	background: #001722 !important;
}

#wpfSliderRange.ui-slider.ui-widget-content:not(.iris-slider-offset) {
	border: 0 !important;
}

.wpfFilterWrapper {
	padding: 5px 20px !important;
}

/* #qodef-page-mobile-header {
	position: fixed;
  	top: 0;
  	width: 100%;
} */

/* Modify product thumbnails css */
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-woo-product-categories {
	position: unset !important;
	top: unset !important;
	left: unset !important;
	padding-right: unset !important;
	margin-bottom: 15px;
}

.qodef-woo-product-image {
	min-height: 384px !important;
	background-color: #F3F3F3 !important;
}

.qodef-woo-product-categories.qodef-e-info a{
	margin-right: 10px
}

.qodef-woo-product-categories.qodef-e-info span.qodef-info-separator-single{
	margin: 3px 10px 3px 0px !important;
}

li.container-thumbnail {
	position: relative;
	height: 384px;
	overflow: hidden;
}

.top-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
}

.bottom-thumbnail {
	top: 100%;
	left: 0;
	width: 100%;
	height: 17%;
	transition: transform 0.5s ease;
}

.container-thumbnail:hover .top-thumbnail {
	transform: translateY(-14%);
}

.container-thumbnail:hover .bottom-thumbnail {
	transform: translateY(-92%);
}

/*
.qodef-woo-product-list .qodef-woo-product-image>.woocommerce-LoopProduct-link {
    position: absolute !important;	
}*/

li .add_to_cart_button {
	text-transform: uppercase !important
}

li h4.woocommerce-loop-product__title {
	text-align: start !important;
}

ul.elementor-grid li.product:before, ul.elementor-grid li.product:after {
	right: -10px !important;
}

li .product-mark-holder .qodef-woo-product-mark,
.elementor-widget-woocommerce-product-images .product-mark-holder .qodef-woo-product-mark {
	position: relative !important;
	top: 0px !important;
	right: 0px !important;
	float: right;
	margin-top: 10px;
}

li .product-mark-holder .qodef-woo-product-mark{
	margin-left: 7px !important;
}


.elementor-widget-woocommerce-product-images .product-mark-holder .qodef-woo-product-mark  {
	margin-left: 8px !important;
}

:not(.qodef-woo-product-mark-container) > .qodef-woo-product-mark {
    display: none;
}

.top-categories .qodef-m-image {
	background-color: #F3F3F3 !important;
}

.elementor-products-grid ul.products.elementor-grid li.product .qodef-woo-product-image-inner + a.woocommerce-LoopProduct-link {
	position: absolute !important; 
}
/* Modify product thumbnails css */

/*a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    pointer-events: none;
}*/

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .ajax_add_to_cart, .add_to_cart_button-trigger {
    position: unset !important;
}

.qodef-woo-product-list .qodef-woo-product-image>.woocommerce-LoopProduct-link:before {
	opacity: 0 !important;
}

.add_to_cart_button-container {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    backdrop-filter: none !important;
    background: 0 0 !important;
    font-size: 15px !important;
    color: #fff !important;
    z-index: 6 !important;
    /*visibility: hidden;*/
    transition: all .2s;
}

.add_to_cart_button-trigger {
    padding: 0 40px!important;
}

.qodef-woo-product-image-inner {
	overflow: hidden
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .added_to_cart, .add_to_cart_button-container .added_to_cart {
	position: unset !important;
    padding: 20px !important;
    transform: none !important;
    background-color: #E5A701 !important;
	width: 100% !important;
	
}

.add_to_cart_button-container .added_to_cart {
	animation: .5s slide-left;
}


/***** Slide Right *****/
.slide-right {
  animation: .5s slide-right;
}

@keyframes slide-right {
  from {
    margin-left: -20%;
  }
  to {
    margin-left: 0%;
  }
}

/***** Slide Left *****/
.slide-left {
  animation: .5s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 20%;
  }
  to {
    margin-left: 0%;
  }
}

/* Modify Category thumbnails in homepage */

#home-category-list .qodef-e.product-category.product {
	min-height: 251.72px !important;
    height: 1px !important;
}

#home-category-list .qodef-e.product-category.product .qodef-e-inner {
	height: 100%;
	display: flex;
    justify-content: flex-end;
	background-color: #f3f3f3;
}

#home-category-list .qodef-e.product-category.product .qodef-e-inner a {
	display: flex;
    justify-content: end;
    align-items: center;
}

#home-category-list .qodef-e.product-category.product .qodef-e-inner a > img {
	height: 120px;
    width: 220px;
    float: inline-end;
}

.angelleye_ppcp-button-container {
	margin-top: 1rem !important
}


/* Header Select*/

#qodef-page-header .qodef--three select {
	border-bottom: 0px !important;
}

#block-69 {
	margin-left: 0px !important;
}

/* MEDIA QUERY */

/* when mobile header shows */
/*
@media only screen and (max-width: 1024px) {
	.qodef-page-title {
		margin-top: unset !important;
	}
}
*/


@media (max-width: 425px) {
	
	.qodef-menu-cover {
		display: none !important;
	}
	
	.qodef-widget-dropdown-cart-content {
		width: 250px !important;	
	}
	
}



@media only screen and (max-width: 600px) {
	
	.qodef-woo-product-mark-container {
		top: 10px !important;
    	right: 10px !important;
	}
	
	.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner .qodef-woo-product-image-inner {
		padding: 20px 20px
	}
	
	#home-category-list .qodef-e.product-category.product {
		min-height: 6.7em !important;
		height: 1px;
	}
	
	#home-category-list .qodef-e.product-category.product .qodef-e-inner a > img {
		height: unset;
		margin-top: 25px;
		height: 2.5em;
    	width: 4.5em;
	}
	
	.w-md-30 {
		width: 100%;
	}
	
	.w-md-100 {
		width: 100% !important;
	}
	
	#qodef-page-inner {
		padding-top: 0px
	}
	
	/*.qodef-page-title.qodef-title--breadcrumbs {
		height: 80px !important;
	}*/
}

@media only screen and (min-width: 1441px) {
	.menu-item-12459 .qodef-content-grid {
		width: 1500px !important;
	}
}


.qodef-search-minimal-form input.qodef-m-form-field {
	text-transform: uppercase;
	font-family: 'Montserrat'
}

/* select option css */
.select {
  display:flex;
  flex-direction: column;
  position:relative;
  height:40px;
}

.elementor-location-popup .select {
  height:65.09px;
}

.elementor-location-popup .option {
  height:65.09px;
}

#qodef-page-header .select.make-dropdown {
	width: 160px;
}

#qodef-page-header .select.year-dropdown {
	width: 100px;
}

#qodef-page-header .select.model-dropdown {
	width: 180px;
}

.search-year-make-model {
	max-width: 92px !important;
}

#shiftup_core_search_opener-3, #block-69 {
	width: 50%;
	min-width: 400px !important;
}

#qodef-page-header .qodef-widget-holder.qodef--three {
	width:65%
}

@media only screen and (max-width: 1366px) {
	#qodef-page-header .select.make-dropdown {
		width: 100px;
	}

	#qodef-page-header .select.year-dropdown {
		width: 100px;
	}

	#qodef-page-header .select.model-dropdown {
		width: 130px;
	}
	
	#shiftup_core_search_opener-3, #block-69 {
		width: 40%;
		min-width: 400px !important;
		margin: 0px !important
	}
	
	#qodef-page-header .qodef-widget-holder.qodef--three {
		justify-content: center;
		margin-left: 0px;
		width:75%
	}
	
	.qodef-header-sticky .qodef-header-navigation>ul>li, #qodef-page-header-inner .qodef--bottom .qodef-header-navigation>ul>li {
		padding: 0 20px !important;
	}
	
	.qodef-header-sticky .qodef-header-navigation>ul>li>a, #qodef-page-header-inner .qodef--bottom .qodef-header-navigation>ul>li>a {
		font-size: 13px !important;
	}
	
	.qodef-header-sticky .qodef-header-navigation {
		margin-left: 1.5rem !important;
	}
	
	.qodef-widget-holder .widget_block.widget_text p {
		font-size: 12px !important;
	}
	
	.qodef-widget-holder .widget_block h4 {
		font-size: 16px !important;
	}
	

}

/*
@media only screen and (min-width: 768px) and (max-width: 1366px) {
	.option {
		font-size: 10px !important
	}
}

.option {
  padding:0 30px 0 10px;
  min-height:40px;
  display:flex;
  color: #001823;
  align-items:center;
  background:#F3F3F3;
  border-top:#fff solid 1px;
  position:absolute;
  top:0;
  width: 100%;
  pointer-events:none;
  order:2;
  z-index:1;
  box-sizing:border-box;
  overflow:hidden;
  white-space:nowrap;
}

.opt-container {
	position: relative;
	height: 100%;
}

.option:hover {
  background:#001823;
  color: #fff;
}

.select:focus .option {
  position:relative;
  pointer-events:all;
}

.select:focus .opt-container:not(:has(span:only-child)){
	min-height: 700px;
	overflow-y: scroll;
	z-index: 10;
}

.elementor-location-popup .select:focus .opt-container:not(:has(span:only-child)){
	min-height: 350px !important;
}

.select:focus .opt-container:not(:has(span:only-child))::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.select:focus .opt-container:not(:has(span:only-child))::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.select:focus .opt-container:not(:has(span:only-child))::-webkit-scrollbar-thumb
{
	background-color: #001823;
}

.selectopt {
  opacity:0;
  position:absolute;
  left:-99999px;
}

.selectopt:checked + label {
  order: 1;
  z-index:2;
  background-color: #324954;
  color: #fff;
  border-top:none;
  position:relative;
}

.selectopt:checked + label:after {
  content:'';
  width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid white;
  position:absolute;
  right:10px;
  top:calc(50% - 2.5px);
  pointer-events:none;
  z-index:3;
  
}

.selectopt:checked + label:before {
  position:absolute;
  right:0;
  height: 40px;
  width: 40px;
  content: '';
}

/* select option css */


/* custom header search .custom-search-opener */

.qodef-sticky-right .custom-search-opener {
	position: relative !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
	color: #000 !important;
	display: block !important;
	background-color: unset !important;
	width: 60px !important;
}

#block-71 {
	margin: 0 !important;
}


/* customized border */

.default-popup-border { 
  border: 35px solid transparent;
  border-image: url(./utilities/borders/border-maksenterprises.png) 30 round;
}

.default-border { 
  border:20px solid transparent;
  border-image: url(./utilities/borders/border-maksenterprises.png) 30 round; /* border-image: url(./utilities/borders/border-maksenterprises-transparent.png) 30 round; */
}

.default-border-transparent { 
  border:20px solid transparent;
  border-image: url(./utilities/borders/border-maksenterprises-transparent.png) 30 round;
}

.default-border-f3f3f3-aqua { 
  border:20px solid transparent;
  border-image: url(./utilities/borders/border-maksenterprises-f3f3f3-aqua.png) 30 round;
}

.default-border-f3f3f3 { 
  border:20px solid transparent;
  border-image: url(./utilities/borders/border-maksenterprises-f3f3f3.png) 30 round;
}

.theme-border:after, .theme-border:before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: -10px;
	background-color: var(--qode-main-color);
}

.theme-border-end:after, .theme-border-end:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	right: -20px;
	background-color: var(--qode-main-color);
}

.theme-border:before {
	top: -10px;
}

.theme-border:after {
	bottom: -10px;
}


.theme-border-end:before {
	top: -20px;
}

.theme-border-end:after {
	bottom: -20px;
}



.make-border ul li.nav-item {
	border-image: url(./utilities/borders/border-diamond.png) 10 round !important;
	border: 10px solid;
}

.make-border ul li .nav-link {
	color: #9A9A9A !important;
	padding-left: 35px;
    padding-right: 35px;
}

.make-border-containder::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.make-border-containder {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor, #qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item, .qodef-header-navigation>ul>li.current-menu-ancestor, .qodef-header-navigation>ul>li.current-menu-item, .qodef-header-sticky-inner nav>ul>li.current-menu-ancestor, .qodef-header-sticky-inner nav>ul>li.current-menu-item  {
    background: #f3f3f3 !important;
}

.form-check-input:checked {
	background-color: #51E1E5 !important;
    border-color: #51E1E5 !important;
}

.hidden {
	display: none !important;
}

/* full screen loader */

.block-loader {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgb(255 255 255 / 50%);
			z-index: 9999;
    }
	.fullscreen-loader {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.5);
			z-index: 9999;
    }
	.la-square-loader {
    	width: 64px;
    	height: 64px;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
     
    }
    
    .la-square-loader>div {
      border: 4px solid #51e1e5;
      width: 100%;
      height: 100%;
      background: transparent;
      border-radius: 0;
      -webkit-animation: square-loader 2s infinite ease;
      -moz-animation: square-loader 2s infinite ease;
      -o-animation: square-loader 2s infinite ease;
      animation: square-loader 2s infinite ease;
    }
    
    .la-square-loader>div:after {
			display: inline-block;
			width: 100%;
			vertical-align: top;
			content: "";
			background-color: #51e1e5;
			-webkit-animation: square-loader-inner 2s infinite ease-in;
			-moz-animation: square-loader-inner 2s infinite ease-in;
			-o-animation: square-loader-inner 2s infinite ease-in;
			animation: square-loader-inner 2s infinite ease-in;
    }
    
    @keyframes square-loader {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        25% {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        50% {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        75% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg)
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }

    
    @keyframes square-loader-inner {
      0% {
          height: 0
      }

      25% {
          height: 0
      }

      50% {
          height: 100%
      }

      75% {
          height: 100%
      }

      100% {
          height: 0
      }
  }