div.css320 {
    display: block;
}

.cssanimationImg {
    width: 102%; 
    min-width: 100%;
    height: 38vw;
    object-fit: cover;
    animation: slideimg 12s infinite;
    -webkit-animation: slideimg 12s infinite;
}

/* Swiper */

.mobile {
    display: none;
}

/* End Swiper */

@-webkit-keyframes slideimg {
    0% {transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2); opacity: 0;}
    20% {opacity: 1;}
    80% {transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 1;}
    100% {transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); opacity: 0;}
}

.cssanimationText {
    position: absolute; 
    right: 5%;
    font-size: 2.5em;
    animation: slidetext 6s infinite;
    -webkit-animation: slidetext 6s infinite;
}

@-webkit-keyframes slidetext {
    0% {top: 15%; opacity: 0;}
    20% {opacity: 1;}
    50% {top: 10%; opacity: 1;}
    80% {top: 10%; opacity: 1;}
    90% {top: 10%; opacity: 0;}
    100% {opacity: 0;}
}

div.backtotop {
    width: 93%;
    height: 1.5em;
    bottom: 1em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#popup_newsletter2 {
    width: 75%;
    top: 20%;
    box-shadow:0 3px 10px rgba(0,0,0,.16) !important;
    left: -150vw;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#popup_newsletter2 div {
    
}

#popup_newsletter2 p {
    margin-left: 0em;
    margin-right: 0em;
}

#popup_newsletter2 input {
    width: 100%;
    border-width: 1px;
    border-radius: 5px;
    font-size: 1.5vw;
    padding: 0.3em 0em 0.3em 1em;
}

div.popup_newsletter_inner2 {
    padding: 0em 6% 0em 6%;
}

p.popup_newsletter_terms{
    font-size: 9px; 
    line-height: .5em; 
    
}

p.popup_newsletter_cookies{
    font-size: 0.5em; 
    margin-top: 0.3em; 
    margin-bottom: 0.5em; 
}

div.popup_newsletter_inner_photo{
/*    width: 38%; 
    float: right;*/
}

div.popup_newsletter_inner_button{
    width: 6em;
    margin:0em 0em 0em 1em; 
}

p.popup_newsletter_inner_title{
    font-size: 4.5vw;
    line-height: 4vw;
}

p.popup_newsletter_inner_title2{
    font-size: 2em;
}

p.popup_newsletter_inner_text{
    font-size: 0.8em;
     line-height: 1.5em; 
     margin-top: 1em; 
     margin-bottom: 1.5em;
}



/*Pop up message*/

    /* Outer */
    .modal {
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
    }

    /* Modal Content */
    
    .newuserdiv{
        width: 90%;
        margin: 10px 0px 0px 0px;
        padding: 2px;
    }
    
    .newuserdivtext{
        width: 90%;
        margin: 0px 0px 0px 2px;
        padding: 10px 2px 2px 2px;
    }
    
    .modal-content {
        margin: auto;
        width: 55%;
        border-style: none;
        font-size: 2vw;
        border-radius: 5px;
    }
    
    /*Modal Iamge*/
    .modal-image{
        overflow: hidden; 
        width: 50%; 
        margin: 0px auto;
        font-size:20px;
    }

    .modal-image img{
        margin:0px auto 0px 0px;
        width:25%;
    }
    .modal-image p{
        font-size: 25px;
    }

    /*Modal Header*/
    .modal-header{
        border-radius: 3px;
        padding: 0px 16px;
        font-size:2px;
    }
    .modal-header >span{
        margin-left:-6px;
    }

    /*Modal Footer*/
    .modal-footer{
        border-radius: 1px;
        padding: 5px 16px;
    }

    /* The Close Button */
    .close {
        font-size: 25px;
    }

    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }

    @keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }

    .modal-body {padding: 25px 0px;}
    
    .errormodal {
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
    }
    
    .errormodal-content {
        margin: auto;
        width: 35%;
        border-radius: 5px;
        border: 2px solid #888;
        font-size:17px;
    }
    
    .errormodal-body {
        padding: 25px 0px;
        position: relative;
        left: 2em;
    }
    
    /*Modal Header*/
    .errormodal-header{
        border-radius: 3px;
        padding: 0px 16px;
        font-size:2px;
    }
    .errormodal-header >span{
        margin-left:-6px;
    }

    /*Modal Footer*/
    .errormodal-footer{
        border-radius: 1px;
        padding: 5px 16px;
    }

/*End pop up message*/

div.formsubmit{
    padding: 15px 20px;
    margin: 10px 1px 1px 1px;
    width: auto;
    font-size: 1em;
    letter-spacing: 3px;
    border: 1px solid #a5a5a5;
}

.submit{
    width: fit-content;
}

.textarea01 {
    width: 98%; 
    height: 80px;
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    padding-left: 2px;
    border-width: 1px;
}

/*Input Message*/
textarea#message {
    width: 97%; 
    height: 80px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    padding-left: 5px;
}


/*Input Message*/

/* Header containers */

div.topheader {
    display: block;
    width: 100%;
    padding: 10px 0px;
    font-size: 1em;
}

div.item01 {
    position: absolute;
    top: 0px;
    display: block;
    overflow: hidden; 
    float: left;
    width: 100%;
    font-size: 1em;
    -webkit-animation: slide01 11s infinite;
}

@-webkit-keyframes slide01 {
    0% {opacity: 1;}
    10% {opacity: 1;}
    20% {opacity: 1;}
    30% {opacity: 1;}
    40% {opacity: 1;}
    50% {opacity: 0;}
    60% {opacity: 0;}
    70% {opacity: 0;}
    80% {opacity: 0;}
    90% {opacity: 0;}
    100% {opacity: 1;}
}

div.item01 div span {
    font-size: 1.1em;
}

div.item02 {
    top: 0px;
    display: block;
    overflow: hidden; 
    float: left;
    width: 100%;
    font-size: 1em;
    -webkit-animation: slide02 11s infinite;
}

@-webkit-keyframes slide02 {
    0% {opacity: 0;}
    10% {opacity: 0;}
    20% {opacity: 0;}
    30% {opacity: 0;}
    40% {opacity: 0;}
    50% {opacity: 1;}
    60% {opacity: 1;}
    70% {opacity: 1;}
    80% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}

div.item02 div span {
    font-size: 1.1em;
}

div.header img.logo {
    width: auto;
    height: auto;
    max-width: 45%;
}

#overlay {
    width: 100%;
    height: 100%;
    z-index: 1500;
    position: fixed;
    top: 0%;
    left: 0%;
}

div.boxMenu {
    width: 25%; 
    float: left;
}

div.boxMenu img {
    max-width: 10%;
    padding-top: 20px;
}

div.boxLogo {
    width: 50%; 
    float: left;
}

div.boxIcon {
    width: 25%; 
    float: left;
}

div.boxIcon img {
    max-width: 10%;
    padding: 15px 3px 0px 3px;
}

/* End Header containers */

/* Containers */

div.guest_container {
    margin-top: 3.5vw;
}

/* End Containers */

/* Button containers */

div.button03_container {
    width: 20%;
}

/* End Button Containers */

/* Horizontal/ record containers */

div.displayrecord01 {
    width: 100%;
    padding: 0em;
}

div.displaygroup01 {
    width: 100%;
    margin: 1em 0em 1em 0em;
    font-size: 1em;
}

div.displaygroupLogoMenuIcons {
    width: 100%;
    padding: 1em 0em 0em 0em;
}

.displaygroup05 {
    width: 90%;
}

.displaygroup06 {
    width: 90%;
    padding: 0em;
}

.displaygroup07 {
    margin: 0em auto 4vw auto;
}

div p {
    font-size: 1em;
    padding: 1px;
}

div.generic_content {
    margin: 5px 0px 0px 0px;
    font-size: 2vw;
    line-height: 3vw;
}

/* End Horizontal/ record containers */

div.header {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0em;
}

div.footer {
	overflow: hidden;
	background: none;
	width: 100%;
}

div.footercontent {
	width: 100%;
        padding-top: 4em;
}

div.footerseparator {
	display: none;
}

div.footer2 {
	width: 95%;
        padding-bottom: 1em;
}

div.footer2 .title {
	width: 98%;
	margin-bottom: 5px;
        font-size: 16px;
        padding-bottom: 0.4rem;
}

div.footerbox {
	width: 28%;
	margin: 0.5em 0em 0.5em 5%;	
        line-height: 1.2em;
}

div.footerbox01 {
	width: 95%;
}

div.footerbox .footer_text {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 2em;
}

div.footer3 {
    font-size: 0.6rem; 
}

div.footer3 img {
    height: 15px;
}

div.content {
	width: 100%;
}

div.content ul {
	margin: 0rem 0rem 0rem 0rem;
        padding-left: 15px;
}

div.subtitle_text {
    font-size: 1em;
}

div.innercontent {
	width: 90%;
        margin: 0px auto 0px auto;
}

div.innerparagraph {
    width: 95%;
    margin: 0px auto 0px auto;
}

div.account2 {
    margin-top: 3em;
}

div.account div.leftpane {
    width: 50%;
    margin: 0em auto;
    padding: 1em;
}

div.account div.rightpane {
    float: none;
    width: 90%;
    padding: 2em 2em 2em 2em;
}

input.search {
    width: 98%;
    padding: 1em 0em 1em 1em;
    font-size: 1em;
}

div.account div.label01 {
    padding-top: 0.5em;
    font-size: 1.1em;
}

.field01 {
    width: 100%;
    padding: 10px 0px 10px 3%;
}

.field04 {
    width: 92%;
    padding: 10px 0px 10px 6%;
}

.field03_parent_left {
    width: 47%; 
    float: left;
}

.field03_parent_right {
    width: 47%; 
    float: right;
    margin-right: 3.6vw;
}

.field03 {
    width: 92%;
    padding: 10px 0px 10px 10px;
}

.field_select {
    width: 93.5%;
    padding: 10px 0px 10px 10px;
}

div.leftpane01 {
	width: 170px;
	min-height: 10em;
	margin: 15px 0px 15px 10px;
}

div.leftpane02 {
    display: block;
    width: 25%; 
    height: auto; 
}

div.g-recaptcha >div {
    float: right;

}
div.recaptchabox{

}

.g-recaptcha {
    
}

div.midpane02 {
    display: block;
    width: 65%;
    height: auto;
    float: right;
}

div.rightpane02 {
	width: 98%;
	margin: 0px 1% 0px 1%;
}

#current_image {
	width: 100%;
}

#current_image_wrap {
	width: 80%;
        height: 50vw;
        display: flex;
        justify-content: center;
        align-items: center;
}


/* Main menu. */
div.wrap_mobilemenu {
    cursor: pointer;
    display: block !important;
    margin-top: 1em;
    margin-right: 1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}


div.buttonMenu {
    display: none;
}

#menu_small {
    top: 0em;
    left: 0em;
    width: 50%;
    height: 98%;
    padding: 2em 1em 1em 1em;
    overflow: scroll;
}

#menu_small #menu_close_button {
    position: fixed; 
    top: 0em; 
    left: 1em; 
    border: 0px; 
    width: 52%;
    padding: 10px 0em 10px 0em;
}

#menu_small div {
    padding: 1em 1em 1em 1px;
    margin-top: 0px;
    margin-left: 0px;
}

div.menu{
    padding-top: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
   
/* End Main menu. */

/* Images */

.favourites_icon {
    width: 32px;
    height: 32px;
}

/* End Images */

/* Thumb lists/ scroll lists. */

	/* Single item thumb images. */
	#thumblist01 {
		width: 100%; 
		height: 50vw;
	}

	#thumblist01 img {
		width: 100%;
		height: auto;
	}

	/* Home page new in thumb images. */
	#thumblist02_wrap {
            width: 85%;
            height: 100%;
            margin: 0em auto;
            padding: 0em 1.5em;
        }
        
        #thumblist02banner {
            width: 26%;
            height: 10em;
	}

	#thumblist02banner img {
		width: 100%;
                height: 100%;
	}
	
	#thumblist02left {
                display: none;
		top: 30%; 
		left: 0px;
	}

	#thumblist02left img {
                display: none;
		width: 30px;
		height: 30px;
	}
	
	#thumblist02right {
                display: none;
                top: 30%; 
                right: 0px;
	}
	
	#thumblist02right img {
                display: none;
		width: 30px;
		height: 30px;
	}
	
	#thumblist02 {
		width: 100%; 
		height: 100%;
		margin: 0px 0px 0px 1%;
	}

	#thumblist02 .ImgTextContainer {
		margin: 0px 1vw 0px 0px;
                width: 40%;
		height: 100%;
	}

        #thumblist02 img {
                max-width: 100%;
                height: auto;
	}
        
        #thumblist02 .itemName {
		width: 100%;
                font-size: 1em;
                line-height: 1.7;
                text-align: center;
                margin-top: 0.7em;
                letter-spacing: 1px;
	}
        
        #thumblist02 .itemPrice {
		width: 100%;
                font-size: 1em;
                line-height: 1.7;
                text-align: center;
	}
        
        #thumblist02 a .ImgTextContainer #backImgThump {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }
        
        #thumblist02 a .ImgTextContainer:hover #backImgThump {
        }
        
        #thumblist03_wrap {
            width: 85%;
            height: 100%;
            margin: 0em auto;
            padding: 0em 1.5em;
        }
        
        #thumblist03banner {
            width: 26%;
            height: 10em;
	}

	#thumblist03banner img {
		width: 100%;
                height: 100%;
	}
	
	#thumblist03left {
                display: none;
		top: 30%; 
		left: 0px;
	}

	#thumblist03left img {
		width: 30px;
		height: 30px;
	}
	
	#thumblist03right {
                display: none;
		top: 30%; 
		right: 0px;
	}
	
	#thumblist03right img {
		width: 30px;
		height: 30px;
	}
	
	#thumblist03 {
		width: 100%; 
		height: 100%;
		margin: 0px 0px 0px 1%;
	}

	#thumblist03 .ImgTextContainer {
		margin: 0px 1vw 0px 0px;
                width: 40%;
		height: 30vw;
	}

        #thumblist03 img {
            width: 100%;
            height: 25vw;
	}
        
        #thumblist03 .itemName {
		width: 100%;
                font-size: 1em;
                line-height: 1.7;
                text-align: center;
                margin-top: 0.7em;
                letter-spacing: 1px;
	}
        
        #thumblist03 .itemPrice {
		width: 100%;
                font-size: 1em;
                line-height: 1.7;
                text-align: center;
	}
        
        #thumblist04 {
		width: 100%; 
		height: 100%;
		margin: 0px 0px 0px 1%;
	}

	#thumblist04 .ImgTextContainer {
                width: 45%;
                height: 35vw;
                position: relative;
                margin: 0em 1.5vw 3vw 1.5vw;
	}

	#thumblist04 img {
		width: 100%;
		height: auto;
                transition-duration: 5s;
                margin: 0px auto;
                display: block;
	}
        
        #thumblist04 .ImgTextContainer:hover img {
                transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
        }
        
        #thumblist04 .itemName {
		width: 100%;
                font-size: 1.4em;
                line-height: 1.7;
                text-align: center;
                position: absolute;
                top: 10%;
                letter-spacing: 1px;
	}
        
        #thumblist04 .itemDiscover {
		width: 100%;
                font-size: 1.1em;
                line-height: 1.7;
                text-align: center;
                position: absolute;
                bottom: 10%;
                letter-spacing: 2px;
	}
        
        #thumblist05_wrap {
            width: 85%;
            height: 100%;
            margin: 0em auto;
            padding: 0em 1.5em;
        }
        
        #thumblist05banner {
            width: 26%;
            height: 10em;
	}

	#thumblist05banner img {
		width: 100%;
                height: 100%;
	}
	
	#thumblist05left {
                display: none;
		top: 30%; 
		left: 0px;
	}

	#thumblist05left img {
		width: 30px;
		height: 30px;
	}
	
	#thumblist05right {
                display: none;
                top: 30%; 
                right: 0px;
	}
	
	#thumblist05right img {
		width: 30px;
		height: 30px;
	}
	
	#thumblist05 {
		width: 100%; 
		height: 100%;
		margin: 0px 0px 0px 1%;
                white-space: normal;
	}

	#thumblist05 .ImgTextContainer {
		margin: 0px 0px 10px 0px;
                width: 32%;
		height: 100%;
	}

        #thumblist05 img {
                max-width: 100%;
                height: auto;
	}
        
        #thumblist05 .itemName {
		width: 100%;
                font-size: 1.5vw;
                line-height: 1.5;
                text-align: center;
                margin-top: 0.5em;
	}
        
        #thumblist05 .itemPrice {
		width: 100%;
                font-size: 1.5vw;
                line-height: 1.5;
                text-align: center;
	}
        
        #thumblist05 .ImgTextContainer #backImgThump {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }
        
        #thumblist05 .ImgTextContainer:hover #backImgThump {
        }
        
        /* End Home page new in thumb images. */
        
/* End Thumb lists/ scroll lists. */

.divFloatLeft {
}

.divFloatRight {
}

.divZeroMargin {
}

.divMarginLeft {
}

.divMarginRight {
}

.homePageBtn {
    margin: 2em auto;
    width: fit-content;
}

.homePageBtn a {
    padding: 0.65rem 1.75rem;
    font-size: 1.1em;
    text-align: center;
    letter-spacing: 1px;
}

.homePageBtn a:hover {
}

/* Product category thumbnails. */
div.thumbnail01 {
	width: 90%;
        float: none;
	/*height: 293px;*/
	font-size: 0.8rem;
	margin: 2em auto 0px auto;	
}

div.thumbnail01img {
	overflow: hidden;
        width: 100%;
        padding-bottom: 0.3em;
        /*width: 233px;
	height: 233px;*/
	text-align: center;
}

div.thumbnail01img img {
	width: 100%;
}	

div.thumbnail01right {
	width: 90%;
        float: none;
	font-size: 0.8rem;
        margin: 2em auto 0px auto;
}

div.thumbnail01rightimg {
	overflow: hidden;
	width: 100%;
        height: 25em;
	text-align: center;
}

div.thumbnail01rightimg img {
	width: 100%;
}	

div.thumbnail02sticker {
        display: block;
	top: 10%; 
	right: 5%;
        transform: translate(0%, -50%);
}

/* End Product category thumbnails. */

/* Interiors thumbnails. */
div.thumbnail02 {
	width: 30%; 
	margin: 0px 1% 1rem 2%;
	font-size: 0.6rem;
}

div.thumbnail02 div.text02 {
	font-size: 0.5rem;
}	

div.thumbnail02img {
	width: 100%;
}

div.thumbnail02img img {
	width: 100%;
}	

div.thumbnail02right {
	width: 30%; 
}

div.thumbnail02rightimg {
	width: 100%;
}

div.thumbnail01rightimg img {
	width: 100%;
	height: 100%; 
}	

/* End Interiors thumbnails. */

/* Interiors look thumbnails. */
div.lookthumbnail02 {
	width: 19%; 
	margin: 0px 1% 0px 0px;
	font-size: 0.6rem;
}

div.lookthumbnail02img {
	width: 100%; 
}

div.lookthumbnail02img img{
	width: 100%; 
}

/* End Interiors look thumbnails. */

/* Product similar thumbnails. */
.thumbnail03_wrap { 
    width: 100%;
    height: 100%;
    margin: 1em auto 1em auto;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

div.thumbnail03 {
	width: 40%;
        height: 100%;
        margin: 0px 0px 0px 5%;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        position: relative;
        float: none;
}

div.thumbnail03 img {
	width: 100%;
        height: auto;
        float: none;
}

div.thumbnail03 .itemName {
        width: 100%;
        font-size: 1.1em;
        line-height: 2;
        text-align: center;
        white-space: normal;
}

div.thumbnail03 .itemPrice {
        width: 100%;
        font-size: 1.1em;
        line-height: 2;
        text-align: center;
}

/* End Product similar thumbnails. */

/* Collections thumbnails. */
div.thumbnail04 {
    float: none;
    width: 95%;
    margin: 1em auto 1em auto;
}

div.thumbnail04 img {
    width: 100%;
}

div.thumbnail04right {
    float: none;
    width: 95%;
    margin: 1em auto 1em auto;
}

div.thumbnail04right img {
    width: 100%;
}

div.collection_wraplabel01 {
    width: 100%; 
    height: 100%;
}

div.collection_wraplabel01 div.collection_label {
    width: 9em;
    top: 50%; 
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

div.collection_wraplabel01 div.collection_label span.bkg01 {
    padding: 0.6em 1em 0.6em 1em;
    font-size: 1.1em;
}

div.collection_wraplabel01 div.collection_label div.bkg01 {
    padding: 0.6em 1em 0.6em 1em;
    font-size: 1.1em;
}

div.collection_wraplabel01:hover div.collection_label {
}

/* End Collections thumbnails. */

/* Interiors templates. */

	/* Template 01. */
	div.t01seq10 {
		
	}
	
	div.t01seq10 img {
		width: 75%;
	}	

	div.t01seq11 {
		width: 21%;
	}	
	
	div.t01seq11 div.text02 {
		font-size: 0.5rem;
	}	
	
	div.t01seq11 div.text02 div.text02 {
		font-size: 0.9rem; 
	}	
		
	div.t01seq11 img {
		width: 100%;
	}	

	/* End Template 01. */
	
	/* Template 02. */
	div.t02seq10 {
		width: 23%;
	}	
	
	div.t02seq10 div.text02 {
		width: 21%;
		font-size: 0.5rem;
	}	
	
	div.t02seq10 div.text02 div.text02 {
		width: 80%;
		font-size: 0.9rem; 
	}	

	div.t02seq10 img {
		width: 23%;
	}	

	div.t02seq11 {
		width: 75%;
	}
	
	div.t02seq11 img {
		width: 100%;
	}	

	div.t02other {
		width: 30%;
		margin-right: 1%;
		margin-bottom: 5px;
	}
	
	div.t02other div.text02 {
		float: left; 
		width: 35%; 
		padding: 0rem; 
		margin: 0rem; 
		font-family: Arial; 
		font-size: 0.6rem;
	}
	
	div.t02other img {
		width: 100%;
	}	

	div.t02othertext {
		width: 67%;
		margin-right: 1%;
		margin-bottom: 5px;
	}
	
	div.t02othertext div.text02 {
		float: left; 
		width: 40%; 
		padding: 0rem; 
		margin: 0% 0% 0% 2%; 
		font-family: Arial; 
		font-size: 0.6rem;
	}
	
	div.t02othertext img {
		width: 45%;
	}	
	/* End Template 02. */
	
	/* Template 03. */
	div.t03seq10 {
		width: 49%;
	}
	
	div.t03seq10 img {
		width: 100%;
	}	

	div.t03seq11 {
		width: 49%;
	}	
	
	div.t03seq11 div.text02 {
		font-size: 0.6rem;
	}	
	
	div.t03seq11 div.text02 div.text02 {
		font-size: 0.9rem; 
	}	
	
	div.t03seq11 img {
		width: 100%;
	}	

	div.t03other {
		width: 32.5%;
		margin: 0px 1% 0px 0px;
	}
	
	div.t03other div.text02 {
		font-size: 0.6rem;
	}
	
	div.t03other img {
		width: 100%;
	}	

	/* End Template 03. */
	
/* End Interiors templates. */

.item_slideshow_container {
    display: none;
    width: 100%; 
    height: auto;
    padding: 0em 0em 0em 0em;
}

#item-cycle-slideshow {
    width: 100%; 
    height: auto; 
    margin: 0px auto; 
    padding: 0px;
}

#prevslide {
    width: 1.5em;
    top: 40%; 
    left: 0.5em;
}

#nextslide {
    width: 1.5em;
    top: 40%; 
    right: 0.5em;
}

#slidenav {
    width: auto;
    z-index: 100;
    bottom: 14%;
    right: 2%
}

#slidenav a {
	border-width: 1px;
        border-radius: 50%;
	margin-right: 1.5em;
        font-size: 0.5em;
        padding: 0em 0.5em 0em 0.6em;
}

#slidenav a.activeSlide {
}

#itemslidenav{
    width: auto;
    z-index: 100;
    bottom: 5%;
    right: 50%;
    transform: translate(50%, 0%);
}

#itemslidenav a {
	border-width: 1px;
        border-radius: 50%;
	margin-right: 1.5em;
        font-size: 0.5em;
        padding: 0em 0.5em 0em 0.6em;
}

#itemslidenav a.activeSlide {
}

#submenu_area {
	width: 95%; /*298px*/
	min-height: 10em;
}

#submenu_area a.sub {
	font-size: 1.2em;
}

#submenu_area div.sub {
	width: 12em;
}

#slideshowcontainer {
	/*width: 100%;*/
	/*display: none;*/
}

#slideshow {
	width:  69%;
	/* height:   586px;  */
	overflow: hidden;
	margin: 0px auto 0px auto;
}

.pics {  
	width:  100%;
	/* height:   586px;  */
	padding: 0;  
	margin:  0;  
	background: transparent; 
	border: 0px none #535255;
} 
 
.pics img {  
	padding: 0px;  
	margin:  0px; 
	width: 100%;
	/* max-height: 586px; */
} 

.slidecontainer {
	overflow: hidden;
	width: 100%;
}

.slidecontainer div {
	overflow: hidden;
}

.slidecontainer div img {
	width: 100%;
	/*max-height: 586px;*/
}

div.displaygroup01 {
	width: 100%;
}

div.displaygroup02 {
	width: 95%;
}

div.displaygroup03 {
    width: 100%;
}

div.homebox01 {
    float: none;
    width: 100%;
    margin-top: 1em;
}

div.homebox01 img {
    width: 100%;
}

div.homebox04 {
    float: none;
    width: 100%;
    margin-top: 1em;
}

div.homebox04 img {
	width: 100%;
}

div.homebox06 {
    float: none;
    width: 100%;
    margin-top: 1em;
    text-align: center;
}

div.homebox06 img {
	width: 70%;
}

div.homebox07 {
    float: none;
    width: 100%;
    margin-top: 1em;
    text-align: center;
}

div.homebox07 img {
	width: 70%;
}

div.homebox08 {
    float: none;
    width: 100%;
    margin-top: 1em;
    text-align: center;
}

div.homebox08 img {
	width: 70%;
}

div.homebox11 {
    float: none;
    width: 100%;
    margin-top: 1em;
}

div.homebox11 img {
    width: 100%;
}

div.homebox12 {
    float: none;
    width: 100%;
    margin-top: 1em;
}

div.homebox12 img {
    width: 100%;
}

div.homebox13 {
    float: none;
    width: 100%;
    margin-top: 1em;
}

div.homebox13 img {
	width: 100%;
}

div.homebox18 {
    width: 46%;
    margin-top: 1em;
    margin-right: 1em;
}

div.homebox18 img {
	width: 100%;
}

div.homebox19 {
    float: right;
    width: 48%;
    margin-top: 1em;
}

div.homebox19 img {
	width: 100%;
}

div.homebox20 {
    width: 48%;
    margin-top: 1em;
}

div.homebox20 img {
	width: 100%;
}

div.homebox21 {
    float: right;
    width: 48%;
    margin-top: 1em;
}

div.homebox21 img {
	width: 100%;
}

#newline_home01 {
	display: none;
}

div.homebox_wraplabel01 {
    width: 100%; 
    height: 100%;
}

div.homebox_wraplabel02 {
    width: 100%; 
    height: 100%;
}

div.homebox_wraplabel03 {
    width: 100%; 
    height: 100%;
}

div.homebox_wraplabel01 div.homebox_label {
    top: 50%; 
    width: 100%;
}

div.homebox_wraplabel01 div.homebox_label span.bkg01 {
    padding: 0.6em 1em 0.6em 1em;
    font-size: 1.5em;
}

div.homebox_wraplabel01:hover div.homebox_label {
    bottom: 1rem; 
    width: 100%;
}

div.homebox_roundimage {
    border-width: 2px; 
    border-radius: 50%;
    margin-bottom: 1em;
}


div.homebox_roundimage:hover {
    border-color: #ffffff; 
}

div.homebox_wraplabel02 div.homebox_label {
    top: 40%; 
    width: 100%;
}

div.homebox_wraplabel02:hover div.homebox_label {
    bottom: 1rem; 
    width: 100%;
}

div.homebox_wraplabel02 div.homebox_labelbutton {
    width: 10em; 
    margin: 1em auto 0em auto; 
}

div.homebox_wraplabel02 div.homebox_labelbutton div {
    padding: 0.5em; 
}

div.homebox_wraplabel02 div.homebox_labelbutton:hover div {
    padding: 0.5em; 
}

div.homebox_wraplabel02 img {
    width: 133px;
    height: 123px;
    margin-top: 6em;
}

div.homebox_wraplabel03 div.homebox_label {
    top: 30%; 
    width: 100%;
}

div.homebox_wraplabel03 div.marker { 
    display: none;
}

div.homebox_wraplabel03:hover div.homebox_label {
    bottom: 1rem; 
    width: 100%;
}

@keyframes bounces {
  0% {
    transform: translateY(-50%);
  }
  
  25% {
    transform: translateY(-65%);
  }
  
  75% {
    transform: translateY(-35%);
  }
  
  100% {
    transform: translateY(-50%);
  }
  
}
@-webkit-keyframes bounces {
  0% {
    transform: translateY(-50%);
  }
  
  25% {
    transform: translateY(-65%);
  }
  
  75% {
    transform: translateY(-35%);
  }
  
  100% {
    transform: translateY(-50%);
  }
  
}

div.social_wrap {
    float: none;
    font-size: 0.8em; 
}

div.social_wrap img {
    height: 1.4em; 
}

div.newsletter_wrap {
    float: none;
    margin-top: 1.5em;
}

div.newsletter_wrap input.field1 {
    width: 12em; 
    padding: 0.5em 1em 0.5em 1em; 
    font-size: 0.9em;
    border-width: 1px; 
    margin: 0em;
}

#popup_newsletter input.field1 {
    width: 14em; 
    padding: 0.5em 1em 0.5em 1em; 
    font-size: 0.9em;
    border-width: 1px; 
    margin: 0em;
}

div.stripe01 {
	width: 630px;
	height: 37px;
	margin-top: 155px;
}

div.stripe02 {
	width: 309px;
	height: 37px;
	margin-top: 155px;
}

div.social02 {
	margin: 3em 0em 0em 0em; 
	padding-bottom: 0.5em;
}

div.social02 img {
	width: 22px;
}

.pagetitle {
}

.pagetitle02 {
    font-size: 1.6em;
    padding: 0.5em 0em 0.5em 0em;
}

div.pagesubtitle {
    font-size: 1.3em;
    padding: 0em 0em 0.4em 0rem;
    margin-bottom: 1em;
}

div.pagesubtitle div {
}

li {
    font-size: 2vw;
    line-height: 3vw;
    padding: 0px 0px 0px 0px;
}

/* Shop page. */
div.shopaddress {
    width: 100%;
    text-align: left;
}

div.shopimage {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}

div.shopimage img{
    width: 100%;
}

div.shopmap {
    width: 100%; 
    height: 230px;
}

div.shopimgtext {
    width: 100%;
    float: left;
    margin: 1em 0em;
}

div.shopvideo {
    width: 100%;
    float: left;
}

div.shopvideo img {
    width: 100%;
    float: left;
}

.final_purchase_box_left {
    width: 85%;
    height: auto; 
    padding: 3em 0em 2em 0em;
    margin: 0em auto;
}

.final_purchase_box_right {
    width: 100%; 
    height: auto; 
    padding: 3em 0em 5em 0em;
    margin: 0em auto;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #bbbcbd;
}

.final_pay_total {
    width: 100%; 
    margin: 0em 0em 0em 0em;
}

/* End Shop page. */

a.button06 {
    text-decoration: none;
}	

a.button06:hover {
    text-decoration: none;
}

a.button06 div {
    padding: 0.3em 0em 0.3em 0em;
    font-size: 1.5vw;
}

a.button06 span {
    margin: 0em;
    padding: 0em;
}

a.button06 div:hover {
}

/* Link styles. */
a {
}

a:hover {
}

/* Page numbers. */
	a.page {
	}
	
	a.page:hover {
	}
	
	a.pagecurrent {
	}
	
	a.pagecurrent:hover {
	}

/* End Page numbers. */

a.link01 {
    font-size: 1em;
}

a.subMenu{
    /*padding: 0.5em;*/
    /*padding-left: 1.5em;*/
}

a.link01:hover {
}

a.link01_current {
}

/* Cookies popup */
#popup_cookies {
}

#cookiebutton {
    padding: 0.2em 0.2em;
    bottom: 0.1em;
    right: 5.5em;
    width: 11.5em;
    z-index: 1000;
}

#cookiebox {
    width: 35em;
    font-size: 0.7em;
    bottom: 2em;
    left: 5em;
    padding-top: 1em;
}

#managecookies {
    left: 96px;
    bottom: 43px;
    font-size: 13px;
}

#cookiesetting {
    top: 10%;
    right: 0%;
    bottom: 30%;
    left: 0%;
    width: 90%;
    overflow: auto;
    height: 40%;
}

.cookietext div.innerCookiebox{
    width: 90%; 
    margin: 0em auto 0em auto; 
}

.cookietext .textPosition{
    width: 100%
}

.cookietext .buttonPosition {
    width: 100%;
    margin: 0em auto 0em auto;
}


.cookietext div p {
    max-width: 100%;
    padding: 0.5em 0.5em 0.5em 0.5em;
    font-size: 1.4em;
}

.cookietext .button03 {
    padding: 0.5em 1em;
    margin-bottom: 1.5em;
    border-radius: 15px;
}

.cookietext .button03:hover {
}

#cookiebutton:hover {
}

/* End Cookies popup */

div.displayrecord01 {
    width: 100%;
    padding: 0em;
}

.text03 {
    font-size: 0.9em;
}

.text04 {
    font-size: 2em;
    text-align: center;
}

.text05 {
    font-size: 1.2em;
    text-align: center;
}

.voucherImg {
    float: left; 
    width: 40%; 
    text-align: right;
    padding: 3em 0em 0em 7.5%;
}

.voucherImg img {
    width: 80%;
}

.voucherText {
    float: left; 
    width: 40%; 
    text-align: left; 
    padding: 3em 0em 0em 3vw;
}

.voucherText01 {
    font-size: 2em;
}

.voucherText02 {
    font-size: 1.2em;
}

.tourstoreVideo01 {
    float: right;
    width: 49.5%;
    text-align: left;
}

.tourstoreVideo01 video {
    width: 80%;
}

.tourstoreText01 {
    float: left;
    text-align: right;
    width: 47.5%;
    padding: 0em 0em 0em 0em;
}

.tourstoreText01 div {
    width: 80%;
}

.tourstoreVideo02 {
    float: left;
    width: 49.5%;
    text-align: right;
}

.tourstoreVideo02 video {
    width: 80%;
}

.tourstoreText02 {
    float: right;
    text-align: left;
    width: 47.5%;
    padding: 0em 0em 0em 0em;
}

.tourstoreText02 div {
    width: 80%;
}

.homePageTitle01 {
    width: 100%;
    margin: 0.5em 0em;
    font-size: 1.8em;
    text-align: center;
}

.homePageTitle02 {
    width: 100%;
    margin: 2em 0em;
    font-size: 1.8em;
    text-align: center;
}

.homePageTitle03 {
    width: 100%;
    margin: 2em 0em;
    font-size: 1.8em;
    text-align: center;
}

#showroom {
    width: 85%; 
    margin: 0em auto;
}

#showroom div { 
    width: 45%; 
    float: left;
    margin-right: 4vw;
}

#showroom div img { 
    width: 100%;
}

.showroom_icon_pin {
    margin-left: 1em;
}

#showroom div div { 
    text-align: left; 
    padding: 1em 0em 1em 0em; 
}

.showroomText01 {
    font-size: 15px;
}

.showroomText02 {
    font-size: 16px;
}

.showroomText03 {
    font-size: 1.5em;
    line-height: 30px;
}

.showroomText04 {
    font-size: 1.2em;
    line-height: 24px;
}

#shopping {
    width: 85%; 
    margin: 0em auto 2em auto;
}

#shopping div {
    width: 95%;
}

#shopping .shoppingSub01 {
    width: 32%;
    margin: 0em 0.5vw 1em 0.5vw;
    float: left;
    overflow: hidden;
}

#shopping .shoppingSub02 {
    width: 32%;
    margin: 0em 0.5vw 1em 0.5vw;
    float: left;
    overflow: hidden;
}

#shopping .shoppingSub03 {
    width: 32%;
    margin: 0em 0.5vw 1em 0.5vw;
    float: left;
    overflow: hidden;
}

.shoppingText01 {
    font-size: 1.5em;
}

.shoppingText02 {
    font-size: 1.1em;
}

#pageScroll {
    bottom: 10px;
    left: 47.5%;
}

#pageScroll img {
    width: 30px;
    height: 30px;
}

#smallfavourite {
    position: fixed; 
    top: 50%; 
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0em 0em; 
    width: 98%;  
    padding: 1em;
    overflow-y: scroll;
    overflow-x: hidden;
}

#smallfavourite .fav_item {
    float: left;
    width: 40%; 
    margin: 1em 1em 1em 1em; 
    height: auto;
}

#smallfavourite .fav_item_add_to_basket {
    bottom: 10px; 
    right: 5px; 
}

#smallfavourite .title { 
    width: 99%; 
    padding: 1px;
    font-size: 1.5em;
}

#smallfavourite .text {
    width: 99%;
    padding: 1px;
    font-size: 1.1em;
}

#smallfavourite #fav_close_button {
    position: absolute; 
    top: 0em; 
    right: 2em;
    border: 0px; 
    width: auto;
    padding: 10px 0em 0px 0em;
}

#smallcart {
    position: fixed; 
    top: 50%; 
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0em 0em; 
    width: 98%;  
    padding: 1em;
    overflow-y: scroll;
    overflow-x: hidden;
}

#smallcart .cart_item {
    float: left;
    width: 40%; 
    margin: 1em 1em 1em 1em; 
    height: auto;
}

#smallcart .title {
    width: 99%; 
    padding: 1px;
    font-size: 1.5em;
}

#smallcart #cart_close_button {
    position: absolute; 
    top: 0em; 
    right: 2em;
    border: 0px; 
    width: auto;
    padding: 10px 0em 0px 0em;
}

/* 
  Begin Basket
*/

.basket_desc_box { 
    width: 95%; 
    margin: 0em auto 0.5em auto;
    font-size: 1em; 
    border-bottom: 1px solid #a5a5a5; 
    padding-bottom: 10px;
}

.basket_desc_box .basket_desc01 {
    float: left; 
    width: 78%; 
    padding: 0em;
}

.basket_desc_box .basket_desc02 {
    float: left; 
    width: 20%; 
    padding: 0em; 
}

.basket_desc_box .basket_desc03 {
    display: none; 
}

.basket_item_box { 
    width: 95%; 
    margin: 0em auto 0em auto; 
    height: 9em; 
    font-size: 0.9em; 
    padding: 10px 0px;
    border-style: solid; 
    border-width: 0px 0px 1px 0px; 
    border-color: #a5a5a5;
}

.basket_item_col01 {
    float: left;
    width: 78%;
}

.basket_item_col02 {
    float: left; 
    width: 20%; 
    padding: 0em;
}

.basket_item_col03 {
    display: none;
}

.basket_item_col01 .basket_item_img {
    width: 100px; 
    height: 100px; 
    float: left;
}

.basket_item_col01 .basket_item_text {
    width: 60%; 
    height: 100px; 
    float: left;
}

.basket_item_col01 .basket_item_text_sub { 
    top: 50%; 
    left: 5%; 
    transform: translate(0%, -50%);
}

.basket_pay_total {
    width: 95%; 
}

.basket_qty_box {
    width: 100%; 
    height: 100px;
}

div.basket_qty_box_2 {
    width: 15%; 
    height: 66px;
}

.basket_qty_box_sub {
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

.basket_total_box {
    width: 100%; 
    height: 100px;
}

.basket_total_box_sub {
    top: 50%; 
    right: 0%; 
    transform: translate(0%, -50%);
}

.checkout_item_box {
    width: 80%;
    height: auto;
    font-size: 1em;
    padding: 10px 0px;
    margin: 1em auto;
}

.checkout_price_box {
    width: 80%;
    height: auto;
    margin: 1em auto;
}

.checkout_item_img {
    float: left;
    width: 25%;
}

.checkout_item_img img {
    width: 20vw;
    height: 20vw;
}

.checkout_item_name {
    float: left;
    width: 50%;
    height: 20vw;
}

.checkout_item_name_sub {
    top: 50%;
    left: 5%;
    transform: translate(0%, -50%);
}

.checkout_item_price {
    float: left;
    width: 25%;
    height: 20vw;
}

.checkout_item_price_sub {
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
}

.cart_qty_plus_minus_box {
    width: 100%;
    border: 1px solid #a5a5a5; 
    padding: 5px 5px 5px 5px;
}

.cart_remove {
    width: 100%; 
    text-align: center; 
    font-size: 0.9em;
    padding: 0px 5px 0px 5px;
}

.cart_plus {
    right: 10%;
    top: 45%;
    width: 15px;
    height: 2px;
}

.cart_qty_plus {
    width: 20%;  
    top: 0px; 
    bottom: 0px; 
    right: 5%;
}

.cart_qty_plus:hover .cart_plus {
}
.cart_plus:before, .cart_plus:after {
    right: 10%;
    top: 45%;
    content: '';
    height: 2px;
    width: 15px;
}
.cart_plus:before {
}
.cart_plus:after {
}

.cart_minus {
    left: 10%;
    top: 45%;
    width: 15px;
    height: 2px;
}

.cart_qty_minus {
    width: 20%; 
    top: 0px; 
    bottom: 0px; 
    left: 5%;
}

.cart_qty_minus:hover .cart_minus {
}

/* 
  End Basket
*/

.myAccountTitle {
    width: 95%; 
    margin: 1em auto 1em auto; 
    font-size: 1.2em; 
    text-align: center;
}

.myAccountColDesc { 
    width: 95%; 
    margin: 0em auto 0em auto; 
    font-size: 2vw; 
    text-align: center;
}

.myAccountRow {
    width: 95%; 
    margin: 0em auto 0em auto; 
    font-size: 2.3vw; 
    text-align: center;
}

.myAccountInput { 
    width: 95%; 
    margin: 0em auto 0em auto; 
    font-size: 0.9em;
    text-align: center;
}

.collection_title {
    font-size: 4em;
}

.cycle-slide {
}

.reviewImg {
    width: 70%;
}

.ratingText {
    font-size: 2vw; 
}

.reviewQuote {
    font-size: 4vw;
    font-weight: 500;
}

.reviewText {
    font-size: 2vw;
    font-weight: 400;
}

.displaygroup05ReviewText {
    margin: 4em auto;
}

.homepage-intro-images-mobile {
     display: none;
 }    

.reviewName {
    font-size: 2vw;
    font-weight: 500;
}

[data-star] {
  text-align:left;
  font-style:normal;
  display:inline-block;
  position: relative;
  unicode-bidi: bidi-override;
  font-size: 2vw;
}
[data-star]::before { 
  display:block;
  content: '★★★★★';
  color: #a5a5a5;
  font-size: 3vw;
}
[data-star]::after {
  white-space:nowrap;
  position:absolute;
  top:0;
  left:0;
  content: '★★★★★';
  width: 0;
  color: #ff8c00;
  overflow:hidden;
  height:100%;
  font-size: 3vw;
}

[data-star^="0.1"]::after{width:2%}
[data-star^="0.2"]::after{width:4%}
[data-star^="0.3"]::after{width:6%}
[data-star^="0.4"]::after{width:8%}
[data-star^="0.5"]::after{width:10%}
[data-star^="0.6"]::after{width:12%}
[data-star^="0.7"]::after{width:14%}
[data-star^="0.8"]::after{width:16%}
[data-star^="0.9"]::after{width:18%}
[data-star^="1"]::after{width:20%}
[data-star^="1.1"]::after{width:22%}
[data-star^="1.2"]::after{width:24%}
[data-star^="1.3"]::after{width:26%}
[data-star^="1.4"]::after{width:28%}
[data-star^="1.5"]::after{width:30%}
[data-star^="1.6"]::after{width:32%}
[data-star^="1.7"]::after{width:34%}
[data-star^="1.8"]::after{width:36%}
[data-star^="1.9"]::after{width:38%}
[data-star^="2"]::after{width:40%}
[data-star^="2.1"]::after{width:42%}
[data-star^="2.2"]::after{width:44%}
[data-star^="2.3"]::after{width:46%}
[data-star^="2.4"]::after{width:48%}
[data-star^="2.5"]::after{width:50%}
[data-star^="2.6"]::after{width:52%}
[data-star^="2.7"]::after{width:54%}
[data-star^="2.8"]::after{width:56%}
[data-star^="2.9"]::after{width:58%}
[data-star^="3"]::after{width:60%}
[data-star^="3.1"]::after{width:62%}
[data-star^="3.2"]::after{width:64%}
[data-star^="3.3"]::after{width:66%}
[data-star^="3.4"]::after{width:68%}
[data-star^="3.5"]::after{width:70%}
[data-star^="3.6"]::after{width:72%}
[data-star^="3.7"]::after{width:74%}
[data-star^="3.8"]::after{width:76%}
[data-star^="3.9"]::after{width:78%}
[data-star^="4"]::after{width:80%}
[data-star^="4.1"]::after{width:82%}
[data-star^="4.2"]::after{width:84%}
[data-star^="4.3"]::after{width:86%}
[data-star^="4.4"]::after{width:88%}
[data-star^="4.5"]::after{width:90%}
[data-star^="4.6"]::after{width:92%}
[data-star^="4.7"]::after{width:94%}
[data-star^="4.8"]::after{width:96%}
[data-star^="4.9"]::after{width:98%}
[data-star^="5"]::after{width:100%}