/*** Reset ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cb { clear:both;}
.w200 { width:200px;}
.color_red { color:red;}
.ml20 { margin-left:20px;}
.mr10 { margin-right:10px;}
.mt10 { margin-top:10px;}

/*** Site ***/

/*** Slider ***/
.category-slider{
    max-width: 1148px;
    max-height: 480px;
    margin: 0 auto;
    border-left: 4px solid #223F6F;
    border-right: 4px solid #223F6F;
    box-shadow: -4px 0 0 #D9DADC,
        4px 0 0 #D9DADC;
    margin-bottom: 4px;
    position: relative;
}
.category-slider .left-control{
    position: absolute;
    bottom: 17%;
    left: 0;
    top: auto;
    right: auto;
    opacity: 1;
    width: 89px;
    height: 86px;
    text-indent: -9999px;
    background: url('../images/left-control-slider.png') no-repeat;
}
.category-slider .right-control{
    position: absolute;
    bottom: 17%;
    right: 0;
    top: auto;
    left: auto;
    opacity: 1;
    width: 89px;
    height: 86px;
    text-indent: -9999px;
    background: url('../images/right-control-slider.png') no-repeat;
}
.category-slider .brush-slide{
    position: absolute;
    bottom: 105px;
    left: 220px;
}
.category-slider .item img{
    width: 100%; 
}
/*** Header ***/
.static-container{
    font-family: 'Playfair Display',sans-serif;
    font-size: 13px;
    font-style: italic;
    padding-top: 5px;
    color: #80838D;	
    display: block;
}
.static-container span{
    display: block;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 19px;
}
.static-container > img{
    max-width: 100%;
    margin: 0 auto;
    /*	display: block;*/
}
.static_page{
    width: 100% !important;
}
.static_page img{
    max-width: 100%;
    margin: 0 auto;
}
.pictures{
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 10px 0;
    text-align: center;
}
.pictures > img{
    width: auto;
    display: inline-block;
    padding: 5px;
}
.description{
    float: left;
}
.description b{
    display: block;
}
.left_block{
    width: 50%;
    float: left;
}
.right_block{
    width: 50%;
    float: right;
}
.pic_static_content .left_block img,
.pic_static_content .right_block img{
    display: block;
}
.pic_static_content p{
    display: block;
    padding: 5px 0;
}
.pic_static_content h1{
    font-family: 'Play-Bold', sans-serif;
    font-size: 15px;
    text-align: left;
    color: #243F6C;
}
.pic_static_content h1{
    font-family: 'Play-Bold', sans-serif;
    font-size: 15px;
    text-align: left;
    color: #98855f;
}
.pic_static_content span{
    float: right;
    display: inline-block;
    text-align: right;
    margin-bottom: 0;
    padding-left: 0;
}
.pic_static_content .verdana10_gray{
    position: relative;
    float: left;
    padding-left: 20px;
}
.pic_static_content .verdana10_gray:before{
    content: "»";
    font-size: 14px;
    color: #243F6C;
    font-weight: bold;
    position: absolute;
    left: 10px;
}
.static-container .nav-buttons{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-weight: 700;
    list-style: none;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #31599D;
    display: inline-block;
}
.static{
    position: static;
}
.static img.center {
    max-width: 100%;
}
.static_page #table .col_static{
    width: 40%;
    float: left;
}
.static_page #table div:last-child{
    width: 60%;
    float: left;
}
.verdana10_red{
    padding: 5px 0;
    font-size: 14px;
    color: #243F6C;
    font-weight: bold;
}
.verdana12_red{
    font-weight: bold;
}
.verdana12_red::after{
    content: none !important;
}
.verdana10_gray{
    padding-bottom: 5px;
    line-height: 1.25em;
}
.separator-blue{
    background-color: #24406d;
    height:4px;
    padding: 0;
    margin: 0;
}
.separator-blue-big{
    background: #32568e url('../images/menu-bg.jpg') repeat-x;
    height: 80px;
}
.separator-blue-big-bk{
    background: #32568e url('../images/menu-bg.jpg') repeat-x;
    height: 80px;
}
.separator-blue-big-bk > .container{
    text-align: center;
}
.separator-green{
    background-color: #006E3E;
    height:4px;
    padding: 0;
    margin: 0;
}
.separator-grey{
    background-color: #efefef;
    height:4px;
    padding: 0;
}
.separator-grey-product{
    background-color: #efefef;
    height:4px;
    padding: 0;
    margin-top: -4px;
}
.separator-line-grey{
    background-color: #efefef;
    margin-top: 55px;
    border-bottom: 1px solid #ececec;
    padding: 0;
}

.nopadding{
    padding: 0;
}
.nomargin{
    margin: 0;
}
.position-r{
    position: relative;
}
header{
    /*	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(160,165,176,0.25) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(160,165,176,0.25))); 
            background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(160,165,176,0.25) 100%); 
            background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(160,165,176,0.25) 100%);
            background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(160,165,176,0.25) 100%); 
            background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(160,165,176,0.25) 100%); 
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a1a0a5b0',GradientType=0 );*/
    background: url('../images/header-bg.jpg') repeat-x;

}
.menu-border-separat{
    border-left: 1px #d9dadc solid;
    line-height: 20px;
}
.quote-contact-menu{	
    list-style: none;
}
.quote-contact-menu > li{
    font-family: 'Playfair Display', serif;
    margin: 20px 0 10px 0;
    padding: 22px 0 3px 20px;
    display:inline-block;

}
.quote-contact-menu > li:first-child{
    border-left: 1px #d9dadc solid;
    margin: 20px 0 0px 0;
    padding: 0px 0 0 20px;
}
.quote-contact-menu > li:first-child a > p{
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
}
.quote-contact-menu > li:first-child a > i{
    width: 100%;
    margin:0 0 10px 17px;
}
.quote-contact-menu > li > a{
    color: #243f6c;
    font-size: 17px;
    text-decoration: none;
    position: relative;
}
.quote-contact-menu > li > a >span{
    position: absolute;
    left: 10px;
    top: 6px;
    visibility: hidden;
}
.quote-contact-menu > li:hover > a > span{
    position: absolute;
    left: 27px;
    top: 6px;
    visibility: visible;
}
.support-menu{
    float:right;
}
.support-menu > li{
    display: inline-block;
    margin: 18px 0 0 20px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    color: #243f6c;
    position: static;
}
.support-menu > li > a { 
    text-decoration: none;
    color: inherit;
}
.support-menu > li .icon-menu{
    height: 40px;
    border-right: 1px #d9dadc solid;
    padding: 0px 20px 0 0px;
    margin-bottom: 5px;
    position: relative;
}
.support-menu > li:last-child .icon-menu{
    border: 0;
}
.support-menu > li:first-child i{
    margin-left: 15px;
}
.support-menu > li .icon-menu i{
    display: block;
}
.support-menu > li:first-child .icon-menu i{
    display: block;
}
.support-menu > li > a:hover .icon-small-arrow-gold,
.support-menu > li > a.active .icon-small-arrow-gold{
    background-position: -281px -60px;
    width: 10px;
    height: 7px;
}
.support-menu > li .icon-menu .icon-notification, 
.support-menu > li .icon-menu .icon-red-triangle{
    position: absolute;
    right: 0px;
    top: -15px;
    color: red;
    padding-left: 6px;
    font-size: 12px;
    font-weight: 700;
}
.support-menu > li .icon-menu span{
    position: absolute;	
    top: 32px;
    right: 3px;
}
.support-menu > li > a.active .icon-menu span{
    position: absolute;	
    top: 60px;
    right: 3px;
}
.support-menu > li b{
    font-size: 11px;
    text-align: left;
    display: block;
}
.support-menu > li p{
    font-family: 'PlayfairDisplay-Black', sans-serif;
    font-size: 11px;
    text-align: left;
    padding-bottom: 4px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
/*** Panels for header ***/
.support-panel{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 205px;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 83px;
    width: 100%;
    display: none;
    background: #24406D url("../images/support-bg.jpg") repeat-x; 
    -webkit-transform: translateZ(0);
}
.support-panel-title{
    height: 40px;
    font-size: 17px;
    border-bottom: 1px solid #335B9B;
}
.support-panel-title h1{
    font-family: "Playfair Display", sans-serif;
    font-size: 17px;
    text-align: right;
    line-height: 2.5em;
    color: #fff;
}
.support-panel-title h1 b{
    color: #E4CA8E;
    display: inline;
    font-size: 17px;
    text-transform: uppercase;
}
.support-panel-title h1 span{
    font-family: "Playfair Display", sans-serif;
    font-style: italic;
    color: #E4CA8E;
    font-size: 13px;
}
.support-panel-info{

}

.support-panel-quote{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 80px;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 83px;
    width: 100%;
    display: none;
    background: #24406D url("../images/support-bg.jpg") repeat-x; 
    -webkit-transform: translateZ(0);
}
.support-panel-contact{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 175px;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 83px;
    width: 100%;
    display: none;
    background: #24406D url("../images/support-bg.jpg") repeat-x; 
    -webkit-transform: translateZ(0);
}

/*** Search panel ***/
#searchbox{
    height: 52px;
    margin-top: 35px;
    position: relative;
}

#searchterm{ 
    float: left;
    height: 50px;
    color: #A0A5B0;
    font-size: 15px;
    box-shadow: 0 -4px 0 #24406D;
    border-left: 2px solid #24406D;
    border-right: 0;border-top: 0;
    width: 76.5%;
    padding: 0 10px;
}

#searchsuggestion {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #CCCCFF;
    font-size: 90%;
    line-height: 20px;
    width: 175px;
    left: 55px;
    z-index: 1000;
    top: 52px;
}
.searchautocomplete {
    cursor: pointer;
    width: 100%;
}

/*** Support ***/

.support{
    float: left;
    color: #fff;
    padding: 0;
    margin-top: 20px;
    width:15%;
}

.support-10 {
  width:10%;   
}
.support li{ 
    font-family: "Playfair Display", sans-serif;
    font-size: 15px;
    text-align: left;
    padding-top: 5px;
}
.support li a{
    text-decoration: none;
    color: #fff;
} 
.support li a:hover{
    color: #fff;
}

.support li:nth-child(3){
    margin-left: 30px;
} 
.support li p{ 
    margin-left: 40px;
}
.support li i{
    margin-right: 5px;
}
.support li span a{
    text-align: center;
    color: #E5CC85;
    font-size: 13px;
    font-style: italic;
    cursor: pointer;
}
.support-buttons{
    margin-top: 25px;
}
/*** Basket panel ***/
.basket-products{
    float: left;
    color: #fff;
    padding: 0;
    width: 100%;
}
.basket-products li{ 
    font-family: "Playfair Display", sans-serif;
    font-style: italic;
    font-size: 13px;
    float: left;
    width: 100px;
    text-align: left;
    padding-top: 5px;
}
.basket-products li:first-child{
    height: 100px;
    width: 50px;
    margin-right: 4px;
}
.basket-products li:first-child img {
    height: 86px;
    width: 50px;
}
.basket-products li:nth-child(2){
    font-family: sans-serif;
    font-weight: 700;
    font-size: 11px;
    cursor: pointer;
}
.basket-products li:nth-child(2) u{
    text-decoration: none;
}
.basket-products li:nth-child(2) a, 
.basket-products li:nth-child(2) a:hover{
    font-family: 'Play-Bold', sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 0 3px;
}	
.basket-products li:nth-child(2) a.decrement{
    border-right: 1px solid #AFB3BE;
    padding-right: 7px;
    margin-right: 1px;
}
.basket-products li:nth-child(3){
    height: 31px;
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}

.basket-products li:nth-child(3) a{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}
.basket-products li:last-child{
    font-family: 'Play-Bold', sans-serif;
    color: #E5CC85;
    font-weight: 700;
    cursor: pointer;
}
.basket-products li span{
    font-weight: 700;
    color: #E5CC85;
}

.basket-buttons{
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    margin-top: 5px;
    padding: 0;
}
.basket-buttons li{
    padding: 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.basket-buttons li i{
    margin: 15px 2px 20px 0;
}
.basket-buttons li:first-child{
    padding-left: 40px;
}
.basket-buttons li:nth-child(2) b{
    text-align: center;
    text-transform: uppercase;
    color: #A0A5B0;
    font-size: 11px;
    margin-bottom: 5px;
    display: block;
}
.basket-buttons li:last-child b{
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 5px;
    display: block;
}
.basket-buttons li:nth-child(2) .item-subtotal{
    border-bottom: 2px solid #A1A5B0;
    background: rgb(244,244,244); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(244,244,244,1) 0%, rgba(209,210,211,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(209,210,211,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(209,210,211,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(209,210,211,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(209,210,211,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(244,244,244,1) 0%,rgba(209,210,211,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d1d2d3',GradientType=1 ); /* IE6-9 */
    margin-top: 10px;
    padding: 10px 0;
    font-size: 15px;
    color: #243F6C;
    /*text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);*/
}
.basket-buttons li:last-child .basketCheckout{
    border-bottom: 2px solid #24406D;
    background: rgb(64,116,197); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(64,116,197,1) 0%, rgba(43,79,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(64,116,197,1)), color-stop(100%,rgba(43,79,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=1 ); /* IE6-9 */
    margin-top: 10px;
    padding: 10px 0;
    font-size: 15px;
    /*text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);*/
    cursor: pointer;
}
.empty{
    font-family: "Playfair Display", sans-serif;
    font-size: 17px;
    padding-top: 35px;
    color: #E4CA8E;
    text-align: center;
    /*display: none;*/
}

/*** Contact form ***/
.quote-contact-menu .support-panel-title h1{
    text-align: left;
    margin-left: 40px;
}

.quote-contact-menu .support li{
    font-style: italic;
}
.quote-contact-menu li:first-child .support-panel{
    height: 80px;
}
.quote-contact-menu .support li span a{
    color: #E4CA8D;
}
.contact-form {
    position: absolute;
    display: none;
    z-index: 5;
    left: 0;
    top: 145px;
    border-bottom: 1px solid #E7E8EB;
    background: #fff url("../images/footer-bg.jpg") 0 5px repeat-x;
    -webkit-transform: translateZ(0);
}
.contact-form li{
    margin: 5px 0;
}
.contact-form li:first-child{
    margin-top: 65px;
    margin-left: 10px;
}
.contact-form li:first-child input[type=text]{
    color: #98865F;
    padding: 0 45px 0 10px;
}
.contact-form li:first-child i{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 15px 12px;
    width: 22px;
    border-left: 1px solid #F1F2F5;
    background-position: -160px -370px;
}

.contact-info{
    text-align: center;
}
.contact-info img{
    max-width: 100%;
    margin: 0 auto;
}
.formType button{
    background: rgb(64,116,197);
    background: -moz-linear-gradient(-45deg, rgba(64,116,197,1) 0%, rgba(43,79,133,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(64,116,197,1)), color-stop(100%,rgba(43,79,133,1)));
    background: -webkit-linear-gradient(-45deg, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);
    background: linear-gradient(135deg, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=1 );
    border: 0;
    color: #fff;
    height: 50px;
    width: 150px;
    margin: 20px 0 20px 20px;
    border-right: 2px solid #203E71;
}
.formType .unit-details-type{
    width: 50%;
    float: left;
}
.formType .unit-details-type .unit input[type="text"]{
    width: 100%;
}
.leave-feed-form{
    position: relative;
    padding: 10px 0 0 0;
    display: none;
    border-bottom: 1px solid #E7E8EB;
    background: #fff url("../images/footer-bg.jpg") 0 5px repeat-x;
    -webkit-transform: translateZ(0);
}
.leave-feed-form label{
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    color: #7E8187;
    padding-top: 15px;
}
.leave-feed-form input[type=text],
.leave-feed-form input[type=email]{
    height: 50px;
    width: 100%;
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #335B9B;
    padding: 0 10px 0 10px;
    margin: 2px 0;
    border: 1px solid #F1F2F5;
}
.leave-feed-form textarea{
    padding: 5px 10px;
    width: 100%;
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #335B9B;
    margin: 2px 0;
    border: 1px solid #F1F2F5;
}
.leave-feed-form button{
    background: rgb(64,116,197);
    background: -moz-linear-gradient(-45deg, rgba(64,116,197,1) 0%, rgba(43,79,133,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(64,116,197,1)), color-stop(100%,rgba(43,79,133,1)));
    background: -webkit-linear-gradient(-45deg, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);
    background: linear-gradient(135deg, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=1 );
    font-family: 'Play-Bold',sans-serif;
    font-size: 12px;
    color: #fff;
    margin: 20px;
    padding: 10px;
    border: 0;
    border-right: 2px solid #203E71;
}
.quote-form li li:last-child .checkout, .quote-form li:last-child .checkout, .contact-form li:last-child .checkout{
    box-shadow: 0 -4px 0 #24406D;
    border-bottom: 2px solid #24406D;
    background: rgb(64,116,197);
    background: linear-gradient(to right, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=1 );
    margin-top: 15px;
    margin-bottom: -20px;
    padding: 15px 0;
    cursor: pointer;
    font-size: 17px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.quote-form li li:last-child b, .quote-form li:last-child b, .contact-form li:last-child b{
    font-size: 12px;
    display: block;
    text-align: center;
}
.contact-form input[type=text]{
    height: 50px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color :#335B9B;
    padding: 0 10px 0 10px;
    border: 0;
}
.contact-form textarea{
    width: 100%;
    color :#335B9B;
    padding: 15px 10px;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600
}
.quote-form label,.contact-form label{
    font-size: 10px;
    font-weight: 700;
    color: #7E8187;
    margin-top: 10px;
    text-transform: uppercase;
    position: relative;
}
.quote-form label b,.contact-form label b{
    font-weight: 400;
    text-transform: capitalize;
    display: block;
}
.quote-form .user-info,
.contact-form .user-info{
    box-shadow: -2px 2px 0 #E5E6E9;
    margin-top: 10px;
    margin-left: -10px;
    text-align: left;
}
.quote-form .user-info:before,
.quote-form .user-info:after,
.contact-form .user-info:before,
.contact-form .user-info:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.quote-form .user-info >div,
.contact-form .user-info > div{
    padding: 0;
}

/*** Quote form ***/
.quote-form {
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 40px;
    border-bottom: 1px solid #E7E8EB;
    background: #fff url("../images/footer-bg.jpg") 0 5px repeat-x;
}
.quote-form li{
    padding: 0;
}
.quote-form input[type=text],
.quote-form input[type=numeric]{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    height: 50px;
    width: 100%;
    font-size: 15px;
    color :#98865F;
    padding: 0 40px 0 15px;
    border: 0;
}
.quote-form .chosen-container .chosen-drop,
.measurement-main .chosen-container .chosen-drop{
    position: absolute;
}

.quote-form .unit .chosen-container-single .chosen-single span,
.chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li.active-result:hover{
    font-size: 15px;
}
.chosen-container .chosen-results li.highlighted:hover{
    font-size: 15px;
}
.quote-form .unit label{
    position: initial;
}

.quote-form .chosen-container{
    min-width: 100%;
}
.quote-form li i {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 22px;
    width: 22px;
    background-position: -160px -373px;
    font-size: 12px;
    border-left: 1px solid #F1F2F5;
    color: #A0A5B0;
    text-transform: uppercase;
}

.quote-form li i b{
    padding: 8px 5px;
    display: block;
}
.quote-form .unit {
    float: left;
    color: #7E8187;
}

.quote-form li li:first-child, .quote-form li:first-child{
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #A0A5B0;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 20px 0;
    text-align: left;
}
.quote-form li li:first-child a, .quote-form li:first-child a{
    padding: 0 5px 0 10px;
    font-weight: 600;	
    color: #A0A5B0;
}
.quote-form li li:first-child a:last-child, .quote-form li:first-child a:last-child{
    border-right: 0;	
    padding-left: 5px;
    margin-left: 10px;
    margin-top: 5px;
    border-left: 1px solid #A0A5B0;
    float: left;
}
.quote-form li li:first-child a:hover, .quote-form li:first-child a:hover{
    color: #24406D;
    text-decoration: none;
}
.quote-form .chosen-container .chosen-results li:first-child{
    font-weight: 400;
    margin: 0;
    padding-left: 5px;
    text-transform: capitalize;
}
.quote-form .chosen-container .chosen-results li:first-child a{
    font-size: 13px;
}
.quote-form .help{
    padding: 30px 0 17px 0;
    text-align: right;
}
.quote-form .help a{
    font-size: 11px;
    padding: 0 15px 0 15px;
    font-weight: 600;
    border-right: 1px solid #A0A5B0;
    color: #A0A5B0;
    text-transform: uppercase;
}
.quote-form .help a:hover{
    color: #335999;
    text-decoration: none;
}
.quote-form .help a:last-child{
    border-right: none;
}

/*** Menu ***/
.main-menu{
    background: #32568e url('../images/menu-bg.jpg') repeat-x;
    height: 80px;
    font-family: 'PlayfairDisplay-Regular',sans-serif;
    font-weight: 400;
    position: relative;
    margin-bottom: 4px;
}
.main-menu-left{
    list-style: none;
    margin-bottom: 5px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    position: static;
    padding-right: 100px;
}
.main-menu-right{
    list-style: none;
    margin-bottom: 5px;
    height: 80px;
    padding-left: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 290px;
}
.main-menu-left > li,.main-menu-right > li{

    float: left;
    padding: 18px 12px 18px 11px;
    margin: 0 5px 0 5px;
    font-size: 24px;
    text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 4px rgba(0, 0, 0, 0) solid;
}
.main-menu-left li a,.main-menu-right li a{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.main-menu-left li .group-menu, .main-menu-right li .group-menu{
    position: relative;
}
.main-menu-left > li:hover,.main-menu-right > li:hover{
    border-bottom: 4px #fff solid;	 
}
.main-menu-right li:nth-child(2) > a p, .main-menu-right li:nth-child(2) span{
    color: #dcc48f;
}
.main-menu-left li:first-child .group-menu > span, 
.main-menu-right li:nth-child(2) .group-menu > span{
    font-size: 14px;
    position: absolute;
    top: -5px;
    left: 0;	 
    width: 60px;
}
.main-menu-left li:first-child .group-menu span{
    color: #fff;
}
.main-menu-left li p > i,.main-menu-right li p > i{
    position: absolute;
    top: 20px;
    left: -12px;
}
.main-menu-left li p.menu-text{
    padding: 8px 0;		 
    position: relative;
}
.main-menu-right > li:nth-child(2) p.menu-text{
    padding: 8px 0;		 
    position: relative;
    color: #dcc48f;
} 
.main-menu-right > li:first-child {
    width: 1px;
    height: 50px;
    font-size: 40px;
    margin-right: 0;
    margin-left: 15px;
}
.main-menu-right > li:hover:first-child{
    border-bottom: 0;
}
.main-menu-right > li:first-child p{
    text-indent: -9999px;
    border-left: 1px #3A68AF solid; 
    border-right: 1px solid #24406D;
}

/*** Submenu ***/

.sub-menu{
    background: #355C99 url('../images/blue-bg2.png') repeat-x;       
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0;
    display:none;
    padding: 0;
    z-index: 6;
    font-family: 'PlayfairDisplay-Regular',sans-serif;
    -webkit-transform: translateZ(0);
}	
.sub-menu > li{
    padding: 18px 0 0 0;
    width: 100%;
    /*		border-bottom: 1px #efefef dotted;*/
    text-shadow: 0 0 0;
    position: relative;
}
.main-menu-right .sub-menu > li{
    padding: 28px 0 0 0;
    width: 100%;
    /*		border-bottom: 1px #efefef dotted;*/
    text-shadow: 0 0 0;
    position: relative;
}
.sub-menu li > a{
    font-size: 24px;
    position: relative;
    padding-left: 30px;
    left: 50%;
    margin-left: -480px;
}
.sub-menu > li > a u{	 
    position: absolute;
    font-family: 'Source Sans Pro', sans-serif;
    top: 10px;
    color: #dcc48f;
    left: 15px;
    font-size: 13px;
    font-weight: 900;
}
.sub-menu > li:last-child,
.sub-menu > li:last-child p,
.sub-menu > li:last-child{ 
    width: 100%; 
    border-right:0; 
    text-indent: 0;
}
.sub-menu > li:last-child,
.sub-menu > li:last-child:hover{
    border-bottom: 4px #24406d solid;
}
.sub-menu li span{
    font-size: 14px;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -450px;
    cursor:text;
    color: #fff;
}	
.sub-menu li u{
    text-decoration: none;			
    font-size: 13px;
    font-weight: 700;
    color:#e4ca8e;
}
.sub-menu li b {
    font-size: 13px;
    margin-top: 8px;
    position: absolute;
    left: 300px;
    /*float: right;*/
    width: 100px;
    color: #e4ca8e;
}
/*		.sub-menu > li:hover{
                        border-bottom: 1px #efefef dotted;
                        }*/

.list-products{
    background: #fff url('../images/container-bg.jpg') 0 4px repeat-x;
    display: none;
    -webkit-transform: translateZ(0);
}
.list-products a{
    position: relative;
    margin-left: 25px;
    color: #24406d;
    border-bottom: 0;
    display:block;
}
.list-products a.title:hover{
    border: 0;
    color: red;
}
.list-products a.title:hover::before{
    content:"&";
    position: absolute;
    top: 30px;
    left: -20px;
    font-size: 15px;
    font-weight: 700;
}
.list-products a.title{
    text-transform: uppercase;
    text-shadow: 0 0;
    font-size: 18px;
    color: #243F6C;
    padding: 28px 0 0 0;
}
.list-products p.details{
    position: static;
    text-shadow: 0 0;
    font-size: 14px;
    color: #BEA976;
    text-transform: capitalize;
    font-style: italic;
    padding: 0;
}
.circle{
    margin: 40px 5px;
}
.text-explore{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    color: red;
    font-size: 13px;
    margin:40px 5px;
}
.text-explore s{
    text-decoration: none;
    font-weight: 400;
}
.control-slider a{
    display: inline;
    margin-left: 0;
}
.support-panel-info .mini-basket{
    width: 480px;
    overflow: hidden;
    position: relative;
    float: left;
}
.support-panel-info .slider{
    position: relative;
    height: 116px;
}
.support-panel-info .slider .item{
    /*position: absolute;*/
    /*height: 116px;*/
    width: 160px;
    float: left;
}

.carousel-indicators{
    float: right;
    position: relative;
    bottom: 0;
    left: 0;		
    width: 40%; 
    margin-top: 30px;
    margin-left: 0;
}
.carousel-indicators li{
    border-radius: 1px solid #E4CA8F;
    background-color: #E4CA8F;
}
.carousel-indicators .active{
    border-radius: 1px solid #335B9B;
    background-color: #335B9B;
}

/*** Content articles ***/

.main-container{
    margin-top: 4px;
}
.content-head-bg{
    height:80px;
    background-color: #f2f3f8;
    margin-bottom: -80px;
}
.article-bg{
    background: url('../images/container-bg.jpg') repeat-x;
    overflow: hidden;
}

.article-left{ position: relative; padding: 0;}
.article-right{ position: relative; padding: 0;}
.article-image{ margin-bottom: -3px;}
/*.article-image a img{ width: 90%;}*/
.article-left .article-description{
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    height: 480px;
    box-shadow: -4px 0 0 rgba(0,0,0,0.3);
    top: 0;
    left:50%;
    padding: 0;
    background: #fff url('../images/article-bg.jpg') repeat-x;
}
.article-right .article-description{
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    height: 480px;
    box-shadow: 4px 0 0 rgba(0,0,0,0.3);
    top: 0;
    left:0;
    padding: 0;
    background: #fff url('../images/article-bg.jpg') repeat-x;
}
.content-description{
    height: 320px;
    position: relative;
}
.article-description .content-description h1{
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    padding: 5px 25px;
    color:#e4ca8e;
    text-align: center;
    line-height: 20px; 
}
.article-description .content-description p{
    position: relative;
    font-weight: 400;
    font-style: italic;   
    font-size: 12px;
    padding: 10px 20px 0 20px;
    line-height: 2em;
    max-height: 9em;
    overflow: hidden;
    color: #fff;
    text-align: center;

}
.article-description .content-description i{
    position: absolute;
    left:45%;
    bottom:0;
}
.article-left .article-description .content-description span{
    position: absolute;
    left: -40px;
    bottom: 0;
}
.article-left .article-description .content-description span i{
    position: static;
    margin: 7px 0 0 15px;
}
.article-right .article-description .content-description span{
    position: absolute;
    right: -30px;
    bottom: 0; 
}
.article-right .article-description .content-description span i{
    position: static;
    margin: 10px 0 0 30px;
}
.article-main-title{
    font-family: 'Open Sans', sans-serif;
    background: #fff url("../images/header-bg.jpg") 0 bottom repeat-x;
    position: relative;
    text-align: center;
}
.article-main-title i{
    position: absolute;
    top: 15px;
    left: 43%;
}
.article-main-title b{
    font-size: 13px;
}
.article-left .article-main-title span{
    font-family: 'Playfair Display', sans-serif;
    position: absolute;
    top: 5px;
    left: -40px;
}
.article-left .article-main-title span u{
    position: absolute;
    top: -5px;
    left: 8px;     
    color: #fff;            
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
}
.article-left .article-main-title span u s{
    position: absolute;
    top:10px;
    text-decoration: none;
    left: 30px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.article-left .article-main-title span b{
    position: absolute;
    width: 42px;
    top: 23px;
    left: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-style: italic;
}
.article-right .article-main-title span{
    font-family: 'Playfair Display', sans-serif;
    position: absolute;
    top: 5px;
    right: -30px;
}
.article-right .article-main-title span u{
    position: absolute;
    top: -3px;
    left: 26px;     
    color: #fff;            
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
}
.article-right .article-main-title span u s{
    position: absolute;
    top:8px;
    text-decoration: none;
    left: 30px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.article-right .article-main-title span b{
    position: absolute;
    width: 42px;
    top: 23px;
    left: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-style: italic;
}
.article-main-title h1{
    max-height: 75px;
}
.article-main-title h1 a{
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-style: normal;
    line-height: 5em;
    max-height: 3em;
}
.article-main-title b a{
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    color: #000;
    font-style: normal;
    line-height: 1em;
}
.article-main-title .quote-ie{
    font-size: 12px;
    overflow: hidden;
    margin: 7px 10px 0 10px;
    display: block;
    line-height: 1.5em;
    max-height: 3em;
    font-style: italic;
    font-weight: 600;
    overflow: hidden;
}
.article-main-title a{
    font-family: 'Playfair Display', sans-serif;
    font-size: 13px;
    color: #AC996B;
    line-height: 2em;
    font-style: italic;
    font-weight: 700;
}

/*** Shopping Tools ***/

.shooping{
    background: #32568e url('../images/blue-bg.jpg') repeat-x;
    font-family: 'Playfair Display', serif;
}
.head-shopping-menu{ height: 60px; }
.head-shopping-menu li{
    padding: 40px 0 20px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}    
.head-shopping-menu li:nth-child(1){
    text-align: left;
}
.head-shopping-menu li h1{
    font-size: 25px;
    text-transform: capitalize;
    margin-top: -10px;
    padding-left:30px;
}
.head-shopping-menu li a{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
.shopping-menu{ padding-bottom: 30px;}
.shopping-menu li{
    width:220px;
    height: 80px;
    margin: 10px 10px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 2%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(2%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
    border: 1px #3A68AF solid;
    box-shadow: 5px 5px 0 0 rgba(0,0,0,0.15);
}
.shopping-menu li a{
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 20px;
    text-decoration: none;
}
.shopping-menu li a span{
    color: #E4CA8C;
}
.shopping-menu li b{
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    display: block;
    padding-top: 5px;
    text-align: center;
    color: #fff;
}
.shopping-menu .plus-minus{
    position: absolute;
    font-size: 34px;
    top: 15px;
    right:-10px;
    color: #E4CA8C;
}

/*** Listing products ***/

.listing{
    background-color: #f6f6f9;
}
.product-info{ 
    padding-left: 15px; 
    position: relative;
    font-family: 'Open Sans', sans-serif;
}
.product-info > i{
    position: absolute;
    top: -4px;
    left: 35px;
}
.product-info-title{
    float: left;
    margin-top: 5px;
    /*margin: 30px 0;*/
    position: relative;
    font-family: 'PlayfairDisplay-Regular',sans-serif;
    display: block;
}
.product-info-title h1{
    font-size: 25px;
    color: #243F6C;
    display: inline-block;
    float: left;
    margin-right: 20px;
}	
.product-info-title h1 span{
    font-size: 17px;
    color: #98855F;
}
.product-info-title h1 .reserved-items{
    font-family: 'Playfair Display',sans-serif;
    font-size: 13px;
    font-style: italic;
    padding-top: 5px;
    color: #80838D;	
    display: block;
}

.product-info-title h3{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 11px;
    float: right;
    color: #213F6D;
    padding: 15px 25px 0 0;
}
.product-info-title h3 a{
    color: #98855F;
}
.product-info-title h3 a:first-child{
    color: #213F6D;
}
.product-info-title h3 b{
    padding: 0 5px;
    color: #98855F;
}
.product-info-title i{
    margin-top: -15px;
    width: 80px;
    color: #fff;
    margin-left: 20px;
}
.product-info-title i b{
    display: block;
    font-size: 27px;
    font-style: normal;
    font-weight: normal;
    margin-top: 0;
    text-align: center;
    width: 65px;
}
.product-info-title i span{
    font-size: 13px;
    display: block;
    margin:-2px 0 0 15px;
    font-style: italic;
}
.product-info-content{
    font-size: 13px;
    color: #393939;
    line-height: 20px;
    overflow: hidden;
}
.c_body{
    overflow: hidden;
    margin-bottom: 20px;
}
.footnotes-info .product-info-content .c_body{
    column-count:2;
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari and Chrome */
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
    text-align: justify;

}
.footnotes-info .product-info-content .c_body p{
    font-size:15px !important;
    /*color:#dfdfdf !important;*/
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #000 !important;
}


.read-more span{
    font-family: 'Playfair Display', sans-serif;
    font-size: 13px;
    margin: 15px 0 20px 0;
    color: #98855F;
    float: right;
    cursor: pointer;
}
.listing-products{
    font-family: 'Playfair Display', serif;
    margin:10px 0;
    text-align: center;
}
.listing-products li{
    width: 220px;
    height: 330px;
    padding: 10px;
    border: 1px solid #ededed;
    margin: 14px 8px;
    display: inline-block;
    position: relative;
    font-style: italic;
    box-shadow: 5px 5px 0 0 #f7f8f8;
    text-align: left;
}
body[page="QQ"] .listing-products li {
    height: 418px;
}
.listing-products li .discount-red{
    /*		font-family: 'PlayfairDisplay-BlackItalic', sans-serif;*/
    position: absolute;
    top: 20px;
    right: -15px;
    color: #fff;
}
.listing-products li .discount-blue{
    position: absolute;
    top: 80px;
    right: -15px;
    color: #fff;
}
.listing-products li .discount-blue-save{
    /*font-family: 'PlayfairDisplay-BlackItalic', sans-serif;*/
    position: absolute;
    top: 20px;
    left: -10px;
    color: #fff;
}
.listing-products li .discount-blue-rrp{
    /*	font-family: 'PlayfairDisplay-BlackItalic', sans-serif;*/
    position: absolute;
    top: 135px;
    right: -15px;
    color: #fff;
}
.listing-products li .discount-blue-save-rrp{
    position: absolute;
    top: 205px;
    right: -15px;
    color: #fff;
    z-index: 2;
}
.listing-products li .discount-red-save-rrp{
    position: absolute;
    top: 135px;
    right: -15px;
    color: #fff;
    z-index: 2;
}
.listing-products li .discount-red .price,
.listing-products li .discount-blue .price,
.listing-products li .discount-blue-save .price{
    position: absolute;
    top: 3px;
    right: 5px;
    width: 60px;
    font-size: 15px;
    font-weight: 700;
}
.listing-products li .discount-blue-rrp .price{
    position: absolute;
    top: 6px;
    right: 15px;
    width: 60px;
    font-size: 15px;
    font-weight: 700;
}
.listing-products li .discount-red .price b,
.listing-products li .discount-blue .price b,
.listing-products li .discount-blue-save .price b,
.listing-products li .discount-blue-rrp .price b{
    position: absolute;
    top: 12px;
    left: -8px;
    font-size: 23px;
}
.listing-products li .discount-red .price u,
.listing-products li .discount-blue .price u{
    position: absolute;
    top: 15px;
    right: 7px;
    text-decoration: none;
    font-weight: 700;
}
.listing-products li .discount-blue-save .price s,
.listing-products li .discount-blue-rrp .price s{
    position: absolute;
    top: 15px;
    left: -4px;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
}
.listing-products li .discount-blue-save-rrp .save-rrp,
.listing-products li .discount-red-save-rrp .save-rrp{
    position: absolute;
    top: 12px;
    left: 5px;
    width: 70px;
    font-size: 14px;
    font-weight: 700;
}
.listing-products li .discount-blue-save-rrp .save-rrp b,
.listing-products li .discount-red-save-rrp .save-rrp b{
    display: block;
}
.listing-products li .discount-blue-save-rrp .save-rrp b u,
.listing-products li .discount-red-save-rrp .save-rrp b u{
    text-decoration: none;
}
.listing-products li .discount-blue-save-rrp .save-rrp b u,
.listing-products li .discount-blue-save-rrp .save-rrp b s,
.listing-products li .discount-red-save-rrp .save-rrp b u,
.listing-products li .discount-red-save-rrp .save-rrp b s{
    font-size: 13px;
}
.listing-products li .discount-red .samples{
    position: absolute;
    top: 6px;
    left: 3px;
    line-height: 1em;
    width: 70px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.listing-products li .discount-red .samples b{
    font-size: 21px;
    display: block;
    padding-top: 3px;
    padding-bottom: 5px;
}
.listing-products li .discount-red .samples u{
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 2px;
    display: block;
}
.listing-products li .material{
    position: absolute;
    bottom: 55px;
    right: -2px;
}
body[page="QQ"] .listing-products li .material{
    bottom: 139px;
}

/*.listing-products li:nth-child(4n){
        margin-right: 0;
        }*/
.listing-products li .title-product{
    /*	height: 60px;*/
    width:100%;
    border-top: 1px solid #ededed;
    /*   position: absolute;
       bottom: 0;
       left: 0;
       z-index: 1;
       overflow: hidden;*/
    float: left;
    margin-top: 5px;
    min-height: 43px;
}
.listing-products li .buttons{
    float: left;
    width: 100%;
}
.listing-products li .buttons a,
.listing-products li .buttons a:hover{
    width: 90%;
    font-size: 18px;
    font-family: 'Play-Bold',sans-serif;
    padding: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    height: 44px;
}
.listing-products li .buttons a:last-child{
    background: rgb(229,230,233); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(229,230,233,1) 0%, rgba(161,165,176,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(229,230,233,1)), color-stop(100%,rgba(161,165,176,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e6e9', endColorstr='#a1a5b0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-right: 2px solid #A1A5B0;	
    float: right;
    line-height: 2em;
    margin-top: 4px;
    margin-right: 10px;
}		
.listing-products li .buttons a:first-child{
    background: rgb(64,116,197); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(64,116,197,1) 0%, rgba(43,79,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(64,116,197,1)), color-stop(100%,rgba(43,79,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-right: 2px solid #203E71;
    float: right;
    line-height: 2em;
    margin-top: 5px;
    margin-right: 10px;
}
.listing-products li img{
    cursor: pointer;
    width: 200px;
    height: 250px;
}
.listing-products li h1{
    position: relative;
    z-index: 2;
    font-size: 17px;
    color: #131313;
    padding:5px 0 0 10px;
    /*white-space: nowrap;
    overflow: hidden;*/
    line-height: 19px;
    /*text-overflow: ellipsis;*/
}
.listing-products li h2{
                        position: relative;
                        z-index: 2;
                        font-size: 13px;
                        color: #A0A5B0;
                        padding-left: 10px;
                        padding-bottom: 5px;
                        /*white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;*/
}
.pagination-wrapper{
    text-align: center;
}
.pagination{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-weight: 700;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
}
.pagination li{
    float: left;
    color: #D9DADC;
    font-size: 11px;
    margin-top: 30px;
    padding-left: 10px;
}
.pagination li:first-child{
    margin-right: -5px;
}
.pagination li:first-child,
.pagination li:nth-child(2){
    margin-top: 0;
    padding-left: 0;
    width: 60px;
}
.pagination li:first-child a:hover i{
    background-position: -320px -399px;
}
.pagination li:nth-child(2) a:hover i{
    background-position: -372px -399px;
}
.pagination li a{
    color: #D9DADC;
    padding: 0 3px;
    float: left;
}
.pagination li a:hover{
    text-decoration: none;
    color: #31599D;
}
.pagination li a:hover b,
.pagination li a.active b{
    text-decoration: none;
    background-color: #31599D;
    color: #31599D;
}
.pagination li a.active{
    color: #31599D;
}
.pagination li i{
    float: left;
    margin: 10px 5px 10px 1px;
}
.pagination li span{
    display: block;
    width: 100%;
    text-align: center;
}
.pagination a b{
    display: block;
    border-radius: 10px;
    height: 10px;
    width: 10px;
    background-color: #D9DADC;
}
.pagination li.hidden-pages b{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #D9DADC;
    margin-top: 15px;
}
.pagination li.hidden-pages:hover b{
    background-color: #D9DADC;
}

/*** Product page ***/
.product{
    font-family: 'Open Sans', serif;
}

/*** Radio box style ***/
input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    font-family: 'Open Sans', sans-serif;
    color: #7E8187;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding: 15px 0;
}

input[type="radio"] + label::before {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 17px 0 5px;
    vertical-align:middle;
    background:url('../images/sprites.png') 0 -370px no-repeat; width: 30px; height: 30px;
    cursor:pointer;
    content:"";
}
input[type="radio"]:checked + label::before {
    background:url('../images/sprites.png') -40px -370px no-repeat; width: 30px; height: 30px;
}
input[type="radio"]:checked + label span {
    color: #274C85;
}
/*** End style radio box ***/

.path{
    padding:13px 19px;
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    color: #243F6C;
    overflow: hidden;
}
.path a, .path a:hover{
    color: #243F6C;
    text-decoration: none;
    float: left;
}
.path a::after, 
.path a:hover::after{
    content: "»";
    color: #243F6C;
    padding: 0 5px;
}
.path a > span{
    color: #243F6C;
}
.path > span,
.path h2{
    color:#98855F;
    float: left;
    font-size: 20px;
    margin-top: -1px;
}

/*** left column ***/
.image-container{
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    position: static;
}
.product-image{
    position: relative;
}

.product-image .money{
    position: absolute;
    top: 60px;
    left: 20px;
    color: #fff;
}
.product-image .save-money{
    position: absolute;
    top:60px;
    left: 10px;
    color: #fff;
}
.product-image .measure{
    position: absolute;
    top: 170px;
    left: 20px;
    color: #fff;
}
.product-image .discount-blue{
    font-family: 'Playfair Display', serif;
    position: absolute;
    bottom: 20px;
    right: 0;
    color: #fff;
}
.product-image .discount-red{
    font-family: 'Playfair Display', serif;
    position: absolute;
    bottom: 80px;
    right: 0;
    color: #fff;
}
.product-image .discount-blue .samples,
.product-image .discount-red .samples{
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 34px;
    top: 16px;
    width: 80px;
}
.product-image .discount-blue .samples b,
.product-image .discount-red .samples b{
    display: block;
    font-family: "PlayfairDisplay-BlackItalic",sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.product-image .discount-blue-1{
	font-family: 'Playfair Display', serif;
	position: absolute;
	bottom: 20px;
	left:10px; 
	top:125px; 
	width:110px; 
	height:55px;
	color: #fff;
}

.product-image .discount-blue-1 .samples{
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	right: 15px;
	top: 7px;
	width: 80px;
}
.product-image .discount-blue-1 .samples b{
	display: block;
	font-family: "PlayfairDisplay-BlackItalic",sans-serif;
	font-size: 13px;
	font-weight: 500;
}
.product-image .material{
    position: absolute;
    bottom: -46px;
    left: -7px;
}
.product-image .material i{
    position: absolute;
    bottom: 75px;
    left: 35px;	
    cursor: pointer;
}
.product-image .material img{
    background: url();
    padding: 0;
    width: 120px;
}
.product-image .money .price,
.product-image .save-money .price,
.product-image .measure .price{
    font-family: 'PlayfairDisplay-BlackItalic', sans-serif;
    position: absolute;
    top: 5px;
    right: 2px;
    width: 60px;
    font-size: 15px;
    text-align: center;
}
.product-image .save-money .price{
    width: 70px;
    top: 10px;
    font-size: 14px;
    left: 20px;
}
.product-image .measure .price{
    right: 10px;
}
.product-image .money .price b,
.product-image .save-money .price b,
.product-image .measure .price b{
    position: absolute;
    top: 14px;
    left: -11px;
    font-size: 20px;
}
.product-image .save-money .price b{
    left: 10px;
}
.product-image .money .price b s{
    text-decoration: none;
    font-size: 17px;
}
.product-image .measure .price u,
.product-image .money .price u,
.product-image .save-money .price u{
    font-size: 14px;
    position: absolute;
    top: 5px;
    text-decoration: none;
}
.product-image .save-money .price u{
    top: 10px;
}
.product-image .measure .price u{
    font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
    width: 70px;
    font-size: 13px;
    top: 17px;
    right: 5px;
}
.product-image > img{
    padding: 40px 40px 5px 40px;
    background: #fff url('../images/product-bg.jpg') no-repeat;
    width: 100%;
}

.product-image-info {
    overflow: hidden;
    margin-bottom: 20px;
}
/*.product-image-info li{
        width: 50%;
        float: left;
        }*/
.product-image-info > ul > li:first-child{
    width: 55%;
    float: left;
    text-align: right;
    padding-top: 8px;
    padding-right: 20px;
}
.product-image-info > ul > li:last-child{
    width: 45%;
    float: right;
    padding-top: 10px;
}
.product-image-info > ul > li:first-child > a{
    text-decoration: none;
}
.product-image-info > ul > li:first-child > a .icon-sample{
    margin-left: 50px;
    margin-top: 5px;
    position: absolute;
    right: 125px;
}
.product-image-info > ul > li:first-child >a .icon-zoom-picture{
    margin-right: 60px;
    margin-top: 5px;
    float: right;
}
.product-image-info > ul > li:first-child >a:first-child{
    font-size: 15px;
    font-family: "Playfair Display", sans-serif;
    color: #9FA5B0;
    font-weight: 400;
    display: block;
    /*		margin: 0 17px;*/
}
.product-image-info > ul > li:first-child >a:nth-child(2){
    font-size: 21px;
    font-family: "Playfair Display", sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #335A9A;
    position: relative;
    cursor: pointer;
    display: block;
}
.product-image-info > ul li:first-child > b{
    font-size: 21px;
    color: #9FA5B0;
    position: absolute;
    margin-top: -20px;
    margin-left: -3px;
}
.product-image-info > ul > li:first-child >a:last-child{
    font-size: 11px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    color: #9FA5B0;
    text-transform: uppercase;
    display: block;
    padding-top: 5px;
}
.free-sample{
    /*margin-top: 20px;*/
    padding-bottom: 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff url("../images/footer-bg.jpg") 0 5px repeat-x;
    -webkit-transform: translateZ(0);
    display: none;
    z-index: 6; 
}
.free-sample i{
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 5;
    padding: 1px;
    cursor: pointer;
}
.free-sample .payment-container{
    width: auto;
}
.product-free-sample > ul{
    list-style: none;
    padding: 5px 0;
    overflow: hidden;
    border-bottom: 1px dotted #9FA5B0;
}
.product-free-sample > ul:first-child{
    padding-top: 20px;
}
.product-free-sample > ul > li{
    display: inline-block;
    text-align: center;
    line-height: 8em;
    max-height: 8em;
    color: #3966AC;
}
.product-free-sample > ul > li >img{
    height: 120px;
    width: 70px;
}
.product-free-sample > ul > li a, .product-free-sample > ul > li a:hover{
    text-decoration: none;
    color: #98855F;
}
.product-free-sample > ul >li:last-child span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    background: rgb(64,116,197); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(64,116,197,1) 0%, rgba(43,79,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(64,116,197,1)), color-stop(100%,rgba(43,79,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 10px 40px;
    color: #fff;
    border-right: 2px solid #203E71;
    cursor: pointer;
}
.free-sample .add-sample{
    border-bottom: 2px solid #A1A5B0;
    background: rgb(244,244,244); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(244,244,244,1) 0%, rgba(209,210,211,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(209,210,211,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(209,210,211,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(209,210,211,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(209,210,211,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(244,244,244,1) 0%,rgba(209,210,211,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d1d2d3',GradientType=1 ); /* IE6-9 */
    margin-top: 10px;
    padding: 10px 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.5em;
    color: #A0A5B0;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-style: normal;
}
.free-sample .place-order{
    border-bottom: 2px solid #24406D;
    background: rgb(64,116,197); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(64,116,197,1) 0%, rgba(43,79,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(64,116,197,1)), color-stop(100%,rgba(43,79,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=1 ); /* IE6-9 */
    margin-top: 10px;
    padding: 10px 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 2.5em;
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-style: normal;
}
.social-networks{
    display: block;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 40px;
}
.menu-reviews{
    position: relative;
}
.menu-reviews-content{
    min-height: 300px;
    padding: 20px 15px 0;
    background: #fff url('../images/feedback-bg.jpg') no-repeat;
}
.menu-reviews-content > ul{
    overflow: hidden;
    border-bottom: 1px solid #E5E6E9;
    -webkit-box-shadow: 0 1px 1px -1px white;
    -moz-box-shadow: 0 1px 1px -1px white;
    box-shadow: 0 1px 1px -1px white;
}
.menu-reviews-content > ul > li{
    float: left;
    color: #878A94;
    text-align: center;
    width: 24%;
    font-size: 15px;
    padding-bottom: 15px;
    border-bottom: 4px solid transparent;
}
.menu-reviews-content > ul > li:hover{
    color: #243F6C;
    cursor: pointer;
    font-weight: 700;
    border-bottom: 4px solid #3A68AF;
}
.menu-reviews-content > ul > li >a, .menu-reviews-content > ul > li > a:hover{
    text-decoration: none;
    color: inherit;
}
#guides-button.active,
#specs-button.active,
#how-to-button.active,
#safety-button.active{
    color: #243F6C;
    cursor: pointer;
    font-weight: 700;
    border-bottom: 4px solid #3A68AF;
}
.menu-reviews #leave-feedback{
    cursor: pointer;
    font-size: 13px;
    color: #7F838C;
    text-transform: uppercase;
    padding: 16px 30px;
    margin: 0 0 20px 20px;
    border: 1px solid #F1F2F5;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,230,233,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,230,233,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,230,233,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,230,233,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,230,233,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,230,233,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e6e9',GradientType=0 ); /* IE6-9 */
    width: 185px;
}
.menu-reviews #leave-feedback:before{
    content:"";
    position: absolute;
    left: 38px;
    bottom: 15px;
    background: url('../images/sprites.png') -480px -80px no-repeat;
    height: 55px;
    width: 10px;
}

.menu-reviews #more-feedback{
    cursor: pointer;
    font-size: 13px;
    color: #7F838C;
    text-transform: uppercase;
    padding: 16px 30px;
    margin: 0 0 20px 20px;
    border: 1px solid #F1F2F5;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,230,233,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,230,233,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,230,233,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,230,233,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,230,233,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,230,233,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e6e9',GradientType=0 ); /* IE6-9 */
    width: 185px;
}

.menu-reviews #more-feedback:before{
    content:"";
    position: absolute;
    left: 22px;
    bottom: 17px;
    background: url('../images/sprites.png') -480px -80px no-repeat;
    height: 55px;
    width: 10px;
}

.how-menu{
    font-family: 'Play-Bold', sans-serif;
    font-style: normal;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
}
.how-menu li{
    margin-bottom: 5px;
    width: 50%;
    float: left;
}
.how-menu li img{
    width: 40px;
    float: left;
}
.how-menu li span{
    padding: 5px 0 0 5px;
    float: left;
    color: #CB1914;
    letter-spacing: -1px;
}
.how-menu li span b{
    font-size: 12px;
    color: #000;
    display: block;
    text-transform: uppercase;
}
.how-menu li a:hover span{
    text-decoration: none;
    color: #CB1914;
}
.specs-col{
    padding: 0 5px;
}
.specs-col img{
    width: 140px;
    padding: 10px 0;
}
.specs-col h3{
    font-family: 'PlayfairDisplay-Black', sans-serif;
    font-size: 13px;
    font-style: italic;
    color: #3966AC;
    margin-bottom: 5px;
}
.specs-col span{
    display: inline-block;
    font-style: italic;
    font-size: 12px;
}
.short-info{
    padding-top: 10px;
    padding-left: 20px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
.short-info h1{
    font-size: 24px;	
    font-weight: bold;
    color: #3766B1;
}
.short-info h1 span{
    font-size: 17px;
    font-weight: normal;
    color: #7F838C;
}
.short-info h1 .black{
    font-size: 24px;	
    font-weight: bold;
    color: black;
}
.short-info h1 .grey{
    font-size: 24px;	
    font-weight: bold;
    color: #7F838C;
}
.short-info > span{
    font-size: 17px;
    color: #7F838C;
    padding-top: 10px;
    display: block;
}
.feedback{
    padding: 30px 0 0 20px;
}
.feedback .user{
    font-size: 13px;
    color: #393939;
    font-weight: 700;
}
.feedback .user span{
    color: #7F838C
}
.feedback h1{
    font-size: 21px;
    color: #393939;
    padding: 17px 0;
}
.feedback .content{
    font-size: 15px;
    color: #393939;
    padding-bottom: 40px;
}
.stars{
    padding: 5px 0 5px 0;
    display: block;
    overflow: hidden;
}
.reviews{
    padding: 0 0 0 20px;
}
.reviews .user{
    font-size: 13px;
    color: #393939;
    font-weight: 700;
}
.reviews .user > span{
    color: #7F838C;
    margin-left: 0;
}
.reviews .review-title{
    font-size: 16px;
    color: rgb(51, 100, 178);
    padding: 5px 0;
    margin-left: 0;
}
.reviews .content{
    font-size: 15px;
    color: #393939;
    padding-bottom: 40px;
}
.stars{
    padding: 5px 0 5px 0;
    display: block;
    overflow: hidden;
}
/*** right column ***/
.right-wrapper{
    width: 50%;
    float: right;
}
.error{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 13px;
    color: #CA1100;
    width: 100%;
    display:none;
}
.errorFixed {
    position: fixed;   
    top: 0px;  
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
}
.error-content{
    margin: 10px 15px 10px 35px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #F1F2F5;
}
.error i{
    float: left;
    margin: 0 10px;
}
.error h1{
    font-size: 15px;
    padding-bottom: 5px;
}
.error p{
    padding-left: 35px;
}
.measure{ 
    padding-right: 11px;
}
.measurement-float{
    margin-bottom: 17px;
    float: none;
}
.measurement-main{
    float: right;
    margin-bottom: 15px;
}
.measurement{
    background: #fff url('../images/measurement.jpg') no-repeat;
    margin-left: 25px;
    float: left;
}
.measure h2{
    font-size: 13px;
    text-transform: uppercase;
    color: #7E8187;
    padding: 8px 5px 8px 0;
    margin-left: 45px;
}
.measure i{
    float: right;
}
.measure .unit{
    background-color: #fff;
    border: 1px solid #F1F2F5;
    padding: 8px 5px;
    margin: 0 0 0 27px;
    position: relative;
}
.measure .unit:before{
    content:"";
    position: absolute;
    top: -6px;
    left: -10px;
    background: url('../images/sprites.png') -480px -80px no-repeat;
    height: 55px;
    width: 10px;
}
.add-to-basket-extra, 
.add-to-basket-extra:hover{
    height: 70px;
    width: 100%;
    float: left;
    padding-top: 20px;
    margin-top: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: rgb(115,177,67); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(115,177,67,1) 0%, rgba(1,127,77,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(115,177,67,1)), color-stop(100%,rgba(1,127,77,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(115,177,67,1) 0%,rgba(1,127,77,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(115,177,67,1) 0%,rgba(1,127,77,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(115,177,67,1) 0%,rgba(1,127,77,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(115,177,67,1) 0%,rgba(1,127,77,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73b143', endColorstr='#017f4d',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}
.add-to-basket-extra:before{
    content:"";
    position: absolute;
    top: 0;
    left: -10px;
    background: url('../images/sprites.png') -461px -295px;
    height: 75px;
    width: 10px;
}
.add-to-basket-extra span{
    font-size: 11px;
    font-weight: 600;
    display: block;
}
.add-to-basket-extra b{
    font-size: 15px;
    font-weight: 900;
}
.unit-details-type .unit, 
.unit-details-dimensions .unit, 
.unit-extra-options .unit{
    position: relative;
    margin-left: 27px;
}
.extra-options{
    display: inline-block;
}
.extra-options .measure {
    padding-right: 12px;
}
.extra-options > h1{
    font-family: 'Playfair Display', sans-serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
    color: #335A9A;
    margin: 10px 0 0 40px;
}
.extra-options > span{
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #9FA5B0;
    margin-left: 40px;
}

.unit-extra-options{
    padding-right: 12px;
}
.unit-extra-options .unit:before{
    content:"";
    position: absolute;
    top: -4px;
    left: -10px;
    background: url('../images/sprites.png') -220px -159px no-repeat;
    height: 55px;
    width: 10px;
}
.extra-options-button .unit:before{
    content:"";
    position: absolute;
    background: url('');
}
.extra-options .product-price{
    margin: 10px 0 20px;
    padding-left: 35px;
    overflow: hidden;
    border: 0;
}
.unit-details-dimensions .unit:before{
    content:"";
    position: absolute;
    top: 1px;
    left: -9px;
    background: url('../images/sprites.png') -460px -80px no-repeat;
    height: 55px;
    width: 10px;
}
.unit-details-type .unit:before{
    content:"";
    position: absolute;
    top: -5px;
    left: -9px;
    background: url('../images/sprites.png') -480px -80px no-repeat;
    height: 55px;
    width: 10px;
}
.unit-details-type h2,
.unit-details-dimensions h2{
    font-size: 12px;
    text-transform: uppercase;
    color: #7E8187;
    padding: 10px 0;
    margin-left: 45px;
}
.unit-details-type h2 i,
.unit-details-dimensions h2 i{
    float: right;
}
.unit-extra-options h3 i, 
.extra-options .measure i{
    position: absolute;
    right: 10px;
}
.unit-details-type h2 span,
.unit-details-dimensions h2 span{
    font-size: 11px;
    color: #274C85;
    padding-left: 5px;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
}
.unit-details-type .modal-content{
    padding: 20px;
    overflow: hidden;
}
.unit-details-type .modal-content button{ 
    float: right;
}
.unit-details-dimensions .unit input[type="text"], 
.unit-extra-options .unit input[type="text"],
.unit-details-dimensions .unit input[type="numeric"], 
.unit-extra-options .unit input[type="numeric"]{
    height: 48px;
    width: 165px;
    font-size: 19px;
    color: #274C85;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    border: 1px solid #F1F2F5;
    padding-right: 35px;
}	
.unit-extra-options .unit input[type="text"]{
    width: 100%;
}
.unit-details-type .unit input[type="text"], 
.unit-details-type .unit select,
.unit-details-type .unit textarea, 
.unit-extra-options .unit select,
.unit-extra-options .unit .gold-select{
    height: 48px;
    width: 165px;
    font-size: 11px;
    color: #274C85;
    font-weight: 600;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #F1F2F5;
    padding-right: 35px;
    text-transform: uppercase;
}
.unit-extra-options .unit select{
    height: 50px;
    width: 100%;
}
.unit-extra-options .unit .gold-select{
    width: 100%;
    color: #AC996B;
}
.unit-details-type .unit select, 
.unit-extra-options .unit select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background-color: #fff;
}
.unit-details-type .unit select::-ms-expand, 
.unit-extra-options .unit select::-ms-expand{
    display: none;
}
.chosen-container-single .chosen-single{
    height: 50px;
    background: #fff;
    border: 0;
    border-radius: 0;
    border: 1px solid #F1F2F5;
    box-shadow: 0 0 3px #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    background-image: none;
    border: 1px solid #F1F2F5;
    border-bottom: 0;
}
.chosen-container .chosen-results li{
    font-size: 13px;
    color: #274C85;
}
.chosen-container-single .chosen-drop{
    border-radius: 0;
}
.chosen-container .chosen-drop{
    position: relative;
    border: 1px solid #F1F2F5;
    border-top: 0;
    box-shadow: none;
}
.chosen-container .chosen-results li.highlighted,
.chosen-container .chosen-results li.active-result:hover{
    background: #F1F2F5;
    color: #274C85;
    font-size: 13px;
}
.chosen-container-single .chosen-single span{
    font-family: 'Open sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #274C85;
    margin-top: 10px;
}
.chosen-container .chosen-results li.active-result{
    padding-top: 15px;
    padding-bottom: 15px;
}
.chosen-container-single .chosen-search{
    display: none;
}
.unit-details-type label, 
.unit-details-dimensions label, 
.unit-extra-options label{
    position: absolute;
    top: 14px;
    right: 0px;
    font-size: 11px;
    font-weight: 700;
    color: #7E8187;
    border-left: 1px solid #F1F2F5;
    padding: 5px 7px;
    text-transform: uppercase;
    cursor: pointer;
}
.unit-details-dimensions label.dimensions{
    cursor: text;
}
.unit-extra-options label{
    top: 1px;
    right: 1px;
    padding: 12px 10px;
    background-color: #fff;
    border-left: 0;
    z-index: 5;
}
.unit-extra-options label i{
    height: 22px;
    width: 22px;
    background-position: -180px -374px;
    border-left: 1px solid #F1F2F5;
}
.unit-details-type label{
    top: 1px;
    border-left: none;
    background: none repeat scroll 0% 0% #fff;
    padding: 12px 10px;
    right: 2px;
}
.unit-details-type label i{
    background-position: -180px -373px;
    width: 22px;
    height: 22px;
    border-left: 1px solid #F1F2F5;
}
.product-available{
    margin-top: 30px;
}
.product-available .unit{
    border: 1px solid #F1F2F5;
    float: left;
    padding: 16px 0;
    width: 93%;
    position: relative;
}
.product-available .unit:before{
    content: '';
    position: absolute;
    top: -2px;
    left: -10px;
    background: url();
    background-color: #e5e6e9;
    height: 100%;
    width: 10px;
    transform: skewY(25deg);
}
.product-available .free-delivery{
    padding: 20px 0;
    margin-left: 27px; 
}
.free-delivery img{
    padding: 5px 15px;
}
.free-delivery a:first-child img{
    border-right: 1px solid #E5E6E9;
}
.product-available h2{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 21px;
    color: #335999;
    padding-left: 40px;
    line-height: 1.5em;
}
.product-available h2 span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: #9FA5B0;
    display: block;
    line-height: 1.25em;
}
.product-available h4{
    font-family: 'PlayfairDisplay-BlackItalic', sans-serif;
    font-size: 21px;
    color: #335999;
}
.item-available{
    padding: 12px 0;
}
.item-available img{
    float: left;
    padding: 0 10px;
}
.item-available h1{
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 13px;
    float: left;
    color: #243F6C;
    width: 100px;
    /*	white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;*/
}
.item-available h1 span{
    font-weight: 400;
    color: #A0A5B0;
}
.item-available h1 b{
    font-family: 'PlayfairDisplay-BlackItalic', sans-serif;
    color: #BEA976;
}
.item-available h1 span{
    display: block;
}
.item-available h1 b{
    display: block;
}

/**Select option with ul**/
.ul-select-option{ 
    height: auto;
    min-height: 50px;
    width: 100%;
    font-size: 11px;
    color: #AC996B;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #F1F2F5;
    text-transform: uppercase;
    position: relative;
    background:#fff;
}
.ul-select-option li.init {
    padding: 15px 35px 15px 10px;
    display: block;
    width: 100%;
} 
.ul-select-option .zoom-image{
    position: absolute;
    background: url('../images/zoom-image.png') no-repeat;
    top: -175px;
    right: 10px;
    padding: 8px;
    height: 174px;
    width: 126px;	
    display: none;	 
}
.ul-select-option .zoom-image img{
    width: 100%;
}
.ul-select-option li:not(.init):hover, 
.ul-select-option li.selected i.check{ 
    display: inline-block;
}
.ul-select-option .init{ 
    cursor: pointer; 
}
.sub-ul-select-option {
    width: 100%;
    max-height: 185px;
    overflow-y: auto;
    display: none;
    margin-top: 8px;
    background: #fff;
    padding: 20px 0 10px 10px;
    border: 1px solid #F1F2F5;
    border-bottom: 4px solid #F1F2F5;
    -webkit-box-shadow: inset 0px 10px 9px 0px rgba(241,242,245,1);
    -moz-box-shadow: inset 0px 10px 9px 0px rgba(241,242,245,1);
    box-shadow: inset 0px 10px 9px 0px rgba(241,242,245,1);
}
.sub-ul-select-option li { 
    margin-bottom: 10px;
    width: 48%;
    display: inline-block; 
    cursor: pointer; 
    position: relative;
}
.sub-ul-select-option li img{
    float: left;
    width: 63px;
    padding: 8px;
    border: 1px solid #ECEDEE;  
} 
.sub-ul-select-option li span{
    color: #9FA5B0;
    float: left;
    width: 50%;
    margin: 18px 0 0 10px;
}
.sub-ul-select-option li i.check{
    position: absolute;
    top: 0;
    left: 68px;
    display: none;
}
.sub-ul-select-option li:hover i.check{
    display: inline-block;
}

.order-info{
    margin: 20px 0 0 0;
    border-top: 1px dotted #D5D5D5;
}
.save{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    float: right;
    margin-top: 30px;
    padding-left: 20px; 
}
.save b{
    color: #98855F;
    padding-left: 5px;
}	
.save u{
    clear: left;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 22px;
    padding-left: 21px;
    padding-top: 5px;
    text-decoration: none;
    text-transform: capitalize;
}
.save u s{
    color: #A0A5B0;
    text-transform: capitalize;
    text-decoration: none;
}

.ul-order, 
.ul-order-expand{
    position: relative;
    padding-top: 20px;
    padding-right: 0;
}
.ul-order li, .ul-order-expand li{
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding-bottom: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 3px 3px 0px rgba(44, 81, 136, 0.1);	
}
.ul-order li a, 
.ul-order-expand li a{
    text-decoration: none;
    color: #fff;
}
.order-info .ul-order li span, 
.ul-order-expand li span{
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    padding: 23px 0 13px;
}
.ul-order li:first-child{
    background: rgb(229,230,233); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(229,230,233,1) 0%, rgba(161,165,176,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(229,230,233,1)), color-stop(100%,rgba(161,165,176,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e6e9', endColorstr='#a1a5b0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-right: 2px solid #A1A5B0;
}
.ul-order li:first-child,
.ul-order li:first-child.active,
.ul-order-expand li.active:first-child{
    background: rgb(64,116,197); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(64,116,197,1) 0%, rgba(43,79,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(64,116,197,1)), color-stop(100%,rgba(43,79,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-bottom: 5px;
    border-right: 2px solid #203E71;
}
.ul-order-expand li:last-child{
    background: rgb(64,116,197); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(64,116,197,1) 0%, rgba(43,79,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(64,116,197,1)), color-stop(100%,rgba(43,79,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-bottom: 5px;
    border-right: 2px solid #203E71;
}
.ul-order li:first-child::before{
    content:"";
    position: absolute;
    top: 15px;
    left: 0;
    background: url('../images/sprites.png') -480px -280px no-repeat;
    height: 74px;
    width: 10px;
}
.ul-order li.active:first-child::before,
.ul-order li:first-child::before,
.ul-order-expand li.active:first-child::before{
    content:"";
    position: absolute;
    top: 20px;
    left: 0;
    background: url('../images/sprites.png') -480px -200px no-repeat;
    height: 74px;
    width: 10px;
}
.ul-order-expand li:last-child::before{
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    background: url('../images/sprites.png') -300px -319px no-repeat;
    height: 75px;
    width: 10px;
}
.ul-order li:nth-child(2), 
.ul-order-expand li:nth-child(2),
.ul-order :nth-of-type(2),
.ul-order-expand :nth-of-type(2){
    position: absolute;
    font-size: 11px;
    color: #A0A5B0;
    background-color: #fff;
    top: 75px;
    left: 50%;
    padding: 9px;
}
.ul-order li:last-child, 
.ul-order-expand li:first-child,
.ul-order-exapnd li.inactive:last-child{
    background: rgb(229,230,233); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(229,230,233,1) 0%, rgba(161,165,176,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(229,230,233,1)), color-stop(100%,rgba(161,165,176,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e6e9', endColorstr='#a1a5b0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-right: 2px solid #A1A5B0;
    margin-bottom: 5px;
}
.ul-order li:last-child::before{
    content:"";
    position: absolute;
    top: 89px;
    left: 0;
    background: url('../images/sprites.png') -480px -280px no-repeat;
    height: 80px;
    width: 10px;
}
.ul-order-expand li:first-child::before{
    content:"";
    position: absolute;
    top: 20px;
    left: 0;
    background: url('../images/sprites.png') -490px -200px no-repeat;
    height: 80px;
    width: 10px;
}
.product-price{
    margin: 20px 0 0 0;
    border-top: 1px dotted #D5D5D5;
    padding-left: 20px;
    overflow: hidden;
}
.phone{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    float: right;
    color: rgb(39, 76, 133);
    position: relative;
    padding: 5px 0 0 0;
    width: 52%;
    text-align: center;
}
.product-price > span{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 50px;
    color: #274C85;
    padding-bottom: 5px;
}
.product-price > span b{
    font-size: 28px;
}
.product-price span u{
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    color: #7E8187;
    font-size: 11px;
    padding-top: 15px;
}
.ul-product{
    padding-top: 20px;
}
.ul-product li{
    color: #7E8187;
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 15px;
}
.ul-product li span{
    color: #393939;
    display: block;
    text-transform: none;
    padding: 5px 0 10px 0;
    position: relative;
}
.ul-product li span:before{
    margin-top: 40px;
    content:"";
    position: absolute;
    top: -35px;
    left: -20px;
    background: url('../images/sprites.png') -460px -160px no-repeat;
    height: 16px;
    width: 16px;
}
.ul-product li span b,
.ul-product li span a,
.ul-product li span a:hover{
    color: #3966AC;
    font-weight: normal;
    font-size: 11px;
    display: block;
}
.ul-product li span a,
.ul-product li span a:hover{
    cursor: pointer;
}
.ul-product li span u{
    font-size: 13px;
    float: left;
    text-decoration: none;
    color: #335A9A;
    padding: 2px 5px 0 0;
}
.recently-view{
    font-family: "Playfair Display", sans-serif;
    margin: 20px 0;
    font-size: 25px;
    color: #D9DADC;
}
.list-recently-view {
    font-family: "Playfair Display", sans-serif;
    margin: 10px 0 40px 0;
    overflow: hidden;
}
.list-recently-view li{
    padding: 0;
}
.list-recently-view li img{
    float:left;
    width: 75px;
}
.list-recently-view li h1{
    color: #24406D;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-left: 10px;
    display: inline-block;
    font-weight: 700;
}
.list-recently-view li span{
    color: #393939;
    font-size: 13px;
    padding-bottom: 5px;
    margin-left: 85px;
    display: block;
}

.list-recently-view li span b{ 
    color: #98855F;
    display: block;
}
.list-recently-view li a{
    color: #3364B2;
    font-size: 13px;
    padding-top: 10px;
    margin-left: 85px;
    display: block;
    font-weight: 700;
}

/* Basket */
.items > .col-lg-6, .items > .col-md-6{
    padding: 0
}
.basket{
    background: #fff url('../images/container-bg.jpg') 0 40px repeat-x;
    overflow: hidden;
}
.basket-details-left, .basket-details-right{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 40px;
    text-align: center;
}
.basket-details-left li{
    font-size: 13px;
    color: #7E8187;
    padding: 0 0 10px 0;
}
.basket-details-left li:last-child{
    text-align: left;
}
.basket-details-right li{
    font-size: 13px;
    color: #7E8187;
    padding: 0 0 10px 0;
    float: right;
}
.one-item-row{
    width: 100%;
    float: left;
    border: 1px solid #F1F2F5;
    margin-bottom: 5px;
}

.item-basket{
    position: relative;
    padding: 15px 0;
}
.item-basket:before{
    content: '';
    position: absolute;
    top: -2px;
    left: -10px;
    background-color: #e5e6e9;
    height: 100%;
    width: 10px;
    transform: skewY(25deg);
}

.item-no-description{
    list-style: none;
    float: left;
    width: 100%;
}
.item-no-description > li{
    float: left;
    color: #7E8187;
    width: 17%;
    text-align: center;
}	
.item-no-description > li:first-child{
    text-align: center;
    border-right: 1px solid #F1F2F5;
}
.item-no-description > li:first-child a{
    display: block;
    padding: 22px 0;
    float: left;
    width: 100%;
}
.item-no-description > li:first-child a > i{
    display: inline-block;
    float: none;
    margin: 0 auto;
}
.item-no-description > li:nth-child(3){
    width: 60%;
    text-align: left;
}		

.category-title{
    font-style: italic;
}
.product-title{
    font-style: italic;
    font-weight: 700;
    color: #243F6C;
}

.product-title a{
    font-style: italic;
    font-weight: 700;
    color: #243F6C;
    text-decoration:none;
}
.product-specs-container {

}
.product-details{

}
.product-details > li{
    font-family: "Open Sans",sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    float: left;
}
.product-details > li:first-child {
    width: 66% !important;
    height: 31px;
    overflow: hidden;
}
.product-specs li {
    clear: both;
}
.product-specs li > span:first-child {
    float: left;
    width: 48%;
    margin-right: 2%;

}
.product-specs li > span:last-child {
    float: left;
    width: 50%;
    color: #264b86;
    text-transform: capitalize;
    border-left: 1px solid #F1F2F5;
}
.product-details > li:last-child {
    font-family: "Open Sans",sans-serif;
    font-style: italic;
    font-weight: 600;
    position: absolute;
    right: 0;
    border-left: 1px solid #F1F2F5;
}
.product-details > li:last-child i{
    margin: 5px;
}
.product-details > li:last-child span.view-details{
    color: #D4BC7F;
    text-decoration: none;
    text-transform: lowercase;
    display: inline-block;
    width: 50px;
    cursor: default;
}
.product-specs, .product-specs-units{
    float: left;
}
.product-specs li, .product-specs-units li{
    padding: 3px 0;
}
.product-specs li{
    color: #7E8187;
    text-transform: uppercase;
}
.product-specs-units li{
    color: #264B86;
    text-transform: capitalize;
}
.quantity-price{
    font-family: 'Open sans',sans-serif;
    font-weight: 600;
}

.quantity-price ul li{
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: #264C85;
    border-left: 1px solid #F1F2F5;
    margin: 21px 0 20px 0;
    padding: 0 10px;
    float: right;
}
.quantity-price ul li b{
    font-size: 11px;
}
.quantity-price ul li:last-child a, 
.quantity-price ul li:last-child a:hover {
    text-decoration: none;
    color: #274C85;
    width: 50%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    cursor: pointer;
}
.quantity-price ul li:last-child a:last-child{
    border-left: 1px solid #F1F2F5;
}
.quantity-price ul li:last-child a:last-child i{
    float: right;
}
.quantity-price ul li:nth-child(3){
    color: #007F4B;
}
.quantity-price ul li:last-child{
    color: #7E8187;
}
.quantity-price ul li span{
    display: block;
    padding-bottom: 5px;
}
.quantity-price ul li:first-child span{
    color: #7E8187;
}
.quantity-price ul li i{
    color: #7E8187;
    display: block;
    padding-top: 7px;
}
.summary{
    position: relative;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 11px;
    margin-top: 40px;
}
.summary-bg{
    padding: 15px 10px 14px;
    width: 100%;
    float: left;
    background-color: rgba(241,242,245,0.3);
}
.summary:before{
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #e5e6e9;
    height: 100%;
    width: 10px;
    transform: skewY(25deg);
}
.summary-bg div {
    padding: 0;
}
.summary-main{
    text-transform: uppercase;
    color: #7E8187;
}
.summary-main span{
    display: block;
}
.summary-main span:first-of-type{
    padding-bottom: 20px;
}
.summary-details p:first-child{
    color: #264B85;
    padding-bottom: 5px;
}
.summary-details p:nth-child(2){
    color: #7E8187;
    padding-bottom: 5px;
}
.summary-details p:last-child{
    color: #007F4B;
}
.total-price ul{
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    padding-left: 10px;
}
.total-price ul li{
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    position: relative;
    color: #264C85;
    padding: 0;
    border-left: 1px solid #F1F2F5;
}
.total-price ul li b{
    font-size: 11px;
}
.total-price ul li u{
    position: absolute;
    top: -45px;
    left: 10px;
    text-decoration: none;
    font-size: 13px;
    color: #393939;
}
.total-price ul li:first-child i{
    font-size: 11px;
    text-transform: uppercase;
}
.total-price ul li:nth-child(2){
    color: #007F4B;
}
.total-price ul li span{
    display: block;
    padding-bottom: 10px;
}
.total-price ul li i{
    color: #7E8187;
}
.buttons-check-bill{
    font-family: 'Open Sans',sans-serif;
    margin-top: 5px;
    margin-bottom: 40px;
}
.button-secure-checkout{
    background: rgb(64,116,197); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(64,116,197,1) 0%, rgba(43,79,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,116,197,1)), color-stop(100%,rgba(43,79,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=0 ); /* IE6-9 */
    border-right: 3px solid #1C3B75;
    padding: 25px 0 13px 0;
    text-align: center;
    cursor: pointer;
}
.button-secure-checkout:hover{
    text-decoration: none;
}
.button-secure-checkout:before{
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    background: url(../images/sprites.png) -140px -166px;
    height: 80px;
    width: 10px;
}
.button-secure-checkout span{
    font-size: 11px;
    font-weight: 600;
    text-shadow: 2px 3px 1px #2C5189;
    color: #fff;
    display: block;
}
.button-secure-checkout b{
    font-size: 17px;
    font-weight: 900;
    text-shadow: 4px 5px 1px #2C5189;
    color: #fff;
}
.button-secure-checkout i{
    position: relative;
    margin-top: -20px;
    margin-right: 2px;
    float: right;	
}
.button-secure-checkout i:before{
    content:'';
    position: absolute;
    top: -3px;
    left: -10px;
    height: 55px;
    width: 2px;
    border-left: 1px solid #4074C5;
    border-right: 1px solid #1C3B75;
}
.button-secure-checkoutb{
    background: rgb(64,116,197); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(64,116,197,1) 0%, rgba(43,79,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,116,197,1)), color-stop(100%,rgba(43,79,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=0 ); /* IE6-9 */
    border-right: 3px solid #1C3B75;
    padding: 25px 0 13px 0;
    text-align: center;
    cursor: pointer;
}
.button-secure-checkoutb:hover{
    text-decoration: none;
}
.button-secure-checkoutb:before{
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    background: url(../images/sprites.png) -140px -166px;
    height: 80px;
    width: 10px;
}
.button-secure-checkoutb span{
    font-size: 11px;
    font-weight: 600;
    text-shadow: 2px 3px 1px #2C5189;
    color: #fff;
    display: block;
}
.button-secure-checkoutb b{
    font-size: 17px;
    font-weight: 900;
    text-shadow: 4px 5px 1px #2C5189;
    color: #fff;
}
.button-secure-checkoutb i{
    position: relative;
    margin-top: -20px;
    margin-right: 2px;
    float: right;
}
.button-secure-checkoutb i:before{
    content:'';
    position: absolute;
    top: -3px;
    left: -10px;
    height: 55px;
    width: 2px;
    border-left: 1px solid #4074C5;
    border-right: 1px solid #1C3B75;
}
.paypal{
    text-align: center;
    position: relative;
    /*display: none;*/
    margin-top: 25px;
}
.paypal span{
    position: absolute;
    top: -20px;
    left: 45%;
    color: #264C85;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 2;
} 
.paypal img{
    width: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.paypal a img{
    width: 50%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.paypal #ppLoader {
    width:40px;
    height:40px;
    clear:both;
    display:none;
    margin-left:auto;
    margin-right:auto;
}


.button-total{
    background: rgb(211,187,131); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(211,187,131,1) 0%, rgba(190,169,118,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,187,131,1)), color-stop(100%,rgba(190,169,118,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(211,187,131,1) 0%,rgba(190,169,118,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(211,187,131,1) 0%,rgba(190,169,118,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(211,187,131,1) 0%,rgba(190,169,118,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(211,187,131,1) 0%,rgba(190,169,118,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3bb83', endColorstr='#bea976',GradientType=0 ); /* IE6-9 */
    border-right: 3px solid #AF9C62;
    padding: 25px 0 20px 0;
    padding-left: 25%;
    margin-bottom: 2px;
}
.button-total:hover{
    text-decoration: none;
}
.button-total:before{
    content: '';
    position: absolute;
    top: -1px;
    left: -10px;
    background: url(../images/sprites.png) -440px -295px;
    height: 81px;
    width: 10px;
}
.button-total span{
    font-size: 11px;
    font-weight: 700;
    text-shadow: 2px 3px 1px #AF9B6D;
    color: #fff;
    display: block; 
}
.button-total b{
    font-size: 24px;
    font-weight: 900;
    text-shadow: 4px 5px 1px #AF9B6D;
    color: #fff;
}
.button-total i{
    position: relative;
    margin-top: -20px;
    margin-right: 15px;
    float: right;	
    height: 35px;
    width: 35px;
}
.button-total i:before{
    content:'';
    position: absolute;
    top: -3px;
    left: -10px;
    height: 55px;
    width: 2px;
    border-left: 1px solid #E5CB8B;
    border-right: 1px solid #AE9B65;
}	
.button-total b u{
    text-decoration: none;
    font-size: 15px;
}
.button-total .icon-right{
    float: right;
    margin: -20px 0 0 0;
}
.basket-options{
    margin-top: 20px;
    margin-bottom: 40px;

}
.basket-options a:last-of-type, 
.basket-options a:hover:last-of-type{
    margin-right: 0;
}
.basket-options a, 
.basket-options a:hover{
    position: relative;
    float: left;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 4em;
    color: #7F838C;
    width: 150px;
    height: 50px;
    padding: 0;
    margin-right: 8px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #E5E6E9;
    border-right: 3px solid #E5E6E9;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(241,242,245,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.65)), color-stop(100%,rgba(241,242,245,1))); 
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(241,242,245,1) 100%);  
    background: -o-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(241,242,245,1) 100%);  
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(241,242,245,1) 100%);  
    background: linear-gradient(to bottom,  rgba(255,255,255,0.65) 0%,rgba(241,242,245,1) 100%);  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#f1f2f5',GradientType=0 );

}	
.basket-options a:before{
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    background: url(../images/sprites.png) -220px -160px;
    height: 55px;
    width: 10px;
}
.basket-options .options-img:before{
    content: '';
    background: url();
}
.basket-options .options-img img{
    width: 128px;
}
.basket-options .options-img, 
.basket-options .options-img:hover{
    float: left;
    border: 0;
    margin-top: 5px;
    border-right: 3px solid #E5E6E9;
    margin-right: 5px;
    background: #fff;
}
.basket-options .options-img:first-of-type{
    margin-top: 0;
}
.separator-blue-big a:first-child,
.separator-blue-big a:first-child:hover{
    border: 0;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
} 	
.separator-blue-big a:first-child img{
    height: 70px;
}
.separator-blue-big .options-img img{
    height: 40px;
}
.separator-blue-big .options-img, 
.separator-blue-big .options-img:hover{
    border: 0;
    float: left;
    margin-top: 17px;
    margin-right: 5px;
}

.separator-blue-big-bk a:first-child,
.separator-blue-big-bk a:first-child:hover{
    border: 0;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
.separator-blue-big-bk a:first-child img{
    height: 70px;
}
.separator-blue-big-bk .options-img img{
    margin-left:15px;
    max-height: 55px;
}
.separator-blue-big-bk .options-img,
.separator-blue-big-bk .options-img:hover{
    border: 0;
    display: inline-block;
    margin-top: 17px;
    margin-right: 5px;
}

.trust-pilot{
    background: url(../images/trustpilot-bg.jpg) repeat-x;
}
.trust-pilot .short-info{
    position: relative;
    padding-left: 10px;
}
.trust-pilot .short-info:before{
    content: '';
    position: absolute;
    background: url(../images/sprites.png) -240px -450px;
    height: 50px;
    width: 50px;
    top: 30px;
    left: -50px;
}
.trust-pilot .short-info h1, .trust-pilot .short-info h1 span, .trust-pilot .short-info span{
    color: #fff;
}
.review-trustpilot{
    font-family: 'Playfair Display', serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
.review-trustpilot:before{
    content: '';
    position: absolute;
    top: 35px;
    left: -45px;
    background: url(../images/sprites.png) -301px -452px;
    width: 51px;
    height: 46px;
}
.review-trustpilot:last-of-type{
    padding-left: 60px;
}
.review-trustpilot:last-of-type:before{
    top: 35px;
    left: 5px;
}
.review-trustpilot h3{
    color: #F2D797;
    font-style: italic;
    font-weight: 700;
    font-size: 15px;
    line-height: 3em;
    text-transform: uppercase;
}
.review-trustpilot p{
    position: relative;
    color: #fff;
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
}

.payment{
    background: #fff url('../images/container-bg.jpg') repeat-x;
    background-position: 0 65px;
    /*border-top: 4px solid #F1F2F5;*/
    overflow: hidden;
    /*display: none;*/
}
.pay-form{
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    background: url('../images/header-bg.jpg') bottom left repeat-x;
    padding-top: 40px;
    padding-bottom: 120px;
}
.pay-form .row > h1{
    font-size: 17px;
    color: #243F6C;
    margin: 55px 0 10px 25px;
}
.payment-container{
    width: 100%;
    float: left;
}
.payment-fileds-checkbox{
    padding: 0;
}
.payment-fileds h1, .payment-fileds-checkbox h1{
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    font-size: 17px;
    color: #243F6C;
    display: inline-block;
    line-height: 2em;
    max-height: 4em;
    margin: 30px 0 0 15px;
    text-transform: capitalize;
}
.payment-fileds h1 span, .payment-fileds-checkbox h1 span{
    font-family: 'Playfair Display', sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    color: #3966AC;
    text-transform: lowercase;
    position: relative;
}
.payment-fileds h1 i{
    position: absolute;
    right: -40px;
    bottom: -7px;
    float: none;
}
.payment-fileds h1 u{
    font-family: 'Playfair Display', sans-serif;
    text-decoration: none;
    color: #007F4B;
    font-size: 17px;
    font-weight: 700;
}
.payment-fileds h3, .unit-extra-options h3, .measure h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #7E8187;
    padding: 20px 0 10px 16px;
    text-transform: uppercase;
    position: relative;
}
.unit-extra-options h3, .measure h3{
    padding: 20px 0 10px 40px;
}
.unit-extra-options h3 b{
    color: #3970CB;
    font-weight: 900;
}
.unit-extra-options h3 b.red{
    color: #CA1100;
}
.payment-fileds h3 b, 
.unit-extra-options h3 b, 
.measure h3 b {
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
    color: #3966AC;
    text-transform: initial;
    cursor: pointer;
}
.payment-fileds h3 span b, 
.unit-extra-options h3 span b, 
.measure h3 span b {
    color: #C61412;
}
.payment-fileds .info-payment{
    position: relative;
}
.payment-fileds .info-payment:before{
    content: '';
    position: absolute;
    top: -4px;
    left: -10px;
    background: url(../images/sprites.png) -220px -160px;
    height: 55px;
    width: 10px;
}
.payment-fileds input[type="text"]{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #F1F2F5;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    color: #264B86;
}
.payment-fileds input[type="text"].email-verify{
    color: #00703F;
}

.payment-fileds-checkbox h1{
    font-family: 'Playfair Display', sans-serif;
    font-size: 16px;
    margin-left: 20px;
}
.payment-radiobox{
    display: inline-block;
}	
.payment-radiobox .unit{
    position: relative;
    padding: 10px 20px 10px 10px;
    margin-left: 45px;
    border: 1px solid #F1F2F5;
}
.payment-radiobox .unit:before{
    content: '';
    position: absolute;
    top: -4px;
    left: -10px;
    background: url(../images/sprites.png) -220px -160px;
    height: 55px;
    width: 10px;
}
.payment-radiobox input[type="radio"] + label::before {
    margin-right: 10px;
    font-weight: 400;
}
.payment-fileds .basket-options{
    margin-top: 10px;
}
.payment-fileds .basket-options a{
    width: 148px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
}
.payment-fileds .basket-options a:last-child{
    /*border-bottom: 2px solid #24406D; */
    /*border-right: 3px solid #24406D;*/
    /*background: rgb(64,116,197);*/
    background: url(../images/spy.png);
    background-position: 10px 7px;
    /*background: -moz-linear-gradient(left, rgba(64,116,197,1) 0%, rgba(43,79,133,1) 100%);*/
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(64,116,197,1)), color-stop(100%,rgba(43,79,133,1)));*/
    /*background: -webkit-linear-gradient(left, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);*/
    /*background: -o-linear-gradient(left, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);*/
    /*background: -ms-linear-gradient(left, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);*/
    /*background: linear-gradient(to right, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=1 );*/
    background-repeat: no-repeat;
    color: #fff;
    height: 50px;
    float: right;
}
.payment-fileds .basket-options a:last-child:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -10px;
    /*background: url();*/
    /*background-color: #24406D;*/
    height: 49px;
    width: 10px;
    transform: skewY(25deg);
}
.payment-fileds .basket-options a:last-child:after{
    content: 'You can also use';
    font-family: 'PlayfairDisplay-Regular', sans-serif;
    font-size: 15px;
    color: #7e8187;
    position: absolute;
    top: -33px;
    left: 0;

}
.credit-card{
    position: relative;
}
.credit-card:before{
    content: '';
    position: absolute;
    top: -4px;
    left: -10px;
    background: url(../images/sprites.png) -220px -160px;
    height: 55px;
    width: 10px;
}
.credit-card select{
    height: 48px;
    width: 100%;
    font-size: 13px;
    color: #274C85;
    font-weight: 600;
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #F1F2F5;
    padding-right: 35px;
    text-transform: uppercase;
}
.credit-card label{
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    padding: 10px 5px 11px;
}
.credit-card label i{
    height: 25px;
    width: 25px;
    background-position: -180px -372px;
    border-left: 1px solid rgb(241, 242, 245);
}
.fake_iframe_paypal{
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    padding: 10px;
    width: 100%;
    max-width: 570px;
    float: left;
    border: solid 1px #e9e9e9;
    border-right: solid 2px #ccc;
    border-bottom: solid 2px #ccc;
    margin-top: 20px;
}
.fake_iframe_paypal .header_paypal{
    border-bottom: 1px solid #EEE; 
    color: #000;
    font-weight: 700;
    padding: 10px 0;
}
.fake_iframe_paypal .header_paypal span{
    font-size: 9px;
    padding-left: 15px;
}
.fake_iframe_paypal .select_paypal{
    padding-top: 20px;
    padding-left: 70px;
}
.select_paypal label{
    font-weight: 400;
    font-size: 11px;
    padding-right: 20px;
}
.select_paypal select{ 
    width: 100px;
}
.select_paypal button{ 
    margin-top: 15px;
    border: 0;
    display: block; 
    border-radius: 0; 
    -webkit-border-radius: 0;
    moz-border-radius: 0; 
    background-color: #ffaa00; 
    color: #000;
}




.proceed-to-pay{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    height: 80px;
    width: 100%;
    color: #7F838C;
    margin-top: 45px;
    margin-bottom: 5px;
    background: -moz-linear-gradient(top,  rgba(255,252,252,0.91) 0%, rgba(255,252,252,0.91) 1%, rgba(241,242,245,1) 99%, rgba(241,242,245,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,252,252,0.91)), color-stop(1%,rgba(255,252,252,0.91)), color-stop(99%,rgba(241,242,245,1)), color-stop(100%,rgba(241,242,245,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,252,252,0.91) 0%,rgba(255,252,252,0.91) 1%,rgba(241,242,245,1) 99%,rgba(241,242,245,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,252,252,0.91) 0%,rgba(255,252,252,0.91) 1%,rgba(241,242,245,1) 99%,rgba(241,242,245,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,252,252,0.91) 0%,rgba(255,252,252,0.91) 1%,rgba(241,242,245,1) 99%,rgba(241,242,245,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,252,252,0.91) 0%,rgba(255,252,252,0.91) 1%,rgba(241,242,245,1) 99%,rgba(241,242,245,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8fffcfc', endColorstr='#f1f2f5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #F1F2F5;
    border-right: 2px solid #F1F2F5;
    padding: 20px 0 0 50px;
}
.proceed-to-pay:before{
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    background: url(../images/sprites.png) -120px -160px;
    height: 85px;
    width: 10px;
}
.proceed-to-pay a, .proceed-to-pay a:hover{
    text-decoration: none;
    color: inherit;
}
.proceed-to-pay span{
    font-size: 11px;
    font-weight: 600;
    display: block;
}
.proceed-to-pay h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 900;
    color: #7F838C;
    margin: 5px 0 0 0;
}
.proceed-to-pay i{
    position: absolute;
    top: 15px;
    right: 20px;
}
/* footer */

.footnotes{
    background: #355C99 url('../images/blue-bg2.png') repeat-x;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin-bottom: 1px;
}
.head-footnotes-info{
    margin-top: 5px;
    padding: 0;
}
.head-footnotes-info li{
    position: relative;
    /* cursor: pointer; */
}

.head-footnotes-info .icon-small-arrow-gold{
    position: absolute;
    left: 165px;
    top: 28px;
}
.head-footnotes-info div{
    float: left;
    margin: 20px 0 0 5px;
    color: #fff;
}
.head-footnotes-info div p{
    display: inline;
}
.head-footnotes-info li > b{
    float: left;
    width: 100%;
}
.footnotes-info .product-info-content {
    margin: 0;
    padding-left: 20px;
}
.footnotes-info{
    margin: 5px 0 30px 0;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}	
.footnotes-info li:nth-child(1),
.footnotes-info li:nth-child(2){
    padding-top: 0;	 
}

.footnotes-info li{
    position: static;
    margin-left: 0;
    padding-top: 20px;
}
.footnotes-info li h2{
    padding-left: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #e4ca8f;
    font-size: 15px;
	text-align: left;
}
.footnotes-info li p{
    padding:0 15px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}
.separator{
    margin-bottom: 5px;
}
.newsletter{
    /*background: #fff url('../images/footer-bg.jpg') repeat-x;*/
    padding: 0 5px;
    width: 340px;
    position: absolute;
    top: 0;
    left: 200px;
    display: none;
    min-height: 80px;
    text-align: center;
    -webkit-transform: translateZ(0);
}
/*.newsletter form{
        float: left;
        }*/
::-webkit-input-placeholder { font-family: 'Playfair Display',sans-serif; padding-top: 2px; font-style: italic; color: #98865F;}
::-moz-placeholder { font-family: 'Playfair Display',sans-serif; padding-top: 2px; font-style: italic; color: #98865F;}
:-ms-input-placeholder { font-family: 'Playfair Display',sans-serif; padding-top: 2px; font-style: italic; color: #98865F;}
input:-moz-placeholder { font-family: 'Playfair Display',sans-serif; padding-top: 2px; font-style: italic; color: #98865F;}

.newsletter input[type="email"]{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    height: 30px;
    font-size: 15px;
    color: #bea976;
    padding: 0 10px 0 10px;
    margin-top: 10px;
    float: left;
    width: 250px;
}
.newsletter input[type="submit"]{
    margin-top: 10px;
    float: left;
    font-family: 'PlayfairDisplay-Regular',serif;
    font-size: 15px;
    background: rgb(64,116,197);
    background: -moz-linear-gradient(-45deg, rgba(64,116,197,1) 0%, rgba(43,79,133,1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(64,116,197,1)), color-stop(100%,rgba(43,79,133,1)));
    background: -webkit-linear-gradient(-45deg, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);
    background: linear-gradient(135deg, rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=1 );
    height: 30px;
    border: 0;
    color: #fff;
}
.newsletter span{
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 17px;
    text-align: left;
    padding: 7px 0;
    color: #24406D;;
    margin-left: 10px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.footer{
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 13px;
    background: #fff url('../images/footer-bg.jpg') repeat-x;
}
.footer-menu-head-bg{
    background-color: #e4ca8f;
}
.footer-menu-border{
    height:4px;
    background-color: #bea976;
}

.footer-menu{
    padding: 15px 0 0 40px;
    /* overflow: hidden; */
    min-height: 80px;
    position: relative;
}	
.footer-menu li a{
    float: left;
}
.footer-menu li span{
    margin-right: 1px;
}	
.footer-menu-info{
    padding: 10px 0 10px 30px;
}
.footer-menu-info li span{
    margin-right: 1px;
}
.footer-head-bg{
    height:240px;
}
.footer-info{
    padding: 10px 10px 0 10px;
    margin-top: -240px;
}
.footer-info .icon-logo-grey{
    margin-top: 40px;
}
.info-footer-left{
    margin: 42px -10px 0 40px;
}
.info-footer-left li:first-child{
    padding-top: 0px;
}
/*    .info-footer-left li:last-child h2{
                padding-bottom: 15px;
                }*/
.info-footer-left h2{
    color: #d2b983;
    margin-top: 30px;
    padding-bottom: 5px;
    font-weight: 700;
}
.info-footer-left a{
    color: #a0a5b0;
    padding-top: 10px;
}
.info-footer-left p{
    color: #a0a5b0;
    line-height: 20px;
    display: block;
    overflow: hidden;
}
.info-footer-left p span img{
    height: 60px;
    margin-right: 10px;
    float: left;
}
.info-footer-left p span:last-child img{
    height: 65px;
    margin-right: 10px;
    padding-top: 10px;
}
.info-footer-right{
    padding-left: 40px;
    margin-top: 50px;
    border-left: 1px #d9dadc solid;

}    
.info-footer-right li:last-child h2{
    margin-top: 10px;
    margin-bottom: 7px;
}
.info-footer-right h2{
    color: #d2b983;
    margin-top: 10px;
    margin-bottom: 9px;
    font-weight: 700;
}
.info-footer-right h2 a{
    text-decoration: none;
    color: #d2b983;
}
.info-footer-right p{
    color: #a0a5b0;
    line-height: 20px;
}
.info-footer-right p img{
    height:75px;
}
.info-footer-right p a {
    color: #a0a5b0;
}

/** Autocomplete **/ 
.ui-tooltip {
    background: #F7F8FA;
}
.ui-autocomplete {
    background: #F7F8FA;
    border-left: 2px solid #E5E6E9;
    border-right: 2px solid #E5E6E9;
    border-bottom: 4px solid #E5E6E9;
}
.ui-menu .ui-menu-item {
    text-transform: capitalize;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px dotted #E5E6E9;
    font-size: 15px;
    padding: 10px 0;
    margin: 0 15px;
}
.ui-menu .ui-menu-item:hover{
    background: none;
    border-bottom: 1px dotted #E5E6E9;
    color: #98875F;  
}
.ui-menu .ui-menu-item a {
    color: #98875F;   
}
.ui-menu .ui-menu-item a:hover {
    color: #98875F; 
}

.modal-content{
    padding:20px;
    overflow: hidden;
    -webkit-overflow-scrolling:touch;
}


/*** Fonts ***/

@font-face {
    font-family: 'PlayfairDisplay-Black';
    /*src: url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-Black.eot');*/
    /*src: url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-Black.eot?#iefix') format('embedded-opentype'),*/
    /*url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-Black.woff') format('woff'),*/
    /*url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-Black.ttf') format('truetype'),*/
    /*url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-Black.svg#PlayfairDisplay-Black') format('svg');*/
}
@font-face {
    font-family: 'PlayfairDisplay-Regular';
    /*src: url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-Regular.eot');*/
    /*src: url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),*/
    /*url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-Regular.woff') format('woff'),*/
    /*url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-Regular.ttf') format('truetype'),*/
    /*url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');*/
}
@font-face {
    font-family: 'PlayfairDisplay-BlackItalic';
    /*src: url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-BlackItalic.eot');*/
    /*src: url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-BlackItalic.eot?#iefix') format('embedded-opentype'),*/
    /*url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-BlackItalic.woff') format('woff'),*/
    /*url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-BlackItalic.ttf') format('truetype'),*/
    /*url('https://www.bespokeonly.co.uk/assets/fonts/PlayfairDisplay-BlackItalic.svg#PlayfairDisplay-BlackItalic') format('svg');*/
}
@font-face {
    font-family: 'Verdana-Italic';
    src: url('https://www.bespokeonly.co.uk/assets/fonts/verdanai.eot');
    src: url('https://www.bespokeonly.co.uk/assets/fonts/verdanai.eot?#iefix') format('embedded-opentype'),
        url('https://www.bespokeonly.co.uk/assets/fonts/verdanai.woff') format('woff'),
        url('https://www.bespokeonly.co.uk/assets/fonts/verdanai.ttf') format('truetype'),
        url('https://www.bespokeonly.co.uk/assets/fonts/verdanai.svg#verdanai') format('svg');
}
@font-face {
    font-family: 'Play-Bold';
    src: url('https://www.bespokeonly.co.uk/assets/fonts/Play-Bold.eot');
    src: url('https://www.bespokeonly.co.uk/assets/fonts/Play-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.bespokeonly.co.uk/assets/fonts/Play-Bold.woff') format('woff'),
        url('https://www.bespokeonly.co.uk/assets/fonts/Play-Bold.ttf') format('truetype'),
        url('https://www.bespokeonly.co.uk/assets/fonts/Play-Bold.svg#Play-Bold') format('svg');
}

#form label.error {
    color:red;
}
#form input.error {
    border:1px solid red;
}

.invalid_field{
    color: red;
    font-size: 12px;;

}

.buttons{
    width: 300px;
    height:30px;
}
.buttons a,
.buttons a:hover{
    width: 45%;
    font-size: 11px;
    font-family: 'Play-Bold',sans-serif;
    padding: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    height: 33px;
}

.buttons a:last-child{
    background: rgb(229,230,233); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(229,230,233,1) 0%, rgba(161,165,176,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(229,230,233,1)), color-stop(100%,rgba(161,165,176,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(229,230,233,1) 0%,rgba(161,165,176,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e6e9', endColorstr='#a1a5b0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-right: 2px solid #A1A5B0;	
    float: left;
    line-height: 2em;
}		
.buttons a:first-child{
    background: rgb(64,116,197); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(64,116,197,1) 0%, rgba(43,79,133,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(64,116,197,1)), color-stop(100%,rgba(43,79,133,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(64,116,197,1) 0%,rgba(43,79,133,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4074c5', endColorstr='#2b4f85',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-right: 2px solid #203E71;
    float: left;
    line-height: 2em;
}

.faq p{
    margin-left:20px; 
    color:#393939; 
    font-family: 'Open Sans',sans-serif; 
    font-size:13px; 
    line-height: 1.42857;
}
.faq_questions{
    margin-left:20px;
    margin-top:10px;
}
.faq_questions a{
    color:#393939; 
    font-weight:bold; 
    font-family: 'Open Sans',sans-serif; 
    font-size:13px; 
    line-height: 1.42857;
}
.faq_answer{
    display:none; 
    padding-right:10px; 
    margin-left:45px; 
    margin-top:10px; 
    color:#393939; 
    font-family: 'Open Sans',sans-serif; 
    font-size:13px; 
    line-height: 1.42857;
}


.contact_textarea{ 
    width:365px !important;
    height:150px !important;
    font-family: "Open Sans",sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    overflow:auto;
    padding-top:10px;
}

.payment-methods{
    background-color: #F8F8FA;

}

.sagepay_checkout2 label:before{

    margin: -46px 17px 0 5px !important;


}

.zaRunner {
    background-color: transparent;
    background-image: url("https://www.bespokeonly.co.uk/assets/images/cushions-brush.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 25px;
    float: left;
    height: 210px;
    position: absolute;
    right: -10px;
    width: 145px;
}

.zaRunner p {
    color: white;
    cursor: default;
    font-family: "Playfair Display",sans-serif;
    font-size: 17px;
    font-weight: 900;
    left: 13px;
    line-height: 20px;
    position: absolute;
    top: 16px;
}

.zaRunner p span:first-child {
    left: 6px;
    position: absolute;
    width: 100px;
}

.zaRunner p span:last-child {
    left: 26px;
    position: absolute;
    top: 81px;
    width: 88px;

}


.icon-fsc {
    background-color: transparent;
    background-image: url("https://www.bespokeonly.co.uk/assets/images/background-fsc-big.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 340px;
    float: left;
    height: 100px;
    position: absolute;
    right: -10px;
    width: 125px;
}


.icon-fsc-col{


}

.icon-pvc-woodlook {	
	position:absolute; 
	top:190px; 
	left:10px; 
    background-image: url("https://www.bespokeonly.co.uk/assets/images/background-pvc-woodlook-big.png");
	width:90px; 
	height:90px;
}

.icon-finest-basswood {	
	position:absolute; 
	top:190px; 
	left:10px; 
    background-image: url("https://www.bespokeonly.co.uk/assets/images/background-finest-basswood-big.png");
	width:90px; 
	height:90px;
}


.icon-real-wood {
    background-color: transparent;
    background-image: url("https://www.bespokeonly.co.uk/assets/images/background-real-wood-big.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 50px;
    float: left;
    height: 90px;
    position: absolute;
    right: -10px;
    width: 90px;
}

.listing-products li .fsc_col_mask{
    background-image: url("https://www.bespokeonly.co.uk/assets/images/background-fsc-small.png");
    position: absolute;
    width: 95px;
    height: 56px;
    bottom: 80px;
    left: -1px;
    /*color: #fff;*/
}


.extrabasket{
    color: red !important;
    font-family: Verdana;
    font-size: 20px;
}

.price_decimals {
    font-size:35px;
}

.shop_now_left {position:absolute; bottom:0px; left:10px; border:0px solid #000000; width:50%; height:110px;; background-image:url(https://www.bespokeonly.co.uk/assets/images/background_shop_now.png); background-repeat:repeat;}
.shop_now_right {position:absolute; bottom:0px; right:0px; border:0px solid #000000; width:50%; height:110px;; background-image:url(https://www.bespokeonly.co.uk/assets/images/background_shop_now.png); background-repeat:repeat;}
.christmas_right {position:absolute; top:2px; right:12px;width:182px;height:65px;}
.christmas_left {position:absolute; top:2px; left:12px;width:182px;height:65px;}
.shop_now_t {font-family:'Times New Roman', Times, serif; font-size:23px; font-weight:bold; color:#000000; text-align:center; margin-top:15px; line-height:16px;}
.shop_now_t span {font-size:18px; color:#666666;}
.shop_now_a {text-align:center; margin-top:5px;}
.shop_now_a img { width:161px !important; height:41px !important;}

.quality { position:absolute; top:190px; left:10px; background-image: url("https://www.bespokeonly.co.uk/assets/images/icon-quality.png"); width:95px; height:85px;}

.outer {
    margin:auto;
    background: -webkit-linear-gradient(#FF8D4C, #D15100); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FF8D4C, #D15100); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FF8D4C, #D15100); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(#FF8D4C, #D15100); /* For IE */
    background: linear-gradient(#FF8D4C, #D15100); /* Standard syntax (must be last) */

    height: 41px;
    width: 150px;
    padding-bottom:2px;	
    cursor:pointer;
}

.index-img-text {
    margin:auto;

    height: 41px;
    width: 150px;
    padding-bottom:2px;

}

.inner{
    margin:auto;
    height: 92%;
    width: 96%;
    border: 1px solid #F97936;
    //font-size:21px;
    font-family: 'Playfair Display', serif;

    color: #fff;
    text-align:center;
    line-height: 35px;
    font-weight: 800;
    font-size: 19px;
    //line-height: 32px
    text-shadow: 1px #1D1D1D 30% 90’;
    //letter-spacing: -1px;
}

#review-carousel {
  margin-top: 20px;
  margin-right:-15px;
  margin-left:-15px;
}

#review-carousel .item {
  border:1px solid #eee;
  width:100%;  
  margin:0 auto;
  padding:10px;
}

.carousel-control {
    color: #335997;
    font-size: 40px;
        width: 6%;
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.1) 100%); 
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);    
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.1) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

#deliveryTime{
    font-weight: 600;
    color: green;
}

.video-container {
    margin-top:90px;
    width:55%;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}

.watch-video-container {
    float:right;
}
        
#video-close {
    position:absolute;
    top:5px;
    right:40px;
    z-index:1051;
    background-color: #000;
    color:#fff;
    border: 1px solid #fff;
    padding: 5px 10px;
  }
  #video-close:hover {
    background-color: rgba(184, 188, 234, 0.47);;
    border-color: #adadad;
  }
  
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.footer-review {font-size:15px !important;}
.footer-review h2 {font-size:20px !important; padding-left:0px;}
.footer-review .item-review { margin:0px !important;}
.footer-review .icon-review {margin:0px;}
.footer-review .content-review{margin:0px;}
.footer-review .title-review {margin:0px; font-weight:bold; clear:both;}
.footer-review .descr-review {margin:0px; margin-top:10px; margin-bottom:10px; clear:both;}
.footer-review .name-review {margin:0px; font-size:16px; color: #bed9b9; clear:both;}
.footer-review .review-desp { width:100%; height:1px; margin-bottom:20px; background-image: url("../images/review-l.png"); background-repeat:repeat-x;}

.unit_input {float:left; width:100px; position:relative; margin-right:10px;}
.unit_input label {border-left: 1px solid #f1f2f5; color: #7e8187; cursor: pointer; font-size: 11px; font-weight: 700; padding: 5px 7px; position: absolute; right: 0; text-transform: uppercase; top: 14px;}
.unit_input input[type=numeric] {width:105px !important; height: 50px !important;}

.conservatory_call_us {text-align:right; font-weight:bold;}

/*.midrailboxes{*/
    /*display: none;*/
/*}*/

.covid{
	background-color: #000; 
	color: #fff; 
	text-align: center; 
	margin-bottom: 5px; 
	font-size: 16px; 
	padding: 10px;
}

.up-to-10-free-samples{
	text-align: center;
	padding: 10px;
	color: #000;
	padding-top: 20px;
	font-size: 20px;
}
