div.css1200 {
    display: block;
}       

.cssanimationImg {
    width: 100%; 
    /*min-width: 119%;
    animation: slideimg 12s infinite;
    -webkit-animation: slideimg 12s infinite;*/
}

/* Swiper */

.mobile {
    display: none;
}

/* End Swiper */

@-webkit-keyframes slideimg {
    0% {
        transform: translateX(100%); /* Start off to the right */
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: translateX(0); /* Move to the center */
        -webkit-transform: translateX(0);
    }
    50% {
        opacity: 1;
        transform: translateX(0); /* Stay at the center */
        -webkit-transform: translateX(0);
    }
    80% {
        opacity: 1;
        transform: translateX(-100%); /* Move left */
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 0;
        transform: translateX(-100%); /* Keep moving left while fading out */
        -webkit-transform: translateX(-100%);
    }
}

.cssanimationText {
    position: absolute;
    right: 5%;
    font-size: 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: 1190px;
    height: 2.7em;
    bottom: 1em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

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


div.popup_newsletter_inner2 {
    padding: 1em 0vw 1em 2vw;
}

div.popup_newsletter_inner{
}

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

div.popup_newsletter_inner_button{

}

p.popup_newsletter_terms{
    font-size: 15px; 
    line-height: 1.5em; 
    margin-top: 0em; 
    margin-bottom:0px; 
}

p.popup_newsletter_cookies{
    font-size: 0.7em; 
    line-height: 1.5em; 
    margin-top: 1em; 
    margin-bottom: 0.5em; 
}

#popup_newsletter2 div {
}

#popup_newsletter2 p {
   
}

#popup_newsletter2 input {
    width: 100%;
    border-width: 1px;
    border-radius: 5px;
    font-size: 0.7vw;
    padding: 0.5em 0em 0.6em 1.2em;
}

#popup_newsletter2 p {
    
}

p.popup_newsletter_inner_title{
    font-size: 3vw;
    font-weight: bold;
    line-height: 1em;
}

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

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

/*Pop up message Correct/Error*/

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

    /* Modal Content */
    .modal-content {
        margin: auto;
        width: 25%;
        border-style: none;
        font-size: 1.2vw;
        border-radius: 5px;
    }
    
    /* Modal Content */
    .modal-smspopup {
        margin: auto;
        width: 35%;
        border-radius: 5px;
        border: 2px solid #888;
        font-size:15px;
    }
    
    .modal-body {padding: 35px 0px;}
    
    /*Modal Header*/
    .modal-header{
        border-radius: 3px;
        padding: 0px 16px;
        font-size:12px;
    }
    
    .modal-header >span{
        margin-left:-6px;
    }

    /*Modal Iamge*/
    .modal-image{
        overflow: hidden; 
        width: 35%; 
        margin: 0px auto;
        font-size:15px;
    }
    
    .modal-image-smspopup{
        overflow: hidden; 
        width: 50%; 
        margin: 0px auto;
        font-size:15px;
    }
    
    .modal-image img{
        margin:0px auto 0px 0px;
        width:25%;
    }
    
    .modal-image p{
        font-size: 15px;
    }

    /*Modal Header*/
    .modal-header{
        width: 90%;
        border-radius: 3px;
        padding: 0px 16px;
        font-size: 12px;
    }

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

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

    }

    /* 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}
    }

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

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

    /* Modal Content */
    .errormodal-content {
        margin: auto;
        width: fit-content;
        height: 122px;
        border-radius: 5px;
        border: 2px solid #888;
        font-size: 1.2rem;
        padding: 1em;
    }
    
    .errormodal-body {
        padding: 63px 0px;
        margin-left: 2.5em;
        bottom: 1em;
        position: relative;
    }
    
    /*Modal Header*/
    .errormodal-header{
        border-radius: 3px;
        padding: 0px 16px;
        font-size:12px;
    }
    
    .errormodal-header >span{
        margin-left:-6px;
    }
    
    /*Modal Header*/
    .errormodal-header{
        width: 90%;
        border-radius: 3px;
        padding: 0px 16px;
        font-size: 12px;
    }

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

    /* Full-width input fields */
    .container >input[type=text], input[type=password] input[type=number] {
        width: 100%;
        padding: 4px 10px;
        margin: 8px 0;
        border: 1px solid #ccc;
    }
    .referencedetails >label{
        font-size: 18px;
    }
    .newuserdiv >label{
        font-size: 1em;
    }
    .dropdown >label{
        font-size: 1em;
    }

    .newuserdivtext >label{
        font-size: 1em;
    }

    /* Set a style for all buttons */
    div.formsubmit{
        padding: 15px 20px;
        margin: 10px 0px 0px 0px;
        width: auto;
        font-size: 1em;
        letter-spacing: 3px;
        border: 1px solid #a5a5a5;
    }
    
    .submit{
        margin: 1px 1px 1px 9px;
        width: fit-content;
    }

    /* Center the image and position the close button */
    .popup_enquiry_heater {
        margin:  20px auto 15px;
        /*border-bottom: 2px ridge #ddd;*/
        width:100%;
    }

    .popup_enquiry_heater h2{
        font-size: 28px;
        font-weight: 300;
        margin: 0px 0px 0px 25px;
    }

    span.psw {
        padding-top: 16px;
    }

    /* The Modal (background) */
    .popup_enquiry {
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        padding-top: 60px;
    }

    /* Modal Content/Box */
    .popup_enquiry_content {
        margin: 0em 0em; /* 5% from the top, 15% from the bottom and centered */
        border: 0px solid #656565;
        width: 100%; /* Could be more or less, depending on screen size */
        padding: 10px 1px 1px 1px;
    }

    /*Modal main content */
    .newuserdiv{
        width: 90%;
        margin: 10px 0px 0px 0px;
        padding: 2px;
    }
    
    .newuserinput{
        margin-top: 5px;
        margin-bottom: 5px;
        border: 1px solid #c3c4c4;
        border-radius: 3px;
        height: 23px;
        width: 96%;
        padding-left: 5px;

    }
    
    .newuserdivtext{
        width: 90%;
        margin: 0px 0px 0px 0px;
        padding: 10px 2px 2px 2px;
    }
    
    .mandatory{
        width: 90%;
        margin: 0px 0px 0px 5px;
    }
    
    .terms{
        width: 90%;
        margin: 0px 0px 0px 5px;
    }
    
    .serv_hours{
        width: 87%;
        margin: 0px 0px 0px 25px;
        text-align: left; 
        margin-bottom: .2em;
        font-size: 1em;
    }

    /* The Close Button (x) */
    .closed {
        top: 0;    
        font-size: 35px;
    }

    .closed:hover,
    .closed:focus {
        color: red;
        cursor: pointer;
    }

    /* Add Zoom Animation */
    .animate {
        -webkit-animation: animatezoom 1s;
        animation: animatezoom 1s
    }

    @-webkit-keyframes animatezoom {
        from {-webkit-transform: scale(0)} 
        to {-webkit-transform: scale(1)}
    }

    @keyframes animatezoom {
        from {transform: scale(0)} 
        to {transform: scale(1)}
    }

    /* Change styles for span and cancel button on extra small screens */
    @media screen and (max-width: 300px) {
        span.psw {
           display: block;
           float: none;
        }
        .cancelbtn {
           width: 100%;
        }
    }

    /*Label Form*/
    label.label_form {
        margin-bottom: 5px;
        font-weight: 700;
        width: 100%;
    }
    
    .textarea01 {
        width: 97%; 
        height: 80px;
        font-size: 1em;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 3px;
        padding-left: 0.4vw;
        border-width: 1px;
    }
    
    /*Input Message*/
    textarea#message {
        width: 98%; 
        height: 80px;
        font-size: 0.9em;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 3px;
        padding-left: 3px;
    }
        
 
        /*Input Message*/
    /*End Label form*/


    div.button01.wishlist{
        font-size: 14px;
    }
    div.button01.instant{
        font-size: 14px;
    }

/*End Modal Form*/

/*End pop up message Correct/Error*/

/* Containers */

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

#slideshowcontainer {
    height: 41vw;
    overflow: hidden;
    position: relative;
}

/* End Containers */

/* Button containers */

div.button03_container {
    width: 10%;
}

/* End Button Containers */


/* Header containers */

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

div.headerbox {
    font-size: 1em;
    width: 49%;
    float: left;
}

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

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

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

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

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

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

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

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

/* End Header containers */

/* Horizontal/ record containers */

div.displayrecord01 {
    width: 100%;
}

div.displaygroup01 {
    width: 60%;
    font-size: 1em;
}

.displaygroup05 {
    width: 50%;
}

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

div.displaygroup06 {
    width: 100%;
}

div.displaygroup07 {
    margin: 6vw auto 4vw auto;
    width: 85%
}

div.generic_content {
    margin: 5px 0px 0px 0px;
    font-size: 0.9vw;
    line-height: 1em;
}

/* End Horizontal/ record containers */

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

div.footer {
	overflow: hidden;
	background: none;
}

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

div.footerseparator {
	min-height: 340px;
}

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

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

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

div.footerbox01 {
	width: 95%;
	margin-left: 5%;
}

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

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

div.footer3 img {
    height: 24px;
}

div.content {
	width: 100%;
}

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

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

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

.slideshow {
    width: 100% !important;
}

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

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

div.account div.rightpane {
    width: 42%;
    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.2em;
}

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

.field01 {
    width: 100%;
    padding: 10px 0px 10px 3%;
    font-size: 0.9em;
}

.field04 {
    width: 92%;
    padding: 10px 0px 10px 6%;
    font-size: 0.9em;
}

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

.field03_parent_right {
    width: 48%; 
    float: right;
    margin-right: 1.4vw;
}

.field03 {
    width: 93%;
    padding: 10px 0px 10px 10px;
    font-size: 0.9em;
}

.field_select {
    width: 94.5%;
    padding: 10px 0px 10px 10px;
    font-size: 0.9em;
}

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

div.leftpane02 {
    display: block;
	width: 20%; 
	height: 602px; 
}

div.midpane02 {
    display: block;
    width: 40%;  
    height: 571px; 
    margin: 0px 0.5em 0px 1.5em;
    float: left;
}

div.rightpane02 {
    float: right;
    width: 36%; 
}

#current_image {
	max-width: 540px; 
	max-height: 621px;
}

#current_image_wrap {
	width: 100%;
        height: 540px;
        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: 25%;
    height: 98%;
    padding: 2em;
    overflow: scroll;
}

#menu_small #menu_close_button {
    position: fixed; 
    top: 0em; 
    left: 2em; 
    border: 0px; 
    width: 20%;
    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 !important;
    height: 32px !important;
}

/* End Images */

/* Thumb lists/ scroll lists. */

	/* Single item thumb images. */
	#thumblist01 {
		width: 200px; 
		height: 540px;
	}

	#thumblist01 img {
		width: 200px;
		height: 200px;
	}

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

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

	#thumblist02left img {
		width: 40px;
		height: 40px;
	}
	
	#thumblist02right {
		top: 40%; 
		right: 0px;
	}
	
	#thumblist02right img {
		width: 40px;
		height: 40px;
	}
	
	#thumblist02 {
		width: 100%; 
		height: 100%;
		margin: 0px 0px 0px 0px;
                white-space: nowrap;
	}

	#thumblist02 .ImgTextContainer {
		margin: 0px 1vw 0px 0px;
                width: 24%;
	}

	#thumblist02 img {
		width: 100%;
		height: auto;
                max-width: 100%;
	}
        
        #thumblist02 .itemName {
		width: 100%;
                font-size: 1.1em;
                line-height: 1.7;
                text-align: center;
                margin-top: 0.7em;
                letter-spacing: 1px;
	}
        
        #thumblist02 .itemPrice {
		width: 100%;
                font-size: 1.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: 219px;
		height: 210px;
	}

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

	#thumblist03left img {
		width: 40px;
		height: 40px;
	}
	
	#thumblist03right {
		top: 40%; 
		right: 0px;
	}
	
	#thumblist03right img {
		width: 40px;
		height: 40px;
	}
	
	#thumblist03 {
		width: 100%; 
		height: 100%;
		margin: 0px 0px 0px 0px;
	}

	#thumblist03 .ImgTextContainer {
		margin: 0px 1vw 0px 0px;
                width: 24%;
	}

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

	#thumblist04 .ImgTextContainer {
                width: 24%;
                height: 20vw;
                position: relative;
                margin-bottom: 1.3%;
	}

	#thumblist04 img {
		width: 100%;
		height: 20vw;
                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: 219px;
		height: 210px;
	}

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

	#thumblist05left img {
		width: 40px;
		height: 40px;
	}
	
	#thumblist05right {
		top: 40%; 
		right: 0px;
	}
	
	#thumblist05right img {
		width: 40px;
		height: 40px;
	}
	
	#thumblist05 {
		width: 100%; 
		height: 100%;
		margin: 0px 0px 0px 0px;
	}

	#thumblist05 .ImgTextContainer {
		margin: 0px 0px 3% 0.5vw;
                width: 19%;
	}

	#thumblist05 img {
		width: 100%;
		height: auto;
                max-width: 100%;
	}
        
        #thumblist05 .itemName {
		width: 100%;
                font-size: 0.9vw;
                line-height: 1.7;
                text-align: center;
                margin-top: 0.7em;
	}
        
        #thumblist05 .itemPrice {
		width: 100%;
                font-size: 1vw;
                line-height: 1.7;
                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 {
    float: left;
}

.divFloatRight {
    float: right;
}

.divZeroMargin {
    margin-left: 0em;
    margin-right: 0em;
}

.divMarginLeft {
    margin-left: 1.3%;
}

.divMarginRight {
    margin-right: 1.3%;
}

.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: 233px;
	height: 293px;
	font-size: 0.8rem;
	margin: 0px 8px 0px 0px;	
}

div.thumbnail01img {
	overflow: hidden;
	width: 233px;
	height: 238px;
	text-align: center;
}

div.thumbnail01img img {
	width: 233px;
	height: 233px; 
}	

div.thumbnail01right {
	width: 233px;
	height: 293px;
	font-size: 0.8rem;
}

div.thumbnail01rightimg {
	overflow: hidden;
	width: 233px;
	height: 233px;
	text-align: center;
}

div.thumbnail01rightimg img {
	width: 233px;
	height: 233px; 
}

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

/* End Product category thumbnails. */

/* Interiors thumbnails. */
div.thumbnail02 {
	width: 309px; 
	margin: 0px 7px 15px 8px;
}

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

div.thumbnail02img {
	width: 309px;
	height: 309px;
}

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

div.thumbnail02right {
	width: 309px; 
}

div.thumbnail02rightimg {
	width: 309px;
	height: 309px;
}

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

/* End Interiors thumbnails. */

/* Interiors look thumbnails. */
div.lookthumbnail02 {
	width: 175px; 
	margin: 0px 22px 0px 0px;
}

div.lookthumbnail02img {
	width: 175px; 
}

div.lookthumbnail02img img{
	width: 175px; 
	height: 175px; 
}

/* End Interiors look thumbnails. */

/* Product similar thumbnails. */

.thumbnail03_wrap {
    width: 50%; 
    margin: 1em auto 1em auto; 
}

div.thumbnail03 {
	width: 30%;
        margin: 0px 0px 0px 3%;
}

div.thumbnail03 img {
    width: 95%;
    margin-bottom: 1em;
}

div.thumbnail03 .itemName {
    margin-top: 1em;
    width: 100%;
    font-size: 0.85vw;
    text-align: center;
}

div.thumbnail03 .itemPrice {
        width: 100%;
        font-size: 0.9vw;
        line-height: 1;
        text-align: center;
}

/* End Product similar thumbnails. */

/* Collections thumbnails. */
div.thumbnail04 {
    width: 383px;
    margin: 0px 25px 25px 0px;
}

div.thumbnail04 img {
    width: 100%;
}

div.thumbnail04right {
    width: 383px;
}

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: 1.5em;
    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: 737px;
		height: 456px;
	}	

	div.t01seq11 {
		width: 211px;
	}	
	
	div.t01seq11 div.text02 {
		font-size: 0.8rem;
	}	
	
	div.t01seq11 div.text02 div.text02 {
		font-size: 1.2rem; 
	}	
		
	div.t01seq11 img {
		width: 211px;
		height: 211px;
	}	

	/* End Template 01. */
	
	/* Template 02. */
	div.t02seq10 {
		width: 211px;
	}	
	
	div.t02seq10 div.text02 {
		font-size: 0.8rem;
		width: 211px;
	}	
	
	div.t02seq10 div.text02 div.text02 {
		font-size: 1.2rem; 
	}	

	div.t02seq10 img {
		width: 211px;
		height: 211px;
	}	

	div.t02seq11 {
		
	}
	
	div.t02seq11 img {
		width: 737px;
		height: 456px;
	}	

	div.t02other {
		margin-bottom: 10px;
	}
	
	div.t02other div.text02 {
		float: left; 
		max-width: 190px; 
		padding: 0rem; 
		margin: 0rem; 
		font-family: Arial; 
		font-size: 0.8rem;
	}
	
	div.t02other img {
		width: 355px;
		height: 368px;
		margin-right: 10px;
	}	

	div.t02othertext {
		margin-bottom: 10px;
	}
	
	div.t02othertext div.text02 {
		float: left; 
		max-width: 190px; 
		padding: 0rem; 
		margin: 0rem; 
		font-family: Arial; 
		font-size: 0.8rem;
	}
	
	div.t02othertext img {
		width: 355px;
		height: 368px;
		margin-right: 10px;
	}	

	/* End Template 02. */
	
	/* Template 03. */
	div.t03seq10 {
		width: 475px;
	}
	
	div.t03seq10 img {
		width: 475px;
		height: 475px;
	}	

	div.t03seq11 {
		width: 474px;
	}	
	
	div.t03seq11 div.text02 {
		font-size: 0.8rem;
	}	
	
	div.t03seq11 div.text02 div.text02 {
		font-size: 1.2rem; 
	}	
	
	div.t03seq11 img {
		width: 474px;
		height: 294px;
	}	

	div.t03other {
		width: 309px;
		margin: 0px 18px 0px 0px;
	}
	
	div.t03other img {
		width: 309px;
		height: 309px;
	}	

	/* 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: 3em;
    top: 250px; 
    left: 0.5em;
}

#nextslide {
    width: 3em;
    top: 250px; 
    right: 0.5em;
}

#slidenav {
    width: auto;
    z-index: 100;
    bottom: 9%;
    right: 3%
}

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

#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: 1em;
        font-size: 0.5em;
        padding: 0em 0.5em 0em 0.6em;
}

#itemslidenav a.activeSlide {
}


#submenu_area {
	width: 1200px;
	min-height: 10em;
}

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

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

#slideshow {
	width:  1200px;  
	height:   550px;  
	overflow: hidden;
	margin: 0px auto 0px auto;
}


.pics {  
	width:  1200px;  
	height:   550px;  
	padding: 0;  
	margin:  0;  
	background: transparent; 
	border: 0px none #535255;
} 
 
.pics img {  
	padding: 0px;  
	margin:  0px; 
	width: 1200px;
	height: 550px;
} 

.slidecontainer {
	overflow: hidden;
	width: 1200px;
	height: 550px;
}

.slidecontainer div {
	overflow: hidden;
	height: 550px;
}

.slidecontainer div img {
	max-width: 1200px;
	max-height: 550px;
}

div.displaygroup01 {
	width: 100%;
}

div.displaygroup02 {
	width: 100%;
}

div.displaygroup03 {
    width: 100%;
    margin-bottom: 1em; 
}

div.homebox01 {
	width: 430px;
	height: 439px;
}

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

div.homebox04 {
	width: 49%;
	height: 410px;
}

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

div.homebox06 {
	width: 201px;
	height: 280px;
}

div.homebox06 img {
	width: 100%;
}

div.homebox07 {
	width: 201px;
	height: 280px;
	margin-left: 198px;
}

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

div.homebox08 {
	width: 201px;
	height: 280px;
}

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

div.homebox11 {
    width: 49%;
    height: 320px;
}

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

div.homebox12 {
    width: 49%;
    height: 320px;
}

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

div.homebox13 {
	width: 363px;
	height: 318px;
}

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

div.homebox18 {
	width: 23.4%;
	height: 20vw;
        border-width: 2px;
        margin-right: 1.2%;
}

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

div.homebox19 {
	width: 277px;
	height: 245px;
	margin-left: 28px;
        border-width: 2px;
}

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

div.homebox20 {
	width: 277px;
	height: 245px;
	margin-left: 28px;
        border-width: 2px;
}

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

div.homebox21 {
	width: 277px;
	height: 245px;
        border-width: 2px;
}

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

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 {
}

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

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

div.homebox_wraplabel02 div.homebox_labelbutton {
    width: 10em; 
    margin: 2em 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: 7em;
}

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

div.homebox_wraplabel03 div.marker { 
    bottom: -10em; 
    left: 48%;
}

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

div.homebox_wraplabel03:hover div.marker {
    bottom: 3em; 
}

@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 {
    font-size: 1.1em; 
}

div.newsletter_wrap {
}

div.newsletter_wrap input.field1 {
    width: 20em; 
    padding: 0.7em 1.2em 0.7em 1.2em; 
    font-size: 1.1em; 
    border-width: 1px; 
    margin: 0em;
}

#popup_newsletter input.field1 {
    width: 10em; 
    padding: 0.7em 1.2em 0.7em 1.2em; 
    font-size: 1.1em; 
    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.8em;
    padding: 1em 0em 1em 0em;
}

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

div.pagesubtitle div {
}

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

div.shopimage {
    width: 100%; 
    height: 23vw;
    text-align: center;
}

div.shopimage img{
    width: 100%; 
}

div.shopmap {
    width: 100%; 
    height: 23vw;
}

div.shopimgtext {
    width: 32%; 
    margin-left: 1em;
    float: left;
}

div.shopvideo {
    width: 32%; 
    height: 23vw;
    margin-left: 1em;
    float: left;
}

div.shopvideo img {
    width: 100%;
}

/* End Shop page. */

/* Link styles. */
a {
}

a:hover {
}

a.button06 {
    text-decoration: none;
}	

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

a.button06 div {
    padding: 0.5em 0em 0.5em 0em;
    font-size: 0.7vw;
    cursor: pointer;
}

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

a.button06 div:hover {
}

/* End link styles */

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

/* End Page numbers. */

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

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;
}

#cookiebox {
    width: 35em;
    font-size: 0.9em;
    bottom: 2em;
    left: 14em;
}

#managecookies {
    top: 6px; 
    left: 10px;
}

#cookiesetting {
    top: 20%;
    right: 25%;
    bottom: 30%;
    left: 25%;
    width: 25%;
    overflow: auto;
    height: 35%;
}

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

.cookietext .textPosition{
    width: 100%;
}

.cookietext .buttonPosition {
    margin-top: 2.5%;
    float: left; 
}

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

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

.cookietext .button03:hover {
}

#cookiebutton:hover {
}

/* End Cookies popup */

div.displayrecord01 {
    width: 100%;
}

.text03 {
    font-size: 1.1em;
}

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

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

.voucherImg {
    float: left; 
    width: 48%; 
    text-align: right;
}

.voucherImg img {
    width: 50%;
}

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

.voucherText01 {
    font-size: 2em;
}

.voucherText02 {
    font-size: 1.2em;
}

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

.tourstoreVideo01 video {
    width: 60%;
}

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

.tourstoreText01 div {
    width: 50%;
}

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

.tourstoreVideo02 video {
    width: 60%;
}

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

.tourstoreText02 div {
    width: 50%;
}

.homePageTitle01 {
    width: 100%;
    margin: 2em 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: 40%; 
    margin: 0em auto;
}

#showroom div { 
    width: 50%; 
    float: left;
}

#showroom div img { 
   width: 90%; 
}

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

.showroom_icon_pin { 
}

.showroomText01 {
    font-size: 0.9vw;
}

.showroomText02 {
    font-size: 1.1em;
}

.showroomText03 {
    font-size: 1.2vw;
    line-height: 3vw;
}

.showroomText04 {
    font-size: 0.9vw;
}

#shopping {
    display: flex;
    width: 60%; 
    margin: 0em auto 2em auto;
}

#shopping div {
}

#shopping .shoppingSub01 {
    flex: 30%;
    margin-right: 3%;
}

#shopping .shoppingSub02 {
    flex: 30%;
    margin-right: 3%;
}

#shopping .shoppingSub03 {
    flex: 30%;
    margin-right: 0%;
}

.shoppingText01 {
    font-size: 1.4em;
}

.shoppingText02 {
    font-size: 1vw;
}

#pageScroll {
    bottom: 5px;
    left: 48.5%;
}

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

#smallfavourite {
    position: fixed; 
    top: 0px; 
    bottom: 0px; 
    right: 0px;
    margin: 0em 0em; 
    width: 30%;  
    padding: 3em 2em 4em 3em;
    overflow-y: scroll;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#smallfavourite .fav_item {
    float: left;
    width: 40%; 
    margin: 1em 1em 1em 0.5em; 
    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: fixed;
    top: 0em;
    right: 2em;
    border: 0px; 
    width: auto;
    padding: 1em 0em 1em 0em;
}

#smallcart {
    position: fixed; 
    top: 0px; 
    bottom: 0px; 
    right: 0px;
    margin: 0em 0em; 
    width: 30%; 
    padding: 5em 3em;
    overflow-y: scroll;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#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: fixed;
    top: 0em;
    right: 2em;
    border: 0px; 
    width: auto;
    padding: 1em 0em 1em 0em;
}

/* 
  Begin Basket
*/

.basket_desc_box { 
    width: 90%; 
    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: 60%; 
    padding: 0em;
}

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

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

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

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

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

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

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

.basket_item_col01 .basket_item_text {
    width: 65%; 
    height: 150px; 
    float: left;
}

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

.basket_pay_total {
    width: 90%;
}

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

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: 150px;
}

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

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

.checkout_price_box {
    width: 100%; 
    float: left;
}

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

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

.checkout_item_name {
    float: left;
    width: 55%;
    height: 6vw;
}

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

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

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

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

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

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

.cart_qty_plus {
    width: 30%;  
    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: 30%; 
    top: 0px; 
    bottom: 0px; 
    left: 5%;
}

.cart_qty_minus:hover .cart_minus {
}

.final_purchase_box_left {
    width: 40%; 
    float: left; 
    height: auto;
    min-height: 45em;
    padding: 3em 0em 1em 15vw;
}

.final_purchase_box_right {
    width: 35%; 
    float: right;
    height: auto;
    min-height: 60em; 
    padding: 3em 8vw 1em 1vw;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #bbbcbd;
}

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

/* 
  End Basket
*/

.myAccountTitle {
    width: 55%; 
    margin: 2em auto 2em auto; 
    font-size: 1.4em; 
    text-align: center;
}

.myAccountColDesc {
    width: 55%; 
    margin: 0em auto 0em auto; 
    font-size: 1em; 
    text-align: center;
}

.myAccountRow {
    width: 55%; 
    margin: 0em auto 0em auto; 
    font-size: 1em; 
    text-align: center;
}

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

.collection_title {
    font-size: 6em;
}

.cycle-slide {
}

.reviewImg {
    width: 60%;
}

.ratingText {
    font-size: 1.4vw; 
}

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

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

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

.displaygroup05ReviewText {
    margin: 4em auto;
}

.reviewName {
    font-size: 1.5vw;
    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: 2vw;
}
[data-star]::after {
  white-space:nowrap;
  position:absolute;
  top:0;
  left:0;
  content: '★★★★★';
  width: 0;
  color: #ff8c00;
  overflow:hidden;
  height:100%;
  font-size: 2vw;
}

[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%}