@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//shop.ickonic.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.0.6") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//shop.ickonic.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//shop.ickonic.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//shop.ickonic.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//shop.ickonic.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//shop.ickonic.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//shop.ickonic.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//shop.ickonic.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//shop.ickonic.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 16px;
	--wd-title-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-transform: capitalize;
	--wd-title-color: rgb(51,51,51);
	--wd-entities-title-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(45, 68, 128);
	--wd-alternative-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(51,51,51);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(168,72,150);
	--wd-alternative-color: rgb(45,68,128);
	--wd-link-color: rgb(45,68,128);
	--wd-link-color-hover: rgb(168,72,150);
	--btn-default-font-family: "Work Sans", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(45,68,128);
	--btn-accented-bgcolor-hover: rgb(168,72,150);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(45,68,128);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(168,72,150);
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(32,32,32);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.product-labels .product-label.onsale {
	background-color: rgb(45,68,128);
}
.product-labels .product-label.new {
	background-color: rgb(168,72,150);
}
.product-labels .product-label.featured {
	background-color: rgb(45,68,128);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(45,68,128);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(45,68,128);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-bottom-active: -1px;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-default-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 12px;
}



/* Animations */
@keyframes movecircles {
    0% {
        margin-left: 1000px
    }

    100% {
        margin-left: -1000px
    }
}

/* Reset CSS - basic */
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


/* Hero New Book Section - <section> styles */
.hero--new-book.hero__padding {
  padding-bottom: 0;
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0f172a;
}

.bg-one {
    background-color: #f5ebe6;
}

.position-relative {
    position: relative !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

/* Hero New Book Container Styles */
.hero--new-book .container {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

/* Hero New Book Row Styles */
.hero--new-book .align-items-center {
    align-items: center !important;
}

.hero--new-book .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.hero--new-book .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.hero--new-book .mb-4 {
    margin-bottom: 1.5rem !important;
}

/* Hero New Book Text Column Styles */
.hero--new-book .hero__content {
	z-index: 9;
}

.hero--new-book .text-center {
    text-align: center !important;
}

.hero--new-book .badge-text {
	color: #223858;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    display: inline-block;
}

.hero--new-book .fs-5 {
    font-size: 1.25rem !important;
}

.hero--new-book .mb-1 {
    margin-bottom: .25rem !important;
}

.hero--new-book .mb-2 {
    margin-bottom: .5rem !important;
}

.hero--new-book .me-3 {
    margin-right: 1rem !important;
}

.hero--new-book .mb-5 {
    margin-bottom: 3rem !important;
}

.hero--new-book .text-capitalize {
    text-transform: capitalize !important;
}

.hero--new-book .display-4 {
	font-size: 36px;
	font-weight: 700;
}

.hero--new-book .display-4 {
	font-family: "Montserrat", sans-serif;
	color: #2f4858;
}

.hero--new-book p {
    line-height: 1.8;
}

.hero--new-book a {
	text-decoration: none;
	transition: .3s;
}

.hero--new-book .button {
	pointer-events: auto;
    cursor: pointer;
	border: none;
    text-align: center;
	line-height: 30px;
    margin: 0;
	padding: 10px 20px;
    position: relative;
    display: inline-block;
}

.hero--new-book .button::before, 
.hero--new-book .button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero--new-book .button__primary {
    background-color: #876585;
	border-radius: 3px;
    overflow: hidden;
    color: #fff;
}

.hero--new-book .button__primary:before {
	content: "";
    background: #223858;
    width: 125%;
    left: -12%;
	transform: skew(30deg);
	transition: transform .4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform .4s cubic-bezier(0.3, 1, 0.8, 1);
}

.hero--new-book .button__primary:hover:before {
	transform: translate3d(100%, 0, 0);
}

.hero--new-book .button__primary span {
    position: relative;
}

.hero--new-book .btn__secondary {
    position: relative;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 3px;
    overflow: hidden;
    text-decoration: none;
    background-color: transparent;
    color: #223858;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

.btn__secondary:hover {
    text-decoration: none;
    background: #223858;
    color: #fff;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}

.hero--new-book .btn__secondary::before, 
.hero--new-book .btn__secondary::after {
    content: "";
	box-sizing: border-box;
    position: absolute;
    width: 15px;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #223858;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.hero--new-book .btn__secondary:hover::before, 
.hero--new-book .btn__secondary:hover::after {
    width: 100%;
}

.hero--new-book .btn__secondary::before {
    top: 0px;
    left: 0px;
    border-right: none;
}

.hero--new-book .btn__secondary::after {
    top: 0px;
    right: 0px;
    border-left: none;
}

/* Hero New Book Image Column Styles */
.hero--new-book .hero__author--inner3 {
    position: relative;
    display: inline-block;
}

.hero--new-book .hero__author--inner3--wrapper {
    position: relative;
    z-index: 2;
}

.hero--new-book .hero__author--inner3 .hero__author--inner3--wrapper img {
    padding: 0;
    border-radius: 0;
	vertical-align: middle;
}

.hero--new-book .img-fluid {
    max-width: 100%;
    height: auto;
}

/* MEDIA STYLES */

@media (min-width: 576px) {
    .hero--new-book .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
}

@media (min-width: 768px) {
	
	/* Hero New Book Container Styles */
    .hero--new-book .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

	/* Hero New Book Container Styles */
    .hero--new-book .container {
        max-width: 960px;
    }

	/* Hero New Book Column Styles */
	.hero--new-book .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

	.hero--new-book .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1200px) {

	/* Hero New Book Container Styles */
    .hero--new-book .container {
        max-width: 1140px;
    }

	/* Hero New Book Text Column Styles */
	.hero--new-book .display-4 {
        font-size: 3.5rem;
    }
}

@media (min-width: 1400px) {

	/* Hero New Book Container Styles */
    .hero--new-book .container {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 991px) {
	
	.hero--new-book .book-desc {
			display: none;
	}
	
}

@media only screen and (max-width: 782px) {
	
	.hero--new-book .wp-block-column {
			  text-align: center;
	}
	
    .hero-book-img img {
        height: 300px;
        object-fit: contain !important;
    }
}


@media only screen and (max-width: 342px) {
	
    .hero-book-img img {
        height: auto;
    }
}