/*
Theme Name: Bloxic Child
Theme URI: https://themexriver.com/wp/bloxic/
Template: bloxic
Author: themexriver
Author URI: https://themeforest.net/user/themexriver
Description: Bloxic - Furniture Store WooCommerce Theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.1.1723447188
Updated: 2024-08-12 07:19:48

*/
:root {
	
	/* #ED1D24 in decimal RGB */
  --main-color: rgb(0,61,123) !important;
  --main-color-rgb:0,61,123 !important;
  

}

.main-slider-three .inner-container .price {
    left: 10%;
    bottom: 5%;
    width: 74px;
    height: 76px;
    z-index: 1;
    font-weight: 700;
    text-align: center;
    padding: 20px 10px 10px;
	font-size: var(--font-24);
    color: var(--white-color);

}
.main-slider-three .inner-container .price::before {
	background-image: url(https://royalbedding.qa/wp-content/uploads/2022/09/price-tag.png);
	background-repeat: no-repeat;
	
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.main-header .sticky-header .logo img {
	    max-width: 45% !important;
}
.page-title .bread-crumb li:before, .page-title .bread-crumb li a,
.page-title h2, .page-title .bread-crumb li {
	color: #fff !important;
}
.page-template .page-title, .page-template-default .page-title, .woocommerce-shop .page-title, .product-template-default .page-title{
	background-image: url(http://royalbedding.qa/wp-content/uploads/2024/09/covers4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	background-color: rgba(2,6,48,1) !important;
}

.post-template-default .page-title {
		background-color: rgba(2,6,48,1) !important;
}

.main-slider-two .content-box .pattern-layer {
	left: -50px !important;
}

.main-slider-three .inner-container {
	padding-left: 100px !important;
}

.main-slider-two .active h1, .main-slider-two .text {
	color: #fff;
}

.promotion-slider .active h1 {
	color: #003d7b !important;
	font-size: 80px !important;
	font-weight: 900 !important;
	line-height: 80px !important
}

 .promotion-slider .main-slider-two .text {
	 	color: #000000 !important;
	
 }

.shop-item .price span, .shop-item .price span, .main-header .main-menu .navigation > li:hover > a, .main-header .main-menu .navigation > li.current > a,
.main-header .cart-box a {
	color: #003d7b !important;
}

.wc-block-cart .wc-block-cart__submit-container {
	background: #40a9ff;
}


