/**
* Theme Name:        avanam-firezy
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-firezy
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/



.rk-marquee{
  width:100%;
  overflow:hidden;
  background:#111;
  color:#fff;
  font-weight:700;
  font-size:16px;
  line-height:1;
  padding:10px 0;
  position:relative;
}
.rk-track{
  display:inline-block;
  white-space:nowrap;
  will-change: transform;
}
.rk-msg{
  display:inline-block;
  padding-right:2rem;
}




/* Marquee CSS Start */

@keyframes wd-MarqueeScrolling {
	from {
		transform: translat3d(0, 0, 0)
	}

	to {
		transform: translate3d(calc(-100% - var(--wd-marquee-gap)), 0, 0)
	}
}

.wd-marquee {
	--wd-marquee-gap: 20px;
	--wd-marquee-direction: normal;
	--wd-marquee-speed: 12s;
	display: flex;
	overflow: hidden;
	gap: var(--wd-marquee-gap);
	max-width: 100vw
}

.wd-marquee-content {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-shrink: 0;
	gap: var(--wd-marquee-gap);
	min-width: 100%;
	white-space: nowrap;
	animation: var(--wd-marquee-speed) linear infinite var(--wd-marquee-direction) running wd-MarqueeScrolling
}

.wd-marquee-item {
	position: relative;
	display: flex;
	gap: 10px;
	align-items: center
}

.wd-marquee-item>* {
	margin-bottom: 0
}

@media (min-width: 1025px) {
	.wd-marquee.wd-with-pause:hover .wd-marquee-content {
		animation-play-state: paused
	}
}

/* Marquee CSS End */


/* Classic checkout template */
#ship-to-different-address { display:none !important; }

/* WooCommerce Blocks checkout (if you use the block-based checkout page) */
.wc-block-checkout__shipping-address-toggle,
.wc-block-components-checkout-step--shipping .wc-block-components-checkbox {
  display:none !important;
}