/*End Generated Styles*//** see README file http://wdx.gift.webdexpress.com/uploads/2020/07/17/readme_giftshop-css.txt for editing help  **/

/** FOR CONTACT PAGE - Please use Dashboard menu to edit Contact page content and settings. Using Wizard menu will cause the current content to be overridden. **/


/** values noted on README ****************************************/
#header h1 a {
    background: url(/uploads/2021/07/20/logo.png) center no-repeat; /** Note 1 - logo image **/
    max-width: 500px; /** Note 1 - logo image width **/
    min-height: 175px; /** Note 1 - logo image height **/
}
#header h2 {
    color: #8f75a3; /** Note 2 - tagline text color **/
}
.page-title, .page_title {
    color: #752f79; /** Note 3 - Page Title text color **/
}
.page-subtitle {
    color: #752f79; /** Note 4 - Page Subtitle text color **/
    border-top: 2px solid #752f79; /** Note 4 - Page Subtitle top line color **/
}
.item1 {
    background: url(/uploads/2021/07/21/bakery.jpg) no-repeat; /** Note 5.1 - image for item 1, originally New  **/
}
.item2 {
    background: url(/uploads/2021/07/21/scarves.jpg) no-repeat; /** Note 5.2 - image for item 2, originally Gift  **/
}
.item3 {
    background: url(/uploads/2021/07/21/harness.jpg) no-repeat; /** Note 5.3 - image for item 3, originally Accessories  **/
}
.item4 {
    background: url(/uploads/2021/07/21/collar.jpg) no-repeat; /** Note 5.4 - image for item 4, originally Plants  **/
}
.item5 {
    background: url(/uploads/2021/07/21/clothing.jpg) no-repeat; /** Note 5.5 - image for item 5, originally Stationery  **/
}
.item6 {
    background: url(/uploads/2021/07/21/doll.jpg) no-repeat; /** Note 5.6 - image for item 6, originally Indoor  **/
}

/** END values noted on README ****************************************/



/** You should not need to edit anything below this point **/

/* Setting for header section */

#header {
padding: 50px 10px;
overflow: hidden;
z-index: -1;
}
#header h1 {
margin-bottom: 0;
}
#header h1 a {
    white-space: nowrap;
    overflow: hidden;
    text-indent: 200%;
    display: inline-block;
    width: 100%;
    background-size: contain;
}
#header h2 {
font-size: 25px;
}

#header .inner_wrapper .header-ornament-left,
#header .inner_wrapper .header-ornament-right {
    display: none;
}
#header .inner_wrapper {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    border: 0;
    background: transparent;
    width: 50%;
}

.webdexpress_header {
    background: rgba(255,255,255,0.6);
    padding: 20px;
    box-shadow: 8px 8px 0 rgba(255,255,255,0.3);
    max-width: 100%;
    box-sizing: border-box;
}

/* Setting for Homepage */
#content ul.home-list {
    list-style: none;
    margin: 0 0 2em 0;
    padding: 0;
    text-align: center;
}
.home-list li {
    display: inline-block;
    width: 31%;
    margin: 0.5%;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
}
.home-list a {
    display: block;
    min-height: 200px;
    position: relative;
}
.home-list strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.8);
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.home-list a:hover strong {
    padding: 10px 2em;
}

/* Setting for Product Page */
.slideshow.embed_top {
    margin-top: 1em;
}
#content .page-subnav {
list-style: none;
margin: 0 auto;
padding: 0;
text-align: center;
}
#content .page-subnav li {
display: inline-block;
margin: 4px;
}
#content .page-subnav li a {
padding: 0.5em;
}

#content .goods-list {
list-style: none;
margin: 1em 0 2em 0;
padding: 0;
}
#content .goods-list li {
display: inline-block;
width: 23%;
vertical-align: top;
padding: 10px;
box-sizing: border-box;
background-color: #faf8fa;
margin: 0 1% 1.5em 0.5%;
box-shadow: 0 0 3px rgba(33,6,35,0.2);
}
#content .goods-list img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    vertical-align: middle;
}

/* General Settings */
.page-title, .page_title {
    font-size: 1.6rem;
    font-family: "Courgette",cursive;
    margin-bottom: 0;
    line-height: normal;
}
.page-title:after {
    content: url(/uploads/2020/07/23/title-arrows.png);
    display: block;
    margin: -13px 0 10px 0;
    padding: 0;
}
.page-subtitle {
    font-size: 1.4rem;
    font-family: "Courgette",cursive;
    margin: 2em 0 0.5em 0;
    border-radius: 10px 0 0 10px;
    padding: 5px 0 10px 55px;
    background-size: 45px;
    background-position: top left;
    line-height: 1.6rem;
}

.img-right {
    float: right;
    margin: 0 0 10px 10px;
    border-radius: 30px;
    max-width: 250px;
}

#navigation .nav-toggle {
    top: 9px;
    right: 9px;
}
.anchor:before {
    display: block; 
    content: " "; 
    margin-top: -30px; 
    height: 30px; 
    visibility: hidden; 
    pointer-events: none;
}

/* Setting for mobile size */
@media screen and (max-width: 750px) {
    #content .goods-list li { width: 31%; }
}

@media only screen and (max-width:39.99em) {
    .home-list li { width: 47%; }
    .img-right {
        float: none;
        margin: 1em auto;
        display: block;
        max-width: 100%;
    }
    #navigation {
        background: #6e4370;
    }
    #header .inner_wrapper { width: 80%; }
    #header {
        padding: 0;
    }
    #header h1 a {
        background-size: contain;
    }
    .anchor:before { display: none; }

    #header .wdx_header_wrap {
        margin: 0 auto;
    }
    #content .goods-list li { width: 47%; }
}

@media only screen and (max-width:385px) {
    .home-list li {
        width: 100%;
        margin: 3% 0;
    }
}

/* begin hader animation */

:root {
	 --duration: 20s;
	 --delay: 20s;
}
.headerslide {
	 position: absolute;
	 top: 0;
	 margin: 0 auto;
	 padding: 0 1rem;
	 width: 100vw;
	 height: 100vh;
	 overflow: hidden;
	 animation: spin var(--duration) var(--delay) linear infinite;
	 transform-style: preserve-3d;
	 perspective: 25rem;
	 z-index: -1;
}
.headerslide img {
	 --duration: 40s;
	 --name: float-up-1;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 33vw;
	 transform: translateY(200vh);
	 animation: var(--name) var(--duration) linear infinite;
	 box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.5);
	 z-index: 1;
}
.headerslide img:nth-child(1) {
	 animation-delay: 0s;
}
.headerslide img:nth-child(2) {
	 animation-delay: -3s;
}
.headerslide img:nth-child(3) {
	 animation-delay: -6s;
}
.headerslide img:nth-child(4) {
	 animation-delay: -9s;
}
.headerslide img:nth-child(5) {
	 animation-delay: -12s;
}
.headerslide img:nth-child(6) {
	 animation-delay: -15s;
}
.headerslide img:nth-child(7) {
	 animation-delay: -18s;
}
.headerslide img:nth-child(8) {
	 animation-delay: -21s;
}
.headerslide img:nth-child(9) {
	 animation-delay: -24s;
}
.headerslide img:nth-child(10) {
	 animation-delay: -27s;
}
.headerslide img:nth-child(1) {
	 --name: float-up-1;
	 --duration: calc(20s * 1);
	 left: 0vw;
	 z-index: -1;
}
.headerslide img:nth-child(2) {
	 --name: float-up-3;
	 --duration: calc(20s * 3);
	 left: 10vw;
	 z-index: -3;
}
.headerslide img:nth-child(3) {
	 --name: float-up-2;
	 --duration: calc(20s * 2);
	 left: 90vw;
	 z-index: -2;
}
.headerslide img:nth-child(4) {
	 --name: float-up-1;
	 --duration: calc(20s * 1);
	 left: 36vw;
	 z-index: -1;
}
.headerslide img:nth-child(5) {
	 --name: float-up-3;
	 --duration: calc(20s * 3);
	 left: 62vw;
	 z-index: -3;
}
.headerslide img:nth-child(6) {
	 --name: float-up-2;
	 --duration: calc(20s * 2);
	 left: 15vw;
	 z-index: -2;
}
.headerslide img:nth-child(7) {
	 --name: float-up-2;
	 --duration: calc(20s * 2);
	 left: 55vw;
	 z-index: -2;
}
.headerslide img:nth-child(8) {
	 --name: float-up-3;
	 --duration: calc(20s * 3);
	 left: -20vw;
	 z-index: -3;
}
.headerslide img:nth-child(9) {
	 --name: float-up-1;
	 --duration: calc(20s * 1);
	 left: 68vw;
	 z-index: -1;
}
.headerslide img:nth-child(10) {
	 --name: float-up-2;
	 --duration: calc(20s * 2);
	 left: 0vw;
	 z-index: -2;
}
 @keyframes float-up-3 {
	 from {
		 transform: translateY(200vh) translateZ(-50vh);
	}
	 to {
		 transform: translateY(-200vh) translateZ(-50vh);
	}
}
 @keyframes float-up-2 {
	 from {
		 transform: translateY(150vh) translateZ(-25vh);
	}
	 to {
		 transform: translateY(-150vh) translateZ(-25vh);
	}
}
 @keyframes float-up-1 {
	 from {
		 transform: translateY(100vh);
	}
	 to {
		 transform: translateY(-100vh);
	}
}
 @keyframes spin {
	 10%, 100% {
		 transform: rotateY(360deg);
	}
}
 @keyframes shrink {
	 0% {
		 transform: scale(1) translateX(0);
	}
	 2.5% {
		 transform: scale(0.75) translateX(5%);
	}
	 7.5% {
		 transform: scale(0.75) translateX(-5%);
	}
	 10%, 100% {
		 transform: scale(1);
	}
}