@charset "UTF-8";
.green_colour { color: #027925; }

.main { transition: background 0.8s ease-in-out; -moz-transition: background 0.8s ease-in-out; /* Firefox 4 */ -webkit-transition: background 0.8s ease-in-out; /* Safari and Chrome */ -o-transition: background 0.8s ease-in-out; /* Opera */ }

a.categryBtn { background-color: white; color: #595959; white-space: nowrap; user-select: none; border-width: 1px; border-style: solid; border-color: #595959; border-image: initial; border-radius: 24px; padding: 5px 10px; margin: 5px 10px; display: inline-block; }
a.categryBtn:hover { text-decoration: none; }

.product_filter_wrp { width: 100%; position: relative; }

.filter-Panel-header h4 { color: #fff; font-weight: 700; }

.overflow-x-auto { overflow-x: auto; }

.d-flex { display: flex; }

.filter-Currentfilters-list { list-style-type: none; }

.filter-Currentfilters-item { display: inline-block; margin-bottom: 0rem; margin-top: 0.4rem; }

.hidden { display: none; }

.filter-Currentfilters-category:not(:last-child) { margin-right: 0.8rem; }

.filter-Currentfilters-category { display: inline-flex; align-items: center; text-decoration: none; padding: 0rem 1.2rem; border-radius: 24px; background-color: #f9de2d; margin-bottom: 0.8rem; }

.filter-Currentfilters-delete { color: #222; margin-left: 0.8rem; }

.filter-Clearfilters { margin-top: 6px; margin-left: 10px; color: #222; }

.filter-Currentfilters-categoryLabel { font-size: 1.5rem; }

.filter-RefinementList-label { color: #fff; }

.filter-RefinementList-label .filter-RefinementList-checkbox:checked, .filter-RefinementList-label .filter-ToggleRefinement-checkbox:checked, .filter-ToggleRefinement-label .filter-RefinementList-checkbox:checked, .filter-ToggleRefinement-label .filter-ToggleRefinement-checkbox:checked { background-color: #f0ad4e; background-size: 18px; border-width: 2px; border-style: solid; border-color: #f0ad4e; border-image: initial; }

.filter-Panel .filter-Panel-header .filter-Panel-collapseButton { width: 20px; height: 20px; }

.filter-RefinementList-label, .filter-ToggleRefinement-label { display: block; text-align: left; margin-bottom: 0rem; font-size: 1.4rem; line-height: 1.8rem; cursor: pointer; }

.filter-RefinementList-label .filter-RefinementList-checkbox, .filter-RefinementList-label .filter-ToggleRefinement-checkbox, .filter-ToggleRefinement-label .filter-RefinementList-checkbox, .filter-ToggleRefinement-label .filter-ToggleRefinement-checkbox { margin-right: 1.1rem; width: 1.8rem; height: 1.8rem; vertical-align: sub; background-color: white; background-size: contain; appearance: none; border-radius: 0.2rem; background-repeat: no-repeat; background-position: 50% center; border-width: 2px; border-style: solid; border-color: #595959; border-image: initial; }

.filter-RefinementList-label .filter-RefinementList-count, .filter-RefinementList-label .filter-ToggleList-count, .filter-ToggleRefinement-label .filter-RefinementList-count, .filter-ToggleRefinement-label .filter-ToggleList-count { float: right; color: #373737; }

.filter_results { position: absolute; left: 0; right: 0; top: 35px; background: rgba(30, 30, 30, 0.9); display: block; z-index: 9; min-height: 100px; opacity: 0; visibility: hidden; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out; }

.filter_results.active { opacity: 1; visibility: visible; margin-top: 5px; }

.filter_results ul { margin: 0; padding: 0; }

.filter_results ul li { margin: 0; padding: 0; list-style: none; text-align: center; margin-bottom: 6px; }

.filter_results ul li a { color: #000; font-size: 15px; font-weight: 700; text-decoration: none; }

.filter_results ul li a:hover { background: #f0f0f0; }

.filter_results ul li a.selected { background: #f0f0f0; }

.inner_body-text .filter_results h4 { text-align: center; font-size: 17px; margin-top: 20px; margin-bottom: 25px; color: #000; font-weight: 900; }

.filter_footer { float: left; width: 100%; margin-top: 55px; margin-bottom: 25px; padding-left: 29px; }

a.filter_search_btn { -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; float: left; }

a.filter_search_btn:hover { opacity: .6; }

a.filter_clear_btn { margin-left: 10px; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; float: left; }

a.filter_clear_btn:hover { opacity: .6; }

.filter_close_btn { text-decoration: none; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; float: right; }

.filter_close_btn:hover { text-decoration: none; opacity: .6; }

a.filter_clear_btn img { max-width: 26px; min-height: inherit; width: auto; display: inline-block; margin-left: 3px; -webkit-transform: rotate(190deg); transform: rotate(190deg); }

.multiple_select_option { display: flex; margin: 0; padding: 0; list-style: none; flex-direction: column; justify-content: center; }

.multiple_select_option input[type="checkbox"], .multiple_select_option input[type="radio"] { display: none; }

.multiple_select_option label { cursor: pointer; color: #000; font-size: 15px; text-decoration: none; display: inline-block; text-align: center; max-width: 100px; margin: auto; margin-bottom: 15px; }

.multiple_select_option input[type="checkbox"] + label:hover { background: #f0f0f0; }

.multiple_select_option input[type="checkbox"]:checked + label { background: #f0f0f0; text-decoration: underline; }

.multiple_select_option input[type="checkbox"]:checked + label:hover { background: #f0f0f0; }

.sidePanel li.filter-RefinementList-item { list-style-type: none; }
.sidePanel .filter-RefinementList-label, .sidePanel .filter-Panel-header h4 { color: #222; }
.sidePanel ul { margin-left: 0px; }
.sidePanel h4 { -webkit-box-align: center; align-items: center; display: flex; -webkit-box-pack: justify; justify-content: space-between; }
.sidePanel h4 span { font-size: 3.1rem; line-height: 0.5; display: block; padding: 3px; }
.sidePanel h4 span:hover { cursor: pointer; }
.sidePanel .filterRow { border-bottom: 1px solid #dddddd; margin-bottom: 10px; padding-bottom: 10px; }

.products_collection .caption p { background: rgba(255, 255, 255, 0.6); }

.collection .img_holder { min-height: 200px; }

div.ss-htmleditorfield-file.embed { position: relative; width: 100%; max-width: 100%; padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ }
div.ss-htmleditorfield-file.embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.HomePage .collections_container { border-bottom: 1px solid #333; }
.HomePage .gray_row { margin-top: 20px; }
.HomePage .subscribe_container { margin-top: 40px; border-top: none; }
.HomePage .main_content { border-top: none; margin-top: 0px; }

.portfolio_title { margin-bottom: 0; }

.box { border: 2px solid #000; padding-left: 20px; padding-right: 20px; }

.padding-bottom-20 { padding-bottom: 20px; }

.priceInfoTitle { color: #811d1d; font-size: 16px; }

.ar_menu { position: relative; }
.ar_menu .ar_label { display: inline-block; background: #8e0657; color: white; border-radius: 50%; font-size: 10px; width: 25px; height: 25px; position: absolute; padding-top: 5px; padding-left: 2px; top: -3px; margin-left: 5px; }
.ar_menu .ar_label.te_label { background-color: #f9de2d; padding-left: 6px; color: #000; }

#proListContainer .product_img_container { position: relative; }
#proListContainer .product_img_container .priceContainer { position: absolute; bottom: 0px; background: rgba(255, 255, 255, 0.9); padding: 10px; width: calc(100%  + 1px); display: none; transition: 1s ease; opacity: 0; color: #811d1d; }

.fullscreen .socials_group .search, .fullscreen .socials_group .social_icon { z-index: 1000000; }

.ribbon-wrapper { width: 88px; height: 88px; overflow: hidden; position: absolute; top: -3px; right: -3px; z-index: 1; }
.ribbon-wrapper .ribbon-tag { text-align: center; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); position: relative; padding: 6px 0; left: -4px; top: 15px; width: 120px; color: #ffffff; -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px; background: #343434; }
.ribbon-wrapper .ribbon-tag:before { left: 0; }
.ribbon-wrapper .ribbon-tag:before, .ribbon-wrapper .ribbon-tag:after { content: ""; border-top: 3px solid #50504f; border-left: 3px solid transparent; border-right: 3px solid transparent; position: absolute; bottom: -3px; }
.ribbon-wrapper .ribbon-tag.purple { background: #cb60b3; background: -moz-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, #cb60b3), color-stop(50%, #c146a1), color-stop(51%, #a80077), color-stop(100%, #db36a4)); background: -webkit-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); background: -o-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); background: -ms-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); background: linear-gradient(to bottom, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=0 ); }
.ribbon-wrapper .ribbon-tag.red { background: #f85032; background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, #f85032), color-stop(50%, #f16f5c), color-stop(51%, #f6290c), color-stop(71%, #f02f17), color-stop(100%, #e73827)); background: -webkit-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); background: -o-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); background: -ms-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); background: linear-gradient(to bottom, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 ); }

.round-sticker-wrapper { width: 58px; height: 58px; overflow: hidden; position: absolute; top: 3px; right: -15px; z-index: 1; }
.round-sticker-wrapper .round-tag { background-color: #8e0657; border-radius: 50%; color: #fff; height: 40px; width: 40px; text-align: center; padding-top: 10px; font-size: 14px; }
.round-sticker-wrapper .round-tag.te-tag { background-color: #f9de2d; color: #000; }

.mt-0 { margin-top: 0px; }

.mt-20 { margin-top: 20px; }

.mt-30 { margin-top: 30px; }

.mt-40 { margin-top: 40px; }

.mt-50 { margin-top: 50px; }

.mt-60 { margin-top: 60px; }

.mt-70 { margin-top: 70px; }

.mt-80 { margin-top: 80px; }

.featuredBox .content_title { font-family: GeorgiaRegular; font-size: 50px; text-align: center; margin-top: 40px; margin-bottom: 40px; }
.featuredBox h2 { margin-top: 0; font-family: GeorgiaRegular; font-size: 36px; }
.featuredBox .subtitle { font-family: GeorgiaRegular; font-size: 26px; }
.featuredBox img { max-width: 100%; }
.featuredBox .boxContentContainer { margin: 0 auto; max-width: 800px; padding: 30px; }
.featuredBox .boxContentContainer .boxContent { background: rgba(20, 20, 20, 0.93); padding: 30px; color: #fff; }
.featuredBox .boxContentImgBanner { position: relative; }
.featuredBox .boxContentImgBanner .btnContainer { position: absolute; bottom: 30px; display: inline-block; right: 0; left: 0; margin-right: -55px; text-align: center; }
.featuredBox .boxContentImgBanner .btnContainer a:Hover { text-decoration: none; }

.white-bg { background-color: #fff; padding: 30px 0; }

.grey-bg { background-color: #ccc; padding: 30px 0; }

.border_bottom { padding-bottom: 40px; border-bottom: 1px solid #000; }

.vibeLink { color: #bbb; }

.no_banner { min-height: 1px !important; }

.sb-icon-search img { margin-bottom: 0; max-width: 100%; max-height: 100%; }

.sb-icon-search, .sb-search-submit { height: 29px; }

.linkBtn { display: inline-block; padding: 15px; background: #222220; text-transform: uppercase; font-size: 20px; font-family: LatoRegular; margin-top: 20px; color: #fff; border: 1px solid #fff; }
.linkBtn:hover { background-color: #333; color: #fff; }

.subscribe_container { margin-bottom: 50px; }

.link_title { font-size: 24px; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { margin-left: 0px; }

.new_product_line_divider { border-top: 1px solid #222220; }

.product_container .product { padding-bottom: 25px; height: 100%; }

.special_teak { max-width: 320px; font-size: 14px; }

.fullscreen .fa { text-shadow: 2px 0px #333; }

.searchTerm { padding-top: 20px; }

.cmsContent ul { text-align: left; }
.cmsContent img { max-width: 100%; }

.mb-3 { margin-bottom: 1rem; }

.mb-5 { margin-bottom: 3rem; }

.gallery img.thumb { margin-left: auto; margin-right: auto; }

table.cart { width: 100%; margin-top: 40px; font-size: 14px; }
table.cart h3 { font-size: 16px; }
table.cart .subtitle { font-size: 14px; margin-top: 10px; }
table.cart input.qtyField { max-width: 50px; }
table.cart th { font-size: 1.1em; }
@media only screen and (max-width: 640px) { table.cart { font-size: 10px; }
  table.cart h3 { font-size: 12px; }
  table.cart td, table.cart th { padding-left: 5px; padding-right: 5px; } }

.cartfooter { margin-top: 20px; }

.btn-primary { background-color: #000; border-color: #222; }
.btn-primary:hover { background-color: #333; }

#TaylorsPaymentForm_CheckoutForm { font-size: 16px; max-width: 800px; }
#TaylorsPaymentForm_CheckoutForm span.description { display: none; }

#Form_RegisterForm { font-size: 0.8em; margin-top: 20px; }
#Form_RegisterForm .row { margin-right: -15px; margin-left: -15px; }
#Form_RegisterForm label { display: none; }

.fancybox-title-float-wrap .child { text-shadow: none; font-size: 16px; background: white; color: #000; }

.fancybox-opened { z-index: 9999998030; }

.moodboard_popover { width: 500px; }
@media only screen and (max-width: 640px) { .moodboard_popover { max-width: 100%; font-size: 0.8em; } }

.mood_board .board .remove_btn { margin-top: 10px; }

.MoodBoardPage .product_container .product .product_img_container { height: 350px; }
.MoodBoardPage .product_container { width: 24.555%; min-width: 275px; }
.MoodBoardPage .product_container .product { padding-bottom: 0px; height: 350px; }

.nav.navbar-nav { position: relative; }
.nav.navbar-nav .dropdown.open { position: static; }
.nav.navbar-nav .dropdown.open.smallDrop { position: relative; }
.nav.navbar-nav .dropdown.open.smallDrop .dropdown-menu { min-width: 250px; }
@media screen and (max-width: 1055px) { .nav.navbar-nav .dropdown.open.smallDrop .dropdown-menu { min-width: 200px; } }
.nav.navbar-nav .dropdown.open .dropdown-menu { width: 100%; background: rgba(30, 30, 30, 0.95); padding: 15px; }
.nav.navbar-nav .dropdown.open .dropdown-menu .dropdown-item { padding-bottom: 10px; }
.nav.navbar-nav .dropdown.open .dropdown-menu .dropdown-item:before { content: "➤"; top: 35%; left: -5px; position: absolute; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); color: #811d1d; opacity: 0; }
.nav.navbar-nav .dropdown.open .dropdown-menu .dropdown-item:hover:before { opacity: 1; }

.portfolioCategories { margin-top: 80px; margin-bottom: 30px; }

.categoryItem { margin-bottom: 30px; }
.categoryItem .inner { position: relative; }
.categoryItem .inner img { width: 100%; }
.categoryItem .inner .caption { position: absolute; bottom: 0px; padding: 0 20px 10px 20px; font-family: GeorgiaRegular; color: #fff; font-size: 46px; text-transform: lowercase; width: 100%; }
.categoryItem .inner .mask { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 70%; background: -moz-linear-gradient(0deg, black 2%, #070808 12%, rgba(252, 252, 252, 0) 50%); /* ff3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, black), color-stop(50%, rgba(252, 252, 252, 0))); /* safari4+,chrome */ background: -webkit-linear-gradient(0deg, black 2%, rgba(252, 252, 252, 0) 50%); /* safari5.1+,chrome10+ */ background: -o-linear-gradient(0deg, black 2%, rgba(252, 252, 252, 0) 50%); /* opera 11.10+ */ background: -ms-linear-gradient(0deg, black 2%, rgba(252, 252, 252, 0) 50%); /* ie10+ */ background: linear-gradient(0deg, black 2%, #070808 12%, rgba(252, 252, 252, 0) 50%); /* w3c */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#333333', GradientType=0); /* ie6-9 */ }

.galleryBlock { margin: 20px 0; }
.galleryBlock img { max-width: 100%; }

.simpleContent .link { margin-top: 20px; }
.simpleContent .link a { color: #000; font-size: 64px; }
.simpleContent .link a:hover { text-decoration: none; }
.simpleContent .resources_title { font-size: 40px; margin-bottom: 40px; margin-top: 40px; }

.actionBoxBlock a { color: #fff; }
.actionBoxBlock a img { max-width: 100%; }
.actionBoxBlock a:hover { text-decoration: none; }

.manufactureBlock img { max-width: 100%; }

.titleBox { background-color: #000; padding: 10px; }
.titleBox .title { text-transform: uppercase; }

.sb_caption { display: table; width: 100%; position: relative; z-index: 2; padding: 15px; }

.sb_caption > span { display: table-cell; vertical-align: middle; }

.sb_caption > span:last-child { padding-left: 20px; text-align: right; width: 60px; font-size: 40px; font-weight: bold; }

@media only screen and (min-width: 993px) { .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background: #000; } }
.print-only { display: none; }

#map iframe { pointer-events: none; }

.bespoke_gray_row.pull_right_content .section_title { float: right; }

.meet-team { padding: 30px 0; }
.meet-team .img-holder { margin-bottom: 10px; }
.meet-team .name { font-family: GeorgiaRegular; font-size: 28px; margin-bottom: 10px; }
.meet-team .position { text-transform: uppercase; font-size: 16px; font-family: LatoBold; }
.meet-team .email a { color: #000; font-family: LatoBold; }

.red_color { color: red; }

.BlogPage .article:last-child { border-bottom: none; }

.reclaimed .products_collection .caption img { height: auto; }

.main_navbar .dropdown .dropdown-menu { border: none; padding-bottom: 0; }

.main_navbar li .specialOfferCategory a { background: #8e0657 !important; padding-top: 2px; padding-bottom: 2px !important; padding-left: 10px; padding-right: 10px; }

.main_navbar .dropdown.open .specialOfferCategory a { background: #8e0657 !important; }

.SpecialOfferLink a { display: block; background: #811d1d; padding: 10px; color: #fff; }
.SpecialOfferLink a:hover { background: #962222; text-decoration: none; }

.main_navbar .dropdown.open .greenBgCategory a { background: #027925 !important; padding-left: 3px; padding-right: 3px; padding-bottom: 3px !important; padding-top: 3px; }

.collections_container .grid { margin-bottom: 20px; }

.details_container .details_message { color: #000; }

.details_container h2.details_message { border: none; line-height: 1.5; font-size: 18px; }
.details_container h2.details_message span { font-size: 24px; font-style: normal; font-family: LatoBold; }

.details_container h2.details_message.no_pb { padding-bottom: 0; }

h2.yellow_exclusive_mark { padding: 15px; font-size: 2.8rem; font-family: LatoBold; background-color: #f9de2d; }
h2.yellow_exclusive_mark.relaimed_bg { background-color: #8e0657; color: #fff; }

.LandingPageNoNavigation .logoBorder { margin-bottom: 0; border-top: 1px solid #ccc; margin-top: 120px; position: relative; min-height: 50px; }
.LandingPageNoNavigation .logo1 { position: absolute; left: 50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); top: 50px; display: block; margin: 0 auto; max-width: 100%; }
@media screen and (max-width: 1091px) { .LandingPageNoNavigation .logo1 { top: 30px; } }
.LandingPageNoNavigation .blackTextBox { background: #1d1d1d; color: #fff; font-family: GeorgiaRegular; font-size: 1.15em; font-style: italic; margin: 35px 0; padding: 35px; }
.LandingPageNoNavigation .blackTextBox p { display: inline-block; max-width: 660px; margin: 0 auto; }
.LandingPageNoNavigation .actionBox { margin: 35px 0; }
.LandingPageNoNavigation .actionBox img { max-width: 100%; border: 1px solid #ccc; margin-bottom: 30px; padding: 15px; }
.LandingPageNoNavigation .actionBox span.caption { font-size: 1.2em; }
.LandingPageNoNavigation .black_btn { position: static; border: none; width: auto; font-size: 18px; text-transform: uppercase; margin-top: 30px; margin-bottom: 30px; width: auto; display: inline-block; }
.LandingPageNoNavigation .bottomBanner { height: 350px; background-size: cover; }
.LandingPageNoNavigation .greyBox { background-color: #c7c7c6; padding: 60px 20px 20px 20px; }

.sb-search { overflow: auto; }

.dm-overlay { position: fixed; top: 0; left: 0; background: rgba(38, 39, 41, 0.9); display: none; overflow: auto; width: 100%; height: 100%; z-index: 1050; }
.dm-overlay .dm-table { display: table; width: 100%; height: 100%; }
.dm-overlay .dm-cell { display: table-cell; padding: 0 1em; vertical-align: middle; text-align: center; }
.dm-overlay .popup { background-color: #fff; max-width: 650px; height: auto; box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.8); position: absolute; left: 0px; right: 0px; top: 30%; margin: -55px auto 0; z-index: 990; padding-top: 40px; padding-left: 30px; padding-right: 30px; padding-bottom: 40px; border: 2px solid #fff; }
.dm-overlay .dm-modal { display: inline-block; }
.dm-overlay .dm-overlay:target { display: block; -webkit-animation: fade .6s; -moz-animation: fade .6s; animation: fade .6s; }
.dm-overlay .close_popup { position: absolute; top: 1px; right: 0px; cursor: pointer; width: 24px; height: 24px; font-size: 15px; text-align: center; line-height: 24px; color: #000; transition: 0.5s; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; }
.dm-overlay .search_form_wrapper input[type=text] { border: 1px solid #ccc; outline: none; color: #000; background: white; height: 50px; width: 100%; padding: 0px 15px; padding-left: 45px; padding-right: 130px; text-transform: uppercase; }
.dm-overlay .search_form_wrapper:after { content: "\f00e"; font-family: FontAwesome; position: absolute; left: 38px; top: 52px; width: 28px; height: 28px; text-align: center; line-height: 28px; font-size: 28px; color: #ddd; }
.dm-overlay .active_button { display: inline-block; background-color: #000; font-size: 24px; color: #fff; text-align: center; padding: 10px 25px; height: auto; line-height: 1; border: 1px solid #000; outline: none; text-decoration: none; white-space: nowrap; cursor: pointer; vertical-align: middle; }
.dm-overlay .search_form_wrapper .active_button { position: absolute; right: 60px; top: 40px; height: 50px; text-transform: uppercase; padding-left: 10px; padding-right: 10px; font-size: 11px; width: 60px; }
.dm-overlay .search_form_wrapper .reset_button { position: absolute; right: 0px; top: 40px; height: 50px; text-transform: uppercase; padding-left: 10px; padding-right: 10px; font-size: 11px; width: 60px; background-color: #ddd; border: 1px solid #ddd; }
.dm-overlay .search_form_wrapper input[type=text] { border: 1px solid #ccc; outline: none; color: #000; background: white; height: 50px; width: 100%; padding: 0px 15px; padding-left: 45px; padding-right: 130px; }
.dm-overlay .mb-2, .dm-overlay .my-2 { margin-bottom: 0.5rem !important; }

.modal { z-index: 9999999050; }

.userform { padding-top: 15px; }

.btn-toolbar { margin-top: 20px; }

.moodboard_items .remove_item { background-color: rgba(0, 0, 0, 0.5); border: 1px solid #333; }

#guidePrice { color: #811d1d; }

.product_container .product.text-center { text-align: center; }

.fullscreen .logo { z-index: 99990; }

.special_teak { height: 40px; }

li .portfolio_item_desc p { text-align: inherit; margin-bottom: 10px; }

#cookie-bar { padding: 10px 0; background: rgba(10, 10, 10, 0.8); font-size: 1.4rem; }
#cookie-bar a.moreinfo_btn { text-decoration: underline; }
#cookie-bar .cb-enable { background-color: #f0ad4e; }
#cookie-bar .cb-enable:hover { background-color: #eea236; }

.testimonial_owlcarousel { background-color: #d9d9d9; padding-left: 15px; padding-right: 15px; padding-bottom: 55px; padding-top: 40px; }
.testimonial_owlcarousel .owl-item { background-color: #d9d9d9; }
.testimonial_owlcarousel .slide_container { height: inherit; }

.testimonials-container .prev_button { left: 45px; }
.testimonials-container .next_button { left: 95px; right: auto; }
.testimonials-container .prev_button, .testimonials-container .next_button { font-size: 20px; color: black; bottom: 30px; top: auto; }
.testimonials-container .owl-page { background-color: #999; }
.testimonials-container .owl-page.active { background-color: #555; }

.panel-group.Collpasable .panel-default { border: none; height: auto; margin: 0 0 30px; padding: 0 0 30px; border-bottom: solid 1px #333; opacity: .5; }
.panel-group.Collpasable .panel-default > .panel-heading { background: transparent; border: none; border-bottom: none; box-shadow: none; }
.panel-group.Collpasable .panel-default > .panel-heading a { text-decoration: none; font-size: 18px; }
.panel-group.Collpasable .panel-default .panel-body { border-top: none; margin-top: 15px; }
.panel-group.Collpasable .panel-default.active { opacity: 1; }
.panel-group.Collpasable .panel-default:hover { opacity: 1; }
.panel-group.Collpasable .acc-title { float: left; width: 100%; height: auto; padding-right: 70px; position: relative; text-transform: uppercase; font-weight: 500; font-family: LatoBold; }
.panel-group.Collpasable .acc-title:after { content: "\f067"; position: absolute; right: 0; display: block; font-weight: 400; font-size: 16px; font-family: "FontAwesome"; top: 0; }
.panel-group.Collpasable .panel.active .acc-title:after { content: "\f068"; }

@media only screen and (min-width: 992px) { #proListContainer a:hover .product_img_container .priceContainer { display: block; opacity: 1; } }
@media only screen and (max-width: 992px) { .breadcrumbs { margin-top: 30px; margin-bottom: 20px; }
  .products_collection .img_inner { height: auto; }
  .link_title { font-size: 22px; }
  .product_container .name { font-size: 16px; }
  .featuredBox .twoCols .col1 img { margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; }
  .featuredBox .twoCols .col2 img { margin-top: 20px; }
  .dm-overlay .popup { max-width: 90%; }
  .navbar-collapse .close_menu { top: 35px; right: 50px; width: auto; height: auto; color: #fff; transition: 0.5s; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; cursor: pointer; text-shadow: none; font-size: 32px; font-weight: normal; padding: 0; }
  .navbar-collapse .close_menu:hover { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); -sand-transform: rotate(360deg); color: #fff; }
  .main_navbar .navbar-collapse { position: fixed; top: -15px; right: -350px; left: auto; background: #111; width: 350px; padding-top: 60px; overflow-y: auto; z-index: 10100000008; height: 100% !important; -webkit-box-shadow: 0px 5px 10px rgba(180, 120, 80, 0.5); -moz-box-shadow: 0px 5px 10px rgba(180, 120, 80, 0.5); box-shadow: 0px 5px 10px rgba(180, 120, 80, 0.5); border: none; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; }
  .main_navbar .navbar-collapse.in { right: 0px; }
  .main_navbar .navbar-collapse .dropdown.open a { color: #dedede !important; }
  .main_navbar .navbar-collapse a { color: #fff !important; }
  .navbarInner { width: 100%; height: 100%; }
  .navbar-fixed-top .navbar-collapse { max-height: 100%; }
  .navbar-default .navbar-nav > .active > a { background: none; text-decoration: underline; }
  .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background: none; } }
@media only screen and (max-width: 767px) { .fancybox-image { height: auto !important; }
  .link_title { font-size: 18px; }
  .benchairs_collections .collection .img_holder img { max-width: 100%; -ms-transform: none; -webkit-transform: none; transform: none; max-height: 100%; width: auto; }
  .fullscreen .socials_group { right: -90px; }
  .navbarInner { width: calc(100% - 18px); }
  .details_container .buttons_container { border-top: 1px solid #333; margin-top: 60px; padding-top: 20px; } }
#promotion-message-modal { display: none; }
#promotion-message-modal .head h2 { color: #811d1d; }
#promotion-message-modal #message-header img, #promotion-message-modal #message-footer img { width: 100%; height: auto; }
#promotion-message-modal #message-close { position: absolute; z-index: 99999; color: #fff; right: 12vw; top: 1.2vw; }
@media (min-width: 1000px) { #promotion-message-modal #message-close { right: 130px; top: 15px; } }
#promotion-message-modal .message-full { width: 75%; margin-left: 13.5%; margin-right: 11.5%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; background: #fff; margin-top: -3.5vw; margin-bottom: -18vw; padding-left: 20px; padding-right: 20px; }
#promotion-message-modal .message-full .content img { max-width: 100%; }
#promotion-message-modal .message-full div.head { width: 100%; height: auto; background: #fff; padding-top: 50px; padding-bottom: 15px; }
@media (min-width: 992px) { #promotion-message-modal .message-full { margin-top: -45px; margin-bottom: -200px; } }
#promotion-message-modal #message-container { position: relative; width: 982px; margin-left: auto; margin-right: auto; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; background: transparent; }
@media screen and (max-width: 982px) { #promotion-message-modal #message-container { width: 100%; } }

.mfp-content #promotion-message-modal { display: block; }

/* Absolute Center Spinner */
.loading { display: none; position: fixed; z-index: 9999; height: 2em; width: 2em; overflow: show; margin: auto; top: 0; left: 0; bottom: 0; right: 0; }

/* Transparent Overlay */
.loading:before { content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); }

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) { /* hide "loading..." text */ font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.loading:not(:required):after { content: ''; display: block; font-size: 10px; width: 1em; height: 1em; margin-top: -0.5em; -webkit-animation: spinner 1500ms infinite linear; -moz-animation: spinner 1500ms infinite linear; -ms-animation: spinner 1500ms infinite linear; -o-animation: spinner 1500ms infinite linear; animation: spinner 1500ms infinite linear; border-radius: 0.5em; -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0; }

/* Animation */
@-webkit-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
@-moz-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
@-o-keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes spinner { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
.form-control { margin-bottom: 10px; }

#UserForm_Form, .Actions { margin-top: 25px; }

span.message, .message.bad, .message.validation, .message.required { background: #F7E3E6; padding: 10px; display: block; }

#MemberLoginForm_LoginForm { margin-top: 30px; max-width: 800px; }

.CSVForm { font-size: 0.8em; }

form .requiredField label.left:after { /* pseudo element adds an asterisk to a required fields label */ color: #B94A48; content: "*"; font-size: 14px; font-weight: normal; padding-left: 3px; }
