/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
@media print{*,*:before,*:after{background:rgba(0,0,0,0) !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;box-sizing:border-box}a,a:visited{text-decoration:underline}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}.table-wrapper table{width:100%;table-layout:fixed}.table-wrapper table td{width:auto}.table-wrapper table>tfoot>tr:first-child{border-top:1px solid #999}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.breadcrumbs{padding-left:0 !important}.content .breadcrumbs-wrapper .breadcrumbs{height:40px !important}.content .breadcrumbs-wrapper .breadcrumbs p{line-height:40px !important}.breadcrumbs-wrapper{border-top:1px solid #ccc}.breadcrumbs-wrapper .strip .icon{display:none}.content .con-strip{height:40px !important}.content .con-strip br{display:none}.content .con-strip p{padding:7px !important;margin:0}.new-logo{margin-top:-40px}.new-logo img{display:none !important}.new-logo .logo-print{display:block !important;width:140px}.nav-desktop{display:none}.language-switch{display:none}.switcher-currency{display:none}.details .detailed-product .product-options .options{padding-top:20px !important;width:100% !important;height:auto !important}.top-bar .dotted-line{display:none}.top-bar{font-size:12px !important}.top-bar .icons{display:none}.social{display:none}.details .detailed-product .product-options .options .price-wrapper.price-including-tax{font-size:24px !important}.details .detailed-product .half,.page-wrapper .details .detailed-product .product-imgs{min-height:440px !important;margin-bottom:20px}.page-wrapper .details .detailed-product .product-imgs .fotorama{height:440px !important;min-height:440px !important}.details .detailed-product h3{display:none !important}.fotorama__nav--dots .fotorama__nav__frame--dot{display:none !important}.page-wrapper .details .detailed-product .product-imgs .fotorama__stage__shaft,.page-wrapper .details .detailed-product .product-imgs .fotorama__stage{height:440px !important;line-height:440px !important}.fotorama__nav--dots,.fotorama__nav-wrap--vertical.fotorama__nav-wrap{height:100% !important}.fotorama__nav__shaft{height:100% !important}.fotorama__nav__frame{height:90px !important}.details .detailed-product .product-options .options .payment .img-container{background-image:url(../../frontend/Newborne/Houston/en_GB/img/payment.png) !important;background-repeat:no-repeat !important}.details .order-info{height:auto !important}.details .order-info h2{font-size:16px !important}.details .related-blog{display:none !important}.footer .footer-section h2{font-size:16px !important}.details .order-info .best-seller,.details .order-info .delivery-bespoke .delivery,.details .order-info .need-help,.footer .welcome,.footer .footer-section{padding:15px !important;border-right:none !important}.details .order-info .best-seller,.footer .welcome{padding-left:0 !important}.details .order-info .need-help{padding-right:0 !important}.details .order-info .need-help .for-mobile{display:none !important}.details .order-info .need-help br{height:0}.details .detailed-product .product-options .options .button{height:50px !important;line-height:50px !important}.product-info-price{margin-bottom:10px}.related-products{display:none}button{border:1px solid #000 !important}button .icon-bag{display:none}.order-info{border-top:1px solid #ccc;font-family:"montserratlight"}.for-mobile.top-title{display:none !important}.products{display:none !important}.need-help{font-size:12px !important;font-weight:normal !important;font-family:"montserratlight"}.need-help .ask-question{display:none}.details .order-info .need-help ul li .tel{font-size:12px !important;margin:0 !important}.for-mobile.products{display:none !important}#live-chat{display:none}.footer{font-family:"montserratlight"}.footer-section.insta .insta-title{display:none !important}.footer .footer-section .social-head{display:none !important}.footer .open ul li .numbers{font-size:12px !important}.details .order-info .delivery-bespoke .delivery,.details .order-info .delivery-bespoke .bespoke{height:auto !important;padding-left:0 !important}.footer .second-footer{padding:10px 0 !important}.footer .second-footer .footer-left{padding-left:0 !important}.footer .second-footer .footer-right{padding-right:0 !important}}/*# sourceMappingURL=print.css.map */
﻿.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block;clear:both}a:link,a:hover,a:visited{text-decoration:none}body{background-color:#ddd;margin:0;padding:0;font-family:"montserratregular";overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:normal}.switcher-currency:not(.gbp){display:none}input{border-radius:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}.magnifier-preview{pointer-events:none}.content{width:100%;max-width:1440px;margin:0 auto;background-color:#fff}.content .breadcrumbs-wrapper{float:left;width:100%}.content .breadcrumbs-wrapper .breadcrumbs{width:50%;height:60px;float:left;border-bottom:1px solid #ccc;padding-left:15px;font-size:12px;font-family:"montserratlight";box-sizing:border-box;line-height:40px}.content .breadcrumbs-wrapper .breadcrumbs p{margin:0;line-height:60px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.content .breadcrumbs-wrapper .breadcrumbs p a{color:#222}.content .breadcrumbs-wrapper .breadcrumbs p a:hover{text-decoration:underline}.content .con-strip{position:relative;background-color:#fff;width:50%;float:right;height:60px;border-bottom:1px solid #ccc;box-sizing:border-box}.content .con-strip .strip{font-size:13px;float:left;width:33.3333%;text-align:center;height:100%;box-sizing:border-box;display:block;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-ms-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear}.content .con-strip .strip:hover{background-color:#f5f5f5}.content .con-strip .strip p{font-family:"montserratultra_light";padding-top:5px;line-height:1;font-size:12px;display:inline-block;text-align:left;color:#222}.content .con-strip .strip p .bold{color:#000;font-family:"montserratregular"}.content .con-strip .strip .icon{color:#ce3737;box-sizing:border-box;font-weight:normal;font-size:28px;line-height:60px;margin:0 10px 0 0}.content .con-strip #uk{border-right:1px solid #ccc;border-left:1px solid #ccc}.content .con-strip #uk .icon{background-size:26px;height:60px;background-position:center}.content .con-strip #label{border-right:1px solid #ccc}.content .con-strip #label .icon{font-size:20px}.content .con-strip #globe .icon{font-size:22px}.content .con-strip .needle{float:none}.for-mobile{display:none !important}.button{background:#ce3737;color:#fff;padding:0 15px;line-height:40px;display:block;font-size:16px;text-transform:uppercase;text-align:center;text-decoration:none;border:none;cursor:pointer;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:1;border-radius:0}.button:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity:.7}.button.black{background-color:#222}input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none}#nav-mobile{display:none}.red{color:#ce3737}.custom-break{display:none}.upper{text-transform:uppercase}.icon-tartan-search{background-image:url("../../frontend/Newborne/Houston/en_GB/img/tartan-search.png");background-repeat:no-repeat;background-position:center;width:39px;height:33px}#outter{position:absolute;left:50%}#inner{position:relative;left:-50%;margin-top:40px}.select-style{width:47%;float:left;margin-bottom:10px;position:relative}.select-style:after{display:block;content:"";background:url("../../frontend/Newborne/Houston/en_GB/img/select-arrow.png") no-repeat center;width:17px;height:40px;z-index:2;position:absolute;right:13px;top:0;pointer-events:none}.select-style select{padding:5px 40px 5px 8px;width:100%;box-shadow:none;background:rgba(0,0,0,0);background-image:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;font-size:16px;border:2px solid #ccc;border-radius:0px;height:40px;display:block}.select-style select:focus{outline:none}.needle{background-image:url("../../frontend/Newborne/Houston/en_GB/img/needle2.png");background-repeat:no-repeat;width:15%;height:23px;background-size:contain;float:left;margin:10px 0}.needle.white{background-image:url("../../frontend/Newborne/Houston/en_GB/img/needle-white.png")}.flag{position:absolute;bottom:0;left:0;right:0;height:59px;background-color:rgba(0,0,0,.5);color:#fff}.flag.teflon{padding:0 15px 0 10px}.flag.teflon span{float:left;display:block;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flag.teflon span.icon{width:47px;height:47px;background-image:url("../../frontend/Newborne/Houston/en_GB/img/teflon-flag.png");background-size:100%;border:solid 1px hsla(0,0%,100%,.54);border-radius:50%;margin-right:10px}.flag.teflon span.label{font-size:16px;line-height:16px;font-family:"montserratregular";text-align:left}.flag.teflon span.info{float:right;width:27px;height:27px;background-color:#fff;color:#ce3737;border-radius:50%;font-size:31px;text-align:center;cursor:pointer}.flag.teflon span.info:before{position:relative;left:-2px;top:-2px}.flag.teflon span.info:hover .pop-up{opacity:1;pointer-events:initial}.flag.teflon span.info .pop-up{background-color:#fff;padding:10px 15px;border-right:solid 1px #c5c5c5;border-bottom:solid 1px #c5c5c5;border-radius:4px;color:#1b1b1b;font-size:12px;line-height:16px;font-family:"montserratregular";position:absolute;bottom:50px;right:-30px;width:204px;opacity:0;pointer-events:none}.flag.teflon span.info .pop-up:after{display:block;position:absolute;bottom:-19px;right:30px;content:"";width:0;height:0;z-index:1;border-left:12px solid rgba(0,0,0,0);border-right:12px solid rgba(0,0,0,0);border-top:20px solid #fff}.magnify{display:block;position:absolute;left:20px;top:15px;padding:10px;background-color:#eee;color:#222;z-index:1;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.magnify:hover{opacity:.7}.large-image{display:none;position:absolute;left:-116.5px;top:-116.5px;right:-116.5px;bottom:-116.5px;z-index:2;background-repeat:no-repeat;background-size:cover;background-position:center}img.large-image{width:460px;height:460px;top:50%;left:50%;margin-top:-230px;margin-left:-230px;right:auto;bottom:auto;background-repeat:initial;background-size:initial;background-position:initial}.header{padding-top:5px;height:190px;background-image:url("../../frontend/Newborne/Houston/en_GB/img/navBg.jpg");box-sizing:border-box}.header .content{background-color:rgba(0,0,0,0)}.header .content .logo{background-image:url("../../frontend/Newborne/Houston/en_GB/img/logo.jpg");background-repeat:no-repeat;width:252px;height:94px;background-position:center}.header .content .header-top{z-index:3}.header .content .header-left{width:39%;float:left;color:#ccc;border-bottom:1px dashed #646464;margin-left:50px}.header .content .header-left ul{padding:0}.header .content .header-left li{list-style:none;font-size:12px;display:inline;margin-right:10px;font-family:"montserratultra_light"}.header .content .header-left span{margin-right:5px}.header .content .header-left .skype{font-size:15px;color:#03b2ec}.header .content .header-right{width:39%;float:right;color:#ccc;border-bottom:1px dashed #646464;margin-right:50px}.header .content .header-right ul{padding:0px;float:right}.header .content .header-right ul li{list-style:none;font-size:12px;display:inline;margin-right:10px;padding-right:5px;font-family:"montserratultra_light"}.header .content .header-right ul li a{color:#ccc}.header .content .header-right ul .icon{border-radius:50%;padding:5px;color:#fff}.header .content .header-right ul #fb{background-color:#2770ad}.header .content .header-right ul #tw{background-color:#1ca8e3}.header .content .header-right ul #yt{background-color:#d60000}.header .content .header-right ul #pn{background-color:#c62a2a}.header .content .header-right ul #vn{background-color:#00a478}.header .content .header-right ul .divider{border-right:1px solid #ccc}.header .content .header-right ul .social-icons{margin-right:0px;padding-right:0px}.header .content .header-right span{margin-right:5px}.header .content .header-bot-left{width:20%;float:left;height:100px;display:inline-block;margin-left:50px;box-sizing:border-box}.header .content .header-bot-left .img-container{background-image:url(../../frontend/Newborne/Houston/en_GB/img/staLogo.png);height:73px;width:130px;margin-top:25px;background-repeat:no-repeat}.header .content .header-bot-right{width:20%;float:right;display:inline-block;height:100%;margin-right:50px;box-sizing:border-box}.header .content .header-bot-right .user{width:100%;display:inline-block;text-align:center;color:#fff;font-family:"montserratultra_light";font-size:14px;height:70px}.header .content .header-bot-right ul{padding-left:10px;color:#fff}.header .content .header-bot-right ul .no-margin{margin-right:5px}.header .content .header-bot-right ul .margin{margin-right:30px}.header .content .header-bot-right ul li{list-style:none;display:inline;margin-right:30px;font-family:"montserratultra_light";font-size:14px;height:40px}.header .content .header-bot-right ul li a{color:#fff}.header .content .header-bot-right ul li .uk{background-image:url("../../frontend/Newborne/Houston/en_GB/img/uk.png");height:18px;width:18px;display:inline-block;background-size:contain}.header .content .header-bot-right ul li .cart{background-image:url("../../frontend/Newborne/Houston/en_GB/img/cart.png");width:18px;height:23px;background-size:contain;background-repeat:no-repeat;display:inline-block;background-position:bottom;position:relative;top:3px}.header .content .header-bot-right .input input{background-color:#000;border:none;height:40px;width:75%;display:inline-block;float:left;box-sizing:border-box;margin-left:15%;padding-left:5px;font-style:italic;font-size:14px;color:#fff;font-family:"montserratultra_light";margin-top:10px}.header .content .header-bot-right .input .mag-glass{color:#fff;background-color:#000;width:10%;display:inline-block;height:40px;padding-top:10px;box-sizing:border-box;margin-top:10px}.header .content .list-wrap{display:table;margin:0 auto;width:100%}.header .content .nav{width:50%;display:inline;box-sizing:border-box}.header .content .nav ul{list-style:none;display:inline-block;color:#797979;padding-top:70px;text-decoration:none}.header .content .nav ul li{display:inline;margin-right:25px;text-align:center;text-transform:uppercase;font-family:"montserratregular";font-size:14px}.header .content .nav ul li a{text-decoration:none}.header .content .nav ul li .active{color:#fff}.header .content .nav ul li a:link{color:#797979}.header .content .nav ul li a:visited{color:#797978}.header .content .nav ul li a:hover{color:#fff}.header .content .nav ul li a:active{color:#fff}.footer{background-image:url("../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg");border-top:1px solid #ccc}.footer .content{background-color:rgba(0,0,0,0);box-sizing:border-box;padding:0px 8px}.footer .footer-section{width:25%;box-sizing:border-box;float:left;display:inline-block;padding:20px 40px}.footer .footer-section h2{margin:15px 0;font-size:25px;color:#333}.footer .footer-section p{font-size:12px;color:#727272;font-family:"montserratlight";line-height:18px}.footer .welcome{padding:20px 45px}.footer .footer-cta{display:flex;align-items:center}.footer .footer-cta img{display:block;margin-left:auto;margin-right:auto;max-width:100%}.footer .footer-cta .text{color:#727272;text-align:center;display:block;font-size:12px;font-family:"montserratlight"}.footer .footer-cta .new-sta{width:50%}.footer .footer-cta .new-sta img{margin-bottom:30px}.footer .footer-cta .weavers-logo{width:50%}.footer .footer-cta .weavers-logo img{width:66px;margin-bottom:5px}.footer .contact ul{list-style-type:none;margin:0;padding:0}.footer .contact ul span{color:#000;padding-right:5px;font-size:12px}.footer .contact ul .skype{font-size:14px}.footer .contact ul li{font-size:12px;color:#727272;font-family:"montserratlight";line-height:24px}.footer .contact ul li .numbers{float:right;font-family:"montserratregular";color:#000}.footer .contact ul li a{color:#000}.footer .contact .social{list-style-type:none;padding-top:35px;margin:auto}.footer .contact .social a{text-decoration:none}.footer .contact .social .icon{border-radius:50%;background-color:pink;padding:0;color:#eee;font-size:26px;text-align:center;display:block;width:40px;height:40px;line-height:40px;box-sizing:border-box;padding-left:1px;padding-top:1px;float:left;margin-right:6px}.footer .contact .social .icon:last-of-type{margin:0}.footer .contact .social .icon.icon-facebook-sma{background-color:#2770ad}.footer .contact .social .icon.icon-facebook-sma:hover{background-color:#215f91}.footer .contact .social .icon.icon-pinterest-sma{background-color:#c62a2a}.footer .contact .social .icon.icon-pinterest-sma:hover{background-color:#931f1f}.footer .contact .social .icon.icon-x-sma{background-color:#000}.footer .contact .social .icon.icon-x-sma:hover{background-color:#333}.footer .contact .social .icon.icon-youtube-sma{background-color:#d60000}.footer .contact .social .icon.icon-youtube-sma:hover{background-color:#af0604}.footer .contact .social .icon.icon-pintrest-sma{background-color:#c62a2a;padding-left:2px}.footer .contact .social .icon.icon-pintrest-sma:hover{background-color:#931f1f}.footer .contact .social .icon.icon-vine-sma{background-color:#00a478}.footer .contact .social .icon.icon-vine-sma:hover{background-color:#007556}.footer .contact .social .icon.icon-instagram{background-color:#252525;color:#fff;padding-top:0}.footer .contact .social .icon.icon-instagram:hover{background-color:gray}.footer .contact .social .icon.icon-whatsapp{background-color:#25d366;color:#fff;padding-top:0}.footer .contact .social .icon.icon-whatsapp:hover{background-color:#075e54}.footer .open ul{list-style-type:none;margin:0;padding:0}.footer .open ul li{font-size:14px;color:#666;font-family:"montserratlight";line-height:24px}.footer .open ul li .numbers{float:right;font-family:"montserratregular";font-size:16px;color:#222}.footer .open .img-container{background-image:url("../../frontend/Newborne/Houston/en_GB/img/app.png");height:85px;width:63px;display:inline-block;float:left}.footer .open p{display:inline;float:right;width:70%}.footer .open .address{float:none;width:100%;display:block}.footer .insta{padding-top:32px}.footer .insta .insta-title{display:block;padding-left:40px;color:#333;position:relative;margin-bottom:25px;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.footer .insta .insta-title .icon-instagram{left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:#222;color:#fff;width:32px;height:32px;line-height:32px;display:block;text-align:center;font-size:21px;border-radius:50%;box-sizing:border-box;padding-left:1px}.footer .insta .insta-title h2{font-size:24px;margin:0;line-height:1}.footer .insta .insta-title p{margin:0;font-size:12px;color:#333;font-family:"montserratbold"}.footer .insta .insta-title:hover{opacity:.7}.footer .insta .img-container{width:29%;height:72px;display:inline-block;float:left;padding:0 15px 15px 0;background-repeat:no-repeat;box-sizing:border-box;background-size:contain;margin-bottom:10px;margin-right:2%}.footer .second-footer{border-top:1px solid #ccc;width:100%;height:100px;background-image:url("../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg");padding:30px 0;box-sizing:border-box}.footer .second-footer .footer-left{width:70%;padding-left:40px;box-sizing:border-box;display:inline-block}.footer .second-footer .footer-left a{text-decoration:none;font-size:11px;color:#000;font-family:"montserratlight"}.footer .second-footer .footer-left p{font-size:10px;color:#727272;font-family:"montserratlight"}.footer .second-footer .footer-right{width:30%;float:right;padding-right:40px;box-sizing:border-box;display:inline-block}.footer .second-footer .footer-right .secure{width:370px;float:right}.footer .second-footer .footer-right .paypal{background-image:url(../../frontend/Newborne/Houston/en_GB/img/payment.png);float:right;width:206px;height:22px;margin-top:7px;background-repeat:no-repeat}.footer .second-footer .footer-right p{float:left;font-size:11px;color:#727272;font-family:"montserratlight";font-style:italic;padding-left:50px}@media screen and (max-width: 1440px){.content .breadcrumbs-wrapper .breadcrumbs{width:40%}.content .con-strip{width:60%}.header .content .header-bot-left{width:15%}.header .content .header-bot-right{width:15%}.header .content .header-bot-right ul{float:right}.header .content .header-bot-right ul .text{margin-right:5px}.header .content .header-bot-right ul li{font-size:11px}.header .content .header-bot-right ul li .uk{height:16px;width:16px}.header .content .header-bot-right ul li .cart{width:16px;height:20px}.header .content .header-bot-right .input input{width:90%;margin:10px 0 0 0;font-size:12px}.header .content .nav{width:50%;margin:0 9%}.header .content .nav ul{padding-left:0;text-align:center}.header .content .nav ul li{margin-right:20px;text-align:center}.footer .footer-section p{font-size:11px}.footer .contact ul span{font-size:11px}.footer .contact ul .skype{font-size:14px}.footer .contact ul li{font-size:11px}.footer .contact .social .icon{font-size:23px;width:34px;height:34px;line-height:34px}.footer .open ul li{font-size:11px}.footer .second-footer .footer-left{width:65%}.footer .second-footer .footer-right{width:35%}}@media screen and (max-width: 1350px){.header .content .logo{width:230px;height:75px;background-size:contain}.header .content .header-bot-right{padding-top:20px;width:15%}.header .content .header-bot-right .input{float:right;width:100%}.header .content .header-bot-right .input input{font-size:12px}.header .content .header-bot-right ul{float:right;font-size:10px}.header .content .header-bot-right ul .text{margin-right:5px}.header .content .header-bot-right ul li .uk{height:16px;width:16px}.header .content .header-bot-right ul li .cart{width:16px;height:20px}.header .content .nav{margin:0 8%}.header .content .nav ul{padding-left:0}.header .content .nav ul li{margin-right:13px}.footer .footer-section p{font-size:11px}.footer .contact ul span{font-size:11px}.footer .contact ul .skype{font-size:14px}.footer .contact ul li{font-size:11px}.footer .contact .social .icon{font-size:19px;width:30px;height:30px;line-height:30px}.footer .open ul li{font-size:11px}.footer .insta .img-container{height:60px}.footer .second-footer .footer-left{width:65%}.footer .second-footer .footer-right{width:35%}}@media screen and (max-width: 1260px){.header .content .logo{width:230px;height:75px;background-size:contain}.header .content .header-right span{margin-right:2px}.header .content .header-right .list-wrap ul li{font-size:11px}.header .content .header-left ul li{font-size:11px}.header .content .header-bot-right{padding-top:20px;width:15%}.header .content .header-bot-right .input input{font-size:10px}.header .content .header-bot-right ul{float:right;font-size:9px}.header .content .header-bot-right ul .text{margin-right:4px}.header .content .header-bot-right ul li .uk{height:13px;width:13px}.header .content .header-bot-right ul li .cart{width:13px;height:17px}.header .content .nav{margin:0 7%}.header .content .nav ul{padding-left:0}.header .content .nav ul li{margin-right:11px;font-size:13px}.footer .footer-section p{font-size:10px}.footer .contact ul span{font-size:10px}.footer .contact ul .skype{font-size:14px}.footer .contact ul li{font-size:10px}.footer .contact .social li .icon{font-size:16px}.footer .open ul li{font-size:10px}.footer .open .img-container{height:70px;width:23%;background-size:contain;background-repeat:no-repeat}.footer .open p{width:75%}.footer .insta .img-container{height:60px}.footer .second-footer .footer-left{width:65%}.footer .second-footer .footer-right{width:35%}}@media screen and (max-width: 1205px){.content .breadcrumbs-wrapper .breadcrumbs{width:30%}.content .con-strip{width:70%}.header .content .logo{width:230px;height:75px;background-size:contain}.header .content .header-bot-left{margin-left:30px;width:20%}.header .content .header-bot-right{margin-right:30px;width:20%}.header .content .header-bot-right .input input{font-size:10px}.header .content .header-bot-right ul{float:right;font-size:10px}.header .content .header-bot-right ul .text{margin-right:5px}.header .content .header-bot-right ul li .uk{height:16px;width:16px}.header .content .header-bot-right ul li .cart{width:16px;height:20px}.header .content .header-right{margin-right:30px}.header .content .header-right .list-wrap ul li{font-size:10px}.header .content .header-left{margin-left:30px}.header .content .header-left ul li{font-size:10px}.header .content .nav{margin:0 5%}.header .content .nav ul{padding-left:0}.header .content .nav ul li{margin-right:11px;font-size:12px}.footer .footer-section{padding:20px 20px}.footer .footer-section p{font-size:10px}.footer .footer-section.insta{padding-top:32px}.footer .contact ul span{font-size:10px}.footer .contact ul .skype{font-size:14px}.footer .contact ul li{font-size:10px}.footer .contact .social{padding-top:20px}.footer .contact .social li .icon{font-size:15px}.footer .open ul li{font-size:10px}.footer .open .img-container{height:70px;width:23%;background-size:contain;background-repeat:no-repeat}.footer .open p{width:75%}.footer .insta .img-container{height:60px}.footer .second-footer .footer-left{width:58%;padding-left:20px}.footer .second-footer .footer-right{width:42%;padding-right:20px}}@media screen and (max-width: 1110px){.header .content .logo{width:230px;height:75px;background-size:contain}.header .content .header-bot-right{width:23%}.header .content .header-bot-right .input input{font-size:9px}.header .content .header-bot-right ul .text{font-size:11px;margin-right:8px}.header .content .header-right .list-wrap ul li{font-size:9px}.header .content .header-right .list-wrap ul span{padding:4px;font-size:8px}.header .content .header-left ul li{font-size:9px}.header .content .header-left .skype{font-size:13px}.header .content .nav{width:50%;margin:0 5%}.header .content .nav ul{padding-left:0}.header .content .nav ul li{margin-right:11px;font-size:10px}}@media screen and (max-width: 1024px){.magnify{top:10px;left:10px}.content .breadcrumbs-wrapper .breadcrumbs{width:30%}.content .con-strip{width:70%}.header .content .logo{width:230px;height:75px;background-size:contain}.header .content .header-bot-left{width:20%;margin-left:20px}.header .content .header-bot-right{width:22%;margin-right:20px}.header .content .header-bot-right .input input{font-size:9px}.header .content .header-bot-right ul .text{font-size:11px;margin-right:7px}.header .content .header-bot-right ul .no-margin{margin-right:0px}.header .content .header-right{width:45%;margin-right:20px}.header .content .header-right .list-wrap ul li{font-size:9px}.header .content .header-right .list-wrap ul span{padding:4px;font-size:8px}.header .content .header-left{margin-left:20px;width:45%}.header .content .header-left ul li{font-size:9px}.header .content .header-left .skype{font-size:10px}.header .content .nav{width:40%;margin:0 3% 0 3%}.header .content .nav ul{padding-left:0}.header .content .nav ul li{margin-right:11px;font-size:10px}.footer .footer-section{padding:10px}.footer .footer-section p{font-size:9px}.footer .footer-section h2{font-size:20px}.footer .footer-section.insta{padding-top:22px}.footer .contact ul span{font-size:9px}.footer .contact ul .skype{font-size:13px}.footer .contact ul li{font-size:9px}.footer .contact .social{padding-top:20px}.footer .contact .social .icon{font-size:13px;width:22px;height:22px;line-height:22px}.footer .open ul li{font-size:10px}.footer .open ul li .numbers{font-size:12px}.footer .open .img-container{height:70px;width:23%;background-size:contain;background-repeat:no-repeat}.footer .open p{width:75%}.footer .insta .insta-title{padding-left:28px}.footer .insta .insta-title h2{font-size:20px}.footer .insta .insta-title .icon-instagram{width:22px;height:22px;line-height:22px;font-size:14px}.footer .insta .img-container{height:55px}.footer .second-footer .footer-left{width:50%;padding-left:10px}.footer .second-footer .footer-right{width:50%;padding-right:10px}}@media screen and (max-width: 900px){.content .con-strip .strip p{font-size:10px;padding-top:8px}.content .con-strip #uk .icon{font-size:20px;background-size:20px}.content .con-strip #label .icon{font-size:15px}.content .con-strip #globe .icon{font-size:17px}.header .content .logo{width:230px;height:75px;background-size:contain}.header .content .header-bot-left{width:19%;margin-left:15px}.header .content .header-bot-right{width:19%;margin-right:15px}.header .content .header-bot-right .input input{font-size:9px}.header .content .header-bot-right .input .mag-glass{font-size:12px;padding-top:12px}.header .content .header-bot-right ul{padding-left:0;margin-bottom:17px}.header .content .header-bot-right ul .text{font-size:9px;margin-right:3px}.header .content .header-bot-right ul li .uk{width:13px;height:13px;margin-right:3px}.header .content .header-bot-right ul li .cart{width:13px;height:14px}.header .content .header-right{width:45%;margin-right:15px}.header .content .header-right .list-wrap ul li{font-size:8px;margin-right:4px}.header .content .header-right .list-wrap ul .social-icons{margin-right:0}.header .content .header-right .list-wrap ul span{padding:3px;font-size:7px}.header .content .header-left{margin-left:15px;width:45%}.header .content .header-left ul li{font-size:8px;margin-right:4px}.header .content .nav{width:34%;margin:0 2% 0 2%}.header .content .nav ul{padding-left:0}.header .content .nav ul li{margin-right:9px;font-size:10px}.footer .footer-section{padding:10px}.footer .footer-section p{font-size:9px}.footer .footer-section h2{font-size:20px}.footer .contact ul span{font-size:9px}.footer .contact ul .skype{font-size:13px}.footer .contact ul li{font-size:8px}.footer .contact .social{padding-top:20px}.footer .contact .social li .icon{font-size:10px;padding:6px}.footer .open ul li{font-size:10px}.footer .open .img-container{height:70px;width:30%;background-size:contain;background-repeat:no-repeat}.footer .open p{width:68%;margin:0}.footer .insta{float:right}.footer .insta .img-container{height:47px}.footer .second-footer .footer-left{width:45%}.footer .second-footer .footer-right{width:55%}}@media screen and (max-width: 780px){.magnify{display:none}.for-desktop{display:none !important}.for-mobile{display:inline-block !important}.content .breadcrumbs-wrapper .breadcrumbs{display:none}.content .con-strip{display:none}#nav-mobile{display:block;width:60%;background:#2c2c2c;color:#fff;height:100%;position:relative;top:0;left:-60%;transition:ease-in-out .4s;z-index:300}#menu-btn{display:block;width:25px;height:70px;background:#2c2c2c;position:absolute;top:0;margin-top:10px;right:-55px;cursor:pointer;padding:0 15px}#menu-btn span{display:block;width:25px;height:20px;background:url(../../frontend/Newborne/Houston/en_GB/img/hamburger.png) no-repeat center top;background-size:cover;overflow:hidden;text-indent:-500px;top:25px;position:relative}#inner{margin-top:15px}#inner2{margin-top:20px;margin-left:10px;padding:0 0 30px 0;position:fixed;height:100%;overflow-y:auto;overflow-x:hidden}#inner2 ul{list-style:none}#inner2 ul li a{color:#fff;font-family:"montserratlight";margin-bottom:10px}.open .img-container{display:none;height:0px;width:0px}.menu{margin-top:20px;float:left}.menu span{color:#fff;font-size:38px}.mobile-buttons{margin:0;padding:0;float:right;list-style:none;padding-top:25px;width:85px}.mobile-buttons .uk-arrow{width:30%;float:left;margin:0 15px}.mobile-buttons .uk-arrow .uk{background-image:url("../../frontend/Newborne/Houston/en_GB/img/uk.png");height:25px;display:inline-block;background-size:contain;width:100%;background-repeat:no-repeat;background-position:center}.mobile-buttons .uk-arrow .arrow{display:block;width:100%;color:#919191;text-align:center;font-size:18px;margin-top:-8px}.mobile-buttons .cart{background-image:url("../../frontend/Newborne/Houston/en_GB/img/cart2.png");width:25px;height:35px;background-size:contain;background-repeat:no-repeat;display:inline-block;background-position:bottom;color:#fff;text-align:center;box-sizing:border-box}.mobile-buttons .cart p{font-family:"montserratultra_light";font-size:14px}.mobile-buttons2{margin:0;padding:0;float:right;list-style:none;padding-top:80px;margin-left:50px}.mobile-buttons2 li{display:inline;margin-right:5px;height:100%;color:#fff}.header{height:150px;background-color:#2c2c2c;background-image:none}.header .content .logo{width:210px;height:80px}.header .content .nav{display:none}.header .content .header-bot-left{height:80px;width:100%;margin-left:0;box-sizing:border-box;padding-left:50px;padding-right:50px}.header .content .header-bot-right{margin:0;width:100%;height:100%;padding-top:0}.header .content .header-bot-right .input{padding:4px 8px 4px 8px;float:none;box-sizing:border-box;width:100%}.header .content .header-bot-right .input input{float:none;width:95%;margin-left:0;font-size:14px;padding-left:20px;height:45px}.header .content .header-bot-right .input .mag-glass{color:#919191;background-color:#000;width:5%;display:inline-block;height:45px;padding-top:10px;box-sizing:border-box;float:right}.footer{height:480px;background-image:none;background-color:#eee}.footer .footer-top{max-width:600px;margin:0 auto}.footer .color{background-color:#eee}.footer .products{background-color:#eee;height:520px;border-bottom:1px solid #ccc;max-width:600px;margin:0 auto;display:block}.footer .products h2{text-align:center;font-size:20px}.footer .products a{width:50%;float:left;height:80px;line-height:70px;text-align:center;background-color:#d5d5d5;border:5px solid #eee;font-size:16px;box-sizing:border-box;color:#727272}.footer .social-head{text-align:center}.footer .footer-section{width:100%;padding:10px;float:none}.footer .footer-section h2{margin:5px 0;font-size:20px;text-align:center}.footer .footer-section p{font-size:12px;line-height:18px;margin:0}.footer .welcome{padding:0}.footer .contact .social{padding:25px 0;text-align:center}.footer .contact .social .icon{display:inline-block;margin-right:calc(15% - 40px);float:none;font-size:23px;width:34px;height:34px;line-height:34px}.footer .contact .social .icon.icon-youtube-sma{padding-right:2px;line-height:32px}.footer .open{border-bottom:1px solid #ccc;padding:10px 10px 30px 10px}.footer .open ul{list-style-type:none;margin:0}.footer .open ul li{font-size:14px;color:#727272;font-family:"montserratlight";line-height:24px;padding-bottom:5px}.footer .open ul li .numbers{float:right;font-family:"montserratregular";color:#000}.footer .open .img-container{background-image:none;height:0px;width:0px;display:inline-block}.footer .open p{display:block;float:none;text-align:center;width:100%;font-size:14px}.footer .second-footer{border-top:0px none;width:100%;height:190px;background-image:none;background-color:#eee;padding:20px 0 0 0;box-sizing:border-box}.footer .second-footer .footer-left{width:100%;padding-left:0;box-sizing:border-box;display:inline-block;text-align:center}.footer .second-footer .footer-left a{text-decoration:none;font-size:13px;color:#aaa;font-family:"montserratlight"}.footer .second-footer .footer-left p{font-size:12px;color:#898989;font-family:"montserratlight";margin:5px 0}.footer .second-footer .footer-right{width:100%;float:none;padding-right:0;box-sizing:border-box;display:inline-block;text-align:center;padding-top:10px}.footer .second-footer .footer-right .secure{width:370px;float:none;display:inline-block;height:100px}.footer .second-footer .footer-right .paypal{float:none;width:260px;height:50px;background-repeat:no-repeat;margin:0 auto;padding-bottom:8px;background-size:contain;margin-top:30px}.footer .second-footer .footer-right p{font-size:14px;width:100%;float:left;color:#898989;font-family:"montserratlight";font-style:italic;padding-left:0px;text-align:center;margin:0;height:40px;line-height:40px;padding-bottom:30px}.footer .second-footer .footer-right .img-container{background-repeat:no-repeat;background-image:url("../../frontend/Newborne/Houston/en_GB/img/world-pay.png");width:50%;height:30px;float:right;background-size:contain;padding-bottom:30px}}@media screen and (max-width: 700px){.header .content .logo{width:190px;height:60px;background-size:contain}.header .content #inner{margin-top:25px}.header .content .header-bot-left{padding:0 20px}}@media screen and (max-width: 600px){.for-tablet{display:none}.footer .footer-top{max-width:100%;width:100%}.header .content .header-bot-right .input{float:none;width:100%}.header .content .header-bot-right .input input{float:none;width:90%}.header .content .header-bot-right .input .mag-glass{width:10%}}@media screen and (max-width: 480px){.header .content .logo{height:45px;width:140px}.footer .contact .social li{width:12%}.footer .second-footer .footer-right p{font-size:12px}.footer .second-footer .footer-right .img-container{width:45%;margin-top:5px;margin-right:4%}.footer .second-footer .footer-right .secure{width:280px}.footer .products{height:auto;border-bottom:1px solid #ccc}.footer .products a{height:60px;line-height:50px;font-size:14px;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.footer .products a:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity:.7}}.chat .tabs{display:none}#live-chat{opacity:1;transition:.3s opacity}.nav-open #live-chat{opacity:0}@media only screen and (max-width: 780px){.mobile-hidden{display:none}}@media only screen and (min-width: 780px){.pagebuilder-mobile-only{display:none}}.pagebuilder-mobile-hidden{display:none}@media only screen and (min-width: 780px){.pagebuilder-mobile-hidden{display:block}}@media only screen and (max-width: 768px){[data-content-type=column-line]{flex-direction:column}}@media only screen and (max-width: 768px){[data-content-type=column]{width:100% !important}}[data-content-type=text] ul{padding:0;margin-left:20px;list-style-position:outside}[data-content-type=text] ul li{margin-bottom:10px}[data-content-type=image]{margin:0}.home{background:rgba(0,0,0,0)}.home .con-strip{width:100%;list-style:none;float:none;display:flex;padding:0;margin:0;border-bottom:none}.home .con-strip li{width:100%}.home .con-strip .strip{width:100%;display:flex;align-items:center;font-size:12px;justify-content:center;color:#000;font-family:"montserratultra_light";line-height:1}@media screen and (min-width: 1351px){.home .con-strip .strip{font-size:16px}}.home .con-strip .strip .icon{font-size:15px;margin-right:5px;background-size:20px}@media screen and (min-width: 1351px){.home .con-strip .strip .icon{margin-right:10px}}.home .con-strip .strip .bold{font-size:13px;margin-left:4px;font-family:"montserratregular"}@media screen and (min-width: 1351px){.home .con-strip .strip .bold{font-size:18px}}.home .con-strip #uk{border-left:none}.home .block-row{display:flex}.home .block-row .block-home{width:50%;aspect-ratio:142/100}.home .block-row .block-home:first-child{margin-right:5px}.home .block-row .block-home:last-child{margin-left:5px}.home .block-home{background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;aspect-ratio:142/50;margin-bottom:10px;background-position:center;width:100%}.home .block-home__content{text-align:center;color:#fff;padding:30px}.home .block-home--video{aspect-ratio:142/63}@media screen and (min-width: 700px){.home .buttons-set .button+.button{margin-left:20px}}@media screen and (max-width: 700px){.home .buttons-set .button+.button{margin-top:20px}}.home .button{background:rgba(0,0,0,0);border:1px solid #fff;border-radius:4px;color:#fff;display:inline-block;padding-left:30px;padding-right:30px;font-size:18px}@media screen and (max-width: 700px){.home .button{font-size:14px}}.home .button--play{padding:0;border:3px solid #fff;border-radius:50%;width:120px;height:120px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1}@media screen and (max-width: 700px){.home .button--play{width:60px;height:60px}}@media screen and (max-width: 700px){.home .block-row .button{padding-left:5px;padding-right:5px;line-height:1.4;min-height:42px;display:flex;align-items:center;justify-content:center}}.home .arrow-right{width:0;height:0;border-top:16px solid rgba(0,0,0,0);border-bottom:16px solid rgba(0,0,0,0);border-left:24px solid #fff;left:2px}.home h2{font-size:45px;line-height:1;text-transform:uppercase;margin:0 0 20px;text-align:center;font-family:"montserratultra_light";background-color:rgba(0,0,0,.6);padding:20px;font-weight:700}@media screen and (max-width: 900px){.home h2{font-size:40px}}@media screen and (max-width: 780px){.home h2{font-size:32px}}@media screen and (max-width: 700px){.home h2{font-size:20px;margin:0 0 10px}}@media screen and (min-width: 699px){.home .l-t{letter-spacing:.5rem}}.home p{text-align:center;font-family:"montserratultra_light";margin:0 0 30px;font-size:20px;line-height:1.4;background-color:rgba(0,0,0,.6);padding:10px}@media screen and (max-width: 700px){.home p{margin:0 0 20px;font-size:14px}}.home .search{display:inline-flex;flex-direction:row-reverse;width:100%;max-width:430px}@media screen and (min-width: 700px){.home .search{min-width:520px}}@media screen and (max-width: 700px){.home .search{min-width:300px}}.home .search input{background-color:#fff;border:none;padding:0 15px;font-size:16px;font-family:"montserratultra_light";height:50px;box-sizing:border-box;display:block;border-radius:0 4px 4px 0;width:100%}.home .search input:active,.home .search input:focus{outline:none}.home .search input:-webkit-autofill,.home .search input:-webkit-autofill:hover,.home .search input:-webkit-autofill:focus,.home .search input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #fff inset !important}.home .search input::placeholder{color:#222}@media screen and (max-width: 700px){.home .search input{height:40px;font-size:14px}}.home .search button{height:50px;width:42px;text-align:right;padding:0;box-sizing:border-box;font-size:14px;font-weight:600;border:none;cursor:pointer;background-color:#fff;border-radius:4px 0 0 4px;color:#ce3737}.home .search button:before{position:relative;right:3px}@media screen and (max-width: 700px){.home .search button:before{line-height:40px}}@media screen and (max-width: 700px){.home .search button{height:40px;width:40px}}.modal-slide.modal--video._show .modal-inner-wrap{padding:0}.modal-slide.modal--video._show .action-close{position:absolute;right:0;top:0;z-index:1}@media screen and (max-width: 1205px){.home .con-strip .strip p{font-size:12px}.home .con-strip .strip p .bold{font-size:13px}.home .con-strip .strip .icon{font-size:18px}}.kilt-header{padding:8px}.kilt-header .half{position:relative;width:50%;box-sizing:border-box;height:300px;float:left;color:#fff;text-align:center;padding:70px 0;background-size:cover;background-repeat:no-repeat}.kilt-header .half h2{text-transform:uppercase}.kilt-header .half .offer-flag{position:absolute;top:0;left:0;width:202px;height:202px;z-index:2;background-image:url("../../frontend/Newborne/Houston/en_GB/img/offer-flag-bg.png");background-size:cover;background-repeat:no-repeat;box-sizing:border-box;padding:10px 15px}.kilt-header .half .offer-flag span{display:block;text-align:left;line-height:1}.kilt-header .half .offer-flag span.large{font-family:"montserratbold";font-size:35px;text-transform:uppercase}.kilt-header .half .offer-flag span.med{font-family:"montserratbold";font-size:18px}.kilt-header .half .offer-flag span.small{font-family:"montserratultra_light";font-size:11px;letter-spacing:-0.5px}@media only screen and (max-width: 1024px){.kilt-header .half .offer-flag{width:180px;height:180px}.kilt-header .half .offer-flag span.large{font-size:32px}.kilt-header .half .offer-flag span.med{font-size:16px}.kilt-header .half .offer-flag span.small{font-size:10px}}@media only screen and (max-width: 600px){.kilt-header .half .offer-flag{width:140px;height:140px;padding:7px}.kilt-header .half .offer-flag span.large{font-size:26px;line-height:24px}.kilt-header .half .offer-flag span.med{font-size:14px;line-height:12px}.kilt-header .half .offer-flag span.small{font-size:9px}}.kilt-header .left{border-right:4px solid #fff}.kilt-header .right{border-left:4px solid #fff}.kilt-header .button.mobile{display:none}.kilt-header .build{background-image:url("../../frontend/Newborne/Houston/en_GB/img/main.jpg")}.kilt-header .build a{width:30%;margin:0 auto;padding:0}.kilt-header .family{background-image:url("../../frontend/Newborne/Houston/en_GB/img/family.jpg")}.kilt-header .family p{font-family:"montserratultra_light"}.kilt-header .family .search{width:275px;margin:0 auto}.kilt-header .family .search input{color:#fff;background-color:rgba(0,0,0,0);border:1px solid #fff;padding:3px 15px 0;font-size:18px;font-family:"Myriad Pro";height:50px;box-sizing:border-box;display:block;float:left;width:219px}.kilt-header .family .search ::-webkit-input-placeholder{color:#fff}.kilt-header .family .search :-moz-placeholder{color:#fff}.kilt-header .family .search ::-moz-placeholder{color:#fff}.kilt-header .family .search :-ms-input-placeholder{color:#fff}.kilt-header .family .search .mag-glass{height:50px;width:50px;background-color:#ce3737;color:#fff;display:block;float:right;padding:0;box-sizing:border-box;font-size:20px;border:none;cursor:pointer;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.kilt-header .family .search .mag-glass:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity:.7}.kilt-header .family .search .mag-glass span{position:relative;line-height:50px}.exclusive{text-align:center;padding:20px 100px;height:100%;border-bottom:1px solid #ccc}.exclusive h1{margin:0}.exclusive p{margin-bottom:40px;font-family:"montserratlight"}.exclusive .exclusives{width:24%;margin-right:1.3%;float:left;position:relative}.exclusive .exclusives .magnify{top:0;left:0}.exclusive .exclusives:nth-of-type(4){margin:0}.exclusive .exclusives .product-bottom{position:absolute;bottom:0;left:20px;right:20px}.exclusive .exclusives h3{font-size:16px;margin:0}.exclusive .exclusives p{font-size:12px;margin:2px 0}.exclusive .exclusives h2{font-size:30px;margin:5px 0}.exclusive .exclusives h2.previous-price{font-size:16px;margin-bottom:5px;text-decoration:line-through;display:block;clear:both}.exclusive .img-container{padding-bottom:100%;position:relative;background-position:center;background-size:cover;margin-bottom:16px;cursor:pointer}.exclusive .button{width:30%;margin:20px auto}.exclusive .text{padding-bottom:170px}.exclusive .text p.red{padding-bottom:20px}.exclusive .text .select-style{width:calc(100% - 85px);float:left;background-color:#eee;border:0px}.exclusive .text .select-style select{border:0}.exclusive .text .select-style.error select{border-color:#ce3737}.exclusive .text .button{width:85px;height:40px;float:right;margin:0;box-sizing:border-box;font-size:14px;position:relative}.exclusive .text .button:before{content:"select";text-align:center}.exclusive .text .button:hover{opacity:1}.exclusive .text .button.active{z-index:201}.exclusive .text .button.active .popup{display:block;width:290px;border-radius:5px;background-color:#fff;position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute;bottom:55px;-webkit-box-shadow:0 0 19px 0 rgba(0,0,0,.46);-moz-box-shadow:0 0 19px 0 rgba(0,0,0,.46);box-shadow:0 0 19px 0 rgba(0,0,0,.46)}.exclusive .text .button.active .popup .product-options{max-height:400px;overflow:auto}.exclusive .text .button.active .popup .arrow{position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute;bottom:-12px;width:auto}.exclusive .text .button.active .popup h2{font-size:20px;text-transform:none;line-height:60px;border-bottom:1px solid #ddd;margin:0 0 20px}.exclusive .text .button.active .popup .select-style{width:calc(100% - 40px);margin:0 20px 10px;background-color:#fff}.exclusive .text .button.active .popup .button{float:left;margin:10px 0 20px 20px;width:auto;padding:0 15px;font-size:16px}.exclusive .text .button.active .popup .button:before{content:""}.exclusive .text .button.active .popup .skip{font-size:14px;margin-right:20px;margin-top:10px;float:right;color:#222;line-height:40px;text-transform:none}.exclusive .text .button.active .popup .skip span{color:#ce3737}.exclusive .text .button .popup{display:none}.exclusive .text .button .popup .button.long{width:250px !important}.exclusive .text .button .popup .skip.hide{display:none !important}.all{border-bottom:none;padding-bottom:20px}@media screen and (max-width: 1260px){.kilt-header .build{padding:70px 0;background-image:url("../../frontend/Newborne/Houston/en_GB/img/main.jpg");background-size:cover;background-position:bottom;background-repeat:no-repeat}.kilt-header .build h1{text-transform:uppercase;font-size:26px}.kilt-header .build a{width:40%}.kilt-header .family{padding:70px 15px}}@media screen and (max-width: 1024px){.kilt-header .family p{font-size:14px}.exclusive .exclusives{width:49%;margin-right:2%;margin-bottom:45px}.exclusive .exclusives:nth-child(2n+2){margin-right:0}.exclusive .button{width:40%;margin:20px auto}}@media screen and (max-width: 900px){.kilt-header .family{padding:70px 10px}.kilt-header .family p{font-size:12px}.kilt-header .build a{width:50%}}@media screen and (max-width: 780px){.kilt-header .half{width:100%;float:none;border:none}.kilt-header .half.family{margin-bottom:8px}.kilt-header .button.mobile{display:block;margin-top:8px;padding-top:10px}.kilt-header .button.mobile span{display:block;margin:0 auto;width:30px;height:32px;float:none}.exclusive{padding:30px 30px 0}.exclusive .exclusives h3{font-size:22px}.exclusive .exclusives p{font-size:14px}.exclusive .button{width:80%;margin:20px auto;font-size:14px}}@media screen and (max-width: 600px){.kilt-header .family{padding-top:44px}.kilt-header .build a{width:60%}.exclusive .exclusives{width:100%;margin-bottom:35px}.exclusive .exclusives .text .product-bottom{left:0;right:0}.exclusive h1{font-size:24px}}@media screen and (max-width: 480px){.exclusive{padding:20px 20px 0}.exclusive .exclusives .text{width:100%;float:none;text-align:center}}.about .padding{padding:8px}.about .about-header{height:150px;text-align:center;color:#fff;font-size:20px;box-sizing:border-box;background-image:url("../../frontend/Newborne/Houston/en_GB/img/about-header.jpg")}.about .about-header h1{margin:0;text-transform:uppercase;line-height:150px}.about .about-us{padding:40px 0 40px;height:450px}.about .about-us .about-nav{width:24%;float:left;box-sizing:border-box}.about .about-us .about-nav ul{list-style:none;padding:0 40px}.about .about-us .about-nav ul .top{border-top:1px solid #ccc}.about .about-us .about-nav ul .first{padding-left:0px;color:#000}.about .about-us .about-nav ul .first span{color:#ce3737;padding-right:16px}.about .about-us .about-nav ul .first a{color:#333}.about .about-us .about-nav ul li{border-bottom:1px solid #ccc;padding-bottom:8px;line-height:38px;height:30px;padding-left:20px;font-family:"montserratlight";font-size:14px;color:#adadad}.about .about-us .about-nav ul a{color:#888}.about .about-us .about-content{width:75%;float:left}.about .about-us .about-content .text{width:50%;font-size:14px;display:inline-block;padding-bottom:40px}.about .about-us .about-content .text .downloads{margin-bottom:40px;box-sizing:border-box}.about .about-us .about-content .text .download{margin-bottom:40px;float:left;width:100%}.about .about-us .about-content .text .download h4{font-size:14px;font-weight:700;text-transform:none;margin:0 0 10px}.about .about-us .about-content .text .download img{float:left;margin-right:15px}.about .about-us .about-content .text .download p{float:left;margin:0;font-size:14px;position:relative;top:-3px;width:calc(100% - 33px)}.about .about-us .about-content .text .download.full p,.about .about-us .about-content .text .download.full h4{width:calc(100% - 61px);float:left}.about .about-us .about-content .text .left-brochure{float:left;width:45%;border-right:1px solid #ccc}@media(max-width: 1075px){.about .about-us .about-content .text .left-brochure{width:100%;padding:0;border-right:0;margin-bottom:0}}@media(max-width: 780px){.about .about-us .about-content .text .left-brochure{width:50%;border-right:1px solid #ccc}}@media(max-width: 500px){.about .about-us .about-content .text .left-brochure{width:100%;padding:0;border-right:0}}.about .about-us .about-content .text .right-brochure{float:left;width:45%;padding-left:50px}@media(max-width: 1190px){.about .about-us .about-content .text .right-brochure{padding-left:30px}}@media(max-width: 1075px){.about .about-us .about-content .text .right-brochure{width:100%;padding:0}}@media(max-width: 780px){.about .about-us .about-content .text .right-brochure{width:50%;padding-left:30px;margin-bottom:0}}@media(max-width: 500px){.about .about-us .about-content .text .right-brochure{width:100%;padding:0}}.about .about-us .about-content .text p{color:#737373;font-family:"montserratlight";line-height:1.5}.about .about-us .about-content .text h1{margin-top:7px;font-size:40px}.about .about-us .about-content .text h2{font-size:14px;font-family:"montserratbold"}.about .about-us .about-content .text .red-bold{color:#ce3737;text-transform:uppercase;font-family:"montserratbold";text-align:left;display:inline}.about .about-us .about-content .text h4{text-transform:uppercase;font-size:14px;font-family:"montserratbold"}.about .about-us .about-content .text a{color:#ce3737}.about .about-us .about-content .text .dir{width:230px;line-height:60px;font-size:20px;float:left;margin-top:50px;box-sizing:border-box;color:#fff}@media(max-width: 1285px){.about .about-us .about-content .text .dir{width:100%;margin-top:0;margin-right:10px;margin-bottom:50px}}.about .about-us .about-content .text .postcode{border:2px solid #ce3737;line-height:56px;padding:0 20px;box-sizing:border-box;width:200px;font-size:15px;font-family:"montserratlight";float:left;margin-right:10px;margin-bottom:60px;margin-top:50px;background-color:rgba(0,0,0,0)}@media(max-width: 1285px){.about .about-us .about-content .text .postcode{width:100%;margin-bottom:10px}}.about .about-us .about-content .text .find{list-style:none;padding-left:0px}.about .about-us .about-content .text .find li{color:#666;font-family:"montserratlight";margin-bottom:2px}.about .about-us .about-content .text .bold{font-family:"montserratregular";color:#666;text-align:left;display:inline}.about .about-us .about-content .text .payment{list-style:disc;padding-left:18px}.about .about-us .about-content .text .payment li{font-size:14px;color:#737373;font-family:"montserratlight"}.about .about-us .about-content .text .ken-partnerships{float:left;margin-top:30px}.about .about-us .about-content .text .ken-partnerships.sta{width:160px;margin-right:10%}@media(max-width: 1247px){.about .about-us .about-content .text .ken-partnerships.sta{width:40%;margin-right:5%}}.about .about-us .about-content .text .ken-partnerships.weavers{width:250px}@media(max-width: 1247px){.about .about-us .about-content .text .ken-partnerships.weavers{width:55%}}.about .about-us .about-content .text .ken-partnerships img{display:block;margin:0 auto}.about .about-us .about-content .text .ken-partnerships p{text-align:center}.about .about-us .about-content .img-container{background-image:url("../../frontend/Newborne/Houston/en_GB/img/about-img.jpg");width:40%;background-size:contain;height:400px;background-repeat:no-repeat;display:block;float:right;padding-right:43px;margin-top:12px;position:relative}.about .about-us .about-content .img-container.history{background-image:url("../../frontend/Newborne/Houston/en_GB/img/about-history.jpg")}.about .about-us .about-content .img-container.ken{background-image:url("../../frontend/Newborne/Houston/en_GB/img/ken-about.jpg")}.about .about-us .about-content .img-container.tandc{background-image:url("../../frontend/Newborne/Houston/en_GB/img/tandc-about.jpg")}.about .about-us .about-content .img-container.delivery-about{background-image:url("../../frontend/Newborne/Houston/en_GB/img/delivery-about.jpg")}.about .about-us .about-content .img-container.links{background-image:url("../../frontend/Newborne/Houston/en_GB/img/links-about.jpg")}.about .about-us .about-content .img-container.brochure{background-image:url("../../frontend/Newborne/Houston/en_GB/img/brochure-about.jpg")}.about .about-us .about-content .img-container.maps{overflow:hidden;padding-right:0px;width:calc(40% - 40px);margin-right:40px}@media screen and (max-width: 1205px){.about .about-us .about-nav ul{padding:0 30px}.about .about-us .about-nav ul li{font-size:12px}}@media screen and (max-width: 1110px){.about .about-us .about-nav ul{padding:0 25px}.about .about-us .about-nav ul .first{padding-left:0px;color:#000}.about .about-us .about-nav ul .first span{color:#ce3737;padding-right:10px}.about .about-us .about-nav ul li{font-size:11px;padding-left:14px}}@media screen and (max-width: 900px){.about .about-us .about-nav ul{padding:0 20px}.about .about-us .about-nav ul .first{padding-left:0px;color:#000}.about .about-us .about-nav ul .first span{color:#ce3737;padding-right:8px}.about .about-us .about-nav ul li{font-size:10px;padding-left:12px}}@media screen and (max-width: 780px){.about .about-us{padding-top:0;height:100%;padding-bottom:0}.about .about-us .about-content{width:100%;padding:8px;float:left;background-color:#eee;box-sizing:border-box;border-bottom:8px solid #fff}.about .about-us .about-content .text{width:100%;font-size:14px;display:inline-block;padding:0 20px 0 20px;box-sizing:border-box}.about .about-us .about-content .text h1{margin-top:7px;font-size:40px;text-align:center;border-bottom:1px solid #ccc;padding-bottom:20px}.about .about-us .about-content .img-container{background-image:url("../../frontend/Newborne/Houston/en_GB/img/about-img.jpg");width:40%;background-size:contain;height:400px;background-repeat:no-repeat;display:block;float:right;padding-right:43px;margin-top:12px}.about .about-us .about-content .img-container.history{background-image:url("../../frontend/Newborne/Houston/en_GB/img/about-history.jpg")}.about .about-us .link{height:250px;width:100%;border-bottom:8px solid #fff;box-sizing:border-box;text-align:center;color:#fff;padding:45px 0;background-size:cover;background-repeat:no-repeat;display:table}}@media screen and (max-width: 780px)and (max-width: 780px){.about .about-us .link.for-mobile{display:table !important}}@media screen and (max-width: 780px){.about .about-us .link h1{text-transform:uppercase;line-height:1;margin:0 0 5px}.about .about-us .link a{font-family:"montserratultra_light";color:#fff}.about .about-us .link a span{font-family:"montserratregular"}.about .about-us .link .text{display:table-cell;vertical-align:middle}.about .about-us #ken{background-image:url("../../frontend/Newborne/Houston/en_GB/img/business-mob.jpg");background-position:right}.about .about-us #download{background-image:url("../../frontend/Newborne/Houston/en_GB/img/download.jpg");background-position:left}}@media screen and (max-width: 480px){.about .about-us .about-content .text .ken-partnerships{margin-top:20px}.about .about-us .about-content .text .ken-partnerships.sta{width:100%;margin-right:0}.about .about-us .about-content .text .ken-partnerships.weavers{width:100%}}.static-page-nav{width:100%;padding:0;background:#eee;margin-bottom:16px}.static-page-nav ul{list-style:none;height:0;overflow:hidden;padding:0;margin:0;-webkit-transition:height .3s linear;-moz-transition:height .3s linear;-ms-transition:height .3s linear;-o-transition:height .3s linear;transition:height .3s linear}.static-page-nav ul li a{display:block;color:#737373;line-height:30px;border-bottom:1px solid #ccc;padding:5px 20px}.static-page-nav ul li:last-of-type{border-bottom:0}.static-page-nav #selectedItem{display:block;position:relative;height:50px;padding:0 30px;font-size:18px;line-height:50px;font-weight:700;cursor:pointer}.static-page-nav #selectedItem:hover{opacity:.7}.static-page-nav #selectedItem.small-selected{font-size:14px}.static-page-nav #selectedItem .arrow{position:absolute;right:15px;top:50%;margin:-4px 0 0;width:0;height:0;border-style:solid;border-width:8px 8px 0 8px;border-color:#222 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);-webkit-transition:transform .3s linear;-moz-transition:transform .3s linear;-ms-transition:transform .3s linear;-o-transition:transform .3s linear;transition:transform .3s linear}.static-page-nav .page-nav-content{display:none}.static-page-nav .page-nav-content.active{display:block;padding:20px 30px 10px;border-bottom:1px solid #c2c9d2}.static-page-nav .page-nav-content.active .arrow{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.static-page-nav.active ul{height:409px}.static-page-nav.active #selectedItem .arrow{-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.kilt-packs .padding{padding:8px}.kilt-packs .kilt-pack-header{background-image:url("../../frontend/Newborne/Houston/en_GB/img/kilt_pack_header_new.jpg");background-position:center;background-size:cover;text-align:center;height:300px;padding:50px 0;box-sizing:border-box;color:#fff}.kilt-packs .kilt-pack-header h1{text-transform:uppercase;font-size:40px;margin-bottom:0}.kilt-packs .kilt-pack-header p{font-family:"montserratultra_light";font-size:16px;margin-top:5px;margin-bottom:30px}.kilt-packs .kilt-pack-header a{background:#ce3737;color:#fff;line-height:40px;padding:0 20px;display:block;font-size:16px;text-transform:uppercase;text-align:center;text-decoration:none;border:none;cursor:pointer;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;appearance:none;opacity:1;border-radius:0;white-space:nowrap}.kilt-packs .kilt-pack-header a:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity:.7}.kilt-packs .kilt-pack-header a.black{background-color:#222}@media only screen and (min-width: 780px){.kilt-packs .kilt-pack-header a{padding:0 50px}}@media only screen and (min-width: 1024px){.kilt-packs .kilt-pack-header a{padding:0 100px}}.kilt-packs .kilt-pack-header--quick{background-image:url("../../frontend/Newborne/Houston/en_GB/img/kilt_pack_quick_header.png")}.kilt-packs .offer-banner{background-color:#c30b0b;padding:12px 0}.kilt-packs .offer-banner span{display:block;color:#fff;text-align:center;line-height:1}.kilt-packs .offer-banner span.large{font-family:"montserratbold";font-size:40px}.kilt-packs .offer-banner span.med{font-family:"montserratregular";font-size:18px;margin-bottom:5px}.kilt-packs .offer-banner span.small{font-family:"montserratultra_light";font-size:12px;color:#f0b8b8}@media only screen and (max-width: 600px){.kilt-packs .offer-banner span.large{font-size:28px}.kilt-packs .offer-banner span.med{font-size:14px}.kilt-packs .offer-banner span.small{font-size:10px}}@media only screen and (max-width: 480px){.kilt-packs .offer-banner span.large{font-size:16px;margin-bottom:5px}.kilt-packs .offer-banner span.med{font-size:12px}.kilt-packs .offer-banner span.small{font-size:10px}}.kilt-packs .kilt-pack-list{text-align:center;padding-bottom:50px}.kilt-packs .kilt-pack-list .img-container{width:250px;height:500px;margin:0 auto;background-repeat:no-repeat;background-position:center;background-size:cover}.kilt-packs .kilt-pack-list .pack{width:25%;float:left;margin-bottom:20px}.kilt-packs .kilt-pack-list .pack h3{font-size:16px;margin-bottom:0;height:44px}.kilt-packs .kilt-pack-list .pack p{font-size:12px;margin:2px 0}.kilt-packs .kilt-pack-list .pack h2{font-size:30px;margin:0 0 5px;line-height:25px}.kilt-packs .kilt-pack-list .pack h2 .small{font-size:20px}.kilt-packs .kilt-pack-list .pack h2 .tax{font-size:12px}.kilt-packs .kilt-pack-list .center-buttons{margin:0 11%;width:100%}.kilt-packs .kilt-pack-list .center-buttons .customise{width:45%;margin-left:2%;float:left;background-color:#eee;color:#000}.kilt-packs .kilt-pack-list .center-buttons .customise .needle{margin:8px 0}.kilt-packs .kilt-pack-list .center-buttons .buy{width:15%;float:left}.kilt-packs .view-all{padding-bottom:60px}.kilt-packs .view-all a{width:25%;margin:0 auto;padding:8px inherit}@media(max-width: 480px){.kilt-packs .view-all a{font-size:14px}}@media screen and (max-width: 1280px){.kilt-packs .kilt-pack-list .pack h2{font-size:26px}}@media screen and (max-width: 1024px){.kilt-packs .kilt-pack-list{text-align:center;padding-bottom:50px}.kilt-packs .kilt-pack-list .img-container{width:100%;background-repeat:no-repeat;background-position:center;background-size:contain}.kilt-packs .kilt-pack-list .pack{width:50%;padding-bottom:40px}}@media screen and (max-width: 900px){.kilt-packs .kilt-pack-header{height:270px}.kilt-packs .kilt-pack-header h1{font-size:32px}.kilt-packs .kilt-pack-header p{margin-top:10px;margin-bottom:20px}}@media screen and (max-width: 780px){.kilt-packs .kilt-pack-header{padding:25px 0}.kilt-packs .kilt-pack-header .custom-break{display:block}.kilt-packs .kilt-pack-list{text-align:center;padding-bottom:50px}.kilt-packs .kilt-pack-list .pack{width:100%}.kilt-packs .kilt-pack-list .center-buttons{margin:0;width:auto}.kilt-packs .kilt-pack-list .center-buttons .customise{width:35%;margin-left:3%;background-color:#eee;color:#000}.kilt-packs .kilt-pack-list .center-buttons .customise .needle{margin:12px 0 0}.kilt-packs .kilt-pack-list .center-buttons .buy{width:15%}.kilt-packs .kilt-pack-list .center-buttons .customise,.kilt-packs .kilt-pack-list .center-buttons .buy{float:none;display:inline-block;height:40px}.kilt-packs .view-all{padding-bottom:60px}.kilt-packs .view-all a{width:60%}}@media screen and (max-width: 480px){.kilt-packs .kilt-pack-header{padding:35px 0}.kilt-packs .kilt-pack-header h1{font-size:24px}.kilt-packs .kilt-pack-header p{font-size:14px;width:80%;margin:10px auto 20px}.kilt-packs .kilt-pack-header .button{font-size:14px}.kilt-packs .kilt-pack-list h1{font-size:24px}.kilt-packs .kilt-pack-list .center-buttons .customise .cus{font-size:13px}}.offers .padding{padding:8px}.offers .offers-promo{text-align:center;color:#fff;background-image:url("../../frontend/Newborne/Houston/en_GB/img/offers-header.jpg");height:300px;padding:15px 200px;box-sizing:border-box}.offers .offers-promo ul{padding-left:0px}.offers .offers-promo li{list-style:none;font-family:"montserratlight";font-size:14px;padding-bottom:5px}.offers .offers-promo h1{text-transform:uppercase;font-size:45px;line-height:1}.offers .offers-promo h2{font-family:"montserratultra_light";font-size:20px}.offers .offers-promo h2 span{font-family:"montserratlight"}.offers .offer-deal .deal{width:33.3%;float:left;padding-top:8px;box-sizing:border-box}.offers .offer-deal .deal .deal-promo{background-repeat:no-repeat;height:300px;color:#fff;padding:60px 0;text-align:center;text-transform:uppercase;box-sizing:border-box;background-size:cover}.offers .offer-deal .deal .deal-promo h1{margin-top:0;margin-bottom:20px;font-size:30px;line-height:1}.offers .offer-deal .deal .deal-promo a{width:38%;margin:0 auto;padding:5px inherit;font-size:20px}.offers .offer-deal .deal #d1{background-image:url("../../frontend/Newborne/Houston/en_GB/img/d1.jpg");background-position:-20px center;border-right:4px solid #fff}@media only screen and (max-width: 1024px){.offers .offer-deal .deal #d1{background-position:center}}@media only screen and (max-width: 780px){.offers .offer-deal .deal #d1{background-position:-250px center}}.offers .offer-deal .deal #d2{background-image:url("../../frontend/Newborne/Houston/en_GB/img/d2.jpg");border-right:4px solid #fff;border-left:4px solid #fff}.offers .offer-deal .deal #d3{background-image:url("../../frontend/Newborne/Houston/en_GB/img/d3.jpg");border-left:4px solid #fff}.offers .offer-deal .deal .deal-text{border-bottom:1px solid #ccc;padding:15px 45px;margin-top:5px;height:250px}.offers .offer-deal .deal .deal-text p{font-family:"montserratlight";font-size:14px;line-height:1.5;color:#666}.offers .offer-deal .deal .deal-text p a{color:#666}.offers .offer-deal .deal .deal-text h3{font-size:16px}.offers .offer-deal .deal .left{border-right:1px solid #ccc}.offers .offer-deal .deal .middle{border-right:1px solid #ccc}.offers .discounted{padding-bottom:40px}.offers .discounted h1{text-align:center;font-size:40px}.offers .discounted .discounted-kilts{padding:0 250px}.offers .discounted .discounted-kilts .dis-kilt{width:33.3%;float:left;text-align:center;color:#222;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.offers .discounted .discounted-kilts .dis-kilt h3{font-size:16px;margin-bottom:0px}.offers .discounted .discounted-kilts .dis-kilt p{font-size:12px;margin:2px 0}.offers .discounted .discounted-kilts .dis-kilt h2{font-size:30px;margin:5px 0}.offers .discounted .discounted-kilts .dis-kilt h2 span{font-size:20px;color:#666;text-decoration:line-through;font-family:"montserratlight"}.offers .discounted .discounted-kilts .dis-kilt:hover{opacity:.7}.offers .discounted .discounted-kilts .img-container{height:260px;background-repeat:no-repeat;background-position:center}@media screen and (max-width: 1350px){.offers .discounted .discounted-kilts{padding:0 150px}.offers .offer-deal .deal .deal-promo{padding:70px 0}.offers .offer-deal .deal .deal-promo h1{font-size:25px}.offers .offer-deal .deal .deal-text{border-bottom:1px solid #ccc;padding:15px 45px;margin-top:5px;height:275px}.offers .offer-deal .deal .deal-text p{font-family:"montserratlight";font-size:14px;line-height:1.5;color:#666}.offers .offer-deal .deal .deal-text h3{font-size:16px}}@media screen and (max-width: 1260px){.offers .offers-promo{padding:15px 130px}.offers .offers-promo li{list-style:none;font-family:"montserratlight";font-size:14px;padding-bottom:5px}.offers .offers-promo h1{text-transform:uppercase;font-size:45px;line-height:1}.offers .offers-promo h2{font-family:"montserratultra_light";font-size:20px}.offers .offers-promo h2 span{font-family:"montserratlight"}.offers .offer-deal .deal .deal-text{border-bottom:1px solid #ccc;padding:15px 45px;margin-top:5px;height:260px}.offers .offer-deal .deal .deal-text p{font-family:"montserratlight";font-size:12px;line-height:1.5;color:#666}.offers .offer-deal .deal .deal-text h3{font-size:16px}}@media screen and (max-width: 1205px){.offers .discounted .discounted-kilts{padding:0 75px}}@media screen and (max-width: 1110px){.offers .offers-promo{padding:15px 90px}.offers .offer-deal .deal .deal-promo{padding:80px 0}.offers .offer-deal .deal .deal-promo h1{font-size:20px}}@media screen and (max-width: 1024px){.offers .offer-deal .deal{width:100%}.offers .offer-deal .deal .deal-promo{height:300px;color:#fff;padding:60px 0}.offers .offer-deal .deal .deal-promo h1{margin-top:0;margin-bottom:20px;font-size:30px;line-height:1}.offers .offer-deal .deal #d1{border-right:0px}.offers .offer-deal .deal #d2{border-right:0px;border-left:0px}.offers .offer-deal .deal #d3{border-left:0px}.offers .offer-deal .deal .deal-text{border-bottom:1px solid #ccc;padding:15px 45px;margin-top:0px;height:100%}.offers .offer-deal .deal .left{border-right:1px solid #ccc;border-left:1px solid #ccc}.offers .offer-deal .deal .middle{border-right:1px solid #ccc;border-left:1px solid #ccc}.offers .offer-deal .deal .right{border-right:1px solid #ccc;border-left:1px solid #ccc}.offers .discounted .discounted-kilts{padding:0 50px}.offers .discounted .discounted-kilts .dis-kilt{width:50%;padding-bottom:20px}.offers .offers-promo{padding:15px 30px}}@media screen and (max-width: 900px){.offers .offers-promo{padding:40px 0px}.offers .offers-promo li{list-style:none;font-family:"montserratlight";font-size:11px;padding-bottom:5px}.offers .offers-promo h1{text-transform:uppercase;font-size:35px;line-height:1}.offers .offers-promo h2{font-family:"montserratultra_light";font-size:18px}.offers .offers-promo h2 span{font-family:"montserratlight"}}@media screen and (max-width: 780px){.con-strip{display:none}.breadcrumbs{display:none}.offers .discounted{padding-bottom:40px}.offers .discounted h1{text-align:center;font-size:40px}.offers .discounted .discounted-kilts{padding:0 50px}.offers .discounted .discounted-kilts .dis-kilt{width:100%}}@media screen and (max-width: 700px){.offers .offers-promo{padding:40px 0px}.offers .offers-promo ul{padding:0 60px}}@media screen and (max-width: 600px){.offers .offers-promo{padding:40px 0px}.offers .offers-promo h1{font-size:30px}.offers .offers-promo ul{padding:0 60px}.offers .offer-deal .deal .deal-promo{padding:80px 30px}.offers .offer-deal .deal .deal-promo a{width:40%}.offers .offer-deal .deal .deal-promo h1{font-size:20px}}@media screen and (max-width: 480px){.offers .offers-promo{padding:60px 0px}.offers .offers-promo h1{font-size:30px}.offers .offers-promo ul{display:none}.offers .offer-deal .deal .deal-promo a{font-size:14px}}.product-list{padding:8px 8px 0}.product-list h1{font-size:30px;margin:0;line-height:300px}.product-list .third{width:33.3%;box-sizing:border-box;height:300px;float:left;margin-bottom:8px;background-size:cover;color:#fff;text-align:center;text-transform:uppercase;text-decoration:none;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.product-list .third:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity:.7}.product-list .left{border-right:4px solid #fff}.product-list .middle{border-left:4px solid #fff;border-right:4px solid #fff}.product-list .right{border-left:4px solid #fff}.product-list #p1{background-image:url("../../frontend/Newborne/Houston/en_GB/img/p1.jpg")}.product-list #p2{background-image:url("../../frontend/Newborne/Houston/en_GB/img/p2.jpg")}@media screen and (max-width: 1260px){.product-list h1{font-size:25px}}@media screen and (max-width: 780px){.product-list .third{width:50%}.product-list .third:nth-child(even){border:0;border-left:4px solid #fff}.product-list .third:nth-child(odd){border:0;border-right:4px solid #fff}}@media screen and (max-width: 600px){.product-list h1{font-size:25px;line-height:200px}.product-list .third{width:100%;border:none;height:200px}.product-list .third:nth-child(even){border:0}.product-list .third:nth-child(odd){border:0}}.details .detailed-product .half{width:50%;float:left;min-height:560px;position:relative}.details .detailed-product .gallery-placeholder{height:100%;width:100%;position:absolute;top:0;bottom:0;left:0;right:0}.details .detailed-product .gallery-placeholder .loading-mask{top:50%;left:50%;transform:translate(-50%, -50%);padding:0 0 10% 0}.details .detailed-product .gallery-placeholder .magnifier-preview{left:auto !important;top:0 !important;width:calc(100% - 100px) !important;height:100% !important;right:0 !important;text-align:center}.details .detailed-product .product-imgs{box-sizing:border-box;padding-left:40px}.details .detailed-product .product-imgs .fotorama{height:560px}.details .detailed-product .product-imgs .fotorama_wrap{position:relative}.details .detailed-product .product-imgs .fotorama__wrap{height:100%}.details .detailed-product .product-imgs .fotorama__nav-wrap{width:100px;position:absolute;left:0;top:0}.details .detailed-product .product-imgs .fotorama-video-container:after{background:url(../../frontend/Newborne/Houston/en_GB/Magento_ProductVideo/img/gallery-sprite.png) bottom right;bottom:0;content:"";height:100px;left:0;margin:auto;position:absolute;right:0;top:12px;width:100px;display:none}.details .detailed-product .product-imgs .fotorama-video-container:hover img{opacity:.7}.details .detailed-product .product-imgs .fotorama-video-container:hover:after{transform:scale(1.25)}.details .detailed-product .product-imgs .fotorama-video-container.video-unplayed:after{display:block}.details .detailed-product .product-imgs .video-thumb-icon:after{background:url(../../frontend/Newborne/Houston/en_GB/Magento_ProductVideo/img/gallery-sprite.png) bottom left;bottom:0;content:"";height:40px;left:0;margin:auto;position:absolute;right:0;top:10px;width:49px}.details .detailed-product .product-imgs .fotorama__stage{width:calc(100% - 100px) !important;height:560px !important;line-height:560px !important;position:absolute;right:0;left:auto !important}.details .detailed-product .product-imgs .fotorama__arr{display:none !important}.details .detailed-product .product-imgs .product-video{height:75%;left:0;position:absolute;top:0;width:100%;right:0;bottom:0;margin:auto}.details .detailed-product .product-imgs .fotorama__stage__shaft{width:550px !important}.details .detailed-product .product-imgs .featured-img{width:80%;float:left;height:100%;background-image:url("../../frontend/Newborne/Houston/en_GB/img/featured-img.jpg");background-size:cover;background-repeat:no-repeat;background-position:center}.details .detailed-product .product-imgs .more-img{width:20%;float:left;padding-top:5px}.details .detailed-product .product-imgs .more-img .side-img{width:100px;height:100px;border:1px solid #ccc;margin-bottom:10px}.details .detailed-product .product-options{box-sizing:border-box}.details .detailed-product .product-options .fieldset:focus{outline:none}.details .detailed-product .product-options .options{width:75%;float:left;height:100%;padding-left:30px;padding-top:40px;box-sizing:border-box}.details .detailed-product .product-options .options .field{width:100%;float:left;margin-bottom:10px;position:relative}.details .detailed-product .product-options .options .field.select-style{width:47%}.details .detailed-product .product-options .options .field label{font-size:12px;margin-bottom:5px;display:block}.details .detailed-product .product-options .options .field input{width:47%;line-height:36px;border:solid 2px #ccc;padding:0 5px;box-sizing:border-box}.details .detailed-product .product-options .options .field .note{font-size:12px}.details .detailed-product .product-options .options .button{height:70px;padding:0 20px;margin:20px auto;line-height:70px;float:left;margin-right:5%;font-size:20px;font-family:"montserratregular";letter-spacing:1px}.details .detailed-product .product-options .options .button .icon-bag{position:relative;font-size:30px;margin-right:12px;top:3px}.details .detailed-product .product-options .options .button .icon-bag span{position:absolute;left:10px;top:9px;font-size:20px;font-family:"montserratbold"}.details .detailed-product .product-options .options .button.kpb-top{margin-top:0}.details .detailed-product .product-options .options .button#product-kpb-back-button{background-color:#e3e3e3;color:#222}.details .detailed-product .product-options .options h1{font-size:30px;font-family:"montserratregular";margin:0 0 10px}.details .detailed-product .product-options .options h3{font-size:18px;font-family:"montserratlight";margin:0 0 20px;color:#888}.details .detailed-product .product-options .options .price-label{width:40px;display:inline-block}.details .detailed-product .product-options .options .price-wrapper{font-weight:bold}.details .detailed-product .product-options .options .price-wrapper.price-including-tax{font-size:40px;margin-right:6px}.details .detailed-product .product-options .options .price-wrapper.price-including-tax .lowest-denomination{font-size:20px}.details .detailed-product .product-options .options .price-wrapper.price-excluding-tax{font-size:18px;color:#ce3737}.details .detailed-product .product-options .options .price-wrapper.price-excluding-tax .small{font-size:14px;font-family:"montserratregular"}.details .detailed-product .product-options .options .old-price{display:block}.details .detailed-product .product-options .options .old-price .price-wrapper{font-size:20px;text-decoration:line-through}.details .detailed-product .product-options .options .select-style:nth-of-type(2n+2){margin-left:3%}.details .detailed-product .product-options .options .payment{width:40%;display:inline-block;float:left;margin-top:20px}.details .detailed-product .product-options .options .payment.kpb-top{margin-top:0}.details .detailed-product .product-options .options .payment p{font-style:italic;margin:0;font-family:"montserratlight";font-size:12px}.details .detailed-product .product-options .options .payment .img-container{background-image:url("../../frontend/Newborne/Houston/en_GB/img/payment.png");height:22px;background-repeat:no-repeat;background-size:contain;display:block}.details .detailed-product .product-options .payment-icons{display:flex;align-items:center;gap:4px;justify-content:center}@media only screen and (max-width: 768px){.details .detailed-product .product-options .payment-icons{gap:10px}}.details .detailed-product .product-options .payment-icons svg{width:auto;height:16px}.details .detailed-product .product-options .social{width:25%;height:100%;float:left;padding-top:45px}.details .detailed-product .product-options .social a{-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.details .detailed-product .product-options .social a:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity:.7}.details .detailed-product .product-options .social h4{margin:0 0 10px;font-size:20px;font-family:"montserratlight"}.details .detailed-product .product-options .social .icon{border-radius:50%;padding:3px;color:#fff;font-size:16px}.details .detailed-product .product-options .social #fb{background-color:#2770ad}.details .detailed-product .product-options .social #x-app{background-color:#000}.details .detailed-product .product-options .social #gg{background-color:#ce3737}.details .detailed-product .product-options .social #pn{background-color:#d44242}.details .order-info{height:400px;background-image:url("../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg");box-sizing:border-box;margin:0 8px;position:relative}.details .order-info a{color:#000}.details .order-info h2{font-size:30px;line-height:1;margin:0 0 20px}.details .order-info .best-seller{width:50%;float:left;border-right:1px solid #ccc;padding:35px 35px 0;box-sizing:border-box;height:auto;min-height:100%}.details .order-info .best-seller .product.attibute.description{max-height:220px;margin-bottom:20px;overflow:auto;-webkit-transition:max-height .3s;-moz-transition:max-height .3s;-ms-transition:max-height .3s;-o-transition:max-height .3s;transition:max-height .3s}.details .order-info .best-seller .product.attibute.description.hide-overflow{overflow:hidden}.details .order-info .best-seller .button.read-more{float:left;margin-bottom:20px;display:none}.details .order-info .best-seller .button.read-more.visible{display:block}.details .order-info .best-seller .button.read-more:after{content:"Read more"}.details .order-info .best-seller p{font-size:14px;color:#727272;line-height:1.5}.details .order-info.more-info{height:auto;overflow:auto}.details .order-info.more-info .best-seller{height:auto}.details .order-info.more-info .best-seller .product.attibute.description{max-height:1200px;margin-bottom:0;height:auto}.details .order-info.more-info .best-seller .button.read-more:after{content:"Read less"}.details .order-info .vertical-line{position:absolute;right:25%;top:0;bottom:0;width:1px;background-color:#ccc}.details .order-info .delivery-bespoke{width:25%;float:left;height:100%;box-sizing:border-box}.details .order-info .delivery-bespoke .icon{background-size:contain;background-color:rgba(0,0,0,0);background-repeat:no-repeat;float:right;margin:0}.details .order-info .delivery-bespoke .icon.truck{background-image:url("../../frontend/Newborne/Houston/en_GB/img/truck.png");height:38px;width:68px}.details .order-info .delivery-bespoke p{color:#666;font-family:"montserratlight";font-size:14px;padding-right:35px}.details .order-info .delivery-bespoke p.red{color:#ce3737}.details .order-info .delivery-bespoke .delivery,.details .order-info .delivery-bespoke .bespoke{height:50%;width:100%;box-sizing:border-box;padding:40px}.details .order-info .delivery-bespoke .bespoke{background-image:url("../../frontend/Newborne/Houston/en_GB/img/saltire.png");background-position:right center;background-repeat:no-repeat;background-size:auto 100%;border-top:1px solid #ccc}.details .order-info .need-help{width:25%;height:100%;float:left;padding:40px 40px 0;box-sizing:border-box}.details .order-info .need-help p{font-size:14px;color:#666;line-height:1.5;font-family:"montserratlight"}.details .order-info .need-help h1{margin:0}.details .order-info .need-help ul{list-style:none;padding-left:0;font-size:18px;margin:20px 0 0}.details .order-info .need-help ul li{margin-bottom:10px}.details .order-info .need-help ul li span{color:#ce3737;font-size:14px}.details .order-info .need-help ul li .tel{color:#000;margin-left:26px;font-size:18px}.details .order-info .need-help ul li .icon{font-size:18px;margin-right:10px}.details .order-info .need-help ul .smaller{font-size:14px;padding-bottom:10px;font-family:"montserratlight"}.details .order-info .need-help ul .smaller span{margin-right:6px}.details .order-info .need-help ul .question{border-radius:50%;color:#fff;background-color:#ce3737;padding:1px 7px;font-size:16px;margin-right:5px}.details .related-blog{height:120px;width:100%;box-sizing:border-box;display:inline-block;padding:0 8px;line-height:120px;border-bottom:1px solid #ccc}.details .related-blog div{padding:0 40px}.details .related-blog h1{margin:0;display:inline-block;font-size:20px;width:20%;float:left}.details .related-blog p{display:inline-block;font-size:16px;color:#666;width:55%;float:left;margin:0}.details .related-blog a{display:inline-block;width:20%;float:right;margin:40px 0}.details .related-products{padding-bottom:40px}.details .related-products h1{text-align:center}.details .related-products .product-container{padding:0 120px;box-sizing:border-box}.details .related-products .product-container .product{width:25%;float:left;text-align:center;color:#222;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.details .related-products .product-container .product:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity:.7}.details .related-products .product-container .img-container{width:95%;height:260px;background-size:contain;background-repeat:no-repeat;background-position:center !important;margin:0 auto}.details .related-products .product-container h2{margin:0;font-size:32px}.details .related-products .product-container h2 span{font-size:18px}.details .related-products .product-container p{margin:5px 0}.details .related-products .product-container .tax{font-family:"montserratlight";font-size:12px}@media screen and (max-width: 1260px){.details .order-info h2{font-size:28px}.details .order-info .best-seller p{font-size:13px}.details .order-info .need-help ul li span{font-size:13px}.details .order-info .need-help ul li .tel{font-size:16px}.details .order-info .need-help ul .smaller{font-size:12px}.details .related-blog h1{margin-right:50px;font-size:18px}.details .related-blog p{font-size:14px;margin:0 60px 0 0}.details .related-products .product-container{padding:0 80px}.details .related-products .product-container .img-container{height:240px}}@media screen and (max-width: 1205px){.details .order-info .best-seller p{font-size:12px}.details .order-info .delivery-bespoke .delivery,.details .order-info .delivery-bespoke .bespoke{padding:25px}.details .order-info .need-help{padding:20px}.details .related-blog h1{margin-right:30px;font-size:16px}.details .related-blog p{font-size:11px;margin:0 30px 0 0}.details .related-blog a{width:auto}}@media screen and (max-width: 1110px){.details .detailed-product .product-options .options .button{font-size:14px}.details .detailed-product .product-options .options h1{font-size:24px}.details .detailed-product .product-options .options h2{font-size:40px}.details .detailed-product .product-options .options h2 span{font-size:20px}.details .detailed-product .product-options .options h2 .tax{font-size:14px}.details .detailed-product .product-options .options h3{font-size:20px}.details .detailed-product .product-options .options .select-style select{font-size:14px}.details .detailed-product .product-options .social{width:25%;height:50%;float:left}.details .detailed-product .product-options .social a{-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.details .detailed-product .product-options .social a:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity:.7}.details .detailed-product .product-options .social h4{margin:15px 0 10px;font-size:20px;font-family:"montserratlight"}.details .detailed-product .product-options .social .icon{border-radius:50%;padding:3px;color:#fff;font-size:16px}.details .detailed-product .product-imgs{padding-left:40px;box-sizing:border-box}.details .detailed-product .product-imgs .featured-img{width:80%;margin-left:20%;float:left;height:100%;background-image:url("../../frontend/Newborne/Houston/en_GB/img/featured-img.jpg");background-size:cover;background-repeat:no-repeat;z-index:10}.details .detailed-product .product-imgs .more-img{width:100px;position:absolute;height:400px;float:left;padding-top:5px;box-sizing:border-box;z-index:2}.details .detailed-product .product-imgs .more-img .side-img{width:100%;height:25%;border:1px solid #ccc;margin-bottom:10px;background-size:cover;background-repeat:no-repeat}}@media screen and (max-width: 1024px){.details .order-info h2{font-size:26px}.details .order-info .delivery-bespoke p{font-size:12px;padding:0}.details .order-info .delivery-bespoke .icon.truck{height:28px;width:48px}.details .order-info .need-help p{font-size:12px}.details .related-blog div{padding:0 20px}.details .related-blog h1{margin-right:10px;font-size:14px}.details .related-blog p{font-size:12px;margin:0 10px 0 0;width:60%}.details .related-blog a{font-size:12px}}@media screen and (max-width: 900px){.details .detailed-product .product-options .options .button{font-size:12px}.details .detailed-product .product-options .options h2{font-size:40px;line-height:20px}.details .detailed-product .product-options .options h2 .custom-break{display:block}.details .detailed-product .product-options .options h2 span{font-size:20px}.details .detailed-product .product-options .options h2 .tax{font-size:14px}.details .detailed-product .product-options .options h3{font-size:20px}.details .detailed-product .product-options .options .select-style{width:46%}.details .detailed-product .product-options .options .select-style select{font-size:10px}.details .detailed-product .product-options .options .payment p{font-size:10px}.details .detailed-product .product-options .options .payment .img-container{background-image:url("../../frontend/Newborne/Houston/en_GB/img/payment.png");height:22px;background-repeat:no-repeat;background-size:contain;display:block}.details .detailed-product .product-options .social{width:20%;margin-right:2%;height:100px;float:right}.details .detailed-product .product-options .social a{-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.details .detailed-product .product-options .social a:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity:.7}.details .detailed-product .product-options .social h4{margin:15px 0 10px;font-size:20px;font-family:"montserratlight"}.details .detailed-product .product-options .social .icon{border-radius:50%;padding:2px;color:#fff;font-size:10px}.details .detailed-product .product-imgs .featured-img{width:80%;margin-left:20%;float:left;height:100%;background-image:url("../../frontend/Newborne/Houston/en_GB/img/featured-img.jpg");background-size:cover;background-repeat:no-repeat;z-index:10}.details .detailed-product .product-imgs .more-img{width:100px;position:absolute;height:400px;float:left;padding-top:5px;box-sizing:border-box;z-index:2}.details .detailed-product .product-imgs .more-img .side-img{width:100%;height:25%;border:1px solid #ccc;margin-bottom:10px;background-size:cover;background-repeat:no-repeat}.details .order-info{height:400px;background-image:url("../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg");box-sizing:border-box;margin:0 8px}.details .order-info h2{font-size:22px}.details .order-info .best-seller{padding:20px 30px 0 30px}.details .order-info .best-seller p{font-size:12px}.details .order-info .best-seller h1{font-size:26px;margin:10px 0}.details .order-info .delivery-bespoke .delivery,.details .order-info .delivery-bespoke .bespoke{padding:20px}.details .order-info .delivery-bespoke .icon.truck{height:28px;width:48px}.details .order-info .need-help ul{font-size:16px}.details .order-info .need-help ul li span{font-size:12px}.details .order-info .need-help ul li .tel{margin-left:24px;font-size:12px}.details .order-info .need-help ul li .icon{font-size:16px}.details .order-info .need-help ul .smaller{font-size:11px}.details .order-info .need-help ul .question{font-size:14px}.details .related-blog{height:80px;line-height:80px}.details .related-blog h1{font-size:10px;width:18%}.details .related-blog p{font-size:10px}.details .related-blog a{margin:20px 0}}@media screen and (max-width: 780px){.details .detailed-product{padding-top:25px}.details .detailed-product .top-title{width:100%;text-align:center;margin:0;font-size:24px;padding:0 10px;box-sizing:border-box}.details .detailed-product h3{font-size:16px;font-family:"montserratlight";margin:0 0 20px;color:#888;text-align:center}.details .detailed-product .top-subtitle{width:100%;text-align:center;font-size:32px;margin:5px 0 15px;line-height:24px}.details .detailed-product .top-subtitle .tax{font-size:16px;font-family:"montserratultra_light"}.details .detailed-product .half{width:100%;float:none;min-height:auto}.details .detailed-product .product-imgs{padding-left:0;height:100%;min-height:454px}.details .detailed-product .product-imgs .fotorama{height:454px}.details .detailed-product .product-imgs .fotorama__stage{height:360px !important;line-height:360px !important;width:100% !important;position:relative}.details .detailed-product .product-imgs .fotorama__stage__shaft{max-width:100% !important}.details .detailed-product .product-imgs .featured-img{width:100%;margin-left:0;float:left;height:330px;background-image:url("../../frontend/Newborne/Houston/en_GB/img/featured-img.jpg");background-size:contain;background-repeat:no-repeat;background-position:center}.details .detailed-product .product-imgs .fotorama__nav-wrap{position:relative;width:100%}.details .detailed-product .product-options{padding:20px 0}.details .detailed-product .product-options .options{width:100%;padding:0 20px;float:none}.details .detailed-product .product-options .options .button{height:70px;width:100%;margin:10px auto;display:inline-block;line-height:70px;float:left;padding:0;font-size:18px}.details .detailed-product .product-options .options h1{font-size:35px}.details .detailed-product .product-options .options h2{font-size:40px}.details .detailed-product .product-options .options h2 span{font-size:20px}.details .detailed-product .product-options .options h2 .tax{font-size:14px}.details .detailed-product .product-options .options h3{font-size:18px}.details .detailed-product .product-options .options h3 span{float:right;font-size:14px;padding-top:4px}.details .detailed-product .product-options .options h3 span span{padding:0}.details .detailed-product .product-options .options .select-style{border:1px solid #ccc;width:100%;height:60px;margin-bottom:25px}.details .detailed-product .product-options .options .select-style:after{height:60px}.details .detailed-product .product-options .options .select-style:nth-of-type(2n+2){margin-left:0}.details .detailed-product .product-options .options .select-style select{padding:5px 8px;font-size:16px;height:100%;margin-bottom:2px}.details .detailed-product .product-options .options .payment{width:100%;display:inline-block;float:left;margin-top:10px}.details .detailed-product .product-options .options .payment p{font-style:italic;margin:0;font-family:"montserratlight";font-size:12px;text-align:center;padding-bottom:10px}.details .detailed-product .product-options .options .payment .img-container{background-image:url("../../frontend/Newborne/Houston/en_GB/img/payment.png");height:22px;background-repeat:no-repeat;display:block;margin:0 auto;width:207px}.details .order-info{width:100%;background-image:none;background-color:#f3f3f0;margin:0;height:auto}.details .order-info .vertical-line{display:none}.details .order-info h2{font-size:30px}.details .order-info .best-seller{width:100%;height:370px;border-right:0;text-align:center;border-bottom:1px solid #ccc}.details .order-info .best-seller .product.attibute.description{height:200px}.details .order-info .best-seller .button.read-more{float:none}.details .order-info .best-seller p{font-size:14px}.details .order-info .delivery-bespoke{width:100%;text-align:center}.details .order-info .delivery-bespoke p{padding:0}.details .order-info .delivery-bespoke h2{position:relative}.details .order-info .delivery-bespoke .icon{position:absolute;right:0;top:0}.details .order-info .delivery-bespoke .delivery,.details .order-info .delivery-bespoke .bespoke{height:auto}.details .order-info .delivery-bespoke .bespoke{border-bottom:1px solid #ccc}.details .order-info .need-help{width:100%;padding:20px 0 0;text-align:center}.details .order-info .need-help p{font-size:14px}.details .order-info .need-help ul{font-size:18px}.details .order-info .need-help ul li span{color:#ce3737;font-size:16px}.details .order-info .need-help ul li .tel{margin-left:0;font-size:22px;font-family:"montserratultra_light"}.details .order-info .need-help ul li .icon{font-size:18px}.details .order-info .need-help ul .smaller{font-size:14px;padding:30px 0;border-top:1px solid #ccc;margin:0}.details .related-blog{height:100%;line-height:normal;padding:20px 0;text-align:center}.details .related-blog div{padding:0}.details .related-blog h1{margin-right:0;font-size:23px;text-align:center;width:100%}.details .related-blog p{font-size:18px;color:#ce3737;margin:0;width:100%}.details .related-blog a{float:none;margin:10px auto 0}.details .related-products h1{text-align:center;font-size:24px}.details .related-products .product-container{padding:0 30px}.details .related-products .product-container .product{width:50%}.details .related-products .product-container .img-container{height:150px;background-repeat:no-repeat;background-position:center;background-size:contain}.details .related-products .product-container p{margin:10px 0}.details .related-products .product-container .tax{margin:5px 0}}@media screen and (max-width: 480px){.details .detailed-product .product-options .options .select-style{height:40px}.details .detailed-product .product-options .options .select-style:after{height:40px}.details .detailed-product .product-options .options .price-wrapper.price-including-tax{font-size:36px}.details .detailed-product .product-options .options .old-price .price-wrapper.price-including-tax{font-size:20px}.details .related-products{padding:10px 0 0}.details .related-products .product-container .product{width:100%;margin-bottom:40px}}.listing{color:#000;margin-bottom:30px}.listing .listing-head{height:120px;padding:40px 55px;box-sizing:border-box}.listing .listing-head h1{font-size:40px;width:auto !important;float:left;margin:0}.listing .listing-head .listing-buttons{width:auto;float:right}.listing .listing-head .listing-buttons .button{font-family:"montserratlight";float:left;margin-left:20px}.listing .listing-head .listing-buttons .video-button{width:110px;text-transform:capitalize}.listing .listing-head .listing-buttons .video-button span{background-color:#fff;border-radius:50%;color:#ce3737;text-align:center;font-size:17px;padding:3px 4px 2px 7px;margin-right:5px}.listing .listing-head .listing-buttons .bro-button{width:140px;text-transform:capitalize}.listing .listing-head .listing-buttons .bro-button span{margin-right:5px}.listing .listing-head .listing-buttons .select-style{border:2px solid #ccc;width:196px;float:left;border-radius:0;overflow:hidden;margin-bottom:10px;height:40px;line-height:40px;background:url("../../frontend/Newborne/Houston/en_GB/img/select-arrow.png") no-repeat 90% 50%;background-image:none;box-sizing:border-box}.listing .listing-head .listing-buttons .select-style select{padding:5px 8px;width:130%;border:none;box-shadow:none;background:rgba(0,0,0,0);background-image:none;-webkit-appearance:none;font-size:16px;height:100%}.listing .listing-head .listing-buttons .select-style select:focus{outline:none}.listing .left-col{width:29%;float:left;height:100%;padding-left:50px;box-sizing:border-box}.listing .left-col form{height:100%;border-bottom:1px solid #ccc;padding-bottom:20px}.listing .left-col input[type=checkbox].css-checkbox{position:absolute;z-index:-1000;left:-1000px;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.listing .left-col input[type=checkbox].css-checkbox+label.css-label{padding-left:28px;height:16px;display:inline-block;line-height:16px;background-repeat:no-repeat;background-position:0 0;font-size:12px;vertical-align:middle;cursor:pointer}.listing .left-col input[type=checkbox].css-checkbox:checked+label.css-label{background-position:0 -16px}.listing .left-col input[type=radio].css-radio{position:absolute;z-index:-1000;left:-1000px;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.listing .left-col input[type=radio].css-radio+label.css-label{padding-left:28px;height:16px;display:block;line-height:16px;background-repeat:no-repeat;background-position:0 0;font-size:12px;vertical-align:middle;cursor:pointer;margin-bottom:5px}.listing .left-col input[type=radio].css-radio:checked+label.css-label{background-position:0 -16px}.listing .left-col label.css-label{background-image:url("../../frontend/Newborne/Houston/en_GB/img/checkbox.png");-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.listing .left-col ul{list-style:none;padding-left:0;margin:0}.listing .left-col ul li{line-height:50px;border-bottom:1px solid #ccc;background-image:url("../../frontend/Newborne/Houston/en_GB/img/down-arrow.png");background-repeat:no-repeat;background-position:right 19px;background-size:19px 12px;position:relative}.listing .left-col ul li .custom-options,.listing .left-col ul li .product-options{max-height:0;overflow:hidden;margin-bottom:0;-webkit-transition-property:max-height,margin-bottom;-webkit-transition-duration:.3s;-webkit-transition-timing-function:linear;-moz-transition-property:max-height,margin-bottom;-moz-transition-duration:.3s;-moz-transition-timing-function:linear;-ms-transition-property:max-height,margin-bottom;-ms-transition-duration:.3s;-ms-transition-timing-function:linear;-o-transition-property:max-height,margin-bottom;-o-transition-duration:.3s;-o-transition-timing-function:linear;transition-property:max-height,margin-bottom;transition-duration:.3s;transition-timing-function:linear}.listing .left-col ul li.open{background-image:url("../../frontend/Newborne/Houston/en_GB/img/up-arrow.png")}.listing .left-col ul li.open .custom-options,.listing .left-col ul li.open .product-options{margin-bottom:20px;max-height:300px;overflow-y:auto}.listing .left-col ul li form{line-height:normal;border-bottom:0;max-height:100px;overflow-y:auto;padding-bottom:0;margin-bottom:20px}.listing .left-col ul li a{float:right;height:50px;width:100%;opacity:0;position:absolute;left:0;right:0;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.listing .left-col ul li a:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity:.7}.listing .left-col .clear span{font-size:30px}.listing .left-col .clear a{font-size:12px;color:#666;font-family:"montserratlight"}.listing .right-col{width:71%;float:left;padding:0 50px;box-sizing:border-box}.listing .right-col .pages{height:48px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;box-sizing:border-box}.listing .right-col .pages.for-mobile{padding:0 10px}.listing .right-col .pages .next-pre{float:right;font-size:14px}.listing .right-col .pages .next-pre a{display:block;float:left;line-height:46px;height:46px}.listing .right-col .pages .next-pre .pre,.listing .right-col .pages .next-pre .next{color:#000;opacity:.3}.listing .right-col .pages .next-pre .pre .arrow,.listing .right-col .pages .next-pre .next .arrow{color:#ce3737}.listing .right-col .pages .next-pre .pre.active,.listing .right-col .pages .next-pre .next.active{opacity:1}.listing .right-col .pages .next-pre .pre{margin-right:15px}.listing .right-col .pages .results{float:left;line-height:46px}.listing .right-col .pages .results p{margin:0;font-size:14px}.listing .right-col .pages .results span{font-family:"montserratlight"}.listing .right-col .pages.top{border-top:none}.listing .right-col .pages.bottom{margin:30px 0 0;border-bottom:none}.listing .right-col .group p,.listing .right-col .group a{font-size:14px;font-family:"montserratlight"}.listing .right-col .group p{margin:0 0 20px;color:#666}.listing .right-col .group p strong{color:#222;font-family:"montserratregular"}.listing .right-col .group a{color:#ce3737}.listing .right-col .group a.magnify{color:#222}.listing .right-col .group:first-of-type .group-heading{border-top:none}.listing .right-col .group .group-heading{background-color:#eee;background-image:url("../../frontend/Newborne/Houston/en_GB/img/group-header-bg.jpg");padding:0 8px 0 20px;border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin-bottom:20px}.listing .right-col .group .group-heading h3{line-height:50px;margin:0;font-family:"montserratregular";font-size:20px;float:left}.listing .right-col .group .group-heading .show-details{float:right;line-height:30px;top:10px;position:relative;color:#fff;background-color:#ce3737;font-size:12px}.listing .right-col .group.hide{display:none}.listing .right-col .group.septs{padding-bottom:20px}.listing .right-col .group.septs a{display:block;margin:0 0 5px}.listing .right-col .group.septs a:before{content:"›";display:inline;margin-right:5px}.listing .right-col .group.septs.all{font-size:14px}.listing .right-col .group.septs.all p{margin:20px 5%;padding:0}.listing .right-col .group.septs.all .head{font-size:16px}.listing .right-col .group.septs.all .left{width:40%;float:left;padding:0 0 4% 5%}.listing .right-col .group.septs.all .right{width:50%;float:left;padding:0 5% 4% 0}.listing .right-col .group.septs.all .right a{margin:0}.listing .right-col .group.special-weave{padding-bottom:20px}.listing .right-col .group.special-weave .group-heading{margin-bottom:20px}.listing .right-col .group.special-weave .button{color:#fff;font-family:"montserratregular";font-size:16px;padding:0 30px;line-height:50px;letter-spacing:.5px;display:inline-block;box-sizing:border-box}@media only screen and (max-width: 780px){.listing .right-col .group.special-weave .button{width:100%}}.listing .right-col .group .product{opacity:0;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.listing .right-col .group .product.active{opacity:1}@media only screen and (max-width: 667px){.listing .right-col .group .group-heading{padding:0 20px 0}.listing .right-col .group .group-heading h3{float:none;text-align:center;width:100%;line-height:60px}.listing .right-col .group .group-heading .show-details{top:0;float:none;width:100%;padding:0;margin-bottom:10px}}.listing .right-col .product-showcase{width:100%}.listing .right-col .product-showcase .group{padding-top:20px}.listing .right-col .product-showcase .product{width:33%;text-align:center;display:inline-block;margin-bottom:80px;position:relative;padding:15px 20px 0;box-sizing:border-box;vertical-align:top;font-size:16px}.listing .right-col .product-showcase .product .img-container,.listing .right-col .product-showcase .product .product-image{position:relative;width:100%;height:0;padding-bottom:100%;background-size:contain;background-position:center center;background-repeat:no-repeat;float:none;margin-bottom:10px;cursor:pointer;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.listing .right-col .product-showcase .product .img-container img,.listing .right-col .product-showcase .product .product-image img{width:100%;height:auto}.listing .right-col .product-showcase .product .img-container img.large-image,.listing .right-col .product-showcase .product .product-image img.large-image{width:460px;height:460px}.listing .right-col .product-showcase .product .img-container:hover,.listing .right-col .product-showcase .product .product-image:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity:.7}.listing .right-col .product-showcase .product.tartan .img-container:hover,.listing .right-col .product-showcase .product.tartan .product-image:hover{opacity:1}.listing .right-col .product-showcase .product .text{padding:10px 0 0}.listing .right-col .product-showcase .product .text .product-bottom .select-style{margin:0}.listing .right-col .product-showcase .product h2{margin:0;font-size:32px;color:#000}.listing .right-col .product-showcase .product h2 span{font-size:18px}.listing .right-col .product-showcase .product h2 span.large{font-size:30px}.listing .right-col .product-showcase .product h2 s{font-size:18px}.listing .right-col .product-showcase .product p{margin:5px 0;color:#000}.listing .right-col .product-showcase .product .tax{font-family:"montserratlight";font-size:12px;color:#ce3737}.listing.search .right-col{width:100%;float:none}.listing.search .right-col .product-showcase .product{width:24.5%}.listing.tartan-search .right-col .pages.bottom{padding:0}@media(max-width: 1110px){.listing .right-col .product-showcase .product{width:50%;margin-bottom:40px}}@media screen and (max-width: 1024px){.listing .listing-head{padding:40px 35px}.listing .listing-head h1{font-size:36px;width:100px}.listing .listing-head .listing-buttons{width:460px;float:right}.listing .listing-head .listing-buttons .button{font-family:"montserratlight";float:left;margin-left:20px}.listing .listing-head .listing-buttons .video-button{width:80px;text-transform:capitalize}.listing .listing-head .listing-buttons .video-button span{background-color:#fff;border-radius:50%;color:#ce3737;text-align:center;font-size:15px;padding:2px 3px 1px 6px;margin-right:5px}.listing .listing-head .listing-buttons .bro-button{width:110px;text-transform:capitalize}.listing .listing-head .listing-buttons .bro-button span{margin-right:5px}.listing .listing-head .listing-buttons .select-style{width:165px}.listing .listing-head .listing-buttons .select-style select{padding:5px 8px;font-size:14px}.listing .left-col{padding-left:35px}.listing .right-col{padding-right:35px}.listing .right-col .product-showcase .product{padding:10px 10px 0}.listing .right-col .pages{padding:0 10px}}@media screen and (max-width: 780px){.listing{margin-bottom:0}.listing .listing-head{height:100px;padding:0}.listing .listing-head .top{background-color:#ce3737;width:100%;color:#fff;height:50px}.listing .listing-head .top h2{float:left;width:50%;display:inline;line-height:50px;margin:0;padding-left:20px;box-sizing:border-box;font-size:20px;height:50px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.listing .listing-head .top h2.options-dropdown{position:relative;padding:0;box-sizing:border-box;height:50px}.listing .listing-head .top h2.options-dropdown select{position:absolute;color:#fff;top:0;bottom:0;font-size:16px;font-family:"montserratregular"}.listing .listing-head .top p{display:inline;font-family:"montserratultra_light";line-height:50px;font-size:20px;padding-left:20px}.listing .listing-head .bottom{width:100%;height:50px;font-family:"montserratultra_light";border-bottom:1px solid #ccc;box-sizing:border-box}.listing .listing-head .bottom h2{float:left;width:50%;margin:0;box-sizing:border-box;font-size:20px;height:50px;line-height:50px;position:relative}.listing .listing-head .bottom h2 select{position:absolute;top:0;bottom:0;left:12%;right:0;width:88%}.listing .listing-head .bottom h2 div{background-image:url("../../frontend/Newborne/Houston/en_GB/img/down-arrow.png");background-position:center;background-repeat:no-repeat;float:right;height:50px;width:59px}.listing .listing-head .bottom h2:first-of-type{border-right:1px solid #ccc}.listing .listing-head .bottom h2 select,.listing .listing-head .top h2 select{left:0;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:rgba(0,0,0,0);padding:0 20px;margin:0;font-size:16px;font-family:"montserratregular"}.listing .listing-head .bottom div,.listing .listing-head .top div{background-image:url("../../frontend/Newborne/Houston/en_GB/img/down-arrow.png");background-position:center;background-repeat:no-repeat;float:right;height:50px;width:59px}.listing .left-col{width:100%;padding:0 35px}.listing .left-col ul li{border:none}.listing .left-col ul li.open{background-image:none}.listing .right-col{padding:0;width:100%}.listing .right-col .group p{padding-left:20px;padding-right:20px}.listing .right-col .group.septs a{padding:0 10px}.listing .right-col .group.septs.all p{text-align:center}.listing .right-col .group.septs.all .left,.listing .right-col .group.septs.all .right{text-align:center}.listing.search .right-col .product-showcase .product{width:50%}}@media screen and (max-width: 600px){.listing .right-col .product-showcase .product{width:100%}.listing .right-col .pages .next-pre .text{display:none}.listing .right-col .pages .next-pre .arrow{font-size:38px}.listing.search .right-col .product-showcase .product{width:100%}}@media screen and (max-width: 480px){.listing .listing-head .bottom{height:100px}.listing .listing-head .bottom h2{font-size:16px;width:100%}.listing .listing-head .bottom h2:first-of-type{border-right:none;border-bottom:solid 1px #ccc}.listing .listing-head .bottom h2 div{width:40px}.listing .listing-head .top h2{font-size:16px;width:100%}.listing .listing-head .top h2.options-dropdown{border-bottom:solid 1px #ccc}.listing .listing-head .top p{font-size:16px}}.loading-mask{display:none}.gallery-category-list-widget{display:flex;flex-wrap:wrap;list-style:none;margin:0 -4px;padding:0}.gallery-category-list-item-widget{height:250px;flex-grow:1;margin:5px}.gallery-category-list-item-widget .gallery-category-item-widget{width:100%;height:100%}.gallery-category-list-item-widget .fancybox-widget{display:block;height:100%}.gallery-category-list-item-widget img{object-fit:cover;width:100%;height:100%}.gallery-category-list-item-widget h4{display:none}.fancybox-container .fancybox-content{border:10px solid #fff}.fancybox-container .fancybox-caption{position:absolute;bottom:100%;padding:10px 15px;display:flex !important;align-items:center;justify-content:space-between;font-size:16px}@media(max-width: 780px){.fancybox-container .fancybox-caption{left:0;top:10px}}@media(min-width: 781px){.fancybox-container .fancybox-caption{left:-10px;right:-10px;background:#fff;color:#333}}.fancybox-container .fancybox-button{background:rgba(0,0,0,0)}.fancybox-container .fancybox-navigation>button{display:none}.fancybox-container .fancybox-content .fancybox-button{position:absolute;top:50%;transform:translateY(-50%);z-index:99997}.fancybox-container .fancybox-content .fancybox-button--arrow_left{right:100%;margin-right:20px}.fancybox-container .fancybox-content .fancybox-button--arrow_right{left:100%;margin-left:20px}.fancybox-container .fancybox-button--close{right:0;cursor:pointer}.content.gallery{padding-left:20px;padding-right:20px;box-sizing:border-box}.content.gallery h1{display:none}.content.gallery .gallery-category-item-title{display:none}.gallery-tags-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:40px 0}.gallery-tags-title{font-size:14px}@media(max-width: 780px){.gallery-tags-title{margin-bottom:10px}}@media(min-width: 781px){.gallery-tags-title{margin-right:20px}}.gallery-tags{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.gallery-tag{border:1px solid #727272;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:14px;color:#727272}.gallery-tag:hover,.gallery-tag.active{background-color:#ce3737;color:#fff;border-color:#ce3737}.tesimonials .padding{padding:8px}.tesimonials .about-header{height:150px;text-align:center;color:#fff;font-size:20px;box-sizing:border-box;background-image:url("../../frontend/Newborne/Houston/en_GB/img/about-header.jpg")}.tesimonials .about-header h1{margin:0;text-transform:uppercase;line-height:150px}.tesimonials .about-us{padding:40px 0 40px;height:450px}.tesimonials .about-us .about-nav{width:24%;float:left;box-sizing:border-box}.tesimonials .about-us .about-nav ul{list-style:none;padding:0 40px}.tesimonials .about-us .about-nav ul .top{border-top:1px solid #ccc}.tesimonials .about-us .about-nav ul .first{padding-left:0px;color:#000}.tesimonials .about-us .about-nav ul .first span{color:#ce3737;padding-right:16px}.tesimonials .about-us .about-nav ul li{border-bottom:1px solid #ccc;padding-bottom:8px;line-height:38px;height:30px;padding-left:20px;font-family:"montserratlight";font-size:14px;color:#adadad}.tesimonials .about-us .about-nav ul a{color:#adadad}.tesimonials .about-us .about-content{width:75%;float:left}.tesimonials .about-us .about-content .text{width:50%;font-size:14px;display:inline-block}.tesimonials .about-us .about-content .text p{color:#737373;font-family:"montserratlight";line-height:1.5}.tesimonials .about-us .about-content .text h1{margin-top:7px;font-size:40px}.tesimonials .about-us .about-content .text .test{margin-bottom:20px}.tesimonials .about-us .about-content .text .test .img-container2{background-image:url("../../frontend/Newborne/Houston/en_GB/img/pen.jpg");background-repeat:no-repeat;background-size:contain;height:47px;width:10%;float:left}.tesimonials .about-us .about-content .text .test .info{width:90%;float:left;padding-left:20px;box-sizing:border-box}.tesimonials .about-us .about-content .text .test .info h2{font-size:14px;float:left;margin:0}.tesimonials .about-us .about-content .text .test .info h2 span{border-right:2px solid #000;padding-left:5px;margin-right:5px;height:80%}.tesimonials .about-us .about-content .text .test .info p{float:left;margin:0}.tesimonials .about-us .about-content .img-container{background-image:url("../../frontend/Newborne/Houston/en_GB/img/about-tesi.jpg");width:40%;background-size:contain;height:400px;background-repeat:no-repeat;display:block;float:right;padding-right:43px;margin-top:12px}@media screen and (max-width: 1205px){.tesimonials .about-us .about-nav ul{padding:0 30px}.tesimonials .about-us .about-nav ul li{font-size:12px}}@media screen and (max-width: 1110px){.tesimonials .about-us .about-nav ul{padding:0 25px}.tesimonials .about-us .about-nav ul .first{padding-left:0px;color:#000}.tesimonials .about-us .about-nav ul .first span{color:#ce3737;padding-right:10px}.tesimonials .about-us .about-nav ul li{font-size:11px;padding-left:14px}}@media screen and (max-width: 900px){.tesimonials .about-us .about-nav ul{padding:0 20px}.tesimonials .about-us .about-nav ul .first span{padding-right:8px}.tesimonials .about-us .about-nav ul li{font-size:10px;padding-left:12px}}@media screen and (max-width: 780px){.tesimonials .about-us{padding-top:0;height:100%;padding-bottom:0}.tesimonials .about-us .about-content{width:100%;padding:8px;float:left;background-color:#eee;box-sizing:border-box;border-bottom:8px solid #fff}.tesimonials .about-us .about-content .text{width:100%;font-size:14px;display:inline-block;padding:0 20px 0 20px;box-sizing:border-box}.tesimonials .about-us .about-content .text h1{margin-top:7px;font-size:40px;text-align:center;border-bottom:1px solid #ccc;padding-bottom:20px}.tesimonials .about-us .about-content .text .test{height:120px}.tesimonials .about-us .about-content .img-container{background-image:url("../../frontend/Newborne/Houston/en_GB/img/about-img.jpg");width:40%;background-size:contain;height:400px;background-repeat:no-repeat;display:block;float:right;padding-right:43px;margin-top:12px}.tesimonials .about-us .link{height:250px;width:100%;background-color:blue;border-bottom:8px solid #fff;box-sizing:border-box;text-align:center;color:#fff;padding:45px 0;background-size:cover;background-repeat:no-repeat;display:table}}@media screen and (max-width: 780px)and (max-width: 780px){.tesimonials .about-us .link.for-mobile{display:table !important}}@media screen and (max-width: 780px){.tesimonials .about-us .link h1{text-transform:uppercase;line-height:1;margin:0 0 5px}.tesimonials .about-us .link a{font-family:"montserratultra_light";color:#fff}.tesimonials .about-us .link a span{font-family:"montserratregular"}.tesimonials .about-us .link .text{display:table-cell;vertical-align:middle}.tesimonials .about-us #ken{background-image:url("../../frontend/Newborne/Houston/en_GB/img/business-mob.jpg");background-position:right}.tesimonials .about-us #download{background-image:url("../../frontend/Newborne/Houston/en_GB/img/download.jpg");background-position:left}}.contact .padding{padding:8px}.contact .about-header{height:400px;text-align:center;color:#fff;font-size:20px;box-sizing:border-box;background-image:url("../../frontend/Newborne/Houston/en_GB/img/contact/DSC_0326.jpg");background-repeat:no-repeat;background-size:cover;background-position:center 15%}.contact .about-header h1{margin:0;text-transform:uppercase;line-height:400px}.contact .about-us{padding:40px 0 40px;height:450px}.contact .about-us .about-nav{width:24%;float:left;box-sizing:border-box}.contact .about-us .about-nav ul{list-style:none;padding:0 40px}.contact .about-us .about-nav ul .top{border-top:1px solid #ccc}.contact .about-us .about-nav ul .first{padding-left:0px;color:#000}.contact .about-us .about-nav ul .first span{color:#ce3737;padding-right:16px}.contact .about-us .about-nav ul .first a{color:#333}.contact .about-us .about-nav ul li{border-bottom:1px solid #ccc;padding-bottom:8px;line-height:38px;height:30px;padding-left:20px;font-family:"montserratlight";font-size:14px;color:#adadad}.contact .about-us .about-nav ul a{color:#888}.contact .about-us .about-content{width:75%;float:left;padding-bottom:40px}.contact .about-us .about-content .text{width:50%;font-size:14px;display:inline-block}.contact .about-us .about-content .text .selectors .selectors-inner input[type=checkbox].css-checkbox+label.css-label.right{float:right}.contact .about-us .about-content .text .required-captcha{height:0;padding:0;border:0}.contact .about-us .about-content .text input[type=checkbox].css-checkbox{position:absolute;z-index:-1000;left:-1000px;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.contact .about-us .about-content .text input[type=checkbox].css-checkbox+label.css-label{padding-left:28px;height:16px;display:block;line-height:16px;background-repeat:no-repeat;background-position:0 0;font-size:15px;vertical-align:middle;cursor:pointer;color:#666;font-family:"montserratlight";float:left;box-sizing:border-box}.contact .about-us .about-content .text input[type=checkbox].css-checkbox:checked+label.css-label{background-position:0 -16px}.contact .about-us .about-content .text label.css-label{background-image:url("../../frontend/Newborne/Houston/en_GB/img/checkbox.png");-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.contact .about-us .about-content .text input{width:100%;height:60px;margin-top:10px;padding:10px;box-sizing:border-box;font-size:14px;border:1px solid #ccc}.contact .about-us .about-content .text div.mage-error{padding:10px 0 0;color:#ce3737}.contact .about-us .about-content .text textarea{width:100%;max-width:100%;height:165px;margin-top:10px;padding:10px;box-sizing:border-box;font-size:14px;border:1px solid #ccc;resize:none}.contact .about-us .about-content .text .large{height:165px}.contact .about-us .about-content .text .divider{height:1px;background:#ccc;margin:20px 0}.contact .about-us .about-content .text .selectors{height:70px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin-top:10px}.contact .about-us .about-content .text .selectors .selectors-inner{padding:25px 0;height:70px;box-sizing:border-box}.contact .about-us .about-content .text .selectors .selectors-inner .custom-break-contact{display:none}.contact .about-us .about-content .text .g-recaptcha{display:block;clear:both;margin-top:20px}.contact .about-us .about-content .text .container{width:100%;margin-bottom:50px}.contact .about-us .about-content .text .button{height:60px;width:40%;margin:20px 0;line-height:60px;color:#fff}.contact .about-us .about-content .text h3{font-size:14px}.contact .about-us .about-content .text p{color:#737373;font-family:"montserratlight";line-height:1.5;margin:0;font-size:14px}.contact .about-us .about-content .text .form-message{margin:10px 0;padding:10px 15px;background-color:#efefef}.contact .about-us .about-content .text h1{margin-top:7px;font-size:40px}.contact .about-us .about-content .text .address{float:left;width:50%}.contact .about-us .about-content .text .address ul{list-style:none;padding-left:0}.contact .about-us .about-content .text .address ul li{font-size:14px;font-family:"montserratlight"}.contact .about-us .about-content .text .address ul li h3{font-family:"montserratbold";margin:0}.contact .about-us .about-content .text .numbers{float:left;width:50%}.contact .about-us .about-content .text .numbers ul{list-style:none;padding-left:0;text-align:right}.contact .about-us .about-content .text .numbers ul li{font-size:14px;font-family:"montserratlight"}.contact .about-us .about-content .text .numbers ul li span{color:#ce3737;font-family:"montserratbold"}.contact .about-us .about-content .text .numbers ul li h3{font-family:"montserratbold";margin:0}.contact .about-us .about-content .text .numbers ul li a{color:#222}.contact .about-us .about-content .text a{color:#222}.contact .about-us .about-content .text .icon-uk-map{float:left;color:#ce3737;font-size:24px;margin-right:15px}.contact .about-us .about-content .img-container{background-image:url("../../frontend/Newborne/Houston/en_GB/img/contact/houstons-through-the-ages.jpg") !important;width:40%;background-size:contain;height:400px;background-repeat:no-repeat;display:block;float:right;padding-right:43px;margin-top:154px}.contact .about-us .about-content #about-contact{background-image:url("../../frontend/Newborne/Houston/en_GB/img/about-contact.jpg")}@media screen and (max-width: 1205px){.contact .about-us .about-nav ul{padding:0 30px}.contact .about-us .about-nav ul li{font-size:12px}.contact .about-us .about-content .text .test{height:140px}}@media screen and (max-width: 1110px){.contact .about-us .about-nav ul{padding:0 25px}.contact .about-us .about-nav ul .first{padding-left:0px;color:#000}.contact .about-us .about-nav ul .first span{color:#ce3737;padding-right:10px}.contact .about-us .about-nav ul li{font-size:11px;padding-left:14px}.contact .about-us .about-content .text .address{float:left;width:50%}.contact .about-us .about-content .text .address ul{list-style:none;padding-left:0}.contact .about-us .about-content .text .address ul li{font-size:12px;font-family:"montserratlight"}.contact .about-us .about-content .text .address ul li h3{font-family:"montserratbold";margin:0}.contact .about-us .about-content .text .numbers{float:left;width:50%}.contact .about-us .about-content .text .numbers ul{list-style:none;padding-left:0;text-align:right}.contact .about-us .about-content .text .numbers ul li{font-size:12px;font-family:"montserratlight"}.contact .about-us .about-content .text .numbers ul li span{color:#ce3737;font-family:"montserratbold"}.contact .about-us .about-content .text .numbers ul li h3{font-family:"montserratbold";margin:0}.contact .about-us .about-content .text .selectors{height:100px}.contact .about-us .about-content .text .selectors .selectors-inner .custom-break-contact{display:block}.contact .about-us .about-content .text .selectors .selectors-inner input[type=checkbox].css-checkbox+label.css-label{float:left;margin-bottom:10px;width:100%}}@media screen and (max-width: 1024px){.contact .about-us .about-content .text .button{font-size:14px;line-height:40px;height:40px;width:100%;box-sizing:border-box}.contact .about-us .about-content .text h1{font-size:30px}.contact .about-us .about-content .text p{font-size:12px}.contact .about-us .about-content .text .numbers{width:100%;float:left}.contact .about-us .about-content .text .numbers li{text-align:left}}@media screen and (max-width: 900px){.contact .about-us .about-nav ul{padding:0 20px}.contact .about-us .about-nav ul .first{padding-left:0px;color:#000}.contact .about-us .about-nav ul .first span{color:#ce3737;padding-right:8px}.contact .about-us .about-nav ul li{font-size:10px;padding-left:12px}.contact .about-us .about-content .text .button{width:100%;margin-bottom:40px}}@media screen and (max-width: 780px){.contact .about-us{padding-top:0;height:100%;padding-bottom:0}.contact .about-us .about-content{width:100%;padding:8px;float:left;background-color:#eee;box-sizing:border-box;border-bottom:8px solid #fff}.contact .about-us .about-content .text{width:100%;font-size:14px;display:inline-block;padding:0 20px 0 20px;box-sizing:border-box}.contact .about-us .about-content .text p{color:#737373;font-family:"montserratlight";line-height:1.5}.contact .about-us .about-content .text p span{color:#ce3737;text-align:center;display:block}.contact .about-us .about-content .text h1{margin-top:7px;font-size:40px;text-align:center;border-bottom:1px solid #ccc;padding-bottom:20px}.contact .about-us .about-content .text .test{height:120px}.contact .about-us .about-content .text .selectors .selectors-inner{padding:15px 0}.contact .about-us .about-content .text .selectors .selectors-inner .custom-break-contact{display:none}.contact .about-us .about-content .text .selectors .selectors-inner input[type=checkbox].css-checkbox+label.css-label{float:left !important;margin:10px}.contact .about-us .about-content .text .container .button{margin-left:0;float:none}.contact .about-us .link.for-mobile{height:250px;width:100%;background-color:blue;border-bottom:8px solid #fff;box-sizing:border-box;text-align:center;color:#fff;padding:45px 0;background-size:cover;background-repeat:no-repeat;display:table}}@media screen and (max-width: 780px)and (max-width: 780px){.contact .about-us .link.for-mobile.for-mobile{display:table !important}}@media screen and (max-width: 780px){.contact .about-us .link.for-mobile h1{text-transform:uppercase;line-height:1;margin:0 0 5px}.contact .about-us .link.for-mobile a{font-family:"montserratultra_light";color:#fff}.contact .about-us .link.for-mobile a span{font-family:"montserratregular"}.contact .about-us .link.for-mobile .text{display:table-cell;vertical-align:middle}.contact .about-us #ken{background-image:url("../../frontend/Newborne/Houston/en_GB/img/business-mob.jpg");background-position:right}.contact .about-us #download{background-image:url("../../frontend/Newborne/Houston/en_GB/img/download.jpg");background-position:left}.con-strip{display:none}.breadcrumbs{display:none}}@media screen and (max-width: 480px){.contact .about-us .about-content .text .button{font-size:12px}}.kilt-options .for-mobile{display:none}.kilt-options .for-desktop{display:block}.kilt-options .wrapper{padding:8px}.kilt-options .wrapper .non{display:none}.kilt-options .wrapper .banner{height:150px;background-image:url("../../frontend/Newborne/Houston/en_GB/img/kilt-options-banner.jpg");background-size:cover;background-repeat:no-repeat}.kilt-options .wrapper .banner h1{text-align:center;color:#fff;text-transform:uppercase;font-size:40px;line-height:150px;margin:0}.kilt-options .wrapper .progress-bar{height:80px;float:left;width:100%;background-image:url("../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg");line-height:80px;padding:0 40px;box-sizing:border-box;position:relative}.kilt-options .wrapper .progress-bar .select-style{display:none}.kilt-options .wrapper .progress-bar.is-preset{display:none}.kilt-options .wrapper .progress-bar h3{float:left;font-size:20px;margin:0}.kilt-options .wrapper .progress-bar .icons{padding-top:32px;width:725px;margin:0 auto}.kilt-options .wrapper .progress-bar .icons .icon{float:left;position:relative;width:25px;height:25px;color:#aaa;margin-right:25px;font-size:25px;line-height:10px;cursor:pointer}.kilt-options .wrapper .progress-bar .icons .icon:hover .pop-up{display:block}.kilt-options .wrapper .progress-bar .icons .icon.last{margin:0}.kilt-options .wrapper .progress-bar .icons .icon.active{color:#000}.kilt-options .wrapper .progress-bar .icons .icon .tick{background-color:#4dad00;width:17px;height:17px;border-radius:50%;position:absolute;border:2px solid #fff;top:-12px;right:-8px}.kilt-options .wrapper .progress-bar .icons .icon .tick span{color:#fff;font-size:11px;text-align:center;position:absolute;left:3px;top:3px}.kilt-options .wrapper .progress-bar .icons .icon .pop-up{width:380px;min-height:225px;border-radius:5px;position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background:#fff;box-sizing:border-box;padding:15px 25px;bottom:-15px;z-index:3;-webkit-box-shadow:0px 0px 50px -21px rgba(0,0,0,.53);-moz-box-shadow:0px 0px 50px -21px rgba(0,0,0,.53);box-shadow:0px 0px 50px -21px rgba(0,0,0,.53);font-family:"montserratlight";display:none;color:#000;cursor:default}.kilt-options .wrapper .progress-bar .icons .icon .pop-up .tri{position:absolute !important;top:-10px;position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);float:none;width:20px}.kilt-options .wrapper .progress-bar .icons .icon .pop-up h2{font-size:20px;float:left;margin:0;line-height:30px;margin-bottom:40px}.kilt-options .wrapper .progress-bar .icons .icon .pop-up a{float:right;width:55px;line-height:30px;font-size:14px;text-transform:none;font-family:"montserratregular"}.kilt-options .wrapper .progress-bar .icons .icon .pop-up .divider{position:absolute;top:60px;height:1px;width:380px;background-color:#ccc;left:0}.kilt-options .wrapper .progress-bar .icons .icon .pop-up img{width:120px;height:auto;float:left;margin-right:15px}.kilt-options .wrapper .progress-bar .icons .icon .pop-up h3{font-size:16px;float:none;display:block;margin-bottom:5px}.kilt-options .wrapper .progress-bar .icons .icon .pop-up p{float:left;font-size:12px;color:#666;margin:0 0 5px}.kilt-options .wrapper .progress-bar .icons .icon .pop-up p.red{color:#ce3737}.kilt-options .wrapper .progress-bar .icons .icon .pop-up h1{font-size:30px;margin:0 0 10px;font-family:"montserratregular";clear:both;line-height:normal}.kilt-options .wrapper .progress-bar .icons .icon .pop-up h1 span{font-size:20px}.kilt-options .wrapper .progress-bar .triangle{position:absolute;height:20px;width:20px;background-color:#fff;bottom:-10px;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);right:28.17%;transition:1s}.kilt-options .wrapper .progress-bar .total{position:absolute;right:20px;top:0}.kilt-options .wrapper .progress-bar .total .final-total{float:left;margin:20px 0}.kilt-options .wrapper .progress-bar .total .final-total p{font-size:16px;line-height:1;text-align:right;margin:0;font-family:"montserratlight";margin-bottom:5px}.kilt-options .wrapper .progress-bar .total .final-total p.price{font-size:20px;font-family:"montserratregular";margin:0}.kilt-options .wrapper .progress-bar .total .button{float:right;margin:20px 0 20px 15px}.kilt-options .wrapper .options{padding:50px;float:left;width:100%;box-sizing:border-box}@media(max-width: 900px){.kilt-options .wrapper .options{padding:20px}}.kilt-options .wrapper .options .content-options{width:calc(100% - 260px);float:left;padding-right:50px;box-sizing:border-box}@media(max-width: 1110px){.kilt-options .wrapper .options .content-options{width:calc(100% - 230px)}}@media(max-width: 900px){.kilt-options .wrapper .options .content-options{width:calc(100% - 175px);padding-right:20px}}.kilt-options .wrapper .options .content-options h1{margin:0 0 40px}.kilt-options .wrapper .options .content-options .measurements .head{line-height:60px;border-bottom:1px solid #ccc;padding:0 10px 0 20px;box-sizing:border-box;float:left;width:100%;background-image:url("../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg")}.kilt-options .wrapper .options .content-options .measurements .head .head-right{float:right}.kilt-options .wrapper .options .content-options .measurements .head .head-right a{margin-left:10px;color:#000;border:solid 1px #ccc;padding:0 10px;font-size:14px;border-radius:5px;display:block;float:left;line-height:40px;top:10px;position:relative;-webkit-transition:background-color .3s linear;-moz-transition:background-color .3s linear;-ms-transition:background-color .3s linear;-o-transition:background-color .3s linear;transition:background-color .3s linear}.kilt-options .wrapper .options .content-options .measurements .head .head-right a:hover{background-color:#ccc}.kilt-options .wrapper .options .content-options .measurements .head .head-right a.no-mar{margin:0}.kilt-options .wrapper .options .content-options .measurements .head .head-right a span{margin-right:5px}.kilt-options .wrapper .options .content-options .measurements .head .head-right a span.red{font-size:24px;position:relative;top:4px}.kilt-options .wrapper .options .content-options .measurements .head .head-right a span.icon{width:20px;height:20px;line-height:20px;text-align:center;box-sizing:border-box;padding-left:2px;border-radius:50%;background-color:#ce3737;color:#fff;font-size:12px;position:relative;display:inline-block}.kilt-options .wrapper .options .content-options .measurements .head h2{margin:0;float:left}.kilt-options .wrapper .options .content-options .measurements .inputs{padding:50px;box-sizing:border-box;width:100%;float:left;background-image:url("../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg");margin-bottom:40px}.kilt-options .wrapper .options .content-options .measurements .inputs span.error-message{display:none;margin-bottom:40px;background-color:#ce3737;color:#fff;padding:10px 15px}.kilt-options .wrapper .options .content-options .measurements .inputs span.error-message.visible{display:block}.kilt-options .wrapper .options .content-options .measurements .inputs .input{width:28%;margin-right:7.5%;float:left;position:relative}.kilt-options .wrapper .options .content-options .measurements .inputs .input.adjust.no-mar{margin:0}@media(max-width: 1350px){.kilt-options .wrapper .options .content-options .measurements .inputs .input.adjust{width:40%}}@media(max-width: 1110px){.kilt-options .wrapper .options .content-options .measurements .inputs .input.adjust{width:46%}}@media(max-width: 1024px){.kilt-options .wrapper .options .content-options .measurements .inputs .input.adjust{width:48%;margin-right:4%}}.kilt-options .wrapper .options .content-options .measurements .inputs .input input{height:40px;line-height:20px;color:#000;padding:0 10px}.kilt-options .wrapper .options .content-options .measurements .inputs .input p{margin:0 0 15px}.kilt-options .wrapper .options .content-options .measurements .inputs .input p span{color:#ccc;margin-left:5px;font-size:19px;position:relative;top:1px}.kilt-options .wrapper .options .content-options .measurements .inputs .input .video-tools-info{float:none;color:#ccc;margin-left:5px;font-size:19px;position:absolute;top:0;right:0}.kilt-options .wrapper .options .content-options .measurements .inputs .input .video-tools-info.info:hover .popup{display:block;width:290px;border-radius:5px;background-color:#fff;position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute;bottom:35px;-webkit-box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);-moz-box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);box-shadow:0px 0px 19px 0px rgba(0,0,0,.46)}.kilt-options .wrapper .options .content-options .measurements .inputs .input .video-tools-info.info:hover .popup .product-options{max-height:400px;overflow:auto}.kilt-options .wrapper .options .content-options .measurements .inputs .input .video-tools-info.info:hover .popup .arrow{position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute;bottom:-12px;width:auto}.kilt-options .wrapper .options .content-options .measurements .inputs .input .video-tools-info.info .popup{display:none;padding:20px;z-index:9}.kilt-options .wrapper .options .content-options .measurements .inputs .input .video-tools-info.info .popup p{float:none;margin:1em 0;font-size:12px;line-height:16px;font-family:"montserratlight";color:#000}.kilt-options .wrapper .options .content-options .measurements .inputs .input .video-tools-info.info .popup p:first-of-type{margin-top:0}.kilt-options .wrapper .options .content-options .measurements .inputs .input .video-tools-info.info .popup p:last-of-type{margin-bottom:0}.kilt-options .wrapper .options .content-options .measurements .inputs .input.last{margin-right:0}.kilt-options .wrapper .options .content-options .measurements .inputs .input.top{margin-bottom:40px}.kilt-options .wrapper .options .content-options .measurements .inputs .input .select-style{background-color:#fff;width:100%;line-height:60px;box-sizing:border-box;font-size:16px;color:#888}.kilt-options .wrapper .options .content-options .measurements .inputs .input .select-style.half{width:47.5%;margin-right:2.5%}.kilt-options .wrapper .options .content-options .measurements .inputs .input .select-style.half.no-mar{margin-right:0;margin-left:2.5%}.kilt-options .wrapper .options .content-options .measurements .inputs .weight{width:85%;height:60px;box-sizing:border-box;border:2px solid #ccc;margin-right:10px;font-size:16px;color:#888;padding:0 15px;margin-bottom:10px;line-height:20px}.kilt-options .wrapper .options .content-options .measurements .inputs .weight.small{width:73%}.kilt-options .wrapper .options .content-options .measurements .inputs .weight.third{width:20%;padding-right:0}.kilt-options .wrapper .options .content-options .measurements .inputs .weight.third:nth-of-type(2){margin-left:10px}.kilt-options .wrapper .options .content-options .measurements .inputs label{color:#888;font-size:14px}.kilt-options .wrapper .options .content-options .measurements .inputs .radio{float:left;margin-right:15px;margin-bottom:15px}.kilt-options .wrapper .options .content-options .measurements .inputs .radio-option{float:left;width:100%}.kilt-options .wrapper .options .content-options .measurements .inputs input[type=radio]{display:none}.kilt-options .wrapper .options .content-options .measurements .inputs input[type=radio]+label{background-color:rgba(0,0,0,0);font-family:"montserratlight";font-size:12px}@media(max-width: 1024px){.kilt-options .wrapper .options .content-options .measurements .inputs input[type=radio]+label{font-size:11px}}.kilt-options .wrapper .options .content-options .measurements .inputs input[type=radio]+label .out{display:block;width:16px;height:16px;margin:-1px 4px 0 0;vertical-align:middle;cursor:pointer;-moz-border-radius:50%;border-radius:50%;float:left}.kilt-options .wrapper .options .content-options .measurements .inputs input[type=radio]+label .out{background-color:#fff;border:2px solid #ccc}.kilt-options .wrapper .options .content-options .measurements .inputs .out{position:relative}.kilt-options .wrapper .options .content-options .measurements .inputs input[type=radio]:checked+label .out .in{background-color:#ce3737;display:block;width:7px;height:7px;padding:5px;box-sizing:border-box;border-radius:50%;position:absolute;top:3px;left:3px}.kilt-options .wrapper .options .content-options .measurements .inputs input[type=radio]+label .out,.kilt-options .wrapper .options .content-options .measurements .inputs input[type=radio]:checked+label .out{-webkit-transition:background-color .2s linear;-o-transition:background-color .2s linear;-moz-transition:background-color .2s linear;transition:background-color .2s linear}.kilt-options .wrapper .options .select-kilt{float:left;width:100%}.kilt-options .wrapper .options .select-kilt .head-kilt{float:left;width:100%;border-bottom:1px solid #ccc;height:70px;line-height:70px;padding:0}.kilt-options .wrapper .options .select-kilt .head-kilt h2{margin:0;float:left;font-size:24px}.kilt-options .wrapper .options .select-kilt .head-kilt .kilt-finish{float:right;top:10px;position:relative}.kilt-options .wrapper .options .select-kilt .head-kilt .kilt-finish a{margin-left:10px;color:#000;border:solid 1px #ccc;padding:0 10px;font-size:14px;border-radius:5px;display:block;float:left;line-height:40px;-webkit-transition:background-color .3s linear;-moz-transition:background-color .3s linear;-ms-transition:background-color .3s linear;-o-transition:background-color .3s linear;transition:background-color .3s linear}.kilt-options .wrapper .options .select-kilt .head-kilt .kilt-finish a:hover{background-color:#ccc}.kilt-options .wrapper .options .select-kilt .head-kilt .kilt-finish a:nth-of-type(1){margin-left:0}.kilt-options .wrapper .options .select-kilt .head-kilt .kilt-finish a .vid{width:20px;height:20px;line-height:20px;text-align:center;box-sizing:border-box;padding-left:2px;border-radius:50%;background-color:#ce3737;color:#fff;font-size:12px;position:relative;display:inline-block;margin-right:5px}.kilt-options .wrapper .options .select-kilt .head-kilt .kilt-finish a img{position:relative;top:6px;margin-right:6px;height:23px;width:23px}.kilt-options .wrapper .options .select-kilt .finish{height:60px;line-height:60px;border-bottom:1px solid #ccc;float:left;width:100%}.kilt-options .wrapper .options .select-kilt .finish.active{background-color:#f6f6f6}.kilt-options .wrapper .options .select-kilt .finish.active .button{background-color:#4dad00;font-size:20px}.kilt-options .wrapper .options .select-kilt .finish.active .button span.text{display:none !important}.kilt-options .wrapper .options .select-kilt .finish.active .button span.video-tools-tick{display:inline-block !important}.kilt-options .wrapper .options .select-kilt .finish.active span.icon{color:#ce3737}.kilt-options .wrapper .options .select-kilt .finish span{float:left}.kilt-options .wrapper .options .select-kilt .finish span.icon{line-height:60px;padding-left:10px;color:#ccc}.kilt-options .wrapper .options .select-kilt .finish .video-tools-info,.kilt-options .wrapper .options .select-kilt .finish .video-tools-play{float:none;color:#ccc;font-size:19px;display:inline-block;position:relative;line-height:60px}.kilt-options .wrapper .options .select-kilt .finish .video-tools-info.info:hover .popup,.kilt-options .wrapper .options .select-kilt .finish .video-tools-play.info:hover .popup{display:block !important;width:290px;border-radius:5px;background-color:#fff;position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute;bottom:35px;-webkit-box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);-moz-box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);box-shadow:0px 0px 19px 0px rgba(0,0,0,.46)}.kilt-options .wrapper .options .select-kilt .finish .video-tools-info.info:hover .popup .product-options,.kilt-options .wrapper .options .select-kilt .finish .video-tools-play.info:hover .popup .product-options{max-height:400px;overflow:auto}.kilt-options .wrapper .options .select-kilt .finish .video-tools-info.info:hover .popup .arrow,.kilt-options .wrapper .options .select-kilt .finish .video-tools-play.info:hover .popup .arrow{position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute;bottom:-12px;width:auto}.kilt-options .wrapper .options .select-kilt .finish .video-tools-info.info .popup,.kilt-options .wrapper .options .select-kilt .finish .video-tools-play.info .popup{display:none;padding:20px;z-index:9}.kilt-options .wrapper .options .select-kilt .finish .video-tools-info.info .popup p,.kilt-options .wrapper .options .select-kilt .finish .video-tools-play.info .popup p{float:none;margin:1em 0;font-size:12px;line-height:16px;font-family:"montserratlight";color:#000}.kilt-options .wrapper .options .select-kilt .finish .video-tools-info.info .popup p:first-of-type,.kilt-options .wrapper .options .select-kilt .finish .video-tools-play.info .popup p:first-of-type{margin-top:0}.kilt-options .wrapper .options .select-kilt .finish .video-tools-info.info .popup p:last-of-type,.kilt-options .wrapper .options .select-kilt .finish .video-tools-play.info .popup p:last-of-type{margin-bottom:0}.kilt-options .wrapper .options .select-kilt .finish .video-tools-play{color:#fff;background-color:#ce3737;width:19px;height:19px;line-height:20px;font-size:12px;text-align:center;top:-3px;margin-left:10px;box-sizing:border-box;padding-left:1px;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;border-radius:100%;position:relative}.kilt-options .wrapper .options .select-kilt .finish b.small{font-weight:normal;font-size:11px;vertical-align:top;position:absolute;color:#222;left:100%;margin-left:10px;font-family:"montserratlight";white-space:nowrap}.kilt-options .wrapper .options .select-kilt .finish h2{float:left;font-size:20px;margin:0 20px 0 15px}.kilt-options .wrapper .options .select-kilt .finish .price-select{float:right;height:100%}.kilt-options .wrapper .options .select-kilt .finish .price-select h1{float:left;margin:0 25px 0 0;position:relative;line-height:32px;font-size:30px;text-align:center;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.kilt-options .wrapper .options .select-kilt .finish .price-select h1.has-discount{font-size:26px}.kilt-options .wrapper .options .select-kilt .finish .price-select h1 del{display:block;font-size:12px;line-height:10px;margin-bottom:2px}.kilt-options .wrapper .options .select-kilt .finish .price-select h1 span.tax-free{float:none;position:relative;display:block;line-height:12px;font-weight:normal;font-size:10px;color:#444}.kilt-options .wrapper .options .select-kilt .finish .price-select .button{float:left;height:40px;padding:0 10px;line-height:40px;margin:10px 10px 10px 0;width:85px;text-align:center}.kilt-options .wrapper .options .select-kilt .finish .price-select .button span{float:none}.kilt-options .wrapper .options .select-kilt .finish .price-select .button span.text{display:block}.kilt-options .wrapper .options .select-kilt .finish .price-select .button span.video-tools-tick{display:none}.kilt-options .wrapper .options .select-kilt.garter-flashes{margin-top:30px}.kilt-options .wrapper .options .select-kilt.garter-flashes .head-kilt{float:left;height:auto}.kilt-options .wrapper .options .select-kilt.garter-flashes .head-kilt h2{width:100%}.kilt-options .wrapper .options .select-kilt.garter-flashes .head-kilt p.little-info{color:#bbb;display:block;float:left;height:auto;padding:0;font-size:14px;line-height:16px;margin:10px 0 30px}.kilt-options .wrapper .options .select-kilt.garter-flashes .finish{height:100px;line-height:100px}.kilt-options .wrapper .options .select-kilt.garter-flashes .finish .product-image{width:90px;height:90px;float:left;margin:5px 15px 5px 0;background-size:contain;background-repeat:no-repeat}.kilt-options .wrapper .options .select-kilt.garter-flashes .finish .price-select .button{width:50px;margin:30px 10px 30px}.kilt-options .wrapper .options .need-help{float:left;width:100%;margin:75px 0 70px}.kilt-options .wrapper .options .need-help .left{float:left;width:calc(100% - 275px);padding-right:100px;box-sizing:border-box}.kilt-options .wrapper .options .need-help .left .help-head{float:left;width:100%;margin-bottom:15px}.kilt-options .wrapper .options .need-help .left .help-head h2{float:left;margin:0 25px 0 0;font-size:24px}.kilt-options .wrapper .options .need-help .left .help-head p{float:left;font-size:14px;color:#666;margin:0;line-height:39px}.kilt-options .wrapper .options .need-help .left .contact{float:left;width:33.3%}.kilt-options .wrapper .options .need-help .left .contact span{width:30px;float:left;color:#ce3737;font-size:16px}.kilt-options .wrapper .options .need-help .left .contact span.small{font-size:20px}.kilt-options .wrapper .options .need-help .left .contact .details{float:left;width:calc(100% - 30px)}.kilt-options .wrapper .options .need-help .left .contact .details p{margin:0;font-size:16px}.kilt-options .wrapper .options .need-help .left .contact .details p.red{font-size:14px}.kilt-options .wrapper .options .need-help .left .contact .details p a{color:#000}.kilt-options .wrapper .options .need-help .right{float:right;width:275px}.kilt-options .wrapper .options .need-help .right a{line-height:90px;font-size:20px}.kilt-options .wrapper .options .right-sidebar{float:right;width:260px;margin-top:80px}.kilt-options .wrapper .options .right-sidebar.kilt-single{margin-top:0}.kilt-options .wrapper .options .right-sidebar img{max-width:100%}.kilt-options .wrapper .options .right-sidebar .kilt-pack-extra{margin-top:60px;background-image:url("../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg");padding:40px 20px 20px;text-align:center}.kilt-options .wrapper .options .right-sidebar .kilt-pack-extra .icon{font-size:44px;color:#333;margin-bottom:30px}.kilt-options .wrapper .options .right-sidebar .kilt-pack-extra h3{font-size:22px;line-height:32px;padding:0 26px;color:#333;margin-bottom:20px}.kilt-options .wrapper .options .right-sidebar .kilt-pack-extra a.button{color:#fff}.kilt-options .wrapper .options .right-sidebar .img-container{padding-bottom:100%;margin-bottom:20px;background-size:cover;background-position:center;position:relative}.kilt-options .wrapper .options .right-sidebar h2{font-size:24px;font-family:"montserratregular";margin-bottom:15px;margin-top:0}.kilt-options .wrapper .options .right-sidebar h3{margin:0 0 10px}.kilt-options .wrapper .options .right-sidebar p{color:#666;font-size:12px;margin-bottom:10px;margin-top:0}.kilt-options .wrapper .options .right-sidebar a{color:#ce3737;font-size:14px;margin-top:5px;text-decoration:none}@media(max-width: 1110px){.kilt-options .wrapper .options .right-sidebar{width:230px}}@media(max-width: 900px){.kilt-options .wrapper .options .right-sidebar{width:175px}.kilt-options .wrapper .options .right-sidebar h2{font-size:18px;margin-bottom:5px}.kilt-options .wrapper .options .right-sidebar h3{font-size:16px}}@media screen and (max-width: 1205px){.kilt-options .wrapper .options .content-options .measurements .head h2{font-size:20px}.kilt-options .wrapper .options .content-options .measurements .head .head-right a{font-size:12px}.kilt-options .wrapper .options .content-options .measurements .inputs{padding:30px 50px}.kilt-options .wrapper .options .select-kilt .head-kilt .kilt-finish a{font-size:12px}.kilt-options .wrapper .options .select-kilt .finish h2{font-size:17px}.kilt-options .wrapper .options .need-help .left{padding-right:20px}.kilt-options .wrapper .options .need-help .left .help-head p{font-size:12px}.kilt-options .wrapper .options .need-help .left .contact{width:100%;margin-bottom:15px}}@media screen and (max-width: 1110px){.kilt-options .wrapper .progress-bar .icons{width:605px}.kilt-options .wrapper .progress-bar .icons .icon{width:17px}.kilt-options .wrapper .options .content-options .measurements .head h2{font-size:16px}.kilt-options .wrapper .options .content-options .measurements .head .head-right a{margin-left:15px}.kilt-options .wrapper .options .select-kilt .finish h2{margin:0 5px;font-size:16px}}@media screen and (max-width: 1024px){.kilt-options .wrapper .progress-bar .icons{width:445px}.kilt-options .wrapper .progress-bar .icons .icon{width:11px;margin-right:20px;font-size:19px}.kilt-options .wrapper .progress-bar .icons .icon .tick{top:-15px;right:-19px;width:15px;height:15px}.kilt-options .wrapper .progress-bar .icons .icon .tick span{left:2px;top:2px}.kilt-options .wrapper .options .content-options .measurements .head{line-height:30px;padding:20px}.kilt-options .wrapper .options .content-options .measurements .head h2{width:100%}.kilt-options .wrapper .options .content-options .measurements .head .head-right{float:left}.kilt-options .wrapper .options .content-options .measurements .head .head-right a{margin-left:10px}.kilt-options .wrapper .options .content-options .measurements .inputs{padding:30px 20px}.kilt-options .wrapper .options .select-kilt .head-kilt{height:auto;line-height:initial}.kilt-options .wrapper .options .select-kilt .head-kilt h2{font-size:20px;margin-bottom:15px}.kilt-options .wrapper .options .select-kilt .head-kilt .kilt-finish{width:100%;top:0;margin-bottom:10px}.kilt-options .wrapper .options .select-kilt .finish h2{font-size:12px}.kilt-options .wrapper .options .select-kilt .finish .price-select .button{width:60px}.kilt-options .wrapper .options .need-help .left{width:calc(100% - 230px)}.kilt-options .wrapper .options .need-help .left .help-head p{line-height:1.3;margin:10px 0}.kilt-options .wrapper .options .need-help .left .contact .details p{font-size:14px}.kilt-options .wrapper .options .need-help .left .contact .details p.red{font-size:12px}.kilt-options .wrapper .options .need-help .left .contact span{font-size:12px}.kilt-options .wrapper .options .need-help .left .contact span.small{font-size:15px}.kilt-options .wrapper .options .need-help .right{width:230px}}@media screen and (max-width: 900px){.kilt-options .wrapper .progress-bar{padding:0 20px}.kilt-options .wrapper .progress-bar h3{font-size:16px}.kilt-options .wrapper .progress-bar .total .final-total{position:relative;top:3px}.kilt-options .wrapper .progress-bar .total .final-total p{font-size:14px}.kilt-options .wrapper .progress-bar .total .final-total p.price{font-size:16px}.kilt-options .wrapper .progress-bar .icons{width:420px}.kilt-options .wrapper .progress-bar .icons .icon{width:11px;margin-right:18px;font-size:16px}.kilt-options .wrapper .progress-bar .icons .icon .tick{top:-9px;right:-13px;width:12px;height:12px}.kilt-options .wrapper .progress-bar .icons .icon .tick span{left:2px;top:2px;font-size:8px}.kilt-options .wrapper .options .right-sidebar .kilt-pack-extra{padding:35px 15px 15px}.kilt-options .wrapper .options .right-sidebar .kilt-pack-extra h3{padding:0}.kilt-options .wrapper .options .right-sidebar .kilt-pack-extra a{font-size:11px}}@media screen and (max-width: 780px){.kilt-options .wrapper .banner{height:100px}.kilt-options .wrapper .banner h1{line-height:100px;font-size:26px}.kilt-options .wrapper .progress-bar{margin-bottom:10px}.kilt-options .wrapper .progress-bar .triangle{display:none}.kilt-options .wrapper .progress-bar .icons{width:350px;position:relative}.kilt-options .wrapper .progress-bar .icons .arrow{position:absolute !important;top:24px;float:none !important;background:#ce3737;width:30px !important;height:30px !important;line-height:24px;z-index:3;cursor:pointer}.kilt-options .wrapper .progress-bar .icons .arrow.right{right:0}.kilt-options .wrapper .progress-bar .icons .arrow span{line-height:inherit !important;font-size:32px !important;color:#fff !important}.kilt-options .wrapper .progress-bar .icons .item-icons-outer{padding:0 50px;overflow:hidden;height:80px;position:relative;margin-top:-32px}.kilt-options .wrapper .progress-bar .icons .item-icons-outer .item-icons{white-space:nowrap;overflow-x:auto;overflow-y:hidden;max-width:100%;line-height:110px;height:100px}.kilt-options .wrapper .progress-bar .icons .icon{width:30px;font-size:30px;display:inline-block !important;float:none !important;margin:0 15px !important;text-align:center}.kilt-options .wrapper .progress-bar .icons .icon .pop-up{display:none !important}.kilt-options .wrapper .progress-bar .icons .icon .tick{top:-15px;right:-7px;width:12px;height:12px}.kilt-options .wrapper .progress-bar .icons .icon .tick span{left:2px;top:2px;font-size:8px}.kilt-options .wrapper .progress-bar .icons .not-active{display:none}.kilt-options .wrapper .progress-bar .icons .arrow{float:left;cursor:pointer;width:12%;text-align:center}.kilt-options .wrapper .progress-bar .icons .arrow.right{float:right;position:relative}.kilt-options .wrapper .progress-bar .icons .arrow .red{line-height:5px;display:block;font-size:50px}.kilt-options .wrapper .options{padding:0}.kilt-options .wrapper .options .content-options{width:100%;padding-right:0}.kilt-options .wrapper .options .content-options h1{margin:10px 20px 30px}.kilt-options .wrapper .options .content-options .measurements{margin-top:15px}.kilt-options .wrapper .options .content-options .measurements .head{padding:20px 30px}.kilt-options .wrapper .options .content-options .measurements .head .head-right a{font-size:14px;display:inline-block;height:40px;line-height:40px;padding:0 10px;box-sizing:border-box;background-color:#ce3737;color:#fff;float:left;margin-right:5px}.kilt-options .wrapper .options .content-options .measurements .head .head-right a:hover{background-color:#a01600}.kilt-options .wrapper .options .content-options .measurements .head .head-right a:last-of-type{margin-right:0}.kilt-options .wrapper .options .content-options .measurements .head .head-right a span.icon{background-color:#fff;color:#ce3737}.kilt-options .wrapper .options .content-options .measurements .head .head-right a span.red{color:#fff}.kilt-options .wrapper .options .content-options .measurements .inputs{padding:20px 30px}.kilt-options .wrapper .options .content-options .measurements .inputs .weight{width:85%;margin-left:0 !important}.kilt-options .wrapper .options .content-options .measurements .inputs .weight.third,.kilt-options .wrapper .options .content-options .measurements .inputs .weight.small{width:85%}.kilt-options .wrapper .options .content-options .measurements .inputs .input{width:100%;margin-right:0;margin-bottom:30px}.kilt-options .wrapper .options .content-options .measurements .inputs .input.top{margin-bottom:30px}.kilt-options .wrapper .options .content-options .measurements .inputs .input.adjust{width:100%;margin-right:0}.kilt-options .wrapper .options .content-options .measurements .inputs .input .select-style.half{width:100%;margin-right:0;margin-left:0}.kilt-options .wrapper .options .content-options .measurements .inputs .input .select-style.half.no-mar{margin-left:0}.kilt-options .wrapper .options .content-options .measurements .inputs .input .popup{-webkit-transform:translateX(-91%) !important;-moz-transform:translateX(-91%) !important;-ms-transform:translateX(-91%) !important;-o-transform:translateX(-91%) !important;transform:translateX(-91%) !important}.kilt-options .wrapper .options .content-options .measurements .inputs .input .popup .arrow{left:auto !important;right:0 !important;-webkit-transform:initial !important;-moz-transform:initial !important;-ms-transform:initial !important;-o-transform:initial !important;transform:initial !important}.kilt-options .wrapper .options .select-kilt{padding:10px 30px;box-sizing:border-box}.kilt-options .wrapper .options .select-kilt .finish span.icon{padding-right:10px}.kilt-options .wrapper .options .select-kilt .finish h2{font-size:14px;margin:0 15px 0 5px;width:27%;line-height:16px;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.kilt-options .wrapper .options .select-kilt .finish .price-select .button{font-size:12px;width:50px}.kilt-options .wrapper .options .need-help{margin:0;padding:20px 30px;box-sizing:border-box}.kilt-options .wrapper .options .need-help .left{width:100%}.kilt-options .wrapper .options .need-help .right{width:100%;margin-bottom:20px}.kilt-options .wrapper .options .right-sidebar{width:100%;padding:20px 20px 5px;box-sizing:border-box}.kilt-options .wrapper .options .right-sidebar .img-container{width:50%;padding-bottom:50%;float:left;margin:0}.kilt-options .wrapper .options .right-sidebar .text{width:50%;float:right;padding:5px 15px;box-sizing:border-box}.kilt-options .wrapper .options .right-sidebar .kilt-pack-extra{margin-top:20px}}@media screen and (max-width: 600px){.kilt-options .wrapper .banner h1{font-size:24px}.kilt-options .wrapper .progress-bar .non{display:block}.kilt-options .wrapper .progress-bar h3{line-height:40px}.kilt-options .wrapper .progress-bar .icons{float:left;padding-top:0;margin-top:-10px}.kilt-options .wrapper .progress-bar .icons .arrow{top:10px}.kilt-options .wrapper .progress-bar .icons .item-icons-outer{margin-top:0}.kilt-options .wrapper .progress-bar .icons .item-icons-outer .item-icons{line-height:80px}.kilt-options .wrapper .options .select-kilt .finish span.icon{padding:0 5px}.kilt-options .wrapper .options .select-kilt .finish .video-tools-info{top:-10px}.kilt-options .wrapper .options .select-kilt .finish .video-tools-play{position:absolute;top:initial;left:initial;margin-left:-19px;margin-top:32px}.kilt-options .wrapper .options .select-kilt .finish b.small{display:none}.kilt-options .wrapper .options .select-kilt .finish h2{font-size:11px;margin:0 5px}.kilt-options .wrapper .options .select-kilt .finish .price-select .button{font-size:12px;width:40px}.kilt-options .wrapper .options .right-sidebar .img-container{width:100%;padding-bottom:100%;float:none;margin-bottom:15px}.kilt-options .wrapper .options .right-sidebar .text{width:100%;float:none;padding:0;text-align:center}.kilt-options .wrapper .options .right-sidebar .kilt-pack-extra{padding:20px 15px 15px}.kilt-options .wrapper .options .right-sidebar .kilt-pack-extra .icon{font-size:26px;margin-bottom:5px}.kilt-options .wrapper .options .right-sidebar .kilt-pack-extra h3{font-size:18px;margin-bottom:10px}.kilt-options .wrapper .options .right-sidebar .kilt-pack-extra .button{width:135px;margin:0 auto;padding:0}}@media screen and (max-width: 480px){.kilt-options .wrapper .progress-bar{padding:0 10px}.kilt-options .wrapper .progress-bar h3{font-size:14px;line-height:30px}.kilt-options .wrapper .progress-bar .total{right:10px}.kilt-options .wrapper .progress-bar .total .final-total{margin:0}.kilt-options .wrapper .progress-bar .total .final-total p{float:left;line-height:30px;margin:0}.kilt-options .wrapper .progress-bar .total .final-total p.price{margin-left:10px}.kilt-options .wrapper .progress-bar .icons{width:100%}.kilt-options .wrapper .progress-bar .icons .arrow{top:20px}.kilt-options .wrapper .progress-bar .icons .item-icons-outer{height:60px}.kilt-options .wrapper .progress-bar .icons .item-icons-outer .item-icons{height:100%}.kilt-options .wrapper .progress-bar .icons .icon{margin-right:0;width:15%;text-align:center}.kilt-options .wrapper .progress-bar .icons .icon:before{position:initial;top:auto;left:auto}.kilt-options .wrapper .options .right-sidebar{padding:10px 10px 0}.kilt-options .wrapper .options .select-kilt{padding:0 10px}.kilt-options .wrapper .options .select-kilt .head-kilt .kilt-finish a:last-of-type{float:right;margin:0}.kilt-options .wrapper .options .select-kilt .head-kilt .kilt-finish a.mar{margin-right:0}.kilt-options .wrapper .options .select-kilt .finish span.icon{padding:0}.kilt-options .wrapper .options .select-kilt .finish h2{width:calc(100% - 205px);line-height:13px}.kilt-options .wrapper .options .select-kilt .finish .price-select h1{font-size:20px;line-height:26px;margin-right:10px}.kilt-options .wrapper .options .select-kilt .finish .price-select h1.has-discount{font-size:18px;line-height:24px}.kilt-options .wrapper .options .select-kilt .finish .price-select .button{font-size:9px;padding:0 5px}.kilt-options .wrapper .options .select-kilt.garter-flashes h2{width:calc(100% - 265px)}.kilt-options .wrapper .options .select-kilt.garter-flashes .finish .price-select h1{height:auto;line-height:100px;padding:0}.kilt-options .wrapper .options .select-kilt.garter-flashes .finish .price-select .button{margin:30px 10px 0 0}.kilt-options .wrapper .options .need-help{padding:10px}.kilt-options .wrapper .options .content-options h1{font-size:20px}.kilt-options .wrapper .options .content-options .measurements .inputs{padding:15px 20px;margin-bottom:8px}.kilt-options .wrapper .options .content-options .measurements .inputs .input.top{margin-bottom:20px}.kilt-options .wrapper .options .content-options .measurements .head{padding:15px 20px 20px}.kilt-options .wrapper .options .content-options .measurements .head h2{margin-bottom:10px}.kilt-options .wrapper .options .content-options .measurements .head .head-right{width:100%}.kilt-options .wrapper .options .content-options .measurements .head .head-right a{width:100%;margin:10px 0 0;height:50px;line-height:50px;font-size:16px;text-align:center}}.overlay-100{position:fixed;left:0;top:0;right:0;bottom:0;z-index:200;display:none;overflow:auto}.overlay-100.top{z-index:11}.overlay-100 .overlay{position:fixed;left:0;top:0;right:0;bottom:0;z-index:200;background-color:rgba(0,0,0,.6)}.overlay-100 .loader{display:none;position:relative;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);position:fixed;background-color:#fff;z-index:201;padding:20px;text-align:center;border-radius:5px;-webkit-box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);-moz-box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);box-shadow:0px 0px 19px 0px rgba(0,0,0,.46)}.overlay-100.active{display:block !important}.overlay-100.loading{display:block !important}.overlay-100.loading .loader{display:block !important}.overlay-100 .popup-video{display:none;position:relative;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);position:fixed;width:880px;overflow:hidden;height:496px;border:5px solid rgba(0,0,0,.6);background:#fff;z-index:201;max-width:90vw}.overlay-100 .popup-video .popup-close{position:absolute;top:8px;right:8px;color:#fff;font-size:12px;cursor:pointer;background-color:#000;padding:6px 10px;opacity:.6;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.overlay-100 .popup-video .popup-close:hover{opacity:1}.overlay-100 .popup-video .video{width:100%;overflow:hidden;height:100%}.overlay-100 .popup-video .video iframe{width:100%;height:100%;border:0}.overlay-100 .clans{display:none;box-sizing:border-box;width:800px;max-width:100%;background-color:#fff;position:relative;border-radius:6px;z-index:201;margin:0 auto}.overlay-100 .clans .clan-header{box-sizing:border-box;height:60px;padding:22px 20px 0;border-bottom:solid 1px #ddd}.overlay-100 .clans .clan-header span{color:#222;font-size:20px;line-height:20px}.overlay-100 .clans .clan-header a{display:block;float:right;width:15px;height:15px;background-image:url("../../frontend/Newborne/Houston/en_GB/img/cross.png")}.overlay-100 .clans .clan{padding:50px}.overlay-100 .clans .clan a,.overlay-100 .clans .clan p,.overlay-100 .clans .clan .description{font-size:14px;line-height:18px;font-family:"montserratlight"}.overlay-100 .clans .clan p,.overlay-100 .clans .clan .description{color:#666;margin-bottom:25px}.overlay-100 .clans .clan a{color:#ce3737}.overlay-100 .clans h4{margin:0 0 20px;padding-bottom:15px;font-size:20px;border-bottom:solid 1px #ddd}.overlay-100 .clans .left-container{width:59%;float:left}.overlay-100 .clans .left-container h3{margin:0 0 20px;font-size:28px}.overlay-100 .clans .left-container p{margin:0 0 20px}.overlay-100 .clans .right-container{float:right;width:31%;position:relative}.overlay-100 .clans .right-container .map-image img{width:100%;display:block}.overlay-100 .clans .right-container .crest-image img{width:100%;display:block}.overlay-100.show-video{display:block !important;z-index:200 !important}.overlay-100.show-video .popup-video{display:block !important}.overlay-100.show-clans{display:block !important;z-index:200 !important;padding:50px 0}.overlay-100.show-clans .clans{display:block}body{position:relative}.kilt-pack-builder .wrapper{padding:0}.kilt-pack-builder .progress-bar .triangle{left:28.17%;right:auto;display:none}.kilt-pack-builder .progress-bar .icons .icon{position:relative}.kilt-pack-builder .progress-bar .icons .icon:before{position:absolute;top:0;left:0}.kilt-pack-builder .progress-bar .icons .icon .pop-up{color:#000;margin-top:20px}.kilt-pack-builder .progress-bar .icons .icon.active:after{content:"";position:absolute;height:20px;width:20px;top:38px;background-color:#fff;-ms-transform:rotate(45deg) translate(6%, -12%);-webkit-transform:rotate(45deg) translate(6%, -12%);transform:rotate(45deg) translate(6%, -12%);transition:1s}@media screen and (max-width: 1024px){.kilt-pack-builder .progress-bar .icons .icon.active:after{-ms-transform:rotate(45deg) translate(6%, 6%);-webkit-transform:rotate(45deg) translate(6%, 6%);transform:rotate(45deg) translate(6%, 6%)}}@media screen and (max-width: 900px){.kilt-pack-builder .progress-bar .icons .icon.active:after{-ms-transform:rotate(45deg) translate(6%, 12%);-webkit-transform:rotate(45deg) translate(6%, 12%);transform:rotate(45deg) translate(6%, 12%)}}@media screen and (max-width: 780px){.kilt-pack-builder .progress-bar .icons .icon.active:after{display:none}}.kilt-pack-builder .non{display:none}.kilt-pack-builder .listing-head{height:auto;padding:40px 50px 30px}.kilt-pack-builder .listing-head h1{line-height:60px}.kilt-pack-builder .listing-head .listing-buttons{position:relative;padding:10px 10px 10px 20px}.kilt-pack-builder .listing-head .listing-buttons label{font-size:20px;line-height:40px;display:block;float:left}.kilt-pack-builder .listing-head .listing-buttons .icon-search{position:absolute;top:10px;right:10px;bottom:10px;cursor:pointer;background-color:#ce3737;color:#fff;width:40px;line-height:40px;text-align:center;border:none;padding:0;font-size:16px;margin:0;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.kilt-pack-builder .listing-head .listing-buttons .icon-search:hover{opacity:.7}.kilt-pack-builder .listing-head .listing-buttons .icon-tartan-search{float:left;display:block;height:40px;margin-right:20px}.kilt-pack-builder .listing-head .search{height:40px;border:none;margin-left:20px;width:315px;font-size:16px;color:#000;padding:0 15px;box-sizing:content-box}.kilt-pack-builder .listing-head .search::-webkit-search-decoration,.kilt-pack-builder .listing-head .search::-webkit-search-results-decoration{display:none}.kilt-pack-builder .listing-head .search::-webkit-search-cancel-button,.kilt-pack-builder .listing-head .search::-webkit-search-results-button{margin-right:30px}.kilt-pack-builder .listing-head.tartan .listing-buttons{background-image:url("../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg")}.kilt-pack-builder .left-col .skip-button{color:#fff;background-color:#ce3737;-webkit-appearance:none;border:0;display:block;margin-bottom:20px;font-size:14px;text-align:center;height:40px;line-height:40px;cursor:pointer}.kilt-pack-builder .left-col form.custom-options.input-full-width label{display:block;margin-bottom:5px}.kilt-pack-builder .left-col ul li .checkboxs .col{width:18%;margin-right:5%;float:left}.kilt-pack-builder .left-col ul li .checkboxs .col input[type=checkbox].css-checkbox+label.css-label{display:block;margin-bottom:5px}.kilt-pack-builder .left-col ul li .checkboxs .col.large{width:36%;margin-right:0}.kilt-pack-builder .left-col ul li .checkboxs .col.last{margin-right:0}.kilt-pack-builder .left-col ul li .checkboxs .col.full{width:100% !important}.kilt-pack-builder .right-col .product-showcase .product .img-container{margin-bottom:10px;display:block}.kilt-pack-builder .right-col .product-showcase .product.active .img-container{border:2px solid #4dad00;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;border-radius:2px;box-sizing:border-box;position:relative;padding-bottom:calc(100% - 4px)}.kilt-pack-builder .right-col .product-showcase .product.active .img-container:before{color:#fff;background-color:#4dad00;content:"";font-family:"options";position:absolute;top:10px;right:10px;width:30px;height:30px;line-height:30px;text-align:center;border:2px solid #fff;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;border-radius:100%}.kilt-pack-builder .right-col .product-showcase .product .select-style.error select{border:2px solid #ce3737 !important}.kilt-pack-builder .right-col .product-showcase .product .text a{color:#000;text-decoration:none;display:block;margin:10px 0}.kilt-pack-builder .right-col .product-showcase .product .text a.button{color:inherit}.kilt-pack-builder .right-col .product-showcase .product .text a.button.link{color:#fff}.kilt-pack-builder .right-col .product-showcase .product .text p,.kilt-pack-builder .right-col .product-showcase .product .text a{font-size:16px}.kilt-pack-builder .right-col .product-showcase .product .text p.small,.kilt-pack-builder .right-col .product-showcase .product .text a.small{font-size:12px;margin:10px 0}.kilt-pack-builder .right-col .product-showcase .product .text h2{margin-bottom:5px}.kilt-pack-builder .right-col .product-showcase .product .text h2 .small{font-size:20px}.kilt-pack-builder .right-col .product-showcase .product .text h2.previous-price{font-size:16px;margin-bottom:5px;text-decoration:line-through;display:block;clear:both}.kilt-pack-builder .right-col .product-showcase .product .text .tax{display:block;margin-bottom:15px}.kilt-pack-builder .right-col .product-showcase .product .text .select-style{width:calc(100% - 85px);float:left;background-color:#eee;border:0}.kilt-pack-builder .right-col .product-showcase .product .text .select-style.error select{border-color:#ce3737}.kilt-pack-builder .right-col .product-showcase .product .text .button{width:85px;height:40px;box-sizing:border-box;font-size:16px;padding:0;position:relative;margin:0 auto;float:none}.kilt-pack-builder .right-col .product-showcase .product .text .button:before{content:"select";text-align:center}.kilt-pack-builder .right-col .product-showcase .product .text .button:hover{opacity:1}.kilt-pack-builder .right-col .product-showcase .product .text .button.active{z-index:210}.kilt-pack-builder .right-col .product-showcase .product .text .button.active .popup{display:block;width:290px;border-radius:5px;background-color:#fff;position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute;bottom:55px;-webkit-box-shadow:0 0 19px 0 rgba(0,0,0,.46);-moz-box-shadow:0 0 19px 0 rgba(0,0,0,.46);box-shadow:0 0 19px 0 rgba(0,0,0,.46)}.kilt-pack-builder .right-col .product-showcase .product .text .button.active .popup .product-options{max-height:400px;overflow:auto}.kilt-pack-builder .right-col .product-showcase .product .text .button.active .popup .arrow{position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute;bottom:-12px;width:auto}.kilt-pack-builder .right-col .product-showcase .product .text .button.active .popup h2{font-size:20px;text-transform:none;line-height:60px;border-bottom:1px solid #ddd;margin:0 0 20px}.kilt-pack-builder .right-col .product-showcase .product .text .button.active .popup .select-style{width:calc(100% - 40px);margin:0 20px 10px;background-color:#fff}.kilt-pack-builder .right-col .product-showcase .product .text .button.active .popup .button{float:left;margin:10px 0 20px 20px;width:auto;padding:0 15px;font-size:16px}.kilt-pack-builder .right-col .product-showcase .product .text .button.active .popup .button:before{content:""}.kilt-pack-builder .right-col .product-showcase .product .text .button.active .popup .skip{font-size:14px;margin-right:20px;margin-top:10px;float:right;color:#222;line-height:40px;text-transform:none}.kilt-pack-builder .right-col .product-showcase .product .text .button.active .popup .skip span{color:#ce3737}.kilt-pack-builder .right-col .product-showcase .product .text .button .popup{display:none}.kilt-pack-builder .right-col .product-showcase .product .text .button .popup .button.long{width:250px !important}.kilt-pack-builder .right-col .product-showcase .product .text .button .popup .skip.hide{display:none !important}.kilt-pack-builder .right-col .product-showcase .product .text.tartan .select-style select{border:0}.kilt-pack-builder .right-col .product-showcase .product .text.tartan .button{float:right}::-webkit-input-placeholder{color:#000}:-moz-placeholder{color:#000}::-moz-placeholder{color:#000}:-ms-input-placeholder{color:#000}@media(max-width: 1440px){.kilt-pack-builder .listing-head h1{font-size:35px}.kilt-pack-builder .listing-head .listing-buttons .select-style{width:180px}.kilt-pack-builder .listing-head .listing-buttons .select-style select{font-size:13px}.kilt-pack-builder .listing-head .listing-buttons .search{width:260px;font-size:14px}.kilt-pack-builder .right-col .product-showcase .product .text h2{font-size:26px}.kilt-pack-builder .right-col .product-showcase .product .text h2 .tax{font-size:11px;display:block}.kilt-pack-builder .right-col .product-showcase .product .text .button{width:65px;font-size:11px}.kilt-pack-builder .right-col .product-showcase .product .text .select-style{width:calc(100% - 65px)}.kilt-pack-builder .right-col .product-showcase .product .text .select-style select{font-size:13px}.kilt-pack-builder .left-col ul li .checkboxs .col input[type=checkbox].css-checkbox+label.css-label{font-size:10px}}@media(max-width: 1110px){.kilt-pack-builder .left-col ul li .checkboxs .col input[type=checkbox].css-checkbox+label.css-label{padding-left:23px}}@media(max-width: 1024px){.kilt-pack-builder .listing-head{padding:30px 35px}.kilt-pack-builder .listing-head h1{font-size:24px}.kilt-pack-builder .listing-head .listing-buttons{width:auto;position:relative;top:0;padding:10px}.kilt-pack-builder .listing-head .listing-buttons .icon-tartan-search{margin-right:15px}.kilt-pack-builder .listing-head .listing-buttons label{font-size:14px}.kilt-pack-builder .listing-head .listing-buttons .search{-webkit-appearance:none;-moz-appearance:none;appearance:none}.kilt-pack-builder .right-col .product-showcase{overflow:visible;float:left;width:100%}.kilt-pack-builder .right-col .product-showcase .product .text h2{font-size:18px}.kilt-pack-builder .right-col .product-showcase .product .text a,.kilt-pack-builder .right-col .product-showcase .product .text p{font-size:14px}.kilt-pack-builder .right-col .product-showcase .product .text .button{width:100%;font-size:14px}.kilt-pack-builder .right-col .product-showcase .product .text .select-style{width:100%}.kilt-pack-builder .right-col .product-showcase .product .text .select-style select{font-size:13px}}@media(max-width: 900px){.kilt-pack-builder .listing-head .listing-buttons{width:439px}.kilt-pack-builder .listing-head .listing-buttons .select-style{width:145px}.kilt-pack-builder .listing-head .listing-buttons .select-style select{font-size:12px}.kilt-pack-builder .listing-head .listing-buttons .search{width:237px}.kilt-pack-builder .listing-head.tartan .listing-buttons{width:100%;box-sizing:border-box}.kilt-pack-builder .listing-head.tartan .listing-buttons .search{width:300px;float:right}.kilt-pack-builder .left-col input[type=checkbox].css-checkbox+label.css-label{padding-left:19px;font-size:10px}.kilt-pack-builder .left-col ul li .checkboxs .col input[type=checkbox].css-checkbox+label.css-label{padding-left:18px}.kilt-pack-builder .left-col ul li .checkboxs .col input[type=checkbox].css-checkbox+label.css-label{font-size:9px}}@media(max-width: 780px){.overlay-100 .clans .left-container{width:100%;float:none}.overlay-100 .clans .right-container{float:none;width:100%}.overlay-100 .clans .right-container .map-image{float:right;width:49%}.overlay-100 .clans .right-container .crest-image{float:left;width:49%}.kilt-pack-builder .progress-bar .icons .not-active{display:none}.kilt-pack-builder .right-col .product-showcase .product.last{margin-bottom:30px}.kilt-pack-builder .listing-head{padding:0 0 10px}.kilt-pack-builder .listing-head .listing-buttons{display:block;float:none}.kilt-pack-builder .listing-head .listing-buttons input{width:100% !important;margin:0;box-sizing:border-box}.kilt-pack-builder .listing-head .listing-buttons .select-style{margin:20px 0 0;width:48%;float:left}.kilt-pack-builder .listing-head .listing-buttons .select-style select{width:100%}.kilt-pack-builder .listing-head .listing-buttons .select-style:last-of-type{float:right}.kilt-pack-builder .listing-head .bottom h2 select,.kilt-pack-builder .listing-head .top h2 select{left:0;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:rgba(0,0,0,0);padding:0 20px;margin:0;font-size:14px;font-family:"montserratregular"}.kilt-pack-builder .listing-head .bottom div,.kilt-pack-builder .listing-head .top div{background-image:url("../../frontend/Newborne/Houston/en_GB/img/down-arrow.png");background-position:center;background-repeat:no-repeat;float:right;height:50px;width:59px}.kilt-pack-builder .listing-head.tartan .listing-buttons .search{width:60% !important}}@media(max-width: 600px){.kilt-pack-builder .right-col .product-showcase .product .text{width:100%;text-align:center}.kilt-pack-builder .right-col .product-showcase .product .img-container{float:none}.kilt-pack-builder .listing-head.tartan .listing-buttons label{display:none}.kilt-pack-builder .listing-head.tartan .listing-buttons .search{width:80% !important}}@media(max-width: 480px){.overlay-100 .clans .clan{padding:15px 20px}.overlay-100 .clans .right-container .map-image,.overlay-100 .clans .right-container .crest-image{float:none;width:100%}.kilt-pack-builder .right-col .product-showcase{float:none;margin:0 auto}.kilt-pack-builder .right-col .product{font-size:14px}.kilt-pack-builder .right-col .group p{font-size:14px}.kilt-pack-builder .right-col .group.special-weave .group-heading{padding-bottom:0}}.kilt-pack .select-style:after{top:20px}.kilt-pack._has-modal{overflow-y:hidden}.kilt-pack .mfp-iframe-holder .mfp-close,.kilt-pack .action-close{font-family:"icomoon" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;background:rgba(0,0,0,0);cursor:pointer;padding:0}.kilt-pack .mfp-iframe-holder .mfp-close span,.kilt-pack .action-close span{display:none}.kilt-pack .mfp-iframe-holder .mfp-close:before,.kilt-pack .action-close:before{content:"";font-size:26px}.kilt-pack .mfp-iframe-holder .mfp-close{font-size:0;width:auto;z-index:1;opacity:1;top:-43px;right:0}.kilt-pack .modal-inner-wrap{min-width:480px}@media only screen and (max-width: 780px){.kilt-pack .modal-inner-wrap{min-width:100%}}.kilt-pack .modal-content{font-family:"montserratultra_light";font-size:14px}@media only screen and (max-width: 780px){.kilt-pack .product-imgs._sticky{top:0 !important}}.kilt-pack .details .detailed-product .product-imgs .fotorama__stage__shaft{width:100% !important}@media only screen and (min-width: 780px){.kilt-pack .details .detailed-product .product-imgs .fotorama__stage{width:calc(100% - 105px) !important}}@media only screen and (min-width: 780px){.kilt-pack .details .detailed-product .product-imgs .fotorama__nav__frame--thumb{margin-bottom:10px}}.kilt-pack .fotorama__thumb-border{display:none}@media only screen and (min-width: 780px){.kilt-pack .fotorama__nav{padding:0 0 0 15px}}.kilt-pack .details .detailed-product .product-options .options{padding-top:20px;padding-left:20px}.kilt-pack .select-style select{color:#000;height:40px !important}.kilt-pack .details .detailed-product .product-options .options .select-style{height:auto}.kilt-pack .details .detailed-product .product-options .options .select-style:after{height:40px;top:22px}.kilt-pack .details .detailed-product .product-options .options .field label{font-size:14px}.kilt-pack .product.description{padding:40px 20px 0;font-family:"montserratultra_light"}@media(min-width: 781px){.kilt-pack .product.description{padding-left:100px;padding-right:100px}}.kilt-pack .product.description [data-content-type=heading]{font-family:"montserratbold"}.kilt-pack .product.description h3{font-size:26px}.kilt-pack .product.description p{margin:0 0 15px;line-height:1.4}.kilt-pack .product.description .pagebuilder-column-line{display:grid;margin-bottom:20px;grid-template-columns:repeat(2, 1fr);gap:20px}@media only screen and (min-width: 780px){.kilt-pack .product.description .pagebuilder-column-line{grid-template-columns:repeat(4, 1fr)}}.kilt-pack .product.description .pagebuilder-column-line img{width:100%;border:1px solid #ccc}.kilt-pack .best-seller h2{display:none}.kilt-pack .read-more{display:none !important}.kilt-pack .button.tocart{border-radius:3px;text-transform:none}.kilt-pack .order-info{background-image:none;height:auto;margin:0}@media only screen and (max-width: 780px){.kilt-pack .order-info{margin-top:20px}}.kilt-pack .order-info p{text-align:center}.kilt-pack .order-info ul{list-style:none;margin:0 0 20px;padding:0 0 0 10px;font-family:"montserratultra_light"}@media only screen and (min-width: 1024px){.kilt-pack .order-info ul{padding-left:20%}}.kilt-pack .order-info li{display:flex;align-items:center;margin-bottom:8px}.kilt-pack .order-info span{margin-right:10px}.kilt-pack .order-info svg{width:22px;height:22px;margin-right:10px}.kilt-pack .order-info .icon,.kilt-pack .order-info .question{width:22px;text-align:center}.kilt-pack .order-info a:hover{text-decoration:underline}.kilt-pack .details .detailed-product .product-options .options .field.select-style{width:100%;border:none}.kilt-pack .details .detailed-product .product-options .options .select-style:nth-of-type(2n+2){margin:0 0 10px}.kilt-pack .tartan-message{color:#ce3737;margin-top:20px;font-size:14px}.kilt-pack .field-wrapper{display:flex;justify-content:space-between;align-items:start;margin-bottom:10px}.kilt-pack .field-wrapper .title-wrapper{flex-basis:100%;margin-right:10px;margin-bottom:0 !important}.kilt-pack .field-wrapper .title-wrapper span{font-size:12px}.kilt-pack .field-wrapper .field{flex-basis:100%;margin-right:10px;margin-bottom:0 !important}.kilt-pack .field-wrapper .icon-wrapper{margin-top:28px}.kilt-pack .info{border:2px solid #444;border-radius:50%;width:24px;height:24px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:bold;font-size:18px;color:#444;transition:color .3s;font-family:"montserratregular"}.kilt-pack .info:hover{color:#000;border-color:#000}.kilt-pack .details .detailed-product .product-options .options .field input{width:calc(100% - 38px);font-size:16px;padding-left:8px}.kilt-pack .details .detailed-product .product-options .options .field textarea{width:calc(100% - 38px);font-size:16px}.kilt-pack .ui-datepicker-trigger{position:absolute;right:4px;top:30px;width:20px;height:20px}.kilt-pack [data-wrapper=date_of_first_wearing] .field{margin-right:0}.kilt-pack [data-wrapper=date_of_first_wearing] .icon-wrapper{display:none}.kilt-pack [data-wrapper=comments] .field{margin-right:0}.kilt-pack [data-wrapper=comments] .icon-wrapper{display:none}.kilt-pack .product-options-content{font-family:"montserratultra_light";font-size:16px;line-height:1.4;padding-top:20px}.kilt-pack .product-options-content p{margin-top:0}.kilt-pack .product-options-wrapper div.mage-error{color:#ce3737;font-size:14px;margin-top:3px}.kilt-pack .supporting-content{padding:40px 20px 0;font-family:"montserratultra_light"}@media(min-width: 781px){.kilt-pack .supporting-content{padding-left:100px;padding-right:100px}}.kilt-pack .supporting-content [data-content-type=heading]{font-family:"montserratbold"}.kilt-pack .supporting-content h3{font-size:26px}.kilt-pack .supporting-content [data-content-type=column-line]{gap:20px}@media(max-width: 780px){.kilt-pack .supporting-content [data-content-type=column-line]{flex-direction:column}}@media(min-width: 781px){.kilt-pack .supporting-content [data-content-type=column-line]{align-items:center}}@media(max-width: 780px){.kilt-pack .supporting-content [data-content-type=column-line] [data-content-type=column]{width:100% !important}}.kilt-pack .supporting-content [data-content-type=text]{margin-bottom:20px}.kilt-pack .supporting-content [data-content-type=text] p{margin:0 0 15px;line-height:1.4}.kilt-pack .supporting-content [data-content-type=text] p:last-child{margin-bottom:0}.kilt-pack .supporting-content [data-content-type=text] ul li{margin-bottom:10px}.kilt-pack .supporting-content [data-content-type=text] strong{font-family:"montserratregular"}.kilt-pack .supporting-content .pagebuilder-column-group{padding-top:20px;margin-bottom:20px}.kilt-pack .supporting-content a{color:#ce3737;word-break:break-word}.kilt-pack .supporting-content .product-items{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}@media only screen and (min-width: 780px){.kilt-pack .supporting-content .product-items{grid-template-columns:repeat(4, 1fr)}}.kilt-pack .supporting-content .price-box{display:none}.kilt-pack .supporting-content .product-item-inner{display:none}.kilt-pack .supporting-content .product-item-photo{display:block;margin-bottom:5px;position:relative}.kilt-pack .supporting-content .product-image-wrapper{padding:0 !important;display:block;position:relative}.kilt-pack .supporting-content .bss-quickview{position:absolute;left:0;top:0;display:block;background:rgba(0,0,0,0);color:rgba(0,0,0,0);padding:0}.kilt-pack .supporting-content .product-item .bss-quickview{display:block !important}.kilt-pack .supporting-content .product-image-photo{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;border:1px solid #ccc}.kilt-pack .kilt-pack-modal .modal-title{max-width:90%}.kilt-pack .kilt-pack-modal .content .pagebuilder-column-line{gap:20px}.kilt-pack .kilt-pack-modal [data-content-type=text] strong{font-family:"montserratbold"}.kilt-pack .kilt-pack-modal [data-content-type=image]{text-align:center}.table-measurement{border-collapse:collapse;margin-top:20px}@media only screen and (max-width: 767px){.table-measurement{display:block}}@media only screen and (max-width: 767px){.table-measurement tbody{display:flex;flex-direction:row;width:100%}}@media only screen and (max-width: 767px){.table-measurement tr{display:flex;flex-direction:column;flex-basis:50%}}@media only screen and (max-width: 767px){.table-measurement tr:first-child td{border-right:none}}.table-measurement td{border:1px solid #222;padding:5px 10px;white-space:nowrap}@media only screen and (max-width: 767px){.table-measurement td:not(:last-child){border-bottom:none}}.bss_quickview-catalog_product-view .details .detailed-product .product-options .options{width:100%}.bss_quickview-catalog_product-view .details .detailed-product .product-options .options .button{margin-right:0;margin-bottom:0;font-size:16px;padding-left:10px;padding-right:10px}.bss_quickview-catalog_product-view .details .detailed-product .product-options .options .select-style select{font-size:16px}@media only screen and (max-width: 767px){.bss_quickview-catalog_product-view .details .detailed-product .product-options .options .select-style select{padding-right:40px}}.bss_quickview-catalog_product-view .details .detailed-product .product-options .options .payment{margin-left:20px}@media only screen and (max-width: 767px){.bss_quickview-catalog_product-view .details .detailed-product .product-options .options .payment{margin-left:0}}@media only screen and (max-width: 767px){.bss_quickview-catalog_product-view .detailed-product{padding-bottom:20px}}@media only screen and (max-width: 767px){.bss_quickview-catalog_product-view .details .detailed-product .product-options .options .select-style:nth-of-type(2n+2){margin-left:3%}}.bss_quickview-catalog_product-view .delivery-bespoke{display:none}.bss_quickview-catalog_product-view .vertical-line{display:none}.bss_quickview-catalog_product-view .need-help{display:none}.bss_quickview-catalog_product-view .order-info{height:auto;margin:0}.bss_quickview-catalog_product-view .order-info .best-seller{border:none;width:100%;padding:20px}@media only screen and (max-width: 767px){.bss_quickview-catalog_product-view .order-info .best-seller{height:auto;padding-left:10px;padding-right:10px}}.bss_quickview-catalog_product-view .details .order-info .best-seller .button.read-more.visible{display:none}@media only screen and (max-width: 767px){.bss_quickview-catalog_product-view .details .order-info .best-seller .product.attibute.description{height:auto;margin-bottom:0}}@media only screen and (min-width: 767px){.bss_quickview-catalog_product-view .details .detailed-product .product-imgs .fotorama{height:350px}.bss_quickview-catalog_product-view .details .detailed-product .product-imgs .fotorama__stage{position:relative !important;width:100% !important;height:350px !important;line-height:350px !important;padding-left:10px}.bss_quickview-catalog_product-view .details .detailed-product .product-imgs .fotorama__stage__shaft{width:100% !important;max-width:none !important}.bss_quickview-catalog_product-view .details .detailed-product .product-imgs .fotorama__wrap{display:flex;flex-direction:row;gap:10px}.bss_quickview-catalog_product-view .details .detailed-product .product-imgs .fotorama__nav-wrap{position:relative !important;order:-1;padding-left:10px;top:10px}.bss_quickview-catalog_product-view .details .detailed-product .half{min-height:350px}.bss_quickview-catalog_product-view .details .detailed-product .product-imgs{padding-left:10px}.bss_quickview-catalog_product-view .fotorama__nav--thumbs{height:340px !important}}@media only screen and (max-width: 767px){.bss_quickview-catalog_product-view .fotorama__nav-wrap--vertical .fotorama__nav__shaft{display:flex;gap:5px}.bss_quickview-catalog_product-view .fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb{display:none}}.bss_quickview-catalog_product-view .page.messages .message{padding:10px}.bss_quickview-catalog_product-view .page.messages .message a{color:#ce3737}.bss_quickview-catalog_product-view div.mage-error{color:#ce3737;font-size:14px;margin-top:3px}.summary .content{padding:0 50px;box-sizing:border-box}.summary .content .error-box{display:block;margin:0 0 20px;background-color:#ce3737;font-size:14px;padding:10px 10px 10px 35px;color:#fff;position:relative}.summary .content .error-box:before{content:"!";height:20px;width:20px;background-color:#fff;font-size:14px;line-height:20px;text-align:center;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;color:#ce3737;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;border-radius:100%;left:10px}.summary .content .error-box.hidden{display:none}.summary .content .header-summary{height:130px;line-height:130px}.summary .content .header-summary h1{font-size:40px;margin:0}.summary .content .right{width:360px;float:left;background-image:url("../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg");padding:40px 37px;box-sizing:border-box;margin-bottom:10px}.summary .content .right .sidebar{float:left;width:100%}.summary .content .right .sidebar h3{font-size:16px;margin:0 0 12px;float:left;width:100%}.summary .content .right .sidebar h3.total{margin-top:10px}.summary .content .right .sidebar h3 span{float:right}.summary .content .right .sidebar h3 span.price{font-size:18px}.summary .content .right .sidebar h3 span.price.green{color:#4dad00}.summary .content .right .sidebar h3 span.final-total{font-size:25px;position:relative;top:-10px}.summary .content .right .sidebar .grey{font-size:12px;color:#666;margin:0 0 25px;font-family:"montserratlight"}.summary .content .right .sidebar .edit{color:#ce3737;text-decoration:underline;font-size:14px;text-align:center;width:100%;display:block}.summary .content .right .sidebar .button{line-height:60px;margin-bottom:25px;text-align:left;padding:0 20px;font-size:18px;text-align:center}.summary .content .right .sidebar .button img{float:left;margin:12px 6px 12px 0}.summary .content .right .sidebar .divider{height:1px;background-color:#ccc;margin:8px 0 20px}.summary .content .right .sidebar .need{font-size:14px;color:#666;line-height:1.5;margin:0 0 20px}.summary .content .right .sidebar h2{font-size:24px;margin:0 0 15px}.summary .content .right .sidebar .contact{float:left;width:100%;margin-bottom:25px}.summary .content .right .sidebar .contact span{width:30px;float:left;font-size:16px;color:#ce3737}.summary .content .right .sidebar .contact span.small{font-size:20px}.summary .content .right .sidebar .contact .numbers{width:calc(100% - 30px);float:left}.summary .content .right .sidebar .contact .numbers p{margin:0;font-size:14px}.summary .content .right .sidebar .contact .numbers h4{margin:0;font-size:18px}.summary .content .right .sidebar .contact.last{margin-bottom:0px}.summary .content .left{width:calc(100% - 360px);float:left;padding-right:50px;box-sizing:border-box}.summary .content .left .yourtartan{margin-right:50px;float:left;max-width:200px}.summary .content .left .overview{float:left;width:calc(100% - 310px)}.summary .content .left .overview-left{float:left;width:56%}.summary .content .left .overview-left h2{font-size:24px;margin:0 0 15px}.summary .content .left .overview-left h2 .edit{color:#ce3737;text-decoration:underline;font-size:14px;margin-left:20px}.summary .content .left .overview-left h3{font-size:18px;margin:0 0 0px}.summary .content .left .overview-left p{font-size:14px;color:#666;margin:0 0 25px}.summary .content .left .overview-left p.title{font-size:16px}.summary .content .left .overview-right{float:right;width:44%}.summary .content .left .overview-right h2{font-size:30px;margin:0 0 35px;float:right}.summary .content .left .overview-right h3{font-size:18px;font-family:"montserratlight"}.summary .content .left .overview-right h3 .edit{float:right;color:#ce3737;font-size:14px;text-decoration:underline}.summary .content .left .overview-right ul{padding:0px;list-style:none}.summary .content .left .overview-right ul li{float:left;width:100%;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.summary .content .left .overview-right ul li .title{font-size:14px;float:left}.summary .content .left .overview-right ul li .spec{font-size:14px;float:right;color:#666}.summary .content .left .product-list-summary{float:left;width:100%;position:relative;border-top:1px solid #ccc;margin:30px 0}.summary .content .left .product-list-summary .line{width:1px;background-color:#ccc;position:absolute;left:50%;top:0;bottom:0}.summary .content .left .product-list-summary .product{float:left;width:50%;border-bottom:1px solid #ccc;position:relative;height:310px}.summary .content .left .product-list-summary .product.leftPro{padding:30px 50px 50px 0;box-sizing:border-box}.summary .content .left .product-list-summary .product.rightPro{padding:30px 0 50px 50px;box-sizing:border-box}.summary .content .left .product-list-summary .product.rightPro .text .edit{left:190px}.summary .content .left .product-list-summary .product.rightPro .text.empty .edit{left:50px}.summary .content .left .product-list-summary .product.bottom{border:0}.summary .content .left .product-list-summary .product .product-type{display:block;font-size:18px;margin-bottom:30px}.summary .content .left .product-list-summary .product .text{float:left;width:calc(100% - 140px)}.summary .content .left .product-list-summary .product .text .price{float:left;width:60px}.summary .content .left .product-list-summary .product .text h2{font-size:16px;width:calc(100% - 60px);float:left;margin:0 0 10px}.summary .content .left .product-list-summary .product .text p{font-size:12px;color:#666;margin:0 0 5px;float:left;width:100%;font-family:"montserratlight"}.summary .content .left .product-list-summary .product .text .product-options .options-list{overflow:hidden;clear:both;max-height:80px}.summary .content .left .product-list-summary .product .text .product-options .button{float:left;font-size:14px;padding:0 20px;box-sizing:border-box;position:relative;margin:0 auto}.summary .content .left .product-list-summary .product .text .product-options .button:before{content:"Select size & options";text-align:center}.summary .content .left .product-list-summary .product .text .product-options .button:hover{opacity:1}.summary .content .left .product-list-summary .product .text .product-options .button.hidden{display:none}.summary .content .left .product-list-summary .product .text .product-options .button.active{z-index:220;display:block}.summary .content .left .product-list-summary .product .text .product-options .button.active .popup{display:block;width:290px;border-radius:5px;background-color:#fff;position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute;bottom:55px;-webkit-box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);-moz-box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);padding-top:15px}.summary .content .left .product-list-summary .product .text .product-options .button.active .popup .product-options{max-height:400px;overflow:auto}.summary .content .left .product-list-summary .product .text .product-options .button.active .popup .arrow{position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute;bottom:-12px;width:auto}.summary .content .left .product-list-summary .product .text .product-options .button.active .popup .select-style{width:calc(100% - 40px);margin:0 20px 10px;background-color:#fff}.summary .content .left .product-list-summary .product .text .product-options .button.active .popup .button{float:left;margin:10px 0 20px 20px;width:auto;padding:0 15px;font-size:16px}.summary .content .left .product-list-summary .product .text .product-options .button.active .popup .button:before{content:""}.summary .content .left .product-list-summary .product .text .product-options .button.active .popup .skip{font-size:14px;margin-right:20px;margin-top:10px;float:right;color:#222;line-height:40px;text-transform:none}.summary .content .left .product-list-summary .product .text .product-options .button.active .popup .skip span{color:#ce3737}.summary .content .left .product-list-summary .product .text .product-options .button.active .popup .select-style{width:auto;float:none;display:block;background-color:#eee;border:0px}.summary .content .left .product-list-summary .product .text .product-options .button.active .popup .select-style.error select{border-color:#ce3737}.summary .content .left .product-list-summary .product .text .product-options .button .popup{display:none}.summary .content .left .product-list-summary .product .text .product-options .button .popup .button.long{width:250px !important}.summary .content .left .product-list-summary .product .text .product-options .button .popup .skip.hide{display:none !important}.summary .content .left .product-list-summary .product .text .edit{position:absolute;bottom:50px;left:140px}.summary .content .left .product-list-summary .product .text .edit a{float:left;color:#ce3737;text-decoration:underline;font-size:14px;line-height:14px}.summary .content .left .product-list-summary .product .text .edit a+a{margin-left:30px;position:relative;pointer-events:all}.summary .content .left .product-list-summary .product .text .edit a+a:before{content:"";position:absolute;border-left:2px solid #bbb;height:15px;left:-15px;cursor:none;pointer-events:none}.summary .content .left .product-list-summary .product .text.empty .edit{left:0}.summary .content .left .product-list-summary .product img{float:left;margin-right:20px}.summary .content .left.choose-tartan .yourtartan{max-width:260px}.summary .content .left.choose-tartan span{display:block}.summary .content .left.choose-tartan a.button{float:left;margin-top:30px;padding:0 25px}.summary .content .left.choose-tartan .overview-left{width:auto}.summary .content .left.choose-tartan .overview-right{display:none}@media(max-width: 1440px){.summary .content .left .yourtartan{width:200px;margin-right:30px}.summary .content .left .overview{width:calc(100% - 230px)}.summary .content .left .overview-left h2{font-size:22px;float:left;width:100%}.summary .content .left .overview-left p.title{font-size:14px}.summary .content .left .overview-right h3{font-size:14px}.summary .content .left .overview-right h3 .edit{font-size:11px;position:relative;top:3px}.summary .content .left .product-list-summary .product{height:270px}.summary .content .left .product-list-summary .product img{width:95px}.summary .content .left .product-list-summary .product .text{width:calc(100% - 115px)}.summary .content .left .product-list-summary .product .text h2{font-size:14px;width:calc(100% - 45px)}.summary .content .left .product-list-summary .product .text .price{width:45px}.summary .content .left .product-list-summary .product .text .edit{left:115px;bottom:30px}.summary .content .left .product-list-summary .product .text.empty .edit{left:0}.summary .content .left .product-list-summary .product.leftPro{padding:30px 30px 50px 0}.summary .content .left .product-list-summary .product.rightPro{padding:30px 0 50px 30px}.summary .content .left .product-list-summary .product.rightPro .text .edit{left:145px}.summary .content .left .product-list-summary .product.rightPro .text.empty .edit{left:30px}}@media(max-width: 1110px){.summary .content .left .product-list-summary .product{width:100%;padding:30px 30px 50px !important}.summary .content .left .product-list-summary .product:nth-last-child(2){border-bottom:1px solid #ccc !important}.summary .content .left .product-list-summary .product .edit{left:145px !important}.summary .content .left .product-list-summary .product .text.empty .edit{left:30px !important}.summary .content .left .product-list-summary .line{display:none}.summary .content .left .overview-left{width:100%}.summary .content .left .overview-left h2 .edit{margin-left:0}.summary .content .left .overview-right{width:100%}.summary .content .left .overview-right h2{float:left}}@media(max-width: 900px){.summary .content .left{width:100%;padding-right:0}.summary .content .left .overview-left h2 .edit{float:right}.summary .content .right{width:100%}.summary .content .right .sidebar .button{text-align:center}.summary .content .right .sidebar .button img{margin:12px -40px 12px 40px}}@media(max-width: 780px){.summary .content{padding:0 20px}}@media(max-width: 600px){.summary .content .header-summary h1{font-size:30px}.summary .content .left .yourtartan{width:150px}.summary .content .left .overview{width:calc(100% - 180px)}}@media(max-width: 480px){.summary .content{padding:0 10px}.summary .content .header-summary{height:90px}.summary .content .header-summary h1{font-size:20px;line-height:90px}.summary .content .left .yourtartan{margin-bottom:30px}.summary .content .left .overview{width:100%}.summary .content .left .overview-right h3{margin:0 0 15px}.summary .content .left .overview-right ul{margin:0}.summary .content .left .product-list-summary{border:none;margin:0}.summary .content .left .product-list-summary .product{height:auto;padding:30px 30px 70px 0 !important}.summary .content .left .product-list-summary .product .edit{bottom:20px;left:115px !important}.summary .content .left .product-list-summary .product .text h2{width:100%}.summary .content .left .product-list-summary .product .text .price{width:100%;margin-bottom:10px}.summary .content .left .product-list-summary .product .text .edit a{font-size:12px;line-height:12px}.summary .content .left .product-list-summary .product .text .edit a+a{margin-left:20px}.summary .content .left .product-list-summary .product .text .edit a+a:before{height:13px;left:-10px}.summary .content .right{padding:15px 20px}.summary .content .right .sidebar .contact .numbers a{color:#000}.summary .content .right .sidebar .contact .numbers h4{font-size:15px}.summary .content .right .sidebar .button{font-size:14px}.summary .content .right .sidebar .button img{margin:12px -5px 12px 5px}.summary .content .right .sidebar h3{font-size:12px}.summary .content .right .sidebar h3 span{font-size:20px}.summary .content .right .sidebar h3 span.final-total{font-size:20px;top:-6px}}body>.loading-mask[data-role=loader]{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.6);z-index:99}body>.loading-mask[data-role=loader] .loader{position:relative;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);position:fixed;background-color:#fff;z-index:100;padding:20px;text-align:center;border-radius:5px;-webkit-box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);-moz-box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);box-shadow:0px 0px 19px 0px rgba(0,0,0,.46)}aside.modal-popup{display:none}aside.modal-popup._show{display:block;position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.6);z-index:189 !important}aside.modal-popup._show .modal-inner-wrap{position:relative;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);position:fixed;background-color:#fff;z-index:90;padding:20px;border-radius:5px;-webkit-box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);-moz-box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);box-shadow:0px 0px 19px 0px rgba(0,0,0,.46);max-height:80vh;overflow:auto}aside.modal-popup._show .modal-inner-wrap .modal-header{overflow:auto}aside.modal-popup._show .modal-inner-wrap .modal-header h1{float:left;margin-top:0}aside.modal-popup._show .modal-inner-wrap .modal-header button{float:right}aside.modal-popup._show .modal-inner-wrap .field{display:block;float:left;width:100%;margin-bottom:10px}aside.modal-popup._show .modal-inner-wrap .field[name="shippingAddress.street.0"] label.label:before{content:"Address Line 1"}aside.modal-popup._show .modal-inner-wrap .field[name="shippingAddress.street.1"] label.label:before{content:"Address Line 2"}aside.modal-popup._show .modal-inner-wrap .select-style{background-color:#fff;width:100%;float:right;padding:0;margin-bottom:0;height:44px}aside.modal-popup._show .modal-inner-wrap .select-style.big{width:calc(100% - 4px)}aside.modal-popup._show .modal-inner-wrap .select-style.big select{width:100%}aside.modal-popup._show .modal-inner-wrap .select-style select{height:44px}aside.modal-popup._show .modal-inner-wrap .message,aside.modal-popup._show .modal-inner-wrap .mage-error:not(input),aside.modal-popup._show .modal-inner-wrap .field-tooltip-content{width:100%;float:left;font-size:12px;font-weight:normal;color:#555;padding:10px 0;line-height:16px}aside.modal-popup._show .modal-inner-wrap .mage-error:not(input),aside.modal-popup._show .modal-inner-wrap .field-tooltip-content{text-align:right}aside.modal-popup._show .modal-inner-wrap .mage-error:not(input){color:#ce3737}aside.modal-popup._show .modal-inner-wrap .field.required,aside.modal-popup._show .modal-inner-wrap .required .field:not(.additional),aside.modal-popup._show .modal-inner-wrap .field._required{position:relative}aside.modal-popup._show .modal-inner-wrap .field.required:after,aside.modal-popup._show .modal-inner-wrap .required .field:not(.additional):after,aside.modal-popup._show .modal-inner-wrap .field._required:after{content:"*";position:absolute;right:-13px;top:59px;color:#ce3737}aside.modal-popup._show .modal-inner-wrap .field:not(.choice) label{width:100%;line-height:46px;font-size:14px;display:inline-block;float:left}aside.modal-popup._show .modal-inner-wrap .field:not(.choice) input{height:40px;line-height:40px;font-size:16px;border:2px solid #ccc;width:100%;float:right;padding:0 8px;box-sizing:border-box}aside.modal-popup._show .modal-inner-wrap button.action{background-color:#4dad00;text-align:center;font-size:14px;width:auto;box-sizing:border-box;color:#fff;margin:0 10px 0 0;line-height:30px;padding:0 10px;border:0;cursor:pointer;float:left}@media(max-width: 900px){aside.modal-popup._show .modal-inner-wrap{width:100%;height:100%;max-height:100%;border-radius:0;box-sizing:border-box}}.yourdetails .wrapper{padding:50px}.yourdetails .wrapper .checkout-container{position:relative}.yourdetails .wrapper .checkout-container #checkout-loader{position:absolute;left:50%;top:50%;margin-left:-32px;margin-top:-32px}.yourdetails .wrapper .checkout-left{width:52%;float:left;padding-right:50px;box-sizing:border-box}.yourdetails .wrapper .checkout-left h1{font-size:40px;margin:0 0 75px}.yourdetails .wrapper .checkout-left h1 img{position:relative;top:2px;margin-right:20px;width:24px}.yourdetails .wrapper .checkout-left h2{font-size:24px;margin:0 0 30px}.yourdetails .wrapper .checkout-left h2 .edit{float:right;font-size:14px;text-decoration:underline;position:relative;top:10px}.yourdetails .wrapper .checkout-left .item:not(.title) .col{padding-top:20px;padding-bottom:20px}.yourdetails .wrapper .checkout-left .item{float:left;width:100%;border-bottom:1px solid #ccc}.yourdetails .wrapper .checkout-left .item .col{float:left}.yourdetails .wrapper .checkout-left .item .col.one{width:60%}.yourdetails .wrapper .checkout-left .item .col.one img{width:150px;height:auto;float:left}.yourdetails .wrapper .checkout-left .item .col.one .text{width:calc(100% - 150px);float:left;padding-left:20px;padding-right:20px;box-sizing:border-box;min-height:100px}.yourdetails .wrapper .checkout-left .item .col.one .text h3{font-size:14px;margin:0 0 5px}.yourdetails .wrapper .checkout-left .item .col.one .text h3.Vcenter{line-height:100px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.yourdetails .wrapper .checkout-left .item .col.one .text p{font-size:12px;color:#666;margin:0;font-family:"montserratlight";float:left}.yourdetails .wrapper .checkout-left .item .col.one .text p.title{margin-right:4px}.yourdetails .wrapper .checkout-left .item .col.two{width:15%;text-align:center}.yourdetails .wrapper .checkout-left .item .col.two h2{font-size:16px;line-height:100px;margin:0}.yourdetails .wrapper .checkout-left .item .col.three{width:25%;text-align:right}.yourdetails .wrapper .checkout-left .item .col.three h1{font-size:20px;margin:0;line-height:30px}.yourdetails .wrapper .checkout-left .item .col.three h4{font-size:14px;color:#666;margin:0;font-family:"montserratlight";line-height:14px}.yourdetails .wrapper .checkout-left .item .col.three h4 span{display:block}.yourdetails .wrapper .checkout-left .item.title h3{font-size:16px}.yourdetails .wrapper .checkout-left .item.product{box-sizing:border-box}.yourdetails .wrapper .checkout-left .item.product .col.three{padding-top:20px}.yourdetails .wrapper .checkout-left .totals{width:240px;float:right;margin-top:20px}.yourdetails .wrapper .checkout-left .totals h3{color:#666;font-size:14px;width:100%;text-align:right;font-family:"montserratlight"}.yourdetails .wrapper .checkout-left .totals h2{font-size:14px;color:#666;width:100%;margin:0}.yourdetails .wrapper .checkout-left .totals h2 .price{float:right;color:#000}.yourdetails .wrapper .checkout-left .totals h2 .price.full{font-size:24px}.yourdetails .wrapper .checkout-left .totals h2.margin{margin-top:20px}.yourdetails .wrapper .checkout-left .totals h2.margin span{position:relative;top:-10px}.yourdetails .wrapper .checkout-right{width:48%;float:left;background-image:url("../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg")}.yourdetails .wrapper .checkout-right input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;-ms-appearance:checkbox;-o-appearance:checkbox;appearance:checkbox}.yourdetails .wrapper .checkout-right .form.payments>hr{display:none}.yourdetails .wrapper .checkout-right .returning{border-bottom:1px solid #ccc;line-height:95px;font-size:18px;padding:0 50px}.yourdetails .wrapper .checkout-right .returning a{text-decoration:underline}.yourdetails .wrapper .checkout-right .border-bottom{border-bottom:1px solid #ccc;overflow:auto;padding-bottom:40px !important;display:block}.yourdetails .wrapper .checkout-right .field{display:block;float:left;width:100%;margin-bottom:10px}.yourdetails .wrapper .checkout-right .field[name="shippingAddress.street.0"] label.label:before,.yourdetails .wrapper .checkout-right .field[name="billingAddressbraintree.street.0"] label.label:before{content:"Address Line 1"}.yourdetails .wrapper .checkout-right .field[name="shippingAddress.street.1"] label.label:before,.yourdetails .wrapper .checkout-right .field[name="billingAddressbraintree.street.1"] label.label:before{content:"Address Line 2"}.yourdetails .wrapper .checkout-right .field .shipping-address-item{overflow:auto;margin-bottom:20px}.yourdetails .wrapper .checkout-right .field .shipping-address-item.selected-item .action-select-shipping-item{background-color:#ce3737}.yourdetails .wrapper .checkout-right .select-style{background-color:#fff;width:100%;float:right;padding:0;margin-bottom:0;height:44px}.yourdetails .wrapper .checkout-right .select-style.big{width:calc(100% - 4px)}.yourdetails .wrapper .checkout-right .select-style.big select{width:100%}.yourdetails .wrapper .checkout-right .select-style select{height:44px;padding:0 40px 0 5px}.yourdetails .wrapper .checkout-right .select-style:after{height:44px}.yourdetails .wrapper .checkout-right .message,.yourdetails .wrapper .checkout-right .mage-error:not(input){width:100%;float:left;font-size:12px;font-weight:normal;color:#555;padding:10px 0;line-height:16px}.yourdetails .wrapper .checkout-right .mage-error:not(input){text-align:right}.yourdetails .wrapper .checkout-right .mage-error:not(input){color:#ce3737}.yourdetails .wrapper .checkout-right .field.required,.yourdetails .wrapper .checkout-right .required .field:not(.additional),.yourdetails .wrapper .checkout-right .field._required{position:relative}.yourdetails .wrapper .checkout-right .field.required:after,.yourdetails .wrapper .checkout-right .required .field:not(.additional):after,.yourdetails .wrapper .checkout-right .field._required:after{content:"*";position:absolute;right:-10px;top:14px;color:#ce3737}.yourdetails .wrapper .checkout-right .payment-method-title span{font-size:18px !important;margin:0 !important;padding:0 !important;width:auto !important}.yourdetails .wrapper .checkout-right .field-tooltip-content{font-size:14px;margin:10px 0 0;text-align:right;clear:both}.yourdetails .wrapper .checkout-right .payment-method-content .fields.group-2{float:right;width:100%}.yourdetails .wrapper .checkout-right .payment-method-content .field .select{padding:5px 25px 5px 5px;width:100%;box-shadow:none;background:#fff;-webkit-appearance:none;font-size:16px;border:2px solid #ccc;border-radius:0;height:40px;display:block;background-image:url("../../frontend/Newborne/Houston/en_GB/img/select-arrow.png");background-position:97% 45%;background-repeat:no-repeat}.yourdetails .wrapper .checkout-right .payment-method-content .field.cvv .field-tooltip .field-tooltip-action{float:right;display:block;margin:10px 0;font-size:14px;cursor:pointer}.yourdetails .wrapper .checkout-right .payment-method-content .field.cvv .field-tooltip .field-tooltip-content{display:none}.yourdetails .wrapper .checkout-right .payment-method-content .field.cvv .field-tooltip .field-tooltip-content img{display:block;width:100%}.yourdetails .wrapper .checkout-right .payment-method-content .field.cvv .field-tooltip._active .field-tooltip-content{display:block}.yourdetails .wrapper .checkout-right .payment-method-content .field.date .control{width:55%}.yourdetails .wrapper .checkout-right .payment-method-content .field.month,.yourdetails .wrapper .checkout-right .payment-method-content .field.year{float:left;position:relative}.yourdetails .wrapper .checkout-right .payment-method-content .field.month .control,.yourdetails .wrapper .checkout-right .payment-method-content .field.year .control{width:100%}.yourdetails .wrapper .checkout-right .payment-method-content .field.month{width:60%}.yourdetails .wrapper .checkout-right .payment-method-content .field.year{float:right;width:35%}.yourdetails .wrapper .checkout-right .payment-method-content .field.choice{margin-bottom:20px}.yourdetails .wrapper .checkout-right .payment-method-content .field.choice input{width:auto;float:left;margin:5px 0 0 0;padding:0;line-height:normal;height:auto}.yourdetails .wrapper .checkout-right .payment-method-content .field.choice label{width:calc(100% - 40px);float:right;line-height:20px}.yourdetails .wrapper .checkout-right .payment-method-content .field.field-select-billing{display:none !important}.yourdetails .wrapper .checkout-right .payment-method-content .field.field-number label,.yourdetails .wrapper .checkout-right .payment-method-content .field.field-number .control{width:50% !important;float:left !important}.yourdetails .wrapper .checkout-right .payment-method-content .field.field-number label input,.yourdetails .wrapper .checkout-right .payment-method-content .field.field-number .control input{width:100% !important}.yourdetails .wrapper .checkout-right .payment-method-content fieldset{border:0 !important;margin:0 0 15px 0 !important;padding:0 !important;width:100% !important}.yourdetails .wrapper .checkout-right .payment-method-content .billing-address-details{float:left;margin-bottom:20px;width:100%}.yourdetails .wrapper .checkout-right .payment-method-content button.action.primary{color:#fff;background-color:#4dad00;text-align:center;font-size:14px;box-sizing:border-box;border:0;cursor:pointer;float:left;padding:10px 15px;margin:0 10px 0 0;width:auto}.yourdetails .wrapper .checkout-right .payment-method-content button.action.primary[disabled=disabled]{opacity:.6}.yourdetails .wrapper .checkout-right .messages{display:block;overflow:auto;padding:0 50px 0 50px}.yourdetails .wrapper .checkout-right .messages .message{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px;background-color:#ce3737;color:#fff;margin-top:40px}.yourdetails .wrapper .checkout-right .new{padding:40px 50px}.yourdetails .wrapper .checkout-right .new .street>.control{width:100%}.yourdetails .wrapper .checkout-right .new .input{margin-bottom:10px}.yourdetails .wrapper .checkout-right .new h2{font-size:18px;margin:0 0 30px}.yourdetails .wrapper .checkout-right .new label{width:38%;line-height:46px;font-size:14px;float:left}.yourdetails .wrapper .checkout-right .new .control{float:right;width:55%}.yourdetails .wrapper .checkout-right .new input{height:40px;line-height:40px;font-size:16px;border:2px solid #ccc;box-sizing:border-box;width:100%;padding:0 8px}.yourdetails .wrapper .checkout-right .new input[type=email]{float:right;width:55%}.yourdetails .wrapper .checkout-right .new .button,.yourdetails .wrapper .checkout-right .new button.action{background-color:#4dad00;text-align:center;font-size:18px;width:304px;box-sizing:border-box;margin-top:20px;border:0;cursor:pointer;float:right}.yourdetails .wrapper .checkout-right .new .button.login,.yourdetails .wrapper .checkout-right .new button.action.login{width:100px !important;margin:0 0 10px 0;float:right;font-size:14px;line-height:40px}.yourdetails .wrapper .checkout-right .new button.action{color:#fff;float:left;width:auto;margin:10px 10px 0 0;font-size:14px;line-height:30px;padding:0 10px}.yourdetails .wrapper .checkout-right .new a.action.remind{float:left;font-size:12px;color:#555;line-height:40px}.yourdetails .wrapper .checkout-right .new .payment-method .payment-method-content{display:none}.yourdetails .wrapper .checkout-right .new .payment-method._active .payment-method-content{display:block}.yourdetails .wrapper .checkout-right .new .credit-card-types{list-style:none;margin:0 0 10px;height:46px;padding:0}.yourdetails .wrapper .checkout-right .new .credit-card-types .item{float:left;margin-right:10px;opacity:.2;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.yourdetails .wrapper .checkout-right .new .credit-card-types .item._active{opacity:1}.yourdetails .wrapper .checkout-right .new.delivery h2{width:100%}.yourdetails .wrapper .checkout-right .new.delivery h2 span{float:right;font-size:14px;color:#666}.yourdetails .wrapper .checkout-right .new.delivery h2 span .red{float:left;position:relative;color:#ce3737;left:-5px}.yourdetails .wrapper .checkout-right .new.delivery .input{position:relative;float:left;width:100%}.yourdetails .wrapper .checkout-right .new.delivery .input p{position:absolute;left:460px;top:13px;color:#ce3737;margin:0}.yourdetails .wrapper .checkout-right .new.delivery .input label{width:140px;line-height:30px;float:left}.yourdetails .wrapper .checkout-right .new.delivery .input input{height:30px;line-height:30px}.yourdetails .wrapper .checkout-right .new.delivery .input.half input{width:150px}.yourdetails .wrapper .checkout-right .new.delivery .input.half p{left:310px}.yourdetails .wrapper .checkout-right .new.delivery .input .select-style{background-color:#fff;height:30px;line-height:30px;width:300px;margin-bottom:0;background-position:95% 50%}.yourdetails .wrapper .checkout-right .new.delivery .radio{float:left;margin-right:30px;position:relative;top:5px}.yourdetails .wrapper .checkout-right .new.delivery .radio.big{width:100%;padding-bottom:10px}.yourdetails .wrapper .checkout-right .new.delivery .radio.no-mar{margin:0}.yourdetails .wrapper .checkout-right .new.delivery .radio label{display:block;float:left;line-height:21px;width:auto}.yourdetails .wrapper .checkout-right .new.delivery input[type=radio]{display:none}.yourdetails .wrapper .checkout-right .new.delivery input[type=radio]+label{background-color:rgba(0,0,0,0);font-family:"montserratlight";font-size:12px}@media(max-width: 1024px){.yourdetails .wrapper .checkout-right .new.delivery input[type=radio]+label{font-size:11px}}.yourdetails .wrapper .checkout-right .new.delivery input[type=radio]+label .out{display:block;width:16px;height:16px;margin:-1px 4px 0 0;vertical-align:middle;cursor:pointer;-moz-border-radius:50%;border-radius:50%;float:left}.yourdetails .wrapper .checkout-right .new.delivery input[type=radio]+label .out{background-color:#fff;border:2px solid #ccc}.yourdetails .wrapper .checkout-right .new.delivery .out{position:relative}.yourdetails .wrapper .checkout-right .new.delivery input[type=radio]:checked+label .out .in{background-color:#ce3737;display:block;width:7px;height:7px;padding:5px;box-sizing:border-box;border-radius:50%;position:absolute;top:3px;left:3px}.yourdetails .wrapper .checkout-right .new.delivery input[type=radio]+label .out,.yourdetails .wrapper .checkout-right .new.delivery input[type=radio]:checked+label .out{-webkit-transition:background-color .2s linear;-o-transition:background-color .2s linear;-moz-transition:background-color .2s linear;transition:background-color .2s linear}.yourdetails .wrapper .checkout-right .new.payment{position:relative}.yourdetails .wrapper .checkout-right .new.payment .card{float:left;width:calc(50% - 50px)}.yourdetails .wrapper .checkout-right .new.payment .card h2{font-size:20px;margin-bottom:25px}.yourdetails .wrapper .checkout-right .new.payment .card .button{margin:0;float:left;display:block;width:100%;font-size:16px;padding:0 20px;line-height:50px}.yourdetails .wrapper .checkout-right .new.payment p{width:100px;float:left;line-height:145px;font-family:"montserratlight";text-transform:uppercase;text-align:center;margin:0}.yourdetails .wrapper .checkout-right .new.payment .line{height:1px;position:absolute;top:185px;left:0;right:0;background-color:#ccc;margin-bottom:50px}.yourdetails .wrapper .checkout-right .new.payment .address{margin-top:50px;float:left;margin-right:75px}.yourdetails .wrapper .checkout-right .new.payment .address.no-mar{margin-right:0}.yourdetails .wrapper .checkout-right .new.payment .address h2{font-size:18px;margin-bottom:15px}.yourdetails .wrapper .checkout-right .new.payment .address ul{list-style:none;padding-left:0}.yourdetails .wrapper .checkout-right .new.payment .address ul li{font-size:14px;color:#666;margin-bottom:3px}.yourdetails .wrapper .checkout-right .new.payment .address ul li.edit{color:#ce3737;text-decoration:underline}.yourdetails .wrapper .checkout-right .sign-up{position:relative;float:left;width:100%;border-bottom:1px solid #ccc}.yourdetails .wrapper .checkout-right .sign-up h2{width:50%;float:left;text-align:center;line-height:60px;font-size:24px;margin:0;opacity:.3}.yourdetails .wrapper .checkout-right .sign-up h2.active{opacity:1}.yourdetails .wrapper .checkout-right .sign-up img{height:60px;position:absolute}.yourdetails .wrapper .checkout-right .sign-up img.one{left:47%}.yourdetails .wrapper .checkout-right .sign-up img.two{display:none}@media(max-width: 1440px){.yourdetails .wrapper .checkout-right .sign-up h2{font-size:18px}.yourdetails .wrapper .checkout-right .new .button{width:calc(100% - 107px)}.yourdetails .wrapper .checkout-right .new.delivery h2{width:100%}.yourdetails .wrapper .checkout-right .new.delivery .input input{width:calc(100% - 150px)}.yourdetails .wrapper .checkout-right .new.delivery .input .select-style{width:calc(100% - 150px)}.yourdetails .wrapper .checkout-right .new.delivery .input p{right:-10px;left:auto}.yourdetails .wrapper .checkout-right .new.delivery .button{width:calc(100% - 150px)}.yourdetails .wrapper .checkout-right .new.payment p{width:70px}.yourdetails .wrapper .checkout-right .new.payment .card{width:calc(50% - 35px)}.yourdetails .wrapper .checkout-right .new.payment .card h2{font-size:18px}.yourdetails .wrapper .checkout-right .new.payment .card .button{padding:0 10px;font-size:12px}}@media(max-width: 1110px){.yourdetails .wrapper .checkout-left h1{font-size:30px;margin-bottom:50px}.yourdetails .wrapper .checkout-left h1 img{margin-right:10px;top:6px}.yourdetails .wrapper .checkout-left .item .col.one .text{padding-left:10px}.yourdetails .wrapper .checkout-right .sign-up h2{font-size:14px}.yourdetails .wrapper .checkout-right .returning{font-size:14px;padding:0 30px}.yourdetails .wrapper .checkout-right .messages{padding:0 30px 0 30px}.yourdetails .wrapper .checkout-right .messages .message{margin-top:20px}.yourdetails .wrapper .checkout-right .new{padding:20px 30px}.yourdetails .wrapper .checkout-right .new .button{font-size:14px}.yourdetails .wrapper .checkout-right .new.delivery .input{float:left;width:100%}.yourdetails .wrapper .checkout-right .new.delivery .input .height{height:50px}.yourdetails .wrapper .checkout-right .new.delivery .input.half input{width:calc(100% - 150px)}.yourdetails .wrapper .checkout-right .new.delivery .input.half p{left:auto;right:-10px}.yourdetails .wrapper .checkout-right .new.delivery .input .radio{margin-bottom:10px}.yourdetails .wrapper .checkout-right .new.delivery .button{font-size:11px}.yourdetails .wrapper .checkout-right .new.payment .card h2{font-size:15px}.yourdetails .wrapper .checkout-right .new.payment .card .button{line-height:1.3;padding:10px 5px}.yourdetails .wrapper .checkout-right .new.payment .card img{width:100%;height:auto}.yourdetails .wrapper .checkout-right .new.payment .address{width:calc(50% - 25px);margin-right:50px}.yourdetails .wrapper .checkout-right .new.payment .address h2{font-size:16px}}@media(max-width: 900px){.yourdetails .wrapper{padding:20px}.yourdetails .wrapper .checkout-left{width:100%;padding-right:0;margin-bottom:30px}.yourdetails .wrapper .checkout-right{width:100%}.yourdetails .wrapper .checkout-right .new.delivery .input.half input{width:calc(50% - 70px)}.yourdetails .wrapper .checkout-right .new.payment .card img{width:auto}.yourdetails .wrapper .checkout-right .new.payment .card .button{padding:0 10px;line-height:50px;font-size:16px}}@media(max-width: 780px){.yourdetails .wrapper{padding:0}.yourdetails .wrapper .checkout-left{padding:20px}.yourdetails .wrapper .checkout-right .new.delivery .input.half input{width:calc(70% - 70px)}.yourdetails .wrapper .checkout-right .new.delivery .input .select-style{box-sizing:border-box;line-height:25px;background-size:12px 6px;background-position:98% 50%}.yourdetails .wrapper .checkout-right .new.delivery .input .select-style select{font-size:12px;padding:0 3px}.yourdetails .wrapper .checkout-right .new.delivery .button{width:100%;margin-bottom:30px}.yourdetails .wrapper .checkout-right .new.payment .card img{width:auto}.yourdetails .wrapper .checkout-right .new.payment .card .button{font-size:14px}.yourdetails .wrapper .checkout-right .new input,.yourdetails .wrapper .checkout-right .new .select-style{width:100%}}@media(max-width: 480px){.yourdetails .wrapper .checkout-left h1{font-size:24px}.yourdetails .wrapper .checkout-left h2{font-size:18px}.yourdetails .wrapper .checkout-left h2 .edit{top:4px;font-size:12px}.yourdetails .wrapper .checkout-left .item.title h3{font-size:14px}.yourdetails .wrapper .checkout-left .item .col.three h1{font-size:14px}.yourdetails .wrapper .checkout-left .item .col.three h4{font-size:10px;line-height:10px}.yourdetails .wrapper .checkout-right .new .button{font-size:10px;width:calc(100% - 110px);box-sizing:border-box;padding:0 10px}.yourdetails .wrapper .checkout-right .new label,.yourdetails .wrapper .checkout-right .new input,.yourdetails .wrapper .checkout-right .new .control,.yourdetails .wrapper .checkout-right .new input[type=email]{width:100%}.yourdetails .wrapper .checkout-right .new.delivery h2{font-size:14px}.yourdetails .wrapper .checkout-right .new.delivery h2 span{font-size:12px}.yourdetails .wrapper .checkout-right .new.delivery .button{width:100%;margin:0;font-size:14px}.yourdetails .wrapper .checkout-right .new.delivery .input.half input{width:calc(100% - 150px)}.yourdetails .wrapper .checkout-right .new.payment .card img{width:100%}.yourdetails .wrapper .checkout-right .new.payment .card .button{padding:5px 10px;line-height:1.3;height:40px;font-size:12px}.yourdetails .wrapper .checkout-right .new.payment .line{top:150px}.yourdetails .wrapper .checkout-right .new.payment .address{margin-top:20px}.yourdetails .wrapper .checkout-right .payment-method-content .field.date .control{width:100%}.yourdetails .wrapper .checkout-right .returning{line-height:60px;font-size:12px}.yourdetails .wrapper .checkout-right .sign-up h2{line-height:40px}.yourdetails .wrapper .checkout-right .sign-up img{height:40px}.yourdetails .wrapper .checkout-right .required .control:after{top:60px}.yourdetails .wrapper .checkout-right .select-style{width:100%}.yourdetails .wrapper .checkout-right .message,.yourdetails .wrapper .checkout-right .mage-error:not(input),.yourdetails .wrapper .checkout-right .field-tooltip-content{text-align:left}}.basket .wrapper{padding:50px;position:relative}.basket .wrapper .left-basket{width:calc(100% - 360px);box-sizing:border-box;padding-right:50px}.basket .wrapper .left-basket .title .col.two{text-align:left}.basket .wrapper .left-basket .product.last{margin-bottom:70px}.basket .wrapper .left-basket .product .col.two input{width:50px;height:40px;border:1px solid #ccc;text-align:center;font-family:"montserratregular";font-size:16px;float:left;margin-right:5px}.basket .wrapper .left-basket .product .col.two input[type=number]::-webkit-inner-spin-button,.basket .wrapper .left-basket .product .col.two input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.basket .wrapper .left-basket .product .col.two img{float:left;margin:0 5px;position:relative;top:8px}.basket .wrapper .left-basket .product .col.two img.no-mar{margin-right:0px}.basket .wrapper .left-basket .shopping{position:absolute;bottom:50px;left:50px;font-size:14px}.basket .wrapper .right-basket{width:360px;float:left;padding:50px;box-sizing:border-box;background-image:url(../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg)}.basket .wrapper .right-basket h3{margin:0 0 10px;font-size:16px}.basket .wrapper .right-basket h4{float:left;width:100%;color:#666;margin:0 0 10px;font-size:14px;font-family:"montserratlight"}.basket .wrapper .right-basket h4 span{float:right;color:#000;font-family:"montserratregular"}.basket .wrapper .right-basket h4.total{margin-top:20px;margin-bottom:0}.basket .wrapper .right-basket h4.total span{font-size:24px;position:relative;top:-10px}.basket .wrapper .right-basket .button{background-color:#4dad00;font-size:18px;line-height:50px;margin-bottom:20px}.basket .wrapper .right-basket .or{position:relative;margin-top:30px}.basket .wrapper .right-basket .or .line{height:1px;background-color:#ccc;width:calc(50% - 30px);position:absolute}.basket .wrapper .right-basket .or .line.one{left:0}.basket .wrapper .right-basket .or .line.two{right:0}.basket .wrapper .right-basket .or p{text-align:center;float:none;text-transform:uppercase;color:#000;font-size:14px}.basket .wrapper .right-basket .paypal{width:65px;float:left;color:#666;line-height:1.5;top:-2px;font-size:14px;margin:0}.basket .wrapper .right-basket .ppcheckout{float:right}.basket .wrapper .right-basket p{float:right;font-size:12px;color:#666;margin:0 0 30px;position:relative;top:-8px}.basket .wrapper .right-basket .select-style{width:100%;background-color:#fff;background-position:95% 50%;margin-bottom:10px}.basket .wrapper .right-basket .content{background-color:inherit}.basket .wrapper .right-basket input.input-text{height:40px;line-height:40px;font-size:16px;border:2px solid #ccc;width:100%;float:right;padding:0 8px;box-sizing:border-box;margin-bottom:10px}.basket .wrapper .right-basket .items.methods{margin-bottom:20px}.basket .wrapper .right-basket .items.methods label{font-size:14px}.basket .wrapper .right-basket .message{font-size:12px;margin-bottom:10px;color:#555}.basket h1{font-size:40px;width:100%;margin:0 0 30px}.wishlist .checkout-left .item .col{width:auto}.wishlist .checkout-left .item .col.one{float:left}.wishlist .checkout-left .item .col.one h1{font-size:20px;margin:20px 0 0px}.wishlist .checkout-left .item .col.one h4{font-size:16px;margin:0;opacity:.7}.wishlist .checkout-left .item .col.three{float:right;width:185px !important}.wishlist .checkout-left .item .col.three .button{width:185px;float:right;box-sizing:border-box;margin-bottom:13px}.wishlist .checkout-left .item .col.three .select-style{width:118px;float:left}.wishlist .checkout-left .item .col.three img{float:right;margin:0 17px 0 22px;position:relative;top:7px}@media(max-width: 1440px){.basket .wrapper .right-basket{width:300px;padding:30px}.basket .wrapper .left-basket{width:calc(100% - 300px)}}@media(max-width: 1110px){.basket .wrapper .left-basket .item .col.one{width:57%}.basket .wrapper .left-basket .item .col.two{width:28%}.basket .wrapper .left-basket .item .col.three{width:15%}.basket .wrapper .right-basket .secure{width:100%}}@media(max-width: 1024px){.basket .wrapper{padding:30px}.basket .wrapper .right-basket{width:250px;padding:30px}.basket .wrapper .right-basket .button{font-size:15px}.basket .wrapper .right-basket .ppcheckout{width:calc(100% - 75px)}.basket .wrapper .left-basket{width:calc(100% - 250px);padding-right:30px}.basket .wrapper .left-basket .product .col.two input{width:40px;height:30px}.basket .wrapper .left-basket .product .col.two img{width:20px;height:20px}.basket .wrapper .left-basket .product .col.three h1{font-size:16px}.basket .wrapper .left-basket .product .col.three h4{font-size:12px}}@media(max-width: 780px){.basket .wrapper{padding:0}.basket .wrapper h1{font-size:40px;width:100%;padding:20px 37px;box-sizing:border-box;border-bottom:1px solid #ccc;margin:0}.basket .wrapper h1 span{color:#ce3737;font-size:22px;text-decoration:underline;float:right;position:relative;top:20px;font-family:"montserratlight"}.basket .wrapper h1 span img{position:absolute;left:3px}.basket .wrapper .cart-empty{padding:10px 37px}.basket .wrapper .left-basket{width:100%;margin:0;padding:0}.basket .wrapper .left-basket .item.title{display:none}.basket .wrapper .left-basket .item.product{padding:27px 20px}.basket .wrapper .left-basket .item.product.last{margin-bottom:0}.basket .wrapper .left-basket .item.product .col{position:relative}.basket .wrapper .left-basket .item.product .col.one{width:100%}.basket .wrapper .left-basket .item.product .col.one img{width:170px;border:1px solid #ccc}.basket .wrapper .left-basket .item.product .col.one h2{font-size:30px;margin:30px 0 20px}.basket .wrapper .left-basket .item.product .col.one h2 .tax{color:#ce3737;font-size:24px}.basket .wrapper .left-basket .item.product .col.one .text{width:calc(100% - 172px);padding-left:30px}.basket .wrapper .left-basket .item.product .col.one .text h3{font-size:25px;line-height:1.2}.basket .wrapper .left-basket .item.product .col.one .text p{font-size:20px}.basket .wrapper .left-basket .item.product .col.one .quantity h2{font-size:25px;float:left;margin:5px 30px 0 20px}.basket .wrapper .left-basket .item.product .col.one .quantity h2 span{font-family:"montserratlight"}.basket .wrapper .left-basket .item.product .col.one .quantity .edit{border:1px solid #ccc;float:left;padding:0 10px;line-height:40px;font-size:24px;text-align:center;color:#666;font-family:"montserratlight"}.basket .wrapper .left-basket .item.product .col.one .quantity .bin{float:right;height:auto;width:auto;border:0}.basket .wrapper .left-basket .item.product .col.two{display:none}.basket .wrapper .left-basket .item.product .col.three{display:none}.basket .wrapper .right-basket{width:100%;background-image:none;background-color:#eee}.basket .wrapper .right-basket h3{font-size:28px}.basket .wrapper .right-basket h4{font-size:28px}.basket .wrapper .right-basket h4 span{font-family:"montserratlight"}.basket .wrapper .right-basket h4.total span{font-size:35px;font-family:"montserratregular"}.basket .wrapper .right-basket p{font-size:22px;opacity:.6;font-family:"montserratlight"}.basket .wrapper .right-basket .select-style{box-sizing:border-box;padding:0;height:40px}.basket .wrapper .right-basket .select-style select{font-size:16px;opacity:1;color:#222}.basket .wrapper .right-basket .button{font-size:34px;line-height:140px}.basket .wrapper .right-basket .paypal{font-size:28px;width:125px;font-family:"montserratlight"}.basket .wrapper .right-basket .or p{font-size:28px;color:#666;padding:0 10px}.basket .wrapper .right-basket .or .line{top:10px;width:calc(50% - 60px)}.basket .wrapper .right-basket .ppcheckout{width:60%}}@media(max-width: 600px){.basket .wrapper .left-basket .item.product .col.one img{width:130px;margin-bottom:10px}.basket .wrapper .left-basket .item.product .col.one .text{width:calc(100% - 132px)}.basket .wrapper .left-basket .item.product .col.one .text h3{font-size:20px}.basket .wrapper .left-basket .item.product .col.one .text h2{font-size:25px}.basket .wrapper .left-basket .item.product .col.one .text h2 span{font-size:20px}.basket .wrapper .left-basket .item.product .col.one .text p{font-size:16px}.basket .wrapper .left-basket .item.product .col.one .quantity h2{font-size:18px}.basket .wrapper .left-basket .item.product .col.one .quantity .bin{width:25px}.basket .wrapper .left-basket .item.product .col.one .quantity .edit{line-height:30px;font-size:18px}.basket .wrapper .right-basket .button{line-height:100px}.basket .wrapper .right-basket h4{font-size:20px}.basket .wrapper .right-basket p{font-size:18px}.basket .wrapper .right-basket .paypal{font-size:20px}}@media(max-width: 480px){.basket .wrapper h1{font-size:24px}.basket .wrapper h1 span{font-size:14px;top:13px}.basket .wrapper h1 span img{top:0;height:15px;width:15px}.basket .wrapper .right-basket .paypal{font-size:14px}.basket .wrapper .right-basket .button{font-size:20px;line-height:60px}.basket .wrapper .right-basket .ppcheckout{width:50%}.basket .wrapper .right-basket h3{font-size:20px}.basket .wrapper .right-basket h4{font-size:15px}.basket .wrapper .right-basket h4.total span{font-size:30px}.basket .wrapper .right-basket .select-style select{font-size:14px}.basket .wrapper .left-basket .item.product .col.one .text{padding-left:20px;margin-bottom:10px}.basket .wrapper .left-basket .item.product .col.one .text p{font-size:12px}.basket .wrapper .left-basket .item.product .col.one .text h3{font-size:16px}.basket .wrapper .left-basket .item.product .col.one .text h2{font-size:18px}.basket .wrapper .left-basket .item.product .col.one .text h2 span{font-size:14px}.basket .wrapper .left-basket .item.product .col.one .quantity .bin{width:20px}.basket .wrapper .left-basket .item.product .col.one .quantity h2{font-size:14px}.basket .wrapper .left-basket .item.product .col.one .quantity .edit{line-height:25px;font-size:15px}}.tartan h2{margin-top:0}.tartan h3{margin-top:0;margin-bottom:10px;font-size:24px}.tartan h4{margin-top:0;margin-bottom:10px}.tartan .sub-title{color:#ce3737;font-family:"montserratbold"}.tartan .text-block{padding-left:20%;padding-right:20%}@media(max-width: 900px){.tartan .text-block{padding-left:10px;padding-right:10px}}.tartan p{font-family:"montserratlight";font-size:14px;line-height:1.5;margin-top:0}.tartan p a{color:#ce3737;text-decoration:underline}.tartan p.large{font-size:15px;font-family:"montserratregular"}.tartan p.large a{color:inherit}.tartan ul{font-family:"montserratlight";font-size:14px;line-height:1.5;font-weight:lighter;text-align:left}@media(max-width: 767px){.tartan ul{padding-left:20px}}.tartan img{max-width:100%}.tartan .button-wrapper{display:flex;justify-content:center}.tartan .button{border-radius:5px;font-size:14px;font-family:"montserratregular"}.tartan .d-flex{display:flex}@media(max-width: 900px){.tartan .d-flex{flex-direction:column}}.tartan .a-top{align-items:start}.tartan .button-video{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);cursor:pointer;border:2px solid #fff;border-radius:50%;width:96px;height:96px;font-size:0;display:flex;align-items:center;justify-content:center}.tartan .button-video:after{content:"";width:0;height:0;border-top:14px solid rgba(0,0,0,0);border-bottom:14px solid rgba(0,0,0,0);border-left:21px solid #fff;position:relative;left:5px}.tartan .block{position:relative}.tartan .block.grey{background-color:#f5f5f5}.tartan .pt-10{padding-top:10px}.tartan .pt-20{padding-top:20px}.tartan .pt-40{padding-top:40px}.tartan .pb-10{padding-bottom:10px}.tartan .pb-20{padding-bottom:20px}.tartan .pb-40{padding-bottom:40px}.tartan .pl-20{padding-left:20px}.tartan .pr-20{padding-right:20px}.tartan .mt-0{margin-top:0}.tartan .mb-0{margin-bottom:0}.tartan .mb-10{margin-bottom:10px}.tartan .mb-20{margin-bottom:20px}.tartan .mb-40{margin-bottom:40px}.tartan .a-left{text-align:left}.tartan .a-center{text-align:center}.tartan .link-pdf{word-break:break-all}.tartan .col{flex-basis:50%}.tartan .col img{object-fit:cover;min-height:270px}.tartan .col:first-child{padding-right:20px;padding-left:100px}@media(max-width: 900px){.tartan .col:first-child{padding-left:10px;margin-bottom:20px}}.tartan .col:last-child{padding-left:20px;padding-right:100px}@media(max-width: 900px){.tartan .col:last-child{padding-right:10px}}.tartan .video-banner img{width:100%;object-fit:cover;object-position:center;height:600px}@media(max-width: 767px){.tartan .video-banner img{height:300px}}.tartan video{aspect-ratio:16/9;width:100%;object-fit:cover;object-position:center}.tartan .col-inner{background:#f5f5f5;padding:20px;height:100%;box-sizing:border-box}.tartan .profile:first-child{padding-right:10px}.tartan .profile:last-child{padding-left:10px}.tartan .profile .profile-photo{width:185px;margin:0 20px 10px 0;min-height:auto}.tartan .block-columns{padding-left:20px;padding-right:20px}.tartan .block-columns .image-wrapper{width:70%;font-size:0}@media(max-width: 900px){.tartan .block-columns .image-wrapper{width:100%}}.tartan .block-columns .image-wrapper img{height:600px;width:100%;object-fit:cover}@media(max-width: 767px){.tartan .block-columns .image-wrapper img{height:300px}}.tartan .block-columns>.block-content:is(:first-child){transform:translateX(50%)}@media(max-width: 900px){.tartan .block-columns>.block-content:is(:first-child){transform:translateX(0)}}.tartan .block-columns .image-wrapper+.block-content{transform:translateX(-50%)}@media(max-width: 900px){.tartan .block-columns .image-wrapper+.block-content{transform:translateX(0)}}.tartan .block-columns .col-images img{width:33.333%}@media(max-width: 900px){.tartan .block-columns .col-images img{width:100%;height:auto;margin-bottom:10px}}.tartan .block-content{background-color:#fff;width:30%;box-sizing:border-box;text-align:left;padding:30px}@media(max-width: 900px){.tartan .block-content{width:100%}}.tartan .block-content p:last-child{margin-bottom:0}.tartan .content-left .content{left:15%}.tartan .content-right .content{right:15%}.tartan .gallery{padding-left:100px;padding-right:100px}.tartan .download{list-style:none;margin-left:0;padding:0;display:flex;flex-direction:column;align-items:center}.tartan .download h4{font-size:14px;font-weight:700;text-transform:none;margin:0 0 10px;font-family:"montserratbold"}.tartan .download li{display:flex;flex-direction:column;align-items:center}.tartan .download li+li{margin-top:20px}.tartan .download .pdf{display:flex;align-items:center}.tartan .download a{color:#ce3737;margin-left:4px}.contact-modal .action-close,.video-modal .action-close{position:absolute;right:20px;top:-20px;border:none;margin:0;padding:10px;width:auto;overflow:visible;cursor:pointer;background:rgba(0,0,0,0);color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none}.contact-modal .action-close::-moz-focus-inner,.video-modal .action-close::-moz-focus-inner{border:0;padding:0}.contact-modal .action-close span,.video-modal .action-close span{display:none}.contact-modal .action-close:before,.video-modal .action-close:before{font-size:26px}.contact-modal .action-close:before{color:#000}.video-modal .action-close:before{color:#fff}.video-modal.modal-popup._show{z-index:120 !important}.video-modal.modal-popup._show .modal-inner-wrap{overflow:visible;background-color:rgba(0,0,0,0);width:1280px;max-width:100%;padding:0 40px;box-sizing:border-box}@media(max-width: 900px){.video-modal.modal-popup._show .modal-inner-wrap{transform:translateX(-50%) translateY(-25%)}}.video-modal .video-wrapper{font-size:0}.video-modal iframe{aspect-ratio:16/9;width:100%}.contact-modal.modal-popup._show .modal-inner-wrap{width:640px}@media(max-width: 767px){.contact-modal.modal-popup._show .modal-inner-wrap{padding:0 20px;box-sizing:border-box;width:90%;height:auto}}@media(max-width: 767px){.contact-modal.modal-popup._show .modal-inner-wrap .modal-title{padding-top:20px}}.contact-modal .action-close{position:absolute;right:0;top:0}.contact-modal input[type=checkbox].css-checkbox{position:absolute;z-index:-1000;left:-1000px;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.contact-modal input[type=checkbox].css-checkbox+label.css-label{padding-left:28px;height:16px;display:block;line-height:16px;background-repeat:no-repeat;background-position:0 0;font-size:15px;vertical-align:middle;cursor:pointer;color:#666;font-family:"montserratlight";box-sizing:border-box}.contact-modal input[type=checkbox].css-checkbox:checked+label.css-label{background-position:0 -16px}.contact-modal label.css-label{background-image:url("../../frontend/Newborne/Houston/en_GB/img/checkbox.png");-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.contact-modal input{width:100%;height:40px;margin-top:10px;padding:10px;box-sizing:border-box;font-size:14px;border:1px solid #ccc}.contact-modal div.mage-error{padding:10px 0 0;color:#ce3737}.contact-modal textarea{width:100%;max-width:100%;height:80px;margin-top:10px;padding:10px;box-sizing:border-box;font-size:14px;border:1px solid #ccc;resize:none}.contact-modal .large{height:165px}.contact-modal .divider{height:1px;background:#ccc;margin:20px 0}.contact-modal .selectors{border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin-top:10px}.contact-modal .selectors .selectors-inner{padding:20px 0;box-sizing:border-box}.contact-modal .g-recaptcha{display:block;clear:both;margin-top:20px}.contact-modal .required{position:relative}.contact-modal .container{width:100%;padding:20px 0;display:flex;justify-content:flex-end}.contact-modal.modal-popup._show .modal-inner-wrap .mage-error:not(input){float:none}._block-content-loading{position:relative;min-height:100%}._block-content-loading:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(208,208,208,.4);z-index:9}._block-content-loading:after{content:"";position:absolute;background-image:url("../../frontend/Newborne/Houston/en_GB/images/loader-1.gif");background-position:50%;background-repeat:no-repeat;background-size:50px;height:50px;width:50px;left:50%;top:50%;transform:translate(-50%, -50%);z-index:10}.tartan-search-container{padding:20px 0;min-height:138px;box-sizing:border-box}.tartan-search-title{font-family:"montserratregular";color:#000;margin:0 0 10px;font-size:18px}.tartan-search .modal-inner-wrap{width:780px;box-sizing:border-box;max-height:calc(100vh - 40px) !important}.tartan-search .modal-header{margin-bottom:20px}.tartan-search .modal-title{margin-bottom:0}.tartan-search .action-close{border:none;background:rgba(0,0,0,0);cursor:pointer}.tartan-search .action-close:before{font-size:26px}.tartan-search .action-close span{display:none}.tartan-search .tartan-content form{display:flex;align-items:center;margin-bottom:20px}.tartan-search .tartan-content form label{display:none}.tartan-search .tartan-content form input{line-height:40px;height:40px;width:calc(50% - 10px);margin-right:10px;box-sizing:border-box;padding:0 10px;font-size:16px;font-family:"Myriad Pro";border:solid 1px #d2d2d2;border-radius:3px;color:#000}.tartan-search .tartan-content form input::-webkit-search-decoration,.tartan-search .tartan-content form input::-webkit-search-results-decoration{display:none}.tartan-search .tartan-content form input::-webkit-search-cancel-button,.tartan-search .tartan-content form input::-webkit-search-results-button{margin-right:30px}.tartan-search .tartan-content form input::placeholder{color:#888}.tartan-search .tartan-content form .button-search{border-radius:3px;font-size:14px;padding:0 30px}.tartan-search .tartan-header{display:flex;justify-content:space-between;align-items:center}.tartan-search .image-wrapper{font-size:0}.tartan-search .image-wrapper img{border-radius:3px}.tartan-search .button-select{margin:0 10px;flex-basis:100%;background:#ce3737;color:#fff;padding:0 20px;line-height:40px;display:block;text-transform:uppercase;text-align:center;text-decoration:none;border:none;cursor:pointer;border-radius:3px;font-size:14px;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;appearance:none;opacity:1}.tartan-search .button-select:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";opacity:.7}.tartan-search .button-select.black{background-color:#222}.tartan-search .button-change{border:none;margin:0;padding:0;width:auto;overflow:visible;background:rgba(0,0,0,0);color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;font-size:12px;text-decoration:underline;cursor:pointer;color:#ce3737}.tartan-search .selected-product-info{flex-basis:100%;margin:0 20px 0 10px}.tartan-search .selected-product-info .button-wrapper{text-align:right}.tartan-search .selected-product-info .selected-title{font-family:"montserratbold";display:inline-block}.tartan-search .selected-product-info .selected-weight{margin-left:5px;display:inline-block}.tartan-search .selected-product-info p{margin:0 0 5px;font-size:14px}.tartan-search .tartan-messages{margin-bottom:20px}.tartan-search .tartan-toolbar{margin-bottom:20px}@media only screen and (min-width: 780px){.tartan-search .tartan-toolbar{display:flex;align-items:center;justify-content:space-between}}.tartan-search .alphabet{display:flex;list-style:none;margin:0;padding:0;overflow-x:auto}@media only screen and (max-width: 780px){.tartan-search .alphabet{margin-bottom:10px}}.tartan-search .alphabet li{cursor:pointer;margin:0 2px;font-size:14px}.tartan-search .alphabet .selected{font-weight:bold}.tartan-search .button-reset{border:none;margin:0;padding:0;width:auto;overflow:visible;background:rgba(0,0,0,0);color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;font-size:14px;text-decoration:underline;cursor:pointer;color:#ce3737}.tartan-search .tartans{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;list-style:none;margin:0;padding:5px 0 10px;max-height:480px;overflow:auto}@media only screen and (max-width: 780px){.tartan-search .tartans{grid-template-columns:repeat(2, 1fr);max-height:calc(100vh - 300px)}}.tartan-search .tartans li{cursor:pointer;padding-bottom:5px;display:inline-flex;flex-direction:column}.tartan-search .tartans li:hover{box-shadow:0 3px 10px rgba(0,0,0,.2)}.tartan-search .tartans li img{width:100%;height:auto;margin-bottom:5px;aspect-ratio:auto;object-fit:cover}.tartan-search .tartans li h4{font-size:14px;padding:0 10px}.tartan-search .weights{list-style:none;margin:auto 0 0;padding:0 10px}.tartan-search .weights li{display:inline-block;background:#ce3737;color:#fff;padding:4px 8px;border-radius:5px;margin-right:5px;margin-bottom:5px}.tartan-search .tartan-footer{padding:20px 0 0;display:flex;justify-content:center;gap:20px}.tartan-search .tartan-footer button{font-size:14px;text-transform:none;padding:10px 20px;line-height:1;border-radius:3px;min-width:100px;font-family:"montserratregular"}.tartan-preview-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:998}.tartan-preview{position:fixed;top:50%;left:50%;z-index:999;transform:translate(-50%, -50%);height:calc(100vh - 40px);min-height:320px;width:780px}@media only screen and (max-width: 900px){.tartan-preview{width:100%}}.tartan-preview .action-close{position:absolute;top:0;right:0;padding:0}@media only screen and (max-width: 767px){.tartan-preview .action-close{right:10px}}.tartan-preview .action-close span{display:none}.tartan-preview .action-close:before{content:"";font-size:26px;color:#fff}.tartan-preview img{width:100%;height:100%;object-fit:contain}.sept-title{font-family:"montserratbold";margin:0 0 10px;font-size:14px}.sept-text{font-family:"montserratultra_light";margin:10px 0 0;font-size:14px}.tartan-content .septs{list-style:none;margin:0;padding:10px 0 0;display:grid;grid-template-columns:repeat(4, minmax(0, 1fr))}.tartan-content .septs .sept{margin-bottom:10px;color:#ce3737;cursor:pointer;font-family:"montserratregular";font-size:12px}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup,.kilts .exclusives .text .button.active .popup{left:auto;right:0;color:#222;width:230px;transform:initial;-ms-transform:initial;-webkit-transform:initial}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup h2,.kilts .exclusives .text .button.active .popup h2{margin:0;padding:0;font-size:18px;border-bottom:0;display:block;background-color:#e5e5e5;border-top-left-radius:5px;border-top-right-radius:5px;height:50px;line-height:50px;cursor:default;text-align:center}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .arrow,.kilts .exclusives .text .button.active .popup .arrow{left:auto;right:-31px}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .categories,.kilts .exclusives .text .button.active .popup .categories{width:100%;height:100%;overflow:auto}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .categories .category,.kilts .exclusives .text .button.active .popup .categories .category{float:left;display:table;width:115px;height:115px;position:relative;z-index:3;box-sizing:border-box;border:1px solid #e5e5e5;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-ms-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .categories .category:nth-of-type(1),.kilts .exclusives .text .button.active .popup .categories .category:nth-of-type(1){border-top:0;border-left:0}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .categories .category:nth-of-type(2),.kilts .exclusives .text .button.active .popup .categories .category:nth-of-type(2){border-top:0;border-right:0}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .categories .category:nth-last-child(1),.kilts .exclusives .text .button.active .popup .categories .category:nth-last-child(1){border-bottom:0;border-right:0;border-bottom-right-radius:5px}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .categories .category:nth-last-child(2),.kilts .exclusives .text .button.active .popup .categories .category:nth-last-child(2){border-bottom:0;border-left:0;border-bottom-left-radius:5px}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .categories .category:nth-child(odd),.kilts .exclusives .text .button.active .popup .categories .category:nth-child(odd){border-left:0}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .categories .category:nth-child(even),.kilts .exclusives .text .button.active .popup .categories .category:nth-child(even){border-right:0}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .categories .category a,.kilts .exclusives .text .button.active .popup .categories .category a{display:table-cell;vertical-align:middle;width:100%;height:100%;text-decoration:none;color:#000}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .categories .category a span,.kilts .exclusives .text .button.active .popup .categories .category a span{margin:0;padding:0 10px;display:block;clear:both;font-size:14px;line-height:14px}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .categories .category a span.icon,.kilts .exclusives .text .button.active .popup .categories .category a span.icon{font-size:32px;line-height:32px;padding-bottom:15px}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .categories .category a span.quantity,.kilts .exclusives .text .button.active .popup .categories .category a span.quantity{padding-top:15px;font-size:12px;line-height:12px;color:#999}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .categories .category:hover,.kilts .exclusives .text .button.active .popup .categories .category:hover{background-color:#eaeaea}.tartan-chosen{display:block;margin-top:20px}.tartan-chosen .tartan-header{height:50px;line-height:50px;background-color:#eaeaea;padding:0 10px}.tartan-chosen .tartan-header span.tartan-title{float:left;font-size:16px}.tartan-chosen .tartan-header a.tartan-button{float:right;height:30px;line-height:30px;margin:10px 0 10px;padding:0 10px;color:#fff;background-color:#ce3737;font-size:12px;cursor:pointer;text-decoration:none}.tartan-chosen .tartan-info{border:1px solid #eaeaea;box-sizing:border-box;padding:10px;overflow:auto}.tartan-chosen .tartan-info .tartan-image{float:left;width:50px;height:50px;background-size:cover}.tartan-chosen .tartan-info span{height:25px;line-height:25px;float:left;padding:0 15px;box-sizing:border-box;width:calc(100% - 50px);font-size:14px}@media(max-width: 1110px){.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .arrow,.kilts .exclusives .product .text .button.active .popup .arrow{left:auto;right:-22px;width:45px;bottom:-8px}}@media(max-width: 1024px){.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .arrow,.kilts .exclusives .product .text .button.active .popup .arrow{left:auto;right:auto;width:45px;bottom:-8px;margin-left:25%}}@media(max-width: 780px){.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup,.kilts .exclusives .product .text .button.active .popup{left:50%;right:50%;position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute}.kilt-pack-builder.tartan-search .right-col .product-showcase .product .text .button.active .popup .arrow,.kilts .exclusives .product .text .button.active .popup .arrow{left:auto;right:auto;margin-left:0;width:auto}}.error-404{padding:40px 40px 60px}.error-404 h2{font-size:38px;margin:0 0 20px}.error-404 p{font-size:18px;width:45%;margin:0 0 20px}@media only screen and (max-width: 768px){.error-404 p{width:80%}}@media only screen and (max-width: 667px){.error-404 p{width:100%}}.error-404 .button{float:left;margin-right:20px}.error-404 .button:first-of-type{margin-bottom:20px}.error-404 .button:last-of-type{margin-right:0}@media only screen and (max-width: 667px){.error-404 .button{padding:0;width:100%;margin-bottom:20px}}.content.confirmation .wrapper{padding:40px 50px;float:left}.content.confirmation .cart-empty{display:none}.content.confirmation .checkout-success{float:left;color:#333;position:relative}.content.confirmation .checkout-success h1{font-size:40px;font-weight:normal;font-family:"montserratbold";letter-spacing:-1px;margin:0;padding-bottom:40px;border-bottom:1px solid #ccc;color:#333}.content.confirmation .checkout-success .left{float:left;padding:40px 0 45px;width:50%}.content.confirmation .checkout-success .left .tick-icon{float:left;color:#fff;background-color:#4dad00;height:60px;line-height:60px;width:60px;border-radius:100%;font-size:44px;text-align:center;margin-right:30px;margin-top:5px}.content.confirmation .checkout-success .left .info{display:block;overflow:auto;padding-right:90px;font-size:14px;font-family:"montserratlight";line-height:24px}.content.confirmation .checkout-success .left .info p{margin:0;padding:0}.content.confirmation .checkout-success .left .info b,.content.confirmation .checkout-success .left .info a{font-weight:normal;font-family:"montserratbold";text-decoration:none}.content.confirmation .checkout-success .left .info .order-number{margin-top:20px;border:5px solid #e5e7e9;padding:5px 15px;float:left}.content.confirmation .checkout-success .left .info .order-number b{color:#ce3737}.content.confirmation .checkout-success .right{float:right;width:530px;margin:40px 0 45px;background-image:url("../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg")}.content.confirmation .checkout-success .right h3{font-size:22px;font-weight:normal;font-family:"montserratbold";letter-spacing:-1px;margin:0;padding:15px 20px;box-sizing:border-box;border-bottom:1px solid #ccc;color:#333}.content.confirmation .checkout-success .right .info{float:left;width:100%;box-sizing:border-box;padding:30px 50px;height:154px}.content.confirmation .checkout-success .right .info .email,.content.confirmation .checkout-success .right .info .or{float:left}.content.confirmation .checkout-success .right .info .email{width:49%}.content.confirmation .checkout-success .right .info .email input{border:2px solid #ccc;font-size:13px;line-height:13px;font-family:"montserratlight";width:100%;box-sizing:border-box;padding:8px 11px;margin-bottom:18px}.content.confirmation .checkout-success .right .info .email input::-webkit-input-placeholder{font-family:"montserratultra_light";color:#888}.content.confirmation .checkout-success .right .info .email input:-moz-placeholder{font-family:"montserratultra_light";color:#888;opacity:1}.content.confirmation .checkout-success .right .info .email input::-moz-placeholder{font-family:"montserratultra_light";color:#888;opacity:1}.content.confirmation .checkout-success .right .info .email input:-ms-input-placeholder{font-family:"montserratultra_light";color:#888}.content.confirmation .checkout-success .right .info .email a.button{background-color:#4dad00}.content.confirmation .checkout-success .right .info .or{float:left;width:40px;margin-right:40px;position:relative;border-right:1px solid #ccc;height:100%}.content.confirmation .checkout-success .right .info .or span{top:50%;right:0;transform:translate(50%, -50%);position:absolute;text-transform:uppercase;background-image:url("../../frontend/Newborne/Houston/en_GB/img/latestBg.jpg");background-position:5px 0;font-size:13px;line-height:13px;font-family:"montserratlight";padding:5px}.content.confirmation .checkout-success .right .info .social{float:none;display:block;overflow:auto}.content.confirmation .checkout-success .right .info .social span{display:block;text-align:center;font-family:"montserratlight";font-size:13px;letter-spacing:-0.4px;color:#5d5d5d}.content.confirmation .checkout-success .right .info .social .social-icons{list-style:none;margin:0;padding:0;text-align:center;padding-top:20px}.content.confirmation .checkout-success .right .info .social .social-icons .icon{margin:0;padding:0;display:inline-block;margin-right:10px;font-size:22px;width:40px;height:40px;line-height:40px;border-radius:100%;color:#fff}.content.confirmation .checkout-success .right .info .social .social-icons .icon.icon-facebook-sma{background-color:#2770ad}.content.confirmation .checkout-success .right .info .social .social-icons .icon.icon-twitter-sma{background-color:#1ca8e3}.content.confirmation .checkout-success .right .info .social .social-icons .icon:last-of-type{margin-right:0}.content.confirmation .checkout-success a.return{position:absolute;left:0;bottom:0;color:#ce3737;font-size:14px;letter-spacing:-0.2px}.content.confirmation .checkout-success a.return i{font-size:12px;font-style:normal}@media(max-width: 1180px){.content.confirmation .wrapper .checkout-success .right{width:50%}.content.confirmation .wrapper .checkout-success .right .info{height:auto}.content.confirmation .wrapper .checkout-success .right .info .email{width:100%}.content.confirmation .wrapper .checkout-success .right .info .or{margin-top:10px;margin-right:0;height:20px;margin-bottom:20px;border-right:0;border-bottom:1px solid #ccc;width:100%}.content.confirmation .wrapper .checkout-success .right .info .or span{top:100%;right:auto;left:50%;transform:translate(-50%, -50%)}.content.confirmation .wrapper .checkout-success .right .info .social{float:left;width:100%;margin-top:10px}}@media(max-width: 1110px){.content.confirmation .wrapper .checkout-success .left{width:60%}.content.confirmation .wrapper .checkout-success .left .info{padding-right:40px}.content.confirmation .wrapper .checkout-success .right{width:40%}}@media(max-width: 890px){.content.confirmation .wrapper .checkout-success .left{width:100%}.content.confirmation .wrapper .checkout-success .left .info{padding-right:0}.content.confirmation .wrapper .checkout-success .right{width:100%;margin-top:0}.content.confirmation .wrapper .checkout-success .right .info{height:154px}.content.confirmation .wrapper .checkout-success .right .info .email{width:49%}.content.confirmation .wrapper .checkout-success .right .info .or{margin-top:0;margin-right:40px;height:100%;margin-bottom:0;border-right:1px solid #ccc;border-bottom:0;width:40px}.content.confirmation .wrapper .checkout-success .right .info .or span{top:50%;right:0;left:auto;transform:translate(50%, -50%)}.content.confirmation .wrapper .checkout-success .right .info .social{float:none;width:auto;margin-top:0}}@media(max-width: 640px){.content.confirmation{padding:30px}.content.confirmation .wrapper .checkout-success .right .info{height:auto}.content.confirmation .wrapper .checkout-success .right .info .email{width:100%}.content.confirmation .wrapper .checkout-success .right .info .or{margin-top:10px;margin-right:0;height:20px;margin-bottom:20px;border-right:0;border-bottom:1px solid #ccc;width:100%}.content.confirmation .wrapper .checkout-success .right .info .or span{top:100%;right:auto;left:50%;transform:translate(-50%, -50%)}.content.confirmation .wrapper .checkout-success .right .info .social{float:left;width:100%;margin-top:10px}}@media(max-width: 530px){.content.confirmation .wrapper .checkout-success .left .tick-icon{display:none}.content.confirmation .wrapper .checkout-success .left .info .order-number{width:100%;box-sizing:border-box}}body.question-open{overflow:hidden}body.question-open .content.details .ask-a-question{display:block !important}.content.details .ask-a-question{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:10;overflow:hidden;display:none}.content.details .ask-a-question .question-form{position:relative;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);position:absolute;width:500px;background-color:#fff;padding:20px;box-sizing:border-box;max-height:90%;overflow:auto;border-radius:3px;max-width:80%}.content.details .ask-a-question .question-form h2{font-weight:normal;font-family:"montserratbold";color:#333;margin:0;font-size:24px;padding-bottom:25px}.content.details .ask-a-question .question-form p{margin:0;padding:0;font-family:"montserratregular";color:#333;font-size:14px;padding:0 0 20px;display:none}.content.details .ask-a-question .question-form .close-button{font-size:44px;color:#ce3737;position:absolute;top:20px;right:20px;line-height:28px;cursor:pointer}.content.details .ask-a-question .question-form div.mage-error{display:none !important}.content.details .ask-a-question .question-form .required-captcha{height:0;padding:0;border:0}.content.details .ask-a-question .question-form input,.content.details .ask-a-question .question-form textarea{width:100%;height:60px;margin-top:15px;padding:10px;box-sizing:border-box;font-size:14px;border:2px solid #ccc;font-family:"montserratregular";color:#333}.content.details .ask-a-question .question-form input::-webkit-input-placeholder,.content.details .ask-a-question .question-form textarea::-webkit-input-placeholder{font-family:"montserratregular";color:#888}.content.details .ask-a-question .question-form input:-moz-placeholder,.content.details .ask-a-question .question-form textarea:-moz-placeholder{font-family:"montserratregular";color:#888;opacity:1}.content.details .ask-a-question .question-form input::-moz-placeholder,.content.details .ask-a-question .question-form textarea::-moz-placeholder{font-family:"montserratregular";color:#888;opacity:1}.content.details .ask-a-question .question-form input:-ms-input-placeholder,.content.details .ask-a-question .question-form textarea:-ms-input-placeholder{font-family:"montserratregular";color:#888}.content.details .ask-a-question .question-form input.mage-error,.content.details .ask-a-question .question-form textarea.mage-error{border-color:#ce3737}.content.details .ask-a-question .question-form textarea{height:auto;max-width:100%}.content.details .ask-a-question .question-form .first input{margin-top:0}.content.details .ask-a-question .question-form button.button{width:100%;font-family:"montserratregular";margin-top:15px;padding-top:5px;padding-bottom:5px}.content.details .ask-a-question .question-form.success div:not(.close-button){display:none}.content.details .ask-a-question .question-form.success p{padding:0}.content.details .ask-a-question .question-form.success button.button{display:none}.content.details .ask-a-question .captcha-error{display:block;font-size:14px;font-family:"montserratregular";color:#ce3737;margin-top:10px}.content.details .ask-a-question .captcha-error.hidden{display:none}.content.details .ask-a-question .captcha-container{width:100%;margin-top:15px}.content.details .ask-a-question .captcha-container .field.captcha.refreshing .captcha-reload{opacity:.2}.content.details .ask-a-question .captcha-container .captcha-reload{background-color:#ce3737;border:0;font-size:12px;font-family:"montserratregular";color:#fff;border-radius:0;text-transform:uppercase;text-decoration:none;padding:10px 15px;cursor:pointer;opacity:1;transition:opacity .2s;vertical-align:top;margin-left:10px}.content.details .ask-a-question .captcha-container .captcha-reload:hover{opacity:.6}.content.details .ask-a-question .captcha-container .captcha-note{display:block;font-size:14px;font-family:"montserratregular"}@font-face{font-family:"icomoon";src:url("../../frontend/Newborne/Houston/en_GB/fonts/icomoon.eot?x2c3b3");src:url("../../frontend/Newborne/Houston/en_GB/fonts/icomoon.eot?x2c3b3#iefix") format("embedded-opentype"),url("../../frontend/Newborne/Houston/en_GB/fonts/icomoon.ttf?x2c3b3") format("truetype"),url("../../frontend/Newborne/Houston/en_GB/fonts/icomoon.woff?x2c3b3") format("woff"),url("../../frontend/Newborne/Houston/en_GB/fonts/icomoon.svg?x2c3b3#icomoon") format("svg");font-weight:normal;font-style:normal;font-display:block}@font-face{font-family:"montserratblack";src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-black-webfont.eot");src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-black-webfont.eot?#iefix") format("embedded-opentype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-black-webfont.woff2") format("woff2"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-black-webfont.woff") format("woff"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-black-webfont.ttf") format("truetype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-black-webfont.svg#montserratblack") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"montserratregular";src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-regular-webfont.eot");src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-regular-webfont.woff2") format("woff2"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-regular-webfont.woff") format("woff"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-regular-webfont.ttf") format("truetype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"montserratbold";src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.eot");src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.woff") format("woff"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.ttf") format("truetype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"montserratultra_light";src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-ultralight-webfont.eot");src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-ultralight-webfont.eot?#iefix") format("embedded-opentype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-ultralight-webfont.woff2") format("woff2"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-ultralight-webfont.woff") format("woff"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-ultralight-webfont.ttf") format("truetype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-ultralight-webfont.svg#montserratultra_light") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"montserratlight";src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-light-webfont.eot");src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-light-webfont.woff2") format("woff2"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-light-webfont.woff") format("woff"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-light-webfont.ttf") format("truetype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-light-webfont.svg#montserratlight") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"montserratregular";src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.eot");src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.woff") format("woff"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.ttf") format("truetype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");font-weight:bold;font-style:normal}@font-face{font-family:"montserratbold";src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.eot");src:url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.woff") format("woff"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.ttf") format("truetype"),url("../../frontend/Newborne/Houston/en_GB/fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");font-weight:bold;font-style:normal}@font-face{font-family:"Myriad Pro";src:url("../../frontend/Newborne/Houston/en_GB/fonts/MyriadPro-Regular.eot");src:url("../../frontend/Newborne/Houston/en_GB/fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),url("../../frontend/Newborne/Houston/en_GB/fonts/MyriadPro-Regular.woff2") format("woff2"),url("../../frontend/Newborne/Houston/en_GB/fonts/MyriadPro-Regular.woff") format("woff"),url("../../frontend/Newborne/Houston/en_GB/fonts/MyriadPro-Regular.ttf") format("truetype"),url("../../frontend/Newborne/Houston/en_GB/fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");font-weight:normal;font-style:normal}[class^=icon-],[class*=" icon-"]{font-family:"icomoon" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-bag:before{content:""}.icon-menu:before{content:"󦄨"}.icon-google-plus:before{content:"󦄣"}.icon-pinterest-sma:before{content:""}.icon-facebook-sma:before{content:""}.icon-twitter-sma:before{content:""}.icon-x-sma:before{content:""}.icon-vine-sma:before{content:""}.icon-youtube-sma:before{content:""}.icon-skype:before{content:""}.icon-book:before{content:""}.icon-email:before{content:""}.icon-globe:before{content:""}.icon-phone:before{content:""}.icon-search:before{content:""}.icon-tags:before{content:""}.icon-uk-map:before{content:""}.icon-instagram:before{content:""}.icon-whatsapp:before{content:""}.icon-close:before{content:""}@font-face{font-family:"options";src:url("../../frontend/Newborne/Houston/en_GB/fonts/options.eot?ci5wby");src:url("../../frontend/Newborne/Houston/en_GB/fonts/options.eot?ci5wby#iefix") format("embedded-opentype"),url("../../frontend/Newborne/Houston/en_GB/fonts/options.ttf?ci5wby") format("truetype"),url("../../frontend/Newborne/Houston/en_GB/fonts/options.woff?ci5wby") format("woff"),url("../../frontend/Newborne/Houston/en_GB/fonts/options.svg?ci5wby#options") format("svg");font-weight:normal;font-style:normal}[class^=video-tools-],[class*=" video-tools-"]{font-family:"options";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.video-tools-play:before{content:""}.video-tools-info:before{content:""}.video-tools-kilt:before{content:""}.video-tools-progress1:before{content:""}.video-tools-progress3:before{content:""}.video-tools-progress2:before{content:""}.video-tools-progress4:before{content:""}.video-tools-progress5:before{content:""}.video-tools-progress6:before{content:""}.video-tools-progress7:before{content:""}.video-tools-progress8:before{content:""}.video-tools-progress9:before{content:""}.video-tools-progress10:before{content:""}.video-tools-progress11:before{content:""}.video-tools-progress12:before{content:""}.video-tools-settings:before{content:""}.video-tools-tape:before{content:""}.video-tools-tick:before{content:""}.video-tools-summary:before{content:""}.video-tools-waistcoat:before{content:"";font-size:1.3em}.video-tools-needle:before{content:""}.video-tools-trousers:before{content:""}.bg-desktop{background-image:url("../../frontend/Newborne/Houston/en_GB/img/navBg.jpg")}.max-desktop{max-width:1340px;margin:0 auto}@media only screen and (min-width: 781px){.top-bar{padding:0 20px}}.top-bar .dotted-line{position:absolute;height:1px;border-top:1px dashed #666;width:39%;top:50px;z-index:1}.top-bar .dotted-line.l{left:0}.top-bar .dotted-line.r{right:0}.top-bar .half{height:50px}.top-bar .half .font{font-size:15px;color:#ccc;line-height:50px;float:left}.top-bar .half .font.font{font-family:"Myriad Pro"}.top-bar .half .font.skype{margin:0}.top-bar .half .font .icon{margin-right:5px;font-size:16px;top:3px;position:relative}.top-bar .half .font .icon.skype{color:#03b2ec}.top-bar .half .font .icon.mail{font-size:12px;top:1px}.top-bar .half .font.last{margin:0}.top-bar .half .div{width:1px;height:20px;background-color:#fff;opacity:.3;margin:0 10px;float:left;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.top-bar a:hover{color:#fff}.top-bar .left,.top-bar .right{width:50%}.top-bar .left{float:left}.top-bar .right{float:right}.top-bar .right .right-wrapper{float:right;height:100%}.top-bar .right .right-wrapper .font{font-size:13px}.top-bar .right .right-wrapper .icons{float:right;padding:15px 0;margin:0}.top-bar .right .right-wrapper .icons .social-icons{font-size:15px;color:#fff;border-radius:50%;float:left;width:24px;height:24px;box-sizing:border-box;margin-left:10px;margin-right:0;line-height:25px;text-align:center}.top-bar .right .right-wrapper .icons .social-icons.fb{background-color:#2770ad;padding-left:2px}.top-bar .right .right-wrapper .icons .social-icons.fb:hover{background-color:#215f91}.top-bar .right .right-wrapper .icons .social-icons.icon-x-sma{background-color:#000}.top-bar .right .right-wrapper .icons .social-icons.icon-x-sma:hover{background-color:#333}.top-bar .right .right-wrapper .icons .social-icons.yt{background-color:#d60804;font-size:16px}.top-bar .right .right-wrapper .icons .social-icons.yt:hover{background-color:#af0604}.top-bar .right .right-wrapper .icons .social-icons.pin{background-color:#c62a2a;font-size:19px}.top-bar .right .right-wrapper .icons .social-icons.pin:hover{background-color:#931f1f}.top-bar .right .right-wrapper .icons .social-icons.vine{background-color:#00a478;padding-left:2px;font-size:17px}.top-bar .right .right-wrapper .icons .social-icons.vine:hover{background-color:#007556}.top-bar .right .right-wrapper .icons .social-icons.instagram{background-color:#fff;padding-left:1px;font-size:15px;color:#000}.top-bar .right .right-wrapper .icons .social-icons.instagram:hover{background-color:#ccc}.top-bar .right .right-wrapper .icons .social-icons.whatsapp{color:#fff;background-color:#25d366;padding-left:1px;font-size:15px}.top-bar .right .right-wrapper .icons .social-icons.whatsapp:hover{background-color:#075e54}.top-bar .right .right-wrapper .icons .social-icons.first{margin-left:0}@media only screen and (min-width: 781px){.new-header{width:100%;position:relative;height:100%;padding:0 20px;box-sizing:border-box}}.new-header .switcher-dropdown{display:none;list-style:none;margin:15px 0 0;padding:0;position:absolute;z-index:40;box-shadow:0 0 5px rgba(0,0,0,.6);width:100%;min-width:120px;background-color:#fff;border-radius:3px;border:1px solid #e1e1e1;left:50%;transform:translateX(-50%)}.new-header .switcher-dropdown:before{content:"";height:8px;width:15px;top:-8px;position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);position:absolute;background-image:url("../../frontend/Newborne/Houston/en_GB/img/tri.png");background-size:15px;background-repeat:no-repeat}.new-header .switcher-dropdown li{border-bottom:1px solid #ccc}.new-header .switcher-dropdown li:last-child{border-bottom:none}.new-header .switcher-dropdown a{display:block;font-family:"montserratregular";margin-left:0;outline:0;color:#333;width:100%;padding:5px 0;text-align:center;box-sizing:border-box;-webkit-transition:background-color .3s linear;-moz-transition:background-color .3s linear;-ms-transition:background-color .3s linear;-o-transition:background-color .3s linear;transition:background-color .3s linear}.new-header .switcher-dropdown a:hover{background-color:#e1e1e1}.new-header .button-group{display:inline-flex;align-items:center;justify-content:end;gap:15px}.new-header .switcher-currency{cursor:pointer}.new-header .switcher-currency strong,.new-header .switcher-currency b{display:block;font-weight:normal}.new-header .switcher-currency .chosen-language.language-GBP .flag{background-image:url("../../frontend/Newborne/Houston/en_GB/img/flags/GBP.png")}.new-header .switcher-currency .chosen-language.language-USD .flag{background-image:url("../../frontend/Newborne/Houston/en_GB/img/flags/USD.png")}.new-header .switcher-currency .chosen-language.language-CAD .flag{background-image:url("../../frontend/Newborne/Houston/en_GB/img/flags/CAD.png")}.new-header .switcher-currency .chosen-language.language-AUD .flag{background-image:url("../../frontend/Newborne/Houston/en_GB/img/flags/AUD.png")}.new-header .switcher-currency .chosen-language.language-EUR .flag{background-image:url("../../frontend/Newborne/Houston/en_GB/img/flags/EUR.png")}.new-header .switcher-currency .flag{position:relative;display:inline-block;background-size:cover;height:20px;width:20px;background-color:rgba(0,0,0,0)}.new-header .switcher-currency .tri{color:#959596}.new-header .language-switch{float:left;color:#fff;font-family:"Myriad Pro";position:relative}.new-header .language-switch .action.toggle{display:flex;align-items:center;cursor:pointer;gap:5px;line-height:1}@media(max-width: 600px){.new-header .language-switch .action.toggle{flex-direction:column;gap:0}}.new-header .language-switch .action.toggle:before{font-size:20px;content:"";font-family:"icomoon" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width: 600px){.new-header .language-switch .action.toggle:before{font-size:25px}}@media(min-width: 601px)and (max-width: 780px){.new-header .language-switch .action.toggle:before{font-size:30px}}.new-header .language-switch .action.toggle:after{content:"▾";color:#959596}@media(min-width: 701px){.new-header .language-switch .action.toggle:after{margin-left:2px}}@media(max-width: 780px){.new-header .language-switch .view-current-store-switch{display:none}}.new-header .language-switch .switcher-label{display:none}.new-header .language-switch .mobile-hint{display:none}.new-header .my-bag,.new-header .switcher-currency{color:#fff;font-size:16px;font-family:"Myriad Pro";font-weight:100;position:relative}.new-header .my-bag strong,.new-header .switcher-currency strong{align-items:center;display:flex;gap:5px;line-height:1}@media(max-width: 600px){.new-header .my-bag strong,.new-header .switcher-currency strong{flex-direction:column;gap:0}}.new-header .my-bag .action.showcart{display:flex;align-items:center;gap:10px;color:#fff;line-height:1}@media(max-width: 780px){.new-header .my-bag .text{display:none}}.new-header .my-bag .basket-number{width:23px;height:35px;background-image:url("../../frontend/Newborne/Houston/en_GB/img/cart2.png");background-position:center;background-repeat:no-repeat;background-size:contain;text-align:center}.new-header .my-bag .counter-number{position:relative;top:15px}.new-header .my-bag .recent-item-summary{z-index:0;position:absolute;right:0;top:54px;width:380px;max-width:100vw;background-color:#fff;-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,.2);-moz-box-shadow:0 5px 20px 0 rgba(0,0,0,.2);box-shadow:0 5px 20px 0 rgba(0,0,0,.2);border-radius:10px;font-family:"montserratregular";pointer-events:none;opacity:0;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.new-header .my-bag .recent-item-summary.active{opacity:1;z-index:1000;pointer-events:initial}.new-header .my-bag .recent-item-summary *{box-sizing:border-box}.new-header .my-bag .recent-item-summary:before{display:block;position:absolute;top:-10px;right:50px;content:"";width:0;height:0;z-index:1;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-bottom:10px solid #fff}.new-header .my-bag .recent-item-summary .summary-top-bar{height:60px;position:relative;padding:18px 20px}.new-header .my-bag .recent-item-summary .summary-top-bar .tick-icon{background-color:#4dad00;border-radius:50%;width:24px;height:24px;display:block;text-align:center;line-height:24px;font-size:14px;float:left;margin-right:14px}.new-header .my-bag .recent-item-summary .summary-top-bar .cross{position:absolute;top:0;right:20px;font-size:28px;color:#222;line-height:60px;font-family:"Myriad Pro"}.new-header .my-bag .recent-item-summary .summary-top-bar h3{line-height:28px;font-size:18px;color:#222;margin:0}.new-header .my-bag .recent-item-summary .item-summary{padding:20px;border-top:solid 1px #ddd;border-bottom:solid 1px #ddd}.new-header .my-bag .recent-item-summary .item-summary .img-container{float:left;width:84px;height:80px;max-width:25%;background-size:contain;background-position:center;background-repeat:no-repeat}.new-header .my-bag .recent-item-summary .item-summary .item-text-container{float:right;min-height:80px;width:70%}.new-header .my-bag .recent-item-summary .item-summary .item-text-container h4{color:#222;margin:0 0 4px;font-size:16px;line-height:18px}.new-header .my-bag .recent-item-summary .item-summary .item-text-container ul{list-style:none;padding:0;margin:0}.new-header .my-bag .recent-item-summary .item-summary .item-text-container ul li{color:#666;margin:0;font-size:12px;line-height:14px}.new-header .my-bag .recent-item-summary .bag-summary{padding:18px 20px 12px}.new-header .my-bag .recent-item-summary .bag-summary .left{float:left}.new-header .my-bag .recent-item-summary .bag-summary .left p{font-size:16px;margin:0;color:#222}.new-header .my-bag .recent-item-summary .bag-summary .left p strong{font-weight:normal;font-family:"montserratbold"}.new-header .my-bag .recent-item-summary .bag-summary .right{float:right}.new-header .my-bag .recent-item-summary .bag-summary .right p{font-size:20px;font-family:"montserratbold";line-height:22px;color:#333;margin:0 0 4px;text-align:right;letter-spacing:.5px}.new-header .my-bag .recent-item-summary .bag-summary .right p.tax-free{margin:0;font-size:14px;color:#666;font-family:"montserratregular"}.new-header .my-bag .recent-item-summary .bag-summary .right p.tax-free span{font-family:"montserratbold";font-size:16px}.new-header .my-bag .recent-item-summary .checkout-cta-container{padding:0 20px 20px 20px}.new-header .my-bag .recent-item-summary .checkout-cta-container a{width:48%;float:left;font-size:16px;line-height:50px;letter-spacing:.5px}@media only screen and (max-width: 600px){.new-header .my-bag .recent-item-summary .checkout-cta-container a{font-size:12px;line-height:40px}}.new-header .my-bag .recent-item-summary .checkout-cta-container a:last-of-type{background-color:#4dad00;float:right}@media only screen and (max-width: 600px){.new-header .my-bag .recent-item-summary{right:-10px;top:72px}.new-header .my-bag .recent-item-summary:before{right:18px}}.header-content{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width: 780px){.header-content{padding:20px 10px}}.header-content>*{flex-basis:33.3%}.new-logo{display:inline-flex;justify-content:center}@media only screen and (min-width: 781px){.new-logo{margin-top:-20px;margin-bottom:20px}}.new-logo img{display:block;height:100%;width:228px}.minisearch{position:relative;display:block;width:255px;z-index:1;margin-bottom:5px}.minisearch .input-container{position:relative;display:flex;gap:6px}.minisearch .input-container .close-dropdown{position:fixed;left:0;right:0;top:0;bottom:0;display:none}.minisearch .input-container .close-dropdown.active{display:block}.minisearch .input-container .dropdown{display:none;position:absolute;background-color:#252728;width:calc(100% - 46px);top:40px;border:solid 1px #969696;border-top:none;box-sizing:border-box;padding:10px 13px;z-index:0}.minisearch .input-container .dropdown.active{display:block}.minisearch .input-container .dropdown p{color:#fff;font-size:12px;margin:0 0 10px}.minisearch .input-container .css-label{background-image:url("../../frontend/Newborne/Houston/en_GB/img/checkbox.png");user-select:none;margin-right:6px}.minisearch .input-container input[type=radio]{position:absolute}.minisearch .input-container input[type=radio].css-radio+label.css-label{padding-left:22px;height:16px;display:block;line-height:16px;background-repeat:no-repeat;background-position:0 0;font-size:12px;vertical-align:middle;cursor:pointer;color:#fff;width:45%;box-sizing:border-box;float:left}.minisearch .input-container input[type=radio].css-radio:checked+label.css-label{background-position:0 -16px}.minisearch .search{width:100%;height:100%}.minisearch .control{width:100%;height:100%}.minisearch input[type=text]{display:block;width:100%;padding:0 10px;line-height:40px;height:100%;background-color:rgba(0,0,0,.5);border-radius:0;box-sizing:border-box;color:#aaa;font-size:16px;font-family:"Myriad Pro";border:solid 1px #969696;float:left;z-index:1;position:relative}@media(min-width: 781px){.minisearch input[type=text]{height:30px}}@media(min-width: 901px){.minisearch input[type=text]{height:40px}}.minisearch button{width:40px;height:40px;background-color:#ce3737;color:#fff;float:left;border:none;font-size:16px;cursor:pointer;padding:0;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.minisearch button:hover{opacity:.7}.minisearch ::-webkit-input-placeholder{color:#aaa;font-style:italic}.minisearch :-moz-placeholder{color:#aaa;font-style:italic}.minisearch ::-moz-placeholder{color:#aaa;font-style:italic}.minisearch :-ms-input-placeholder{color:#aaa;font-style:italic}.search-autocomplete{box-shadow:0 0 5px rgba(0,0,0,.6)}.search-autocomplete .wk_ss_list{font-size:14px}.search-autocomplete .wk_ss_left{padding:0}.search-autocomplete .wk_ss_cat{color:#ce3737}.search-autocomplete .wk_ss_list li{margin-bottom:0 !important;padding:10px;border-bottom:1px solid #ccc}.search-autocomplete .wk_ss_list li:last-child{border-bottom:none}.search-autocomplete .wk_ss_list a{display:flex;gap:10px;color:#333}.search-autocomplete .wk_ss_proname{margin-bottom:5px}.search-autocomplete .wk_ss_price{font-size:14px;color:#333}.search-autocomplete .wk_ss_img{padding-left:0}.search-autocomplete .wk_ss_img img{width:100%;height:auto}.search-autocomplete .wk_ss_prd{display:block;margin-bottom:5px}.search-autocomplete .wk_ss_proname{padding:0}.search-autocomplete .wk_ss_bottom{display:none}.search-autocomplete .wk_ss_heading{margin:0;width:auto;text-transform:uppercase}#search_mini_form #wk_ss_loader{top:8px;left:176px}#search_autocomplete{top:100%;border-bottom-left-radius:3px;border-bottom-right-radius:3px}@media(max-width: 1350px){.top-bar .half .font{font-size:13px;margin-right:7px}.top-bar .half .font .icon{font-size:14px}.top-bar .half .font .icon.mail{font-size:12px}.top-bar .right .right-wrapper .div{margin:0 6px}.top-bar .right .right-wrapper .icons .social-icons{margin-left:6px}}@media(max-width: 1250px){.new-logo img{width:190px}.top-bar .dotted-line{width:38%}}@media(max-width: 1150px){.minisearch{width:200px}.minisearch .search{font-size:12px}.minisearch .input-container .dropdown input[type=radio].css-radio+label.css-label{width:100%}.minisearch .input-container .dropdown input[type=radio].css-radio+label.css-label:first-of-type{margin-bottom:5px}}@media(max-width: 1024px){.top-bar .half span{display:none}.top-bar .half .font{margin-right:10px}.top-bar .right .right-wrapper .font{margin-right:10px}.top-bar .right .right-wrapper .icons .social-icons{width:20px;height:20px;line-height:21px;font-size:12px}.top-bar .right .right-wrapper .icons .social-icons.yt,.top-bar .right .right-wrapper .icons .social-icons.vine,.top-bar .right .right-wrapper .icons .social-icons.instagram{font-size:13px}.top-bar .right .right-wrapper .icons .social-icons.pin{font-size:15px}}@media(max-width: 900px){.header-content .new-logo{width:175px}.user-tools .my-bag,.user-tools .switcher-currency{font-size:14px}.minisearch .search{font-size:10px}.minisearch button{width:30px;height:30px;font-size:14px}}@media(max-width: 780px){.new-header{background-image:none;background-color:#2c2c2c}.for-mobile{display:block !important}.header-content{position:relative}.header-content .new-logo{z-index:3}.user-tools{width:100%}.minisearch{width:auto;padding:0 10px 10px}.minisearch .search{height:60px;font-size:16px}.minisearch button{width:60px;height:60px;font-size:24px}.minisearch .input-container .dropdown{top:60px}.new-logo img{width:215px}.button-group{position:relative;gap:10px}.button-group a.gbp,.button-group .switcher-currency.gbp{position:relative}.button-group a.gbp .flag,.button-group .switcher-currency.gbp .flag{width:30px;height:30px}.button-group a.gbp .tri,.button-group .switcher-currency.gbp .tri{font-size:16px}.button-group a .basket-number,.button-group .switcher-currency .basket-number{font-size:16px;right:7.5px;top:15px}}@media(max-width: 600px){.header-content .new-logo img{width:150px}.minisearch .search{height:40px}.minisearch button{height:40px;width:40px;font-size:14px}.minisearch .input-container .dropdown{top:40px}.button-group a.gbp .flag,.button-group .switcher-currency.gbp .flag{width:25px;height:25px;margin:0}.button-group a .basket-number,.button-group .switcher-currency .basket-number{font-size:14px}}.nav-before-open{height:100%;overflow-x:hidden;width:100%}.nav-before-open body{height:100%;overflow:hidden;position:relative;width:100%}[data-action=toggle-nav]{position:absolute;left:25px;top:40px;width:24px;height:24px;display:block;z-index:2}@media only screen and (min-width: 781px){[data-action=toggle-nav]{display:none}}@media only screen and (min-width: 781px){.nav-desktop{position:relative;z-index:9}}@media only screen and (min-width: 781px){.nav-container{display:flex;justify-content:space-between;align-items:center;padding:0 20px}}.navigation{left:0;width:100%;bottom:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navigation *{box-sizing:border-box}@media only screen and (max-width: 780px){.navigation{padding:60px 20px 20px;position:fixed;top:0;background-color:#fff;z-index:9;left:-100%;transition:left .3s;overflow:hidden;display:flex;flex-direction:column}}@media only screen and (min-width: 781px){.navigation{padding-right:50px}}@media only screen and (max-width: 780px){.nav-open .navigation{left:0}}@media only screen and (max-width: 780px){.navigation__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}}@media only screen and (min-width: 781px){.navigation__header{display:none}}.navigation__close{border:none;background-color:rgba(0,0,0,0);padding:0}.navigation__back{display:flex;gap:10px;align-items:center;background-color:#9a9a9a;line-height:40px;margin-left:-20px;margin-right:-20px;padding-left:20px;font-size:16px;font-weight:700;color:#fff;text-transform:uppercase;margin-bottom:7px}@media only screen and (max-width: 780px){.navigation__back:before{content:"";width:6px;height:11px;background-image:url('data:image/svg+xml,<svg width="6" height="11" viewBox="0 0 6 11" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(../../frontend/Newborne/Houston/en_GB/css/%23clip0_4029_4)"><path d="M0.402069 4.91084C0.558486 4.74894 0.812496 4.74894 0.968913 4.91084L5.88202 9.99639C6.03843 10.1569 6.03843 10.4212 5.88202 10.5831L5.59726 10.8779C5.44084 11.0398 5.18683 11.0398 5.03041 10.8779L0.11731 5.79234C-0.0377707 5.63043 -0.0391078 5.3675 0.11731 5.2056L0.402069 4.90946L0.402069 4.91084Z" fill="white"/><path d="M5.88235 0.416535C6.03877 0.578442 6.03877 0.841369 5.88235 1.00328L0.96925 6.08882C0.812832 6.25073 0.558822 6.25073 0.402405 6.08882L0.116309 5.79268C-0.0387712 5.63078 -0.0401083 5.36785 0.116309 5.20594L5.03075 0.120397C5.18716 -0.0401263 5.44117 -0.0415101 5.59759 0.120397L5.88235 0.416535Z" fill="white"/></g><defs><clipPath id="clip0_4029_4"><rect width="6" height="11" fill="white" transform="translate(6 11) rotate(180)"/></clipPath></defs></svg>')}}@media only screen and (min-width: 781px){.navigation__back{display:none}}.navigation__list{list-style:none;padding:0;margin:0}@media only screen and (min-width: 781px){.navigation__list{display:flex;align-items:center;justify-content:space-between;gap:10px}}@media only screen and (min-width: 781px){.navigation .navigation__item:not(.with-image){position:relative}}@media only screen and (min-width: 781px){.navigation__item:hover .navigation__link{color:#fff;border-bottom-color:#ce3737}}.navigation__link{color:#9a9a9a;transition:color .3s;font-weight:700;text-transform:uppercase}@media only screen and (max-width: 780px){.navigation__link{display:flex;justify-content:space-between;align-items:center;font-size:16px;padding:10px 0}}@media only screen and (min-width: 781px){.navigation__link{display:block;font-size:14px;padding:20px 0;border-bottom:5px solid rgba(0,0,0,0)}}@media only screen and (max-width: 780px){.navigation__link:after{content:"";width:6px;height:11px;background-image:url('data:image/svg+xml,<svg width="6" height="11" viewBox="0 0 6 11" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(../../frontend/Newborne/Houston/en_GB/css/%23clip0_1_53)"><path d="M5.59793 6.08916C5.44151 6.25106 5.1875 6.25106 5.03109 6.08916L0.117984 1.00361C-0.0384329 0.843088 -0.0384329 0.578778 0.117984 0.416871L0.402744 0.122117C0.559161 -0.0397901 0.813171 -0.0397901 0.969588 0.122117L5.88269 5.20766C6.03777 5.36957 6.03911 5.6325 5.88269 5.7944L5.59793 6.09054V6.08916Z" fill="%239A9A9A"/><path d="M0.117649 10.5835C-0.0387686 10.4216 -0.0387686 10.1586 0.117649 9.99672L5.03075 4.91118C5.18717 4.74927 5.44118 4.74927 5.59759 4.91118L5.88369 5.20732C6.03877 5.36922 6.04011 5.63215 5.88369 5.79406L0.969253 10.8796C0.812836 11.0401 0.558825 11.0415 0.402408 10.8796L0.117649 10.5835Z" fill="%239A9A9A"/></g><defs><clipPath id="clip0_1_53"><rect width="6" height="11" fill="white"/></clipPath></defs></svg>')}}.navigation__link--active{color:#fff}@media only screen and (max-width: 780px){.opened .navigation__link{color:#000}}@media only screen and (max-width: 780px){.navigation__item.opened .submenu{left:0}}.navigation__contact{margin-top:auto;margin-bottom:30px}@media only screen and (min-width: 781px){.navigation__contact{display:none}}.navigation__contact p{margin:0;font-size:12px;line-height:20px;font-weight:400;color:#9a9a9a}.navigation__social{margin-bottom:10px}@media only screen and (min-width: 781px){.navigation__social{display:none}}.navigation__social ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:20px}.navigation__social svg{width:24px;height:24px}.submenu{position:absolute;list-style:none;margin:0}@media only screen and (max-width: 780px){.submenu{background:#fff;top:110px;left:100%;height:calc(100% - 310px);width:100%;transition:left .3s;padding:20px 10px 20px 20px;display:block !important;z-index:9}}@media only screen and (min-width: 781px){.submenu{display:none;padding:30px 50px;background:#fff;top:100%;left:-50px;right:-50px;max-width:1440px;margin:0 auto;box-shadow:0 4px 12px -2px rgba(0,0,0,.4)}}@media screen and (min-width: 782px)and (max-width: 1440px){.submenu{padding-left:70px;padding-right:70px}}@media only screen and (min-width: 781px){.navigation__item:not(.with-image) .submenu{left:-30px;padding:30px;width:220px}}@media only screen and (max-width: 780px){.submenu__inner{height:100%;overflow:auto;padding-right:10px}}@media only screen and (min-width: 781px){.submenu__inner{display:flex}}.submenu__list{list-style:none;margin:0;padding:0}@media only screen and (min-width: 781px){.with-image .submenu__list{columns:2;flex-basis:calc(100% - 320px);padding-right:50px}}@media only screen and (min-width: 1024px){.with-image .submenu__list{flex-basis:calc(100% - 474px);padding-right:100px}}.submenu li a{display:block;color:#6d6d6d;transition:color .3s;padding:7px 0;font-weight:400;font-size:14px}.submenu li a:hover{color:#1e1e1e}.submenu__image-wrapper{font-size:0}@media only screen and (max-width: 780px){.submenu__image-wrapper{margin-top:20px}}@media only screen and (min-width: 781px){.submenu__image-wrapper{flex-basis:320px}}@media only screen and (min-width: 1024px){.submenu__image-wrapper{flex-basis:474px}}.submenu__image-wrapper a{display:block}.submenu figure{width:100%;margin:0;padding:0;position:relative}.submenu img{max-width:100%}.submenu figcaption{position:absolute;bottom:0;left:0;width:100%;text-align:center;font-size:12px;line-height:49px;font-weight:700;border-top:3px solid #ce3737;background-color:rgba(30,30,30,.42);color:#fff;text-transform:uppercase}/*# sourceMappingURL=main.css.map */
.yourdetails .wrapper .checkout-right .new .control .hosted-control{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    padding: 0 8px;
    background-color: #fff;
    color: #000;
}

.yourdetails .wrapper .checkout-right .new .control .hosted-control#braintree_expirationMonth{
    width: 56%;
    float: left;
    margin-right: 10px;
}
.yourdetails .wrapper .checkout-right .new .control .hosted-control#braintree_expirationYear{
    width: 40%;
    float: left;
}

/* Category Description Additions */

.category-description {
    padding: 0px 55px 20px 55px;
}

.category-description p {
    font-family: "montserratlight";
    line-height: 24px;
}

ul.sub-category-links {
    list-style: none;
    display: flex;
    gap: 2rem;
    padding: 0;
    flex-wrap: wrap;
}

ul.sub-category-links a {
    color: black;
    text-decoration: underline;
}


/* FAQ Accordions */

#faq-accordion h3 {
    margin: 0;
    padding: 12px 14px;
    background: #f4f4f2;
    margin-bottom: 2px;
    border-radius: 3px;
    cursor: pointer;
    position:relative;
}

#faq-accordion h3::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: no-repeat center/contain
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'><path stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5'/></svg>");
    transition: transform 0.2s ease;
}

#faq-accordion .ui-accordion-content {
    padding: 12px 14px;
}

#faq-accordion .ui-accordion-header-active::after {
    transform: translateY(-50%) rotate(180deg);
}

#faq-accordion p {
    font-family: "montserratlight";
    line-height: 24px;
}

/* Page builder styles */

.gap-2 {
    gap:2rem;
}

.pagebuilder-column-group.gap-2>.pagebuilder-column-line{
    gap:2rem
}

.pagebuilder-column-group.row .pagebuilder-column-line {
    flex-direction: row;
}

/*.page-wrapper .content {
width: 100%;
max-width: 100%;
}*/

.kilt-header p,
.kilt-header li {
    font-family: "montserratlight";
    line-height: 24px;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.col-with-padding {
    padding: 2rem;
}

/* Ensure full-width rows break out of containers */
/*.row-full-width-inner {
width: 100%;
max-width: 1340px;
padding: 0 20px;
margin-left: calc(-50vw + 50%);
margin: 0 auto;
}*/

/* Keep other Page Builder rows inside the default container */
.content [data-content-type="row"][data-appearance="contained"] {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.text-max-width {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Useful guides */

.useful-guides {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media only screen and (min-width: 768px) {
    .useful-guides {
        flex-direction: row;
        gap: 3rem;
    }
}

.useful-guides div {
    display:flex;
    flex-direction: column;
    gap:1rem;
    width: 100%;
}

.useful-guides div a {
    border-radius: 3px;
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 200px;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 64.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    opacity: 0;
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  z-index: 99999;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}
/**
 * SearchSuggestion style sheet.
 * @category Webkul
 * @package Webkul_SearchSuggestion
 * @author Webkul
 * @copyright Copyright (c)   Webkul Software Private Limited (https://webkul.com)
 * @license https://store.webkul.com/license.html
 */
.wk_ss_list{
  display: none;
}
#search_autocomplete{
  display:block;
  overflow: auto;
  background-color: white;
  z-index: 9;
}
.search-autocomplete ul li{
  padding:8px;
}
  .wk_ss_list ul{
    list-style:none;
    list-style:none;
    margin: 0px;
    padding: 0px;
  }
.wk_ss_list ul li{
    margin-bottom: 1px !important;
    padding: 2px 0px 2px 0px;
}
  .wk_ss_num{
    float: right;
    font-weight: bold;
    padding-right:5px;
  }
  .wk_ss_img{
    width: 60px;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
  }
  .wk_ss_bottom{
    border-top: 1px solid;
    display: block;
    margin-top: 10px;
  }
  .wk_ss_heading{
   background: #ffffff none repeat scroll 0 0;
    display: block;
    margin-left: 59px;
    margin-top: -10px;
    padding: 0 2px;
    width: 118px;
  }
  .wk_ss_left{
    padding-left: 5px;
  }
  .wk_ss_proname{
    padding: 5px;
    display: inline-block;
    color: black;
  }
  .wk_ss_price{
        color: #1E7EC8;
        font-size: 16px;
        font-weight: 600;
  }
  .wk_ss_list ul li:hover {background: #f4f4f4;}
  #wk_ss_poppro{display: none;}
  #wk_ss_loader{
    height: 24px;
    width: 24px;
    position: absolute;
    top: 5px;
    left: 211px;
    display: none;
    background-image:url(../../frontend/Newborne/Houston/en_GB/Webkul_SearchSuggestion/images/ajaxloader.gif);
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }
.wk_ss_selected{
    background: rgba(175, 169, 169, 0.25);
}
.wk_ss_showlist li a{
text-decoration: none;
color:black;
}
#popular:hover {background: white !important;}
.wk_ss_rating0{
display:none;
}
.wk_ss_cat{
color: #252596;
    font-size: 14px;
    font-weight: 600;
}
@media  screen and (max-width: 767px) and (min-width:635px){
  #wk_ss_loader {
    top: 84px;
    left: 92%;
  }
}
@media  screen and (max-width: 635px) and (min-width:0px){
  #wk_ss_loader {
    top: 89px;
    left: 89%;
  }
}
