/* Helper classes */
.col_1 {
    grid-column: span 1;
}
.col_2 {
    grid-column: span 2;
}
.col_3 {
    grid-column: span 3;
}
.col_4 {
    grid-column: span 4;
}
.col_5 {
    grid-column: span 5;
}
.col_6 {
    grid-column: span 6;
}
.col_7 {
    grid-column: span 7;
}
.col_8 {
    grid-column: span 8;
}
.col_9 {
    grid-column: span 9;
}
.col_10 {
    grid-column: span 10;
}
.col_11 {
    grid-column: span 11;
}
.col_12 {
    grid-column: span 12;
}
.row_1 {
    grid-row: span 1;
}
.row_2 {
    grid-row: span 2;
}
.row_3 {
    grid-row: span 3;
}
.row_4 {
    grid-row: span 4;
}
.row_5 {
    grid-row: span 5;
}
.row_6 {
    grid-row: span 6;
}
.row_7 {
    grid-row: span 7;
}
.row_8 {
    grid-row: span 8;
}
.row_9 {
    grid-row: span 9;
}
.row_10 {
    grid-row: span 10;
}
.row_11 {
    grid-row: span 11;
}
.row_12 {
    grid-row: span 12;
}
.hidden {
    display: none;
}
.latest-wrapper {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat( auto-fill, minmax(300px, 1fr) );
    grid-template-rows: repeat(1, 1fr);
}
@media screen and (max-width: 767px) {
    .latest-wrapper.featured-categories {
        grid-template-columns: repeat( auto-fill, minmax(150px, 1fr) );
    }
    .latest-wrapper.featured-categories .auction-list-item.cat-item img {
        height: auto;
        aspect-ratio: 1;
    }
    .latest-wrapper.featured-categories .cat-item .cat-name {
        padding: 0.75rem;
    }
}
@media screen and (max-width: 420px) {
    .latest-wrapper.featured-categories h3{
        font-size: 1.2rem;
    }
}
@media screen and (min-width: 768px) {
    .latest-wrapper.archive-row {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(12, 1fr) !important;
        grid-template-rows: repeat(2, 1fr);;
    }
    .latest-wrapper.cruise-type-row {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(12, 1fr) !important;
        grid-template-rows: repeat(2, 1fr);;
    }
    .latest-wrapper.archive-carousel {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(12, 1fr);;
        grid-template-rows: repeat(1, 1fr);
        margin-bottom: 60px;
    }
    .latest-wrapper.region-carousel {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        grid-gap: 30px;
    }
    .latest-wrapper .col_6 {
        grid-column: span 6;
    }
    .latest-wrapper .col_5 {
        grid-column: span 5;
    }
    .latest-wrapper .col_4 {
        grid-column: span 4;
    }
    .latest-wrapper .col_3 {
        grid-column: span 3;
    }
    .latest-wrapper .col_2 {
        grid-column: span 2;

    }
    .latest-wrapper .col_1 {
        grid-column: span 1;
    }
    .archive-row.latest-wrapper {
        grid-template-rows: auto;
    }
}
/*HOMEPAGE COMING SOON EDITS*/
.home .menu-header, .home .th-account, .home .navbar-toggle, .home .search, .home .mobile-login, .home .mobile-account {
	/*display: none;*/
}
.th-account #show_login {
    border: 2px solid #946ca5;
    color: #946ca5;
    border-radius: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.th-account .top-header-link {
    
}
.th-account img {
    max-height: 48px;
    width: auto;
    background-color: white;
    border-radius: 500px;
    border: 2px solid #eaeae9;
}
section.vc_section, section.vc_section .vc_row[data-vc-full-width] {
	overflow: visible !important;
}
.search-field-wrapper input {
	border-radius: 50px;
	border: 2px solid #de4a72;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    padding: 0.5rem 1rem;
}
section .search-field-wrapper {
	padding-left: 1rem;
	padding-right: 1rem;
}
.auction-search-wrapper {
	padding: 1rem 0;
}
.search-field-wrapper {
	display: block;
	position: relative;
}
.search-field-wrapper:after {
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 1rem;
	color: #d8dcdf;
	content: "\f002";
	right: 1rem;
	top: 0;
	bottom: 0;
	line-height: 40px;
}
section .search-field-wrapper #cq_ajax_result {
	margin: 0 15px;
}
.cq_ajax_search_result {
	display: none;
    position: absolute;
    padding: 0rem;
    background-color: #fff;
    left: 15px;
    right: 15px;
    margin: 0 15px;
    z-index: 2;
    border-radius: 0 0 5px 5px;
	box-shadow: -1px 4px 5px -2px rgba(0,0,0,0.29);
	-webkit-box-shadow: -1px 4px 5px -2px rgba(0,0,0,0.29);
	-moz-box-shadow: -1px 4px 5px -2px rgba(0,0,0,0.29);
}
.header-search .cq_ajax_search_result {
    margin: 0;
}
.cq_ajax_search_result h4 {
	margin: 0;
	font-size: 0.875rem;
	padding: 0.75rem;
}
.cq_ajax_search_result h4 a {
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0;
	text-decoration: none;
}
.cq_ajax_search_result .row {
	border-bottom: 1px solid #e3e1e2;
}
.cq_ajax_search_result .row:last-child {
	border-bottom: none;
}
.search-view-all {
    background-color: #e3e1e2;
}
.search-view-all a {
    display: block; 
    padding: 0.3rem; 
    border-top: none; 
    font-size: 0.75rem; 
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
.search-view-all a:hover, .search-view-all a:active {
    text-decoration: none;
}
.search-price {
	text-align: right;
}
.vc_parallax::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
    background: linear-gradient(135deg, rgba(0,0,0,0.737114914325105) 0%, rgba(0,0,0,0) 100%);
    z-index: 0;
    display: block !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
	width: 100%;
	text-align: center;
}
.account-link {
	position: relative;
}
.account-link .unread {
	position: absolute;
    font-size: 10px;
    line-height: 16px;
    background-color: #946ca5;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    font-weight: bold;
    top: -2px;
    right: 0;
}
.container.count {
	padding-bottom: 1rem !important
}
/* SHOP STYLES */
.cq_shop.type-cq_shop .page-header {
    margin-bottom: 0 !important;
}
.shop-header {
    padding: 50px 0;
    background-color: #f5f2ef;
    margin-bottom: 50px;
}
.shop-header h3 {
    font-weight: bold;
    padding-bottom: 1rem;
}
.shop-logo {
    text-align: center;
}
.shop-logo img {
    width: auto;
    height: auto;
    mix-blend-mode: multiply;
}
.shop-logo img.landscape {
    max-width: 250px;
}
.shop-logo img.portrait {
    max-width: 150px;
}
.shop-logo img.square {
    max-width: 150px;
}
.shop-info-wrap {
    padding: 50px 0 0;
}
.shop-info-wrap div[class^="col-"] {
    padding-bottom: 50px;
}
.cq_shop.type-cq_shop ul.owl-carousel {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.shop-featured .owl-nav > div {
    border-radius: 50%;
}
.cq_shop .page-header.default-header {
    position: relative;
}
.cq_shop .page-header.default-header::before {
    content: " ";
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#update_shop section {
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #ccc;
    background-color: #f5f2ef;
    border-radius: 5px;
}
.shop-header-thumbnail, .shop-header-thumbnail #shop-header-img {
    padding-top: 0.5rem;
    width: auto;
}
/*END SHOP STYLES */

.auction-filter {
	margin-top: -80px;
}
.cq_shop.type-cq_shop .auction-filter {
	margin-top: 0px !important;
}
.filter-wrapper {
	padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 1px 11px 0px rgb(50 50 50 / 30%);
    -moz-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 1px 11px 0px rgb(50 50 50 / 30%);
}
@media screen and (max-width: 768px) {
    .home .filter-wrapper {
        border-radius: 0 0 15px 15px;
    }
}
.filter-top-row {
    padding: 0 15px;
}
@media screen and (min-width: 768px) {
    .filter-top-row {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 15px;
    }
}
.auction-filter input, .auction-filter .select-wrap, .auction-filter button {
	margin: 0;
}
.auction-filter input#date_from, .auction-filter input#nights, .auction-filter input.imp--input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 42px;
}
.auction-filter button {
    background-color: #9463a5 !important;
    border-radius: 99px;
    border: none;
}
.auction-filter label {
    display: block;
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: 16px;
}
.home-filter {
    margin-top: 0px !important;
}
.home-filter .filter-wrapper {
    -webkit-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.15);
}
.home-filter .filter-wrapper button {
    width: 100%;
}
.auction-filter button {
    background-color: #9463a5;
    margin-top: 16px;
}
#more-options {
    cursor: pointer;
}
#add-filters-wrap {
    display: none;
    padding: 0.5rem 0 0;
}
#add-filters-wrap.row-fluid, #add-filters-wrap .row-fluid {
    margin: 0;
}
.dd-wrap strong {
    font-size: small;
}
#add-filters-wrap > .col-md-4 {
    padding: 0;
}
input#diameter_min, input#diameter_max {
    border-radius: 3px 0 0 3px;
    border-right: none;
}
.dd-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 1rem !important;
}
@media screen and (max-width: 767px) {
	.auction-filter .input-group {
		margin: 0 0 1rem 0;
	}
}
.wpb_wrapper .row-fluid {
    margin: 0 -15px;
}
.auction-list-item {
    max-width: 100%;
    border-radius: 10px;
}
.auction-item-wrapper {
}
.auction-item-wrapper .ending {
	display: none;
}
.auction-list-item .ending p {
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 0.875rem;
	margin: 0;
	color: #000;
}
.auction-img-wrap {
	position: relative;
	overflow: visible;
}
.auction-img-wrap  .slide-remaining {
	position: absolute;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 3px;
	display: inline-block;
	white-space: pre;
	top: 0;
	right: 100%;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	background-color: #c91d1d;
	padding: 0.3rem 0.5rem;
	font-size: 0.75rem;
	transition: all 0.3s ease-in-out;
}
.auction-img-wrap  .slide-remaining.soon {
	left: 0px !important;
	right: auto;
}
.auction-list-item:hover .auction-img-wrap  .slide-remaining:not(.soon) {
	transform: translateX(100%);
}
/*.auction-img-wrap .auction-overview {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #3f4657;
}
.auction-img-wrap .auction-overview span.overview-item {
	padding: 0.25rem;
	margin: 0;
	display: inline-block;
	font-size: 0.75rem;
	color: #fff;
	text-align: center;
}
.overview-item.miles {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}*/
.auction-list-item.auction-list-item-content {
	position: relative;
	border-radius: 10px;
    background-color: #fff;
	-webkit-box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.15);
	transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.auction-list-item.auction-list-item-content:hover, .seller-list-wrap:hover {
	-webkit-box-shadow: 5px 5px 11px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.35);
}
.auction-list-item.auction-list-item-content a {
	display: block;
}
.auction-list-item.auction-list-item-content img, .seller-list-wrap .seller-image img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	height: 230px;
	object-fit: cover;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.auction-list-item.auction-list-item-content .auction-box {
	cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 15px;
    display: block;
    width: 45px;
    font-size: 1.2rem;
    color: #000;
    padding: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    transition: all 0.3s ease-in-out;
    transform: translateY(50%);
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    z-index: 1;
}
.auction-list-item.auction-list-item-content .auction-box:hover {
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.auction-list-item.auction-list-item-content .auction-box span {
	color: #000;
	font-size: inherit;
    line-height: 45px;
}
.auction-list-item.auction-list-item-content .auction-info-container {
	padding: 0 0.75rem 0.75rem;
	background-color: #ffffff;
    min-height: 255px;
    border-radius: 0 0 10px 10px;
}
.auction-list-item.auction-list-item-content .auction-info-container .action-wrap {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
}
.auction-list-item.auction-list-item-content .auction-info-container .seller-logo {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    width: auto;
    max-height: 48px;
    max-width: 40%;
}
.auction-list-item.auction-list-item-content .auction-info-container .seller-logo > img {
    width: auto;
    max-height: 48px;
    object-fit: contain;
    border-radius: 0;
}
.latest-see-more {
    text-align: center;
}
.btn-see-more {
    transition: all 0.3s ease-in-out;
}
.btn-see-more span.fa {
    margin-left: 0.5rem;
}
/*.auction-list-item.auction-list-item-content .auction-img-wrap .auction-reserve {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	display: block;
	text-align: center;
	padding: 0.2rem;
	font-size: 0.75rem;
	background-color: #3D4657;
}
.auction-list-item.auction-list-item-content .auction-img-wrap .auction-reserve.reserve-met {
	color: #10c218;
	color: #fff;
}
.auction-list-item.auction-list-item-content .auction-img-wrap .auction-reserve.reserve-not-met {
	color: #c91d1d;
}*/
.auction-heading {
	padding-top: 1rem;
}
.auction-heading.heading-ended {
	padding-bottom: 1rem;
}
.auction-heading h3 {
    margin-bottom: 0.5rem;
}
.auction-heading h3 a {
	display: block;
	position: relative;
	font-size: 1.2rem;
	font-weight: 500;
	overflow: hidden;
}
.auction-heading h3 a::before {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 1.2em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
.auction-heading h3.strapline a {
    color: #9463a5;
    font-weight: unset;
    font-size: medium;
}
.auction-list-item.auction-list-item-content .current-price {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 1.1;
	color: #000;
}
.auction-list-item.auction-list-item-content .auction-info {
	padding: 0.5rem 0 42px;
	font-size: 1.2rem;
	font-weight: normal;
}
.auction-list-item.auction-list-item-content .auction-info .visiting, .auction-list-item.auction-list-item-content .auction-info .departures {
    font-size: 0.875rem;
    color: #555;
    display: block;
    margin-bottom: 1rem;
}
.auction-list-item.auction-list-item-content .auction-info .departures a.dates-number, .auction-list-item.auction-list-item-content .auction-info .departures a.dates-number:hover {
    padding: 0.1rem 0.25rem;
    font-size: 0.75rem;
    background: #eee;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin-left: 0.5rem;
    text-decoration: none;
}
.auction-list-item.auction-list-item-content .auction-info small {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    color: #555;
}
.auction-list-item.auction-list-item-content .pending-price {
    display: none;
}
.listing-price {
  padding-bottom: 1rem;
}
.discount, .was-price {
  font-size: 0.875rem;
  color: #946ca5;
  position: relative;
  display: inline-block;
  line-height: 0.75rem;
  font-weight: normal;
  letter-spacing: normal;
}
.was-price::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 45%;
  right: -2px;
  transform: skewY(-10deg);
  height: 1px;
  display: inline-block;
  background-color: #946ca5;
}
/*.remaining-text.col-xs-6, .info-remaining.col-xs-6, .current-bid-text.col-xs-6, .current-price.col-xs-6, .remaining-text.col-xs-12, .current-bid-text.col-xs-12 {
	padding: 0.25rem 0px !important;
}
.remaining-text, .info-remaining {
	display: block;
	color: #c41d1d;
	font-weight: normal;
}
.current-bid-text {
	display: block;
	font-weight: normal;
	padding-top: 0.5rem;
}*/
.auction-list-item .auction-button a, .seller-list-wrap .auction-button a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 0.5rem;
	background-color: #3d4659;
	border: 2px solid #3d4659;
	transition: all ease-in-out 0.3s;
}
.auction-list-item.cat-item img {
    object-fit: cover;
    object-position: center center;
    height: 300px;
}
.auction-list-item.cat-item .auction-item-link::after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,1) 4%, rgba(0,0,0,0) 34%);
}
.auction-list-item.cat-item .cat-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
}
.auction-list-item.cat-item .cat-name h3 a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.auction-list-item.cat-item .cat-name h3 {
    margin: 0;
    padding: 0;
}
.seller-list-wrap {
    margin: 0 0 2rem !important;
    display: block;
    box-shadow: 2px 2px 9px 0px rgba(0,0,0,.15);
    transition: all .3s ease-in-out;
    border-radius: 5px;
}
.seller-list-wrap .seller-image, .seller-list-wrap .seller-image a {
    position: relative;
/*    height: 180px;*/
    display: block;
    background-color: #f6f6f6;
}
.seller-list-wrap .seller-image {
    padding: 0.75rem;
    border-radius: 5px 5px 0 0;
    border-radius: 5px;
    background-color: #f6f6f6;
    overflow: hidden;
}
.seller-list-wrap .seller-image a img {
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}
.seller-list-wrap:hover .seller-image a img {
    transform: scale(1.12);
}
.seller-list-wrap .seller-info {
    padding: 1rem;
    text-align: center;
    height: 78px;
}
.seller-list-wrap .seller-meta {
    border-top: 1px solid #eee;
    padding-top: 0.75rem;
    margin: 0 0.75rem;
    font-size: 0.75rem;
}
.seller-list-wrap .auction-button {
    padding: 0 0.75rem 0.75rem;
    border-radius: 0 0 5px 5px;
}
.top-wrap {
    background-color: #f5f2ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='200' preserveAspectRatio='none' viewBox='0 0 1440 200'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1236%26quot%3b)' fill='none'%3e%3cpath d='M 0%2c48 C 96%2c41.2 288%2c11.4 480%2c14 C 672%2c16.6 768%2c62.6 960%2c61 C 1152%2c59.4 1344%2c17 1440%2c6L1440 200L0 200z' fill='rgba(234%2c 230%2c 225%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c92 C 144%2c97 432%2c121.8 720%2c117 C 1008%2c112.2 1296%2c77.8 1440%2c68L1440 200L0 200z' fill='rgba(222%2c 215%2c 207%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c170 C 96%2c162.4 288%2c129.6 480%2c132 C 672%2c134.4 768%2c175.6 960%2c182 C 1152%2c188.4 1344%2c167.6 1440%2c164L1440 200L0 200z' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1236'%3e%3crect width='1440' height='200' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-size: 100% 200px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.entry-title.standard-title h1 {
    color: #000;
    font-size: 1.75rem;
}
.price {
    padding-bottom: 1rem;
}
.price p {
    margin: 0;
    font-size: 0.875rem;
}
.price-wrap {
    margin-bottom: 1.5rem;
}
.price h3 {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: -2px;
    margin-bottom: 0;
}
.action-wrap {
    padding: 0;
}
.row.watch-button.action-wrap {
  margin-top: 2.55rem;
}
.action-wrap button, .action-wrap a {
    display: block;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
    padding: 0.5em 1em;
    text-align: center
}
.action-wrap button:hover, .action-wrap a:hover, .action-wrap button:focus, .action-wrap a:focus, .action-wrap button:active, .action-wrap a:active {
    text-decoration: none;
}
.auction-list-item .auction-button a:hover, .auction-list-item .auction-button a:active, .seller-list-wrap .auction-button a:hover, .seller-list-wrap .auction-button a:active {
	border: 2px solid #3d4659;
	color: #3d4659;
	background-color: transparent;
	text-decoration: none;
}
.post-image-overlay .header-buttons {
	text-align: center;
}
.post-image-overlay .header-buttons a, button.header-bid-button, a.header-watch-button, .header-bid-button, a.header-finance-button {
	text-align: center;
	display: inline-block;
	padding: 0.5rem 0.875rem;
	border: none;
	border-radius: 3px;
	font-weight: bold;
	color: #2D343E;
	transition: all 0.3s ease-in-out;
}
.header-watch-button {
    background-color: #4f4892;
}
.header-deal-button {
    background-color: #946ca5;
    border: 1px solid #946ca5;
}
.post-image-overlay .header-buttons a.header-bid-button, button.header-bid-button, .header-bid-button {
	background-color: #946ca5;
	border: 2px solid #946ca5;
    color: white;
	transition: all 0.3s ease-in-out;
}
.post-image-overlay .header-buttons a.header-bid-button:hover, button.header-bid-button:hover, .header-bid-button:hover, .post-image-overlay .header-buttons a.header-bid-button:active, button.header-bid-button:active, .header-bid-button:active, .post-image-overlay .header-buttons a.header-bid-button:focus, button.header-bid-button:focus, .header-bid-button:focus {
	background-color: transparent;
	color: #946ca5;
	text-decoration: none;
}
.post-image-overlay .header-buttons a.header-watch-button, a.header-watch-button {
	min-width: 70px;
	background-color: #E3E1E2;
	border: 2px solid #E3E1E2;
	transition: all 0.3s ease-in-out;
}
.post-image-overlay .header-buttons a.header-watch-button:hover, .post-image-overlay .header-buttons a.header-watch-button:active, .post-image-overlay .header-buttons a.header-watch-button:focus, a.header-watch-button:hover, a.header-watch-button:focus, a.header-watch-button:active {
	background-color: transparent;
	color: #E3E1E2;
	text-decoration: none;
}
/*a.header-finance-button {
	background-color: #E3E1E2;
	border: 2px solid #E3E1E2;
	color: #2D343E;
	transition: all 0.3s ease-in-out;
}
a.header-finance-button:hover {
	background-color: transparent;
	border: 2px solid #E3E1E2;
	color: #E3E1E2;
	text-decoration: none;
}*/
.overview-container {
	background-color: #E3E1E2;
	padding: 1rem;
}
.overview-item {
	text-align: center;
	display: block;
	padding-top: 1rem;
}
.info-container .info-text {
	display: block;
    text-align: center;
    color: #59be3e;
    font-weight: bold;
    padding: 1rem;
}

.auction-item-page-top {
	padding-top: 50px;
	padding-bottom: 50px;
}
.lgallery.slider-for {
    max-height: 515px;
    overflow-y: hidden;
}
.lgallery.slider-for > .slide:not(:first-child) {
    display: none;
}
.slider-nav .slick-slide {
	padding: 0 0.25rem;
}
.slider-nav {
	margin: 0 -0.25rem 0 -0.25rem
}
.slider-nav > .slide {
    max-width: 150px;
}
.slider-nav > .slide:not(:first-child) {
    display: none;
}
.images-section .slick-arrow {
	/*display: none !important;*/
}
.images-section {
	padding-bottom: 1rem;
}
@media screen and (min-width: 992px) {
	.auction-item-page-top .images-wrapper {
		padding-right: 15px !important;
	}
}
.images-more span {
    display: block; 
    text-align: center;
    padding: 0 0 2rem;
}
.images-more span a, .images-more span a:hover, .images-more span a:active {
    text-decoration: none;
    font-size: 0.875rem;
}
/*.in-stock {
	color: green;
	font-weight: bold;
}
.out-of-stock {
	color: red;
	font-weight: bold;
}*/
.listed-date {
    padding-top: 1rem;
    border-top: 1px solid #e8e8e8;
    margin-top: 1rem !important;
}
.type-standard_sale .info-container {
   background-color: #3d4657;
}
.type-standard_sale .auction-item-page-top {
    padding-top: 1rem !important;
}
.seller-wrap {
    padding: 1rem;
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
    margin-top: 1rem;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
    position: relative;
}
.seller-wrap h4 {
    display: block;
    max-width: 70%;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    
}
.seller-wrap .seller-logo {
    position: absolute;
    top: 1rem;
    right: 1rem;
    max-width: 30%;
}
.seller-wrap .seller-logo img {
    width: auto !important;
    max-height: 60px;
    mix-blend-mode: multiply;
}
.seller-location {
    font-size: 0.875rem;
    display: inline-block;
}
.seller-contact {
    display: block;
    padding: 1rem 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 1rem;
}
.seller-contact p, .seller-contact p a {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #8e6fa1;
    z-index: 1;
    position: relative;
}
.seller-wrap .member-logos {
/*    background: white;*/
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.member-logo > img {
/*    background-color: #fff;*/
    padding: 15px;
    border-radius: 3px;
    max-height: 80px;
    width: auto;
    mix-blend-mode: multiply;
}
.seller-items {
	display: block;
	margin: 1rem 0 0;
	font-weight: normal;
	color: #fff;
	background-color: #4f4892;
	border: 1px solid #4f4892;
	border-radius: 3px;
	padding: 0.5em 1em;
    text-align: center;
	transition: all 0.5s ease-in-out;
}
.seller-items:hover, .seller-items:active {
	text-decoration: none;
}
.details-section {
    padding: 50px 0 50px;
}
.details-section .listing-content {
    margin-bottom: 50px;
}
/*.auction-item-stats {
	padding: 1.5rem !important;
	border-radius: 5px;
}
.item-details .auction-item-stats {
    background-color: transparent !important;
    padding: 1.5rem 15px !important;
}
.auction-item-stats table.table td {
	padding-left: 5px;
	padding-right: 5px;
}
.auction-item-stats h3 {
	margin-bottom: 2rem;
}
.auction-item-stats table {
	max-width: 100%;
}*/
.row.standard-listing {
    padding: 0 15px;
}
.description-title h3 {
	margin-bottom: 2rem;
}
/*Full Gallery*/
.gallery-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
#lightgallery a:nth-of-type(1n+9) {
	display: none !important;
}
#lightgallery .gal-img {
  border-radius: 5px;
  overflow: hidden;
}
#lightgallery a.last-img .gal-img {
	position: relative;
}
@media screen and (min-width: 1200px) {
	#lightgallery .gal-img img {
		max-height: 100px;
        object-fit: cover;
	}
}
@media screen and (max-width: 1200px) {
	#lightgallery .gal-img img {
		max-height: 150px;
		object-fit: cover;
	}
}
@media screen and (max-width: 501px) {
	#lightgallery .gal-img img {
		max-height: 130px;
		object-fit: cover;
	}
}
#lightgallery a.last-img .gal-img::after {
	position: absolute;
	content: attr(data-imgmore);
	text-align: center;
	color: #fff;
	display: flex;
  	align-items: center;
	justify-content: center;
	vertical-align: -50%;
	font-size: 32px;
	font-weight: 700;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: rgba(78, 74, 141, 0.85);
}
#lightgallery {
	margin-left: -5px;
	margin-right: -5px;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(160px, 1fr) );
}
#lightgallery a {
    display: block;
    padding: 0.5rem;
    width: 100%;
}
/*Video Section */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*.confirm-section {
	padding-top: 50px;
	padding-bottom: 50px
}
.confirm-section form {
	padding: 32px;
	background-color: #0e162f;
	color: #fff;
	border-radius: 5px;
}
.confirm-section form label {
	margin-bottom: 32px;
}
.confirm-section form .submit_button {
	width: auto;
}
.message-counter-offer {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.counter-accept, .offer-accepted {
    padding: 1rem;
    background-color: white;
}
.offer-accepted {
    padding-bottom: 0 !important;
}*/
.accept-confirm, .update-confirm, .counter-confirm {
    background-color: #32CD32 !important;
    z-index: 2;
    border: none !important;
}
.accept-confirm::after, .update-confirm::after, .counter-confirm::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(50,205,50, 1);
    box-shadow: 0 0 0 0 rgba(50,205,50, 1);
    animation: pulse-green 1s infinite;
    z-index: -1;
}
@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(51, 217, 178, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}
/*message Form */
@media screen and (max-width: 767px) {
    .message-form-wrapper {
        padding: 1rem 0 !important;
    }
}
/*Login form */
form#login, form#finance, div#place_bid {
    display: none;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    padding: 40px 25px 25px 25px;
    width: 350px;
	max-width: 100%;
    z-index: 9999;
    left: 50%;
	transform:translate(-50%,-50%);
    color: #000;
    font-size: 11px;
	overflow: auto;
	max-height: 95%;
}
form#message_form, .message-logged-out, form#user-reply {
	background-color: #f5f2ef;
    border-radius: 5px;
    padding: 40px 25px 25px 25px;
	max-width: 100%;
    color: #000;
    font-size: 1rem;
}
form#message_form textarea, form#user-reply textarea {
    display: block;
    width: 100%;
    padding: 0.5rem;
	height: 300px;
    margin: 0 0 0.75rem;
}
form#login h1, form#message_form h1, .message-logged-out h1, form#finance h1, div#place_bid h1 {
    color: #000;
    font-size: 27px;
    font-weight: 100;
    text-align: center;
    line-height: 1;
    margin: 0 0 30px 0;
}
form#message_form #message_send {
    display: block;
}
.message-logged-out p, .message-logged-out .button {
	display: block;
	text-align: center;
}
.message-logged-out p {
	margin-bottom: 2rem;
}
form.login_form label, form.register_form label, form.lost_pw_form label, form.finance_form label {
	display: block;
}
.user-field-wrapper.terms label {
	display: inline-block;
}
.user-field-wrapper input[type=checkbox] {
    margin-right: 0.5rem;
}
form#login input#username,
form#login input#password, form.login_form input, form.register_form input, form.lost_pw_form input, form.finance_form input {
    border: 1px solid #EDEDED;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    font-size: 15px;
    padding: 10px 10px 10px 13px;
    margin: 7px 0 20px 0;
    background-color: #F9F9F9;
}

form#login input#username:focus,
form#login input#password:focus, form.login_form input, form.register_form input, form.lost_pw_form input, form.finance_form input{
    background-color: #FFF;
}


form.register_form input.submit_button, form.lost_pw_form input.submit_button, form#message_form input.submit_button, form#user-reply input.submit_button, .show_login.button, #submit_lot input.submit_button, form#finance input.submit_button, form.cq-user-form input.submit_button, a.submit_button {
    font-size: 13px;
    color: #FFF;
    background-color: #946ca5;
    border-radius: 3px;
    text-shadow: 0 1px 0 #946ca5;
    padding: 9px 31px 9px 31px;
    box-shadow: 0 1px 0 #946ca5 inset;
	width: auto !important;
}
form#login input.submit_button, form.login_form input.submit_button, div#place_bid button.submit_button {
	display: block;
    font-size: 13px;
    color: #FFF;
    background-color: #946ca5;
    border-radius: 3px;
    text-shadow: 0 1px 0 #946ca5;
    padding: 9px 31px 9px 31px;
    border: none;
	width: 100%;
}
label.error {
    color: red;
    font-size: 0.75rem;
}
input.error {
    border-color: red;
}
p.no-profile {
	display: block;
	text-align: center;
	font-size: 1rem;
}
a#complete_profile {
	display: block;
    text-align: center;
    margin-top: 2rem;
}
form#login a, form#finance a, div#place_bid a{
    text-decoration: none;
}

form#login span.close, form#finance span.close, div#place_bid span.close{
    color: #DCDCDC;
    position: absolute;
    right: 15px;
    top: 15px;
}

form#login a.lost{
    color: #343232;
    float: left;
    margin: 10px 0 0 0;
}
form#login a.get-account{
    color: #343232;
    display: block;
	text-align: center;
    margin: 10px 0 0 0;
}

form#login p.status, form#message_form p.status, form#finance p.status, div#place_bid p.status{
    text-align: center;
    margin: -25px 0 20px 0;
    display: none;
}
a.login_button{
    font-family: 'Poppins', sans-serif;
    padding: 5px 7px 5px 7px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    color: #333;
    text-decoration: none;
    font-size: 11px;
}

.login_overlay{
    height: 100%;
    width: 100%;
    background-color: rgb(232, 226, 219);
    position: fixed;
    z-index: 9989;
}
/*Login form EOF */
/* login Page BOF */
.page-log-in p.status {
    min-height: 20px;
    font-size: 0.75rem;
    text-align: center;
}

/*Account Page BOF */
.account-menu {
    position: relative;
}
ul.user-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background-color: #ffffff;
    border: 1px solid #d9d7d8;
    border-radius: 5px;
    box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.2);
}
ul.user-menu li {
    border-bottom: 1px solid #d9d7d8;
}
ul.user-menu li:last-of-type {
    border-bottom: none;
}
ul.user-menu li a {
    text-align: left;
    display: block;
    padding: 1rem;
    width: 150px;
}
.account-menu:hover ul.user-menu, .account-menu:focus ul.user-menu, .account-menu:active ul.user-menu {
    display: block;
}
ul#account_menu {
	padding: 0;
	margin: 0;
	display: block;
	overflow: auto;
	text-align: center;
	width: 100%;
	list-style-type: none;
	background-color: #ffffff;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
ul#account_menu li {
	display: inline-block;
}
ul#account_menu li a {
	font-size: 0.875rem !important;
	text-transform: uppercase;
	padding: 0.75rem 1.5rem;
	color: #000;
	display: block;
	font-weight: 400;
	letter-spacing: 1px;
}
#sidebar ul#account_menu li a {
	color: #fff !important;
}
ul#account_menu li a:hover {
	text-decoration: none;
}
ul#account_menu li > a > i {
	margin-left: 0.5rem;
}
ul#account_menu li.acc-active > a {
	font-weight: bold;
}
ul#account_menu li > .child_menu {
    display: none;
    transition: all 0.5s ease-in-out;
}
ul#account_menu li.acc-active > .child_menu {
    height: auto;
    display: block !important;
}
ul#account_menu li.account-menu-item:hover > .child_menu {
    display: block;
}
header.dashboard-header {
	padding: 32px 0px;
    background-color: #95A2AD;
	
}
.dashboard-header {
	text-align: center;
}
header.dashboard-header h1 {
	color: #ffffff;
    text-align: left;
    font-size: 1.5rem !important;
}
nav.dashboard-navbar {
    padding: 0.5rem 0;
}
nav.dashboard-navbar .navbar-header {
    text-align: left;
}
.container.dashboard-content {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}
.vendor-chart {
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.watchlist-none {
	display: block;
	background-color: #eaeaea;
	padding: 1.5rem;
	border: 1px solid #D3D3D3;
}
.watchlist-none p {
	display: block;
	text-align: center;
	margin-bottom: 0px !important;
}
.dashboard-content .messages p.updated {
	margin-bottom: 0px !important;
}
.user-heading h3 {
	margin-bottom: 1rem;
    font-weight: bold;
}
.user-field-wrapper {
	padding-bottom: 1.5rem;
}
.user-field-wrapper label {
	font-size: 1rem;
	margin-bottom: 0;
}
.user-field-wrapper input {
	margin: 0;
}
.user-field-wrapper p.description {
	font-size: 0.75rem;
}
#user_pass.regular-text {
	margin-bottom: 0.5rem;
}
.message.error {
	display: block !important;
}
.message-name {
	padding-bottom: 1.5rem;
}
.new-message {
	background-color: #946ca5;
    color: #fff;
    padding: 0.2rem 0.3rem;
    font-size: 0.75rem;
    border-radius: 3px;
    vertical-align: middle;
}
.message-history .history-item-summary {
	padding: 1rem;
    border-radius: 0px;
}
.dashboard-content  .bid-history::after {
	content: none !important;
}
.dashboard-content .bid-history .history-item, .dashboard-content .message-history .history-item {
	border-radius: 5px;
	margin-bottom: 1rem;
    background-color: #f5f2ef;
    position: relative;
    overflow: hidden;
}
.dashboard-content .bid-history .history-item:first-of-type,  .dashboard-content .message-history .history-item:first-of-type {
    box-shadow: 0 0 0px 3px #9463a5;
    overflow: hidden;
}
.dashboard-content .message-history .history-item-bid {
    padding-top: 15px;
    padding-bottom: 15px;
}
.dashboard-content .message-history .history-item.self {
  margin-left: 30px;
}
.dashboard-content .message-history .history-item.client {
  margin-right: 30px;
  background-color: #ded7cf !important;
}
.dashboard-content .message-history .history-item.client::before {
    content: "\f190";
    font-family: "fontAwesome";
    font-size: 10vh;
    position: absolute;
    bottom: -10px;
    right: -10px;
    color: rgba(0,0,0,0.05);
    line-height: 1;
}
.dashboard-content .message-history .history-item.self::before {
    content: "\f18e";
    font-family: "fontAwesome";
    font-size: 10vh;
    position: absolute;
    bottom: -10px;
    right: -10px;
    color: rgba(0,0,0,0.05);
    line-height: 1; 
}
.dashboard-content > .history-item-image {
    margin-bottom: 1rem;
}
.dashboard-content > .history-item-image > img {
    border-radius: 5px;
}
@media screen and (min-width: 768px) {
    message-history .history-item-summary {
        border-radius: 0 5px 5px 0;
    }
    .dashboard-content .bid-history .history-item, .dashboard-content .message-history .history-item {
        display: flex;
    }
    .dashboard-content .bid-history .history-item-image, .dashboard-content .message-history .history-item-image {
        background-color: #fff;
    }
	.dashboard-content .bid-history .history-item-image img, .dashboard-content .message-history .history-item-image img {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
        flex:1;
        height: 100%;
        object-fit: cover;
	}
    .history-item .history-wrapper {
        flex: 5;
    }
    .history-item-bid {
        align-self: center;
    }
}

.history-item .history-list {
    display: none;
}
.account-menu-item .unread {
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    background-color: #946ca5;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    font-weight: bold;
    margin-left: 0.75rem;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slider.slider-nav {
    overflow: hidden;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    border-radius: 5px;
    max-height: 510px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: auto;
    height: auto;
    padding: 5px;
    cursor: pointer;
    color: #000000;
    border: none;
    outline: none;
    background: #e9e6e1;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    z-index: 1;
}
.calendar-wrapper .slick-prev,
.calendar-wrapper .slick-next
{
    font-size: 0;
    line-height: 0;
    top: 10px;
    background: transparent;
    z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: #8e6fa1;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Linearicons-Free';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #000000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -40px;
    border-radius: 0 3px 3px 0;
}
.calendar-wrapper .slick-prev {
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\e875';
}
[dir='rtl'] .slick-prev:before
{
    content: '\e876';
}

.slick-next
{
    right: -40px;
    border-radius: 3px 0 0 3px;
}
.calendar-wrapper .slick-next {
    right: 0;
}
.slider.slider-nav:hover .slick-next {
    right: 0 !important;
}
.slider.slider-nav:hover .slick-prev {
    left: 0 !important;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\e876';
}
[dir='rtl'] .slick-next:before
{
    content: '\e875';
}

/* Dots */
.slick-dotted.slick-slider
{
/*    margin-bottom: 30px;*/
}

.slick-dots
{
    position: absolute;
    bottom: 1rem;
    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
    z-index: 10;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 2px;
    line-height: 15px;
    background-color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 50px;
    opacity: 0.6;
}
.slick-dots li.slick-active {
    opacity: 1;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50px;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.register-form, .login-form, .lost-password-form {
	padding-top: 2rem;
	padding-bottom: 7rem;
}
.register-form .form-wrap {
}
.checkout-forms .register-form .form-wrap {
    border: none !important;
}

.current-price.updated, .current-bid.updated {
  animation: jump 6.5s ease 0s normal;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  3% {
    transform: translateY(-30px);
  }
  6% {
    transform: translateY(0);
  }
  9% {
    transform: translateY(-15px);
  }
  12% {
	color: #c91d1d;
    transform: translateY(0);
  }
	85% {
	color: #c91d1d;
  }
  100% {
	  color: #000;
    transform: translateY(0);
  }
}
/*! lightgallery - v1.7.1 - 2020-06-13
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #946ca5;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #946ca5;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*Seller Dashboard Styles */
nav.sidebar {
    min-height: calc(100vh - 70px);
    background: #95A2AD;
    font-weight: 500;
    padding: 0;
    width: 250px;
    z-index: 11;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.1);
}
.main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    width: calc(100% - 250px);
    min-height: calc(100vh - 70px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#primary.seller-dashboard {
	display: flex;
}
.seller-dashboard nav.sidebar ul {
	background-color: transparent !important;
}
.seller-dashboard nav.sidebar ul li {
	display: block !important;
	text-align: left;
}
.seller-dashboard nav.sidebar ul li a {
	width: 100%;
	text-transform: none !important;
	padding: 0.75rem 1rem !important;
}
.seller-dashboard nav.sidebar ul li a i {
	float: right;
}
.seller-dashboard .dashboard-content {
	width: 100%;
	flex-grow: 1;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.seller-dashboard nav.sidebar ul li .child_menu {
	margin: 0;
    padding: 1rem;
    background-color: rgba(255,255,255,0.1) !important;
}
.seller-dashboard .dashboard-content .delete-confirm {
    background-color: red;
}
.seller-dashboard .dashboard-content table.table-hover {
    min-width: 800px;
}
.seller-dashboard .dashboard-content table.table-hover thead {
    background-color: #97a2ac;
    color: #fff;
}
.seller-dashboard .offer-actions {
    padding: 15px 0;
    border: 1px solid #ccc;
    background-color: #f5f2ef;
}
.offer-actions.row {
    margin-bottom: 50px;
}
.seller-dashboard .offer-actions label {
    font-weight: bold;
    font-size: 1.2rem;
}
.seller-dashboard .offer-actions .button-wrap {
    display: inline-block;
}
.seller-dashboard .offer-actions .counter-confirm {
    background-color: #32CD32;
}
.seller-dashboard .button-wrap #counter-offer {
    border-radius: 0 3px 3px 0;
}
.seller-dashboard button .fa.fa-trash-o {
    width: 14px;
    text-align: center;
}
@media screen and (max-width: 767px) {
	#primary.seller-dashboard {
		position: relative;
	}
	.seller-dashboard nav.sidebar {
		position: absolute;
		left: -250px;
		transition: all ease-in-out 0.6s;
	}
	.seller-dashboard nav.sidebar {
		position: absolute;
		left: -250px;	
	}
	.seller-dashboard nav.sidebar.mobile-active {
		transform: translateX(250px);
	}
	.seller-dashboard .main-panel {
		width: 100% !important;
	}
	.menu-open {
		position: absolute;
		right: 0px;
		top: 6.5rem;;
		display: inline-block;
		width:auto;
		padding: 0.75rem;
		background-color: #dbdbdb;
		color: #000;
		transform:rotate(90deg);
        transform-origin: bottom right;
		font-weight: bold;
		box-shadow: 2px 3px 5px rgba(0,0,0,0.1);
		cursor: pointer;
	}
    .seller-dashboard .offer-actions .button-wrap {
        display: block;
        padding: 1rem 0;
    }
}
@media screen and (min-width: 768px) {
	.menu-open {
		display: none;
	}
}
#lot-submit input[type="button"] {
	width: auto;
}
#lot-submit .gal-images img {
	width: 160px;
	height: 160px;
	padding: 5px;
	object-fit: cover;
}
/* BOF Account profile page */
.submit-section {
  background-color: #f4f2ef;
  margin-bottom: 50px;
  border-radius: 5px;
  overflow: hidden;
}
.submit-section .user-heading {
  padding-top: 1rem;
  background-color: #97a2ac;
  color: #fff;
  margin-bottom: 1rem;
}
.logo-thumbnail {
  width: 150px;
  height: 150px;
  margin-top: 0.5rem;
}
.cq-save {
    padding: 1rem 0;
}
/* EOF Account profile page */
/* BOF Media browser */
.media-router .media-menu-item {
    color: #bbb;
}
.media-router .media-menu-item.active, .media-router .media-menu-item:hover, .media-router .media-menu-item:focus {
    color: #000;
}
.page-template .media-sidebar {
	display: none;
}
.page-template ul.attachments, .page-template .attachments-browser .media-toolbar {
	right: 0 !important;
}
.page-template button#menu-item-upload {
	color: #000;
}
.wp-core-ui .attachment-preview {
    box-shadow: none !important;
}
.media-modal-content {
    border-radius: 10px;
}
.details .edit-attachment {
    display: none !important;
}
#alt-text-description, 
/* EOF Media browser */

div.mce-menubar {
    display: none;
}
/*
    Common 
*/

.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.wizard .steps ul {
	width: 100%;
	min-width: 650px;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
	overflow: auto;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number
{
    font-size: 1.429em;
	font-weight: bold;
}

.wizard > .steps > ul > li
{
    width: 25%;
	min-width: 160px;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #3d4657;
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: rgba(61,70,87, 0.4);
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    width: 100%;
    padding: 0;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: inline-block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: block;
    margin-left: 0;
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul
{
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li
{
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #3d4657;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}


#lot-submit ul.steps
{
    position: relative;
    display: block;
    width: 100%;
	overflow: auto;
}

#lot-submit ul.steps
{
    display: inline;
    float: left;
    width: 30%;
}

#lot-submit ul.steps .number
{
    font-size: 1.429em;
	font-weight: bold;
}

#lot-submit ul.steps > li
{
	min-width: 160px;
}

#lot-submit ul.steps > li,
#lot-submit ul.steps > li
{
    float: left;
}

#lot-submit ul.steps a,
#lot-submit ul.steps a:hover,
#lot-submit ul.steps a:active
{
    display: block;
    width: auto;
    /*margin: 0 0.5em 0.5em;
    padding: 1em 1em;*/
    text-decoration: none;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

#lot-submit ul.steps .current a,
#lot-submit ul.steps .current a:hover,
#lot-submit ul.steps .current a:active
{
    /*background: #3d4657;*/
    color: #fff;
    cursor: default;
}
#steps.dashboard-steps li {
    aspect-ratio: 1.75;
    background-color: #946ca5 !important;
    cursor: pointer;
}
#steps.dashboard-steps li > a {
    height: 100%;
    position: relative;
    cursor: pointer !important;
}
#steps.dashboard-steps li > a > span {
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
}
#lot-submit section { 
    border:none; 
}

#lot-submit #seller_listing_wizard label { 
    display:block; margin:15px 0 5px;
}
#lot-submit .prev { 
    float:left;
}
#lot-submit .next { 
    float:right;
}
#lot-submit .save {
    background-color: limegreen;
    float: right;
    margin-right: 1rem;
}
#lot-submit #steps { 
    list-style:none; width:100%; 
    overflow-x: scroll; 
    margin:0px; 
    padding:0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 30px;
    float: none;
     -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#lot-submit #steps::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
#lot-submit #steps li {
    font-size:24px; 
    padding:10px; 
    color:#ffffff;
    background-color: #97a2ac;
    opacity: 0.5;
    border-radius: 5px;
}
#lot-submit #steps li span {
    font-size:11px; display:block;
}
#lot-submit #steps li.current { 
    color:#ffffff;
    opacity: 1;
}
#lot-submit #makeWizard { 
    background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font-size:18px;
}
#lot-submit #makeWizard:hover { 
    background-color:#000;
}

.wp-editor-tabs {
	display: none;
}
.form-group.image-select {
	background-color: #f5f2ef;
	padding: 1rem;
	margin-bottom: 1.5rem;
	border-radius: 5px;
}
.form-group.image-select label {
	font-weight: 700;
}
.gal-images .gal_img_wrap {
	position: relative;
	display: inline-block;
}
.gal-images .gal_img_wrap span.delete {
	position: absolute;
	top: 10px;
	right: 10px;
	background: red;
	width: 24px;
	height: 24px;
	border-radius: 3px;
}
.gal-images .gal_img_wrap span.delete:after {
	font-family: 'FontAwesome';
	content: "\f014";
	font-size: 1rem;
	color: #fff;
	line-height: 24px;
	width: 24px;
	text-align: center;
	display: block;
}
.exopite-sof-field {
	padding: 1rem 0;
}
.exopite-sof-field h4 {
	font-size: 1rem;
	margin-bottom: 0;
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding: 0.5rem 0;
}
.exopite-sof-form-field {
    display: block;
    position: relative;
    overflow: visible;
}
.exopite-sof-form-field > .imp--container {
    display: inline-block;
}
@media screen and (max-width: 767px) {
	.exopite-sof-field h4, .exopite-sof-fieldset {
		width: 100% !important;
	}
}
.exopite-sof-fieldset {
    display: inline-block;
    width: 70%;
}
.exopite-sof-group .exopite-sof-fieldset {
  width: 100%;
}
.exopite-sof-fieldset input, .exopite-sof-fieldset .select-wrap {
	display: inline-block !important;
	width: auto !important;
	min-width: 40%;
}
.exopite-sof-text-desc {
    font-size: 0.75rem;
}
.exopite-sof-gallery {
    list-style: none;
}
.exopite-sof-gallery > span {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    cursor: grab;
}
.exopite-sof-image-preview {
    margin-bottom: 1rem;
}
.exopite-sof-image-inner {
    position: relative;
    width: 150px;
}
.exopite-sof-image-delete::before {
    content: '×';
}
.exopite-sof-image-delete, .exopite-sof-image-remove {
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px !important;
    text-align: center;
    border-radius: 50px;
    background: red;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}
.exopite-sof-image input {
    display: none !important;
}
.exopite-sof-gallery {
    line-height: 0;
}
.exopite-sof-gallery img {
    float: left;
}
.exopite-sof-gallery-add {
    cursor: pointer;
}
.exopite-sof-gallery .sortable-placeholder {
    width: 80px;
    /* border: 3px dashed #ccc; */
    margin-bottom: 6px;
    margin-right: 6px;
    box-sizing: border-box;
    height: initial;
    display: inline-block;
}
.exopite-sof-field.exopite-sof-field-group {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  margin-top: -1px;
}
.hotel-result, .departure-result, .itinerary-result, .tour-itinerary-result, .cruise-result {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    background-color: white;
    border: 1px solid #e2e2e2;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    box-shadow: 0 3px 5px 0px rgba(0,0,0,0.2);
}
.hotel-result li:first-of-type, departure-result li:first-of-type, .itinerary-result li:first-of-type, .tour-itinerary-result li:first-of-type, .cruise-result li:first-of-type {
    border-top: none;
}
.hotel-result li, .departure-result li, .itinerary-result li, .tour-itinerary-result li, .cruise-result li {
    border-top: 1px solid #e2e2e2;
    padding: 1rem;
    cursor: pointer;
}
.hotel-result li:hover, .departure-result li:hover, .itinerary-result li:hover, .tour-itinerary-result li:hover, .cruise-result li:hover {
    background-color: #f9f9f9;
}
.comment_content {
    padding: 1rem;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    margin: 0.25rem 0 1.5rem;
}

.status_update #comment_text {
    margin-bottom: 1rem;
}
.input-prepend, .input-append {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    white-space: nowrap;
	position: relative;
    line-height: inherit;
}
.input-prepend {
	margin-right: -5px;
}
.input-append {
	margin-left: -5px;
}
.hotels-group .input-append, .departures-group .input-append, .itinerary-group .input-append {
    margin-left: 0.5rem;
    cursor: pointer;
    border-radius: 5px;
    background-color: green;
    color: white;
    border: none;
}
.brands-section .vc_general.vc_cta3 {
	border: none !important;
	box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.2);
}
.brands-section .vc_general.vc_cta3 h2 {
	margin: 0;
	line-height: 50px;
}
.exopite-sof-cloneable--helper {
  float: right
}
.exopite-sof-group h4 {
    width: 100%;
    padding: 0 0 1rem;
    font-weight: 500;
}
.exopite-sof-group h4 > span > i {
    padding-left: 1rem;
}
.exopite-sof-group div.exopite-sof-cloneable__item {
    padding: 1rem;
    border: 1px solid #d5d5d5;
    background-color: #f9f9f9;
    margin-bottom: 0.5rem;
}
.exopite-sof-cloneable__muster--hidden {
    display: none;
}
.exopite-sof-cloneable--add {
    display: inline-block;
    margin-top: 1rem;
}
/*dashboard pagination */
ul.page-numbers {
    list-style: none;
    margin: 2rem 0 0;
	padding: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 0.5rem 0.5rem 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 0.75rem;
    height: 32px;
    line-height: 32px;
    font-size: 0.75rem;
    text-decoration: none;
    font-weight: 400;
	color: #8e6fa1;
    cursor: pointer;
    border: 1px solid #8e6fa1;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers a:focus,
.page-numbers a:active,
.page-numbers.current,
.page-numbers.current:hover,
.page-numbers.current:focus,
.page-numbers.current:active {
    color: #fff;
    background: #8e6fa1;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }
/*dashboard pagination end */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  list-style: none;
  padding: 0
}
.select2-search.select2-search--inline {
    display: inline-block;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}
.select2-results {
  display: block
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}
.select2-results__option--selectable {
  cursor: pointer
}
.select2-container--open .select2-dropdown {
  left: 0
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-search--dropdown {
  display: block;
  padding: 4px
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
  display: none
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 37px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}
.select2-container--default .select2-results__option--group {
  padding: 0
}
.select2-container--default .select2-results__option--disabled {
  color: #999
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
  border-top: none
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--classic .select2-results__option--group {
  padding: 0
}
.select2-container--classic .select2-results__option--disabled {
  color: grey
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}
.select2-dropdown.select2-dropdown--below, .select2.select2-container {width: 325px !important;}
.select2-container .select2-selection--single {
    height: 37px !important;
}
.select2-container .select2-selection--multiple {
  height: auto !important;
}
.shop_featured_products .select2.select2-container {
    width: 100% !important;
}
.flag-icon-background{background-size:contain;background-position:center;background-repeat:no-repeat}.flag-icon{background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;display:inline-block;width:1.33333333em;line-height:1em;width: 20px;height: 20px;border-radius: 32px;vertical-align: middle;}.flag-icon:before{content:'\00a0'}.flag-icon.flag-icon-squared{width:1em}.flag-icon-ad{background-image:url(../flags/4x3/ad.svg)}.flag-icon-ad.flag-icon-squared{background-image:url(../flags/1x1/ad.svg)}.flag-icon-ae{background-image:url(../flags/4x3/ae.svg)}.flag-icon-ae.flag-icon-squared{background-image:url(../flags/1x1/ae.svg)}.flag-icon-af{background-image:url(../flags/4x3/af.svg)}.flag-icon-af.flag-icon-squared{background-image:url(../flags/1x1/af.svg)}.flag-icon-ag{background-image:url(../flags/4x3/ag.svg)}.flag-icon-ag.flag-icon-squared{background-image:url(../flags/1x1/ag.svg)}.flag-icon-ai{background-image:url(../flags/4x3/ai.svg)}.flag-icon-ai.flag-icon-squared{background-image:url(../flags/1x1/ai.svg)}.flag-icon-al{background-image:url(../flags/4x3/al.svg)}.flag-icon-al.flag-icon-squared{background-image:url(../flags/1x1/al.svg)}.flag-icon-am{background-image:url(../flags/4x3/am.svg)}.flag-icon-am.flag-icon-squared{background-image:url(../flags/1x1/am.svg)}.flag-icon-ao{background-image:url(../flags/4x3/ao.svg)}.flag-icon-ao.flag-icon-squared{background-image:url(../flags/1x1/ao.svg)}.flag-icon-aq{background-image:url(../flags/4x3/aq.svg)}.flag-icon-aq.flag-icon-squared{background-image:url(../flags/1x1/aq.svg)}.flag-icon-ar{background-image:url(../flags/4x3/ar.svg)}.flag-icon-ar.flag-icon-squared{background-image:url(../flags/1x1/ar.svg)}.flag-icon-as{background-image:url(../flags/4x3/as.svg)}.flag-icon-as.flag-icon-squared{background-image:url(../flags/1x1/as.svg)}.flag-icon-at{background-image:url(../flags/4x3/at.svg)}.flag-icon-at.flag-icon-squared{background-image:url(../flags/1x1/at.svg)}.flag-icon-au{background-image:url(../flags/4x3/au.svg)}.flag-icon-au.flag-icon-squared{background-image:url(../flags/1x1/au.svg)}.flag-icon-aw{background-image:url(../flags/4x3/aw.svg)}.flag-icon-aw.flag-icon-squared{background-image:url(../flags/1x1/aw.svg)}.flag-icon-ax{background-image:url(../flags/4x3/ax.svg)}.flag-icon-ax.flag-icon-squared{background-image:url(../flags/1x1/ax.svg)}.flag-icon-az{background-image:url(../flags/4x3/az.svg)}.flag-icon-az.flag-icon-squared{background-image:url(../flags/1x1/az.svg)}.flag-icon-ba{background-image:url(../flags/4x3/ba.svg)}.flag-icon-ba.flag-icon-squared{background-image:url(../flags/1x1/ba.svg)}.flag-icon-bb{background-image:url(../flags/4x3/bb.svg)}.flag-icon-bb.flag-icon-squared{background-image:url(../flags/1x1/bb.svg)}.flag-icon-bd{background-image:url(../flags/4x3/bd.svg)}.flag-icon-bd.flag-icon-squared{background-image:url(../flags/1x1/bd.svg)}.flag-icon-be{background-image:url(../flags/4x3/be.svg)}.flag-icon-be.flag-icon-squared{background-image:url(../flags/1x1/be.svg)}.flag-icon-bf{background-image:url(../flags/4x3/bf.svg)}.flag-icon-bf.flag-icon-squared{background-image:url(../flags/1x1/bf.svg)}.flag-icon-bg{background-image:url(../flags/4x3/bg.svg)}.flag-icon-bg.flag-icon-squared{background-image:url(../flags/1x1/bg.svg)}.flag-icon-bh{background-image:url(../flags/4x3/bh.svg)}.flag-icon-bh.flag-icon-squared{background-image:url(../flags/1x1/bh.svg)}.flag-icon-bi{background-image:url(../flags/4x3/bi.svg)}.flag-icon-bi.flag-icon-squared{background-image:url(../flags/1x1/bi.svg)}.flag-icon-bj{background-image:url(../flags/4x3/bj.svg)}.flag-icon-bj.flag-icon-squared{background-image:url(../flags/1x1/bj.svg)}.flag-icon-bl{background-image:url(../flags/4x3/bl.svg)}.flag-icon-bl.flag-icon-squared{background-image:url(../flags/1x1/bl.svg)}.flag-icon-bm{background-image:url(../flags/4x3/bm.svg)}.flag-icon-bm.flag-icon-squared{background-image:url(../flags/1x1/bm.svg)}.flag-icon-bn{background-image:url(../flags/4x3/bn.svg)}.flag-icon-bn.flag-icon-squared{background-image:url(../flags/1x1/bn.svg)}.flag-icon-bo{background-image:url(../flags/4x3/bo.svg)}.flag-icon-bo.flag-icon-squared{background-image:url(../flags/1x1/bo.svg)}.flag-icon-bq{background-image:url(../flags/4x3/bq.svg)}.flag-icon-bq.flag-icon-squared{background-image:url(../flags/1x1/bq.svg)}.flag-icon-br{background-image:url(../flags/4x3/br.svg)}.flag-icon-br.flag-icon-squared{background-image:url(../flags/1x1/br.svg)}.flag-icon-bs{background-image:url(../flags/4x3/bs.svg)}.flag-icon-bs.flag-icon-squared{background-image:url(../flags/1x1/bs.svg)}.flag-icon-bt{background-image:url(../flags/4x3/bt.svg)}.flag-icon-bt.flag-icon-squared{background-image:url(../flags/1x1/bt.svg)}.flag-icon-bv{background-image:url(../flags/4x3/bv.svg)}.flag-icon-bv.flag-icon-squared{background-image:url(../flags/1x1/bv.svg)}.flag-icon-bw{background-image:url(../flags/4x3/bw.svg)}.flag-icon-bw.flag-icon-squared{background-image:url(../flags/1x1/bw.svg)}.flag-icon-by{background-image:url(../flags/4x3/by.svg)}.flag-icon-by.flag-icon-squared{background-image:url(../flags/1x1/by.svg)}.flag-icon-bz{background-image:url(../flags/4x3/bz.svg)}.flag-icon-bz.flag-icon-squared{background-image:url(../flags/1x1/bz.svg)}.flag-icon-ca{background-image:url(../flags/4x3/ca.svg)}.flag-icon-ca.flag-icon-squared{background-image:url(../flags/1x1/ca.svg)}.flag-icon-cc{background-image:url(../flags/4x3/cc.svg)}.flag-icon-cc.flag-icon-squared{background-image:url(../flags/1x1/cc.svg)}.flag-icon-cd{background-image:url(../flags/4x3/cd.svg)}.flag-icon-cd.flag-icon-squared{background-image:url(../flags/1x1/cd.svg)}.flag-icon-cf{background-image:url(../flags/4x3/cf.svg)}.flag-icon-cf.flag-icon-squared{background-image:url(../flags/1x1/cf.svg)}.flag-icon-cg{background-image:url(../flags/4x3/cg.svg)}.flag-icon-cg.flag-icon-squared{background-image:url(../flags/1x1/cg.svg)}.flag-icon-ch{background-image:url(../flags/4x3/ch.svg)}.flag-icon-ch.flag-icon-squared{background-image:url(../flags/1x1/ch.svg)}.flag-icon-ci{background-image:url(../flags/4x3/ci.svg)}.flag-icon-ci.flag-icon-squared{background-image:url(../flags/1x1/ci.svg)}.flag-icon-ck{background-image:url(../flags/4x3/ck.svg)}.flag-icon-ck.flag-icon-squared{background-image:url(../flags/1x1/ck.svg)}.flag-icon-cl{background-image:url(../flags/4x3/cl.svg)}.flag-icon-cl.flag-icon-squared{background-image:url(../flags/1x1/cl.svg)}.flag-icon-cm{background-image:url(../flags/4x3/cm.svg)}.flag-icon-cm.flag-icon-squared{background-image:url(../flags/1x1/cm.svg)}.flag-icon-cn{background-image:url(../flags/4x3/cn.svg)}.flag-icon-cn.flag-icon-squared{background-image:url(../flags/1x1/cn.svg)}.flag-icon-co{background-image:url(../flags/4x3/co.svg)}.flag-icon-co.flag-icon-squared{background-image:url(../flags/1x1/co.svg)}.flag-icon-cr{background-image:url(../flags/4x3/cr.svg)}.flag-icon-cr.flag-icon-squared{background-image:url(../flags/1x1/cr.svg)}.flag-icon-cu{background-image:url(../flags/4x3/cu.svg)}.flag-icon-cu.flag-icon-squared{background-image:url(../flags/1x1/cu.svg)}.flag-icon-cv{background-image:url(../flags/4x3/cv.svg)}.flag-icon-cv.flag-icon-squared{background-image:url(../flags/1x1/cv.svg)}.flag-icon-cw{background-image:url(../flags/4x3/cw.svg)}.flag-icon-cw.flag-icon-squared{background-image:url(../flags/1x1/cw.svg)}.flag-icon-cx{background-image:url(../flags/4x3/cx.svg)}.flag-icon-cx.flag-icon-squared{background-image:url(../flags/1x1/cx.svg)}.flag-icon-cy{background-image:url(../flags/4x3/cy.svg)}.flag-icon-cy.flag-icon-squared{background-image:url(../flags/1x1/cy.svg)}.flag-icon-cz{background-image:url(../flags/4x3/cz.svg)}.flag-icon-cz.flag-icon-squared{background-image:url(../flags/1x1/cz.svg)}.flag-icon-de{background-image:url(../flags/4x3/de.svg)}.flag-icon-de.flag-icon-squared{background-image:url(../flags/1x1/de.svg)}.flag-icon-dj{background-image:url(../flags/4x3/dj.svg)}.flag-icon-dj.flag-icon-squared{background-image:url(../flags/1x1/dj.svg)}.flag-icon-dk{background-image:url(../flags/4x3/dk.svg)}.flag-icon-dk.flag-icon-squared{background-image:url(../flags/1x1/dk.svg)}.flag-icon-dm{background-image:url(../flags/4x3/dm.svg)}.flag-icon-dm.flag-icon-squared{background-image:url(../flags/1x1/dm.svg)}.flag-icon-do{background-image:url(../flags/4x3/do.svg)}.flag-icon-do.flag-icon-squared{background-image:url(../flags/1x1/do.svg)}.flag-icon-dz{background-image:url(../flags/4x3/dz.svg)}.flag-icon-dz.flag-icon-squared{background-image:url(../flags/1x1/dz.svg)}.flag-icon-ec{background-image:url(../flags/4x3/ec.svg)}.flag-icon-ec.flag-icon-squared{background-image:url(../flags/1x1/ec.svg)}.flag-icon-ee{background-image:url(../flags/4x3/ee.svg)}.flag-icon-ee.flag-icon-squared{background-image:url(../flags/1x1/ee.svg)}.flag-icon-eg{background-image:url(../flags/4x3/eg.svg)}.flag-icon-eg.flag-icon-squared{background-image:url(../flags/1x1/eg.svg)}.flag-icon-eh{background-image:url(../flags/4x3/eh.svg)}.flag-icon-eh.flag-icon-squared{background-image:url(../flags/1x1/eh.svg)}.flag-icon-er{background-image:url(../flags/4x3/er.svg)}.flag-icon-er.flag-icon-squared{background-image:url(../flags/1x1/er.svg)}.flag-icon-es{background-image:url(../flags/4x3/es.svg)}.flag-icon-es.flag-icon-squared{background-image:url(../flags/1x1/es.svg)}.flag-icon-et{background-image:url(../flags/4x3/et.svg)}.flag-icon-et.flag-icon-squared{background-image:url(../flags/1x1/et.svg)}.flag-icon-fi{background-image:url(../flags/4x3/fi.svg)}.flag-icon-fi.flag-icon-squared{background-image:url(../flags/1x1/fi.svg)}.flag-icon-fj{background-image:url(../flags/4x3/fj.svg)}.flag-icon-fj.flag-icon-squared{background-image:url(../flags/1x1/fj.svg)}.flag-icon-fk{background-image:url(../flags/4x3/fk.svg)}.flag-icon-fk.flag-icon-squared{background-image:url(../flags/1x1/fk.svg)}.flag-icon-fm{background-image:url(../flags/4x3/fm.svg)}.flag-icon-fm.flag-icon-squared{background-image:url(../flags/1x1/fm.svg)}.flag-icon-fo{background-image:url(../flags/4x3/fo.svg)}.flag-icon-fo.flag-icon-squared{background-image:url(../flags/1x1/fo.svg)}.flag-icon-fr{background-image:url(../flags/4x3/fr.svg)}.flag-icon-fr.flag-icon-squared{background-image:url(../flags/1x1/fr.svg)}.flag-icon-ga{background-image:url(../flags/4x3/ga.svg)}.flag-icon-ga.flag-icon-squared{background-image:url(../flags/1x1/ga.svg)}.flag-icon-gb{background-image:url(../flags/4x3/gb.svg)}.flag-icon-gb.flag-icon-squared{background-image:url(../flags/1x1/gb.svg)}.flag-icon-gd{background-image:url(../flags/4x3/gd.svg)}.flag-icon-gd.flag-icon-squared{background-image:url(../flags/1x1/gd.svg)}.flag-icon-ge{background-image:url(../flags/4x3/ge.svg)}.flag-icon-ge.flag-icon-squared{background-image:url(../flags/1x1/ge.svg)}.flag-icon-gf{background-image:url(../flags/4x3/gf.svg)}.flag-icon-gf.flag-icon-squared{background-image:url(../flags/1x1/gf.svg)}.flag-icon-gg{background-image:url(../flags/4x3/gg.svg)}.flag-icon-gg.flag-icon-squared{background-image:url(../flags/1x1/gg.svg)}.flag-icon-gh{background-image:url(../flags/4x3/gh.svg)}.flag-icon-gh.flag-icon-squared{background-image:url(../flags/1x1/gh.svg)}.flag-icon-gi{background-image:url(../flags/4x3/gi.svg)}.flag-icon-gi.flag-icon-squared{background-image:url(../flags/1x1/gi.svg)}.flag-icon-gl{background-image:url(../flags/4x3/gl.svg)}.flag-icon-gl.flag-icon-squared{background-image:url(../flags/1x1/gl.svg)}.flag-icon-gm{background-image:url(../flags/4x3/gm.svg)}.flag-icon-gm.flag-icon-squared{background-image:url(../flags/1x1/gm.svg)}.flag-icon-gn{background-image:url(../flags/4x3/gn.svg)}.flag-icon-gn.flag-icon-squared{background-image:url(../flags/1x1/gn.svg)}.flag-icon-gp{background-image:url(../flags/4x3/gp.svg)}.flag-icon-gp.flag-icon-squared{background-image:url(../flags/1x1/gp.svg)}.flag-icon-gq{background-image:url(../flags/4x3/gq.svg)}.flag-icon-gq.flag-icon-squared{background-image:url(../flags/1x1/gq.svg)}.flag-icon-gr{background-image:url(../flags/4x3/gr.svg)}.flag-icon-gr.flag-icon-squared{background-image:url(../flags/1x1/gr.svg)}.flag-icon-gs{background-image:url(../flags/4x3/gs.svg)}.flag-icon-gs.flag-icon-squared{background-image:url(../flags/1x1/gs.svg)}.flag-icon-gt{background-image:url(../flags/4x3/gt.svg)}.flag-icon-gt.flag-icon-squared{background-image:url(../flags/1x1/gt.svg)}.flag-icon-gu{background-image:url(../flags/4x3/gu.svg)}.flag-icon-gu.flag-icon-squared{background-image:url(../flags/1x1/gu.svg)}.flag-icon-gw{background-image:url(../flags/4x3/gw.svg)}.flag-icon-gw.flag-icon-squared{background-image:url(../flags/1x1/gw.svg)}.flag-icon-gy{background-image:url(../flags/4x3/gy.svg)}.flag-icon-gy.flag-icon-squared{background-image:url(../flags/1x1/gy.svg)}.flag-icon-hk{background-image:url(../flags/4x3/hk.svg)}.flag-icon-hk.flag-icon-squared{background-image:url(../flags/1x1/hk.svg)}.flag-icon-hm{background-image:url(../flags/4x3/hm.svg)}.flag-icon-hm.flag-icon-squared{background-image:url(../flags/1x1/hm.svg)}.flag-icon-hn{background-image:url(../flags/4x3/hn.svg)}.flag-icon-hn.flag-icon-squared{background-image:url(../flags/1x1/hn.svg)}.flag-icon-hr{background-image:url(../flags/4x3/hr.svg)}.flag-icon-hr.flag-icon-squared{background-image:url(../flags/1x1/hr.svg)}.flag-icon-ht{background-image:url(../flags/4x3/ht.svg)}.flag-icon-ht.flag-icon-squared{background-image:url(../flags/1x1/ht.svg)}.flag-icon-hu{background-image:url(../flags/4x3/hu.svg)}.flag-icon-hu.flag-icon-squared{background-image:url(../flags/1x1/hu.svg)}.flag-icon-id{background-image:url(../flags/4x3/id.svg)}.flag-icon-id.flag-icon-squared{background-image:url(../flags/1x1/id.svg)}.flag-icon-ie{background-image:url(../flags/4x3/ie.svg)}.flag-icon-ie.flag-icon-squared{background-image:url(../flags/1x1/ie.svg)}.flag-icon-il{background-image:url(../flags/4x3/il.svg)}.flag-icon-il.flag-icon-squared{background-image:url(../flags/1x1/il.svg)}.flag-icon-im{background-image:url(../flags/4x3/im.svg)}.flag-icon-im.flag-icon-squared{background-image:url(../flags/1x1/im.svg)}.flag-icon-in{background-image:url(../flags/4x3/in.svg)}.flag-icon-in.flag-icon-squared{background-image:url(../flags/1x1/in.svg)}.flag-icon-io{background-image:url(../flags/4x3/io.svg)}.flag-icon-io.flag-icon-squared{background-image:url(../flags/1x1/io.svg)}.flag-icon-iq{background-image:url(../flags/4x3/iq.svg)}.flag-icon-iq.flag-icon-squared{background-image:url(../flags/1x1/iq.svg)}.flag-icon-ir{background-image:url(../flags/4x3/ir.svg)}.flag-icon-ir.flag-icon-squared{background-image:url(../flags/1x1/ir.svg)}.flag-icon-is{background-image:url(../flags/4x3/is.svg)}.flag-icon-is.flag-icon-squared{background-image:url(../flags/1x1/is.svg)}.flag-icon-it{background-image:url(../flags/4x3/it.svg)}.flag-icon-it.flag-icon-squared{background-image:url(../flags/1x1/it.svg)}.flag-icon-je{background-image:url(../flags/4x3/je.svg)}.flag-icon-je.flag-icon-squared{background-image:url(../flags/1x1/je.svg)}.flag-icon-jm{background-image:url(../flags/4x3/jm.svg)}.flag-icon-jm.flag-icon-squared{background-image:url(../flags/1x1/jm.svg)}.flag-icon-jo{background-image:url(../flags/4x3/jo.svg)}.flag-icon-jo.flag-icon-squared{background-image:url(../flags/1x1/jo.svg)}.flag-icon-jp{background-image:url(../flags/4x3/jp.svg)}.flag-icon-jp.flag-icon-squared{background-image:url(../flags/1x1/jp.svg)}.flag-icon-ke{background-image:url(../flags/4x3/ke.svg)}.flag-icon-ke.flag-icon-squared{background-image:url(../flags/1x1/ke.svg)}.flag-icon-kg{background-image:url(../flags/4x3/kg.svg)}.flag-icon-kg.flag-icon-squared{background-image:url(../flags/1x1/kg.svg)}.flag-icon-kh{background-image:url(../flags/4x3/kh.svg)}.flag-icon-kh.flag-icon-squared{background-image:url(../flags/1x1/kh.svg)}.flag-icon-ki{background-image:url(../flags/4x3/ki.svg)}.flag-icon-ki.flag-icon-squared{background-image:url(../flags/1x1/ki.svg)}.flag-icon-km{background-image:url(../flags/4x3/km.svg)}.flag-icon-km.flag-icon-squared{background-image:url(../flags/1x1/km.svg)}.flag-icon-kn{background-image:url(../flags/4x3/kn.svg)}.flag-icon-kn.flag-icon-squared{background-image:url(../flags/1x1/kn.svg)}.flag-icon-kp{background-image:url(../flags/4x3/kp.svg)}.flag-icon-kp.flag-icon-squared{background-image:url(../flags/1x1/kp.svg)}.flag-icon-kr{background-image:url(../flags/4x3/kr.svg)}.flag-icon-kr.flag-icon-squared{background-image:url(../flags/1x1/kr.svg)}.flag-icon-kw{background-image:url(../flags/4x3/kw.svg)}.flag-icon-kw.flag-icon-squared{background-image:url(../flags/1x1/kw.svg)}.flag-icon-ky{background-image:url(../flags/4x3/ky.svg)}.flag-icon-ky.flag-icon-squared{background-image:url(../flags/1x1/ky.svg)}.flag-icon-kz{background-image:url(../flags/4x3/kz.svg)}.flag-icon-kz.flag-icon-squared{background-image:url(../flags/1x1/kz.svg)}.flag-icon-la{background-image:url(../flags/4x3/la.svg)}.flag-icon-la.flag-icon-squared{background-image:url(../flags/1x1/la.svg)}.flag-icon-lb{background-image:url(../flags/4x3/lb.svg)}.flag-icon-lb.flag-icon-squared{background-image:url(../flags/1x1/lb.svg)}.flag-icon-lc{background-image:url(../flags/4x3/lc.svg)}.flag-icon-lc.flag-icon-squared{background-image:url(../flags/1x1/lc.svg)}.flag-icon-li{background-image:url(../flags/4x3/li.svg)}.flag-icon-li.flag-icon-squared{background-image:url(../flags/1x1/li.svg)}.flag-icon-lk{background-image:url(../flags/4x3/lk.svg)}.flag-icon-lk.flag-icon-squared{background-image:url(../flags/1x1/lk.svg)}.flag-icon-lr{background-image:url(../flags/4x3/lr.svg)}.flag-icon-lr.flag-icon-squared{background-image:url(../flags/1x1/lr.svg)}.flag-icon-ls{background-image:url(../flags/4x3/ls.svg)}.flag-icon-ls.flag-icon-squared{background-image:url(../flags/1x1/ls.svg)}.flag-icon-lt{background-image:url(../flags/4x3/lt.svg)}.flag-icon-lt.flag-icon-squared{background-image:url(../flags/1x1/lt.svg)}.flag-icon-lu{background-image:url(../flags/4x3/lu.svg)}.flag-icon-lu.flag-icon-squared{background-image:url(../flags/1x1/lu.svg)}.flag-icon-lv{background-image:url(../flags/4x3/lv.svg)}.flag-icon-lv.flag-icon-squared{background-image:url(../flags/1x1/lv.svg)}.flag-icon-ly{background-image:url(../flags/4x3/ly.svg)}.flag-icon-ly.flag-icon-squared{background-image:url(../flags/1x1/ly.svg)}.flag-icon-ma{background-image:url(../flags/4x3/ma.svg)}.flag-icon-ma.flag-icon-squared{background-image:url(../flags/1x1/ma.svg)}.flag-icon-mc{background-image:url(../flags/4x3/mc.svg)}.flag-icon-mc.flag-icon-squared{background-image:url(../flags/1x1/mc.svg)}.flag-icon-md{background-image:url(../flags/4x3/md.svg)}.flag-icon-md.flag-icon-squared{background-image:url(../flags/1x1/md.svg)}.flag-icon-me{background-image:url(../flags/4x3/me.svg)}.flag-icon-me.flag-icon-squared{background-image:url(../flags/1x1/me.svg)}.flag-icon-mf{background-image:url(../flags/4x3/mf.svg)}.flag-icon-mf.flag-icon-squared{background-image:url(../flags/1x1/mf.svg)}.flag-icon-mg{background-image:url(../flags/4x3/mg.svg)}.flag-icon-mg.flag-icon-squared{background-image:url(../flags/1x1/mg.svg)}.flag-icon-mh{background-image:url(../flags/4x3/mh.svg)}.flag-icon-mh.flag-icon-squared{background-image:url(../flags/1x1/mh.svg)}.flag-icon-mk{background-image:url(../flags/4x3/mk.svg)}.flag-icon-mk.flag-icon-squared{background-image:url(../flags/1x1/mk.svg)}.flag-icon-ml{background-image:url(../flags/4x3/ml.svg)}.flag-icon-ml.flag-icon-squared{background-image:url(../flags/1x1/ml.svg)}.flag-icon-mm{background-image:url(../flags/4x3/mm.svg)}.flag-icon-mm.flag-icon-squared{background-image:url(../flags/1x1/mm.svg)}.flag-icon-mn{background-image:url(../flags/4x3/mn.svg)}.flag-icon-mn.flag-icon-squared{background-image:url(../flags/1x1/mn.svg)}.flag-icon-mo{background-image:url(../flags/4x3/mo.svg)}.flag-icon-mo.flag-icon-squared{background-image:url(../flags/1x1/mo.svg)}.flag-icon-mp{background-image:url(../flags/4x3/mp.svg)}.flag-icon-mp.flag-icon-squared{background-image:url(../flags/1x1/mp.svg)}.flag-icon-mq{background-image:url(../flags/4x3/mq.svg)}.flag-icon-mq.flag-icon-squared{background-image:url(../flags/1x1/mq.svg)}.flag-icon-mr{background-image:url(../flags/4x3/mr.svg)}.flag-icon-mr.flag-icon-squared{background-image:url(../flags/1x1/mr.svg)}.flag-icon-ms{background-image:url(../flags/4x3/ms.svg)}.flag-icon-ms.flag-icon-squared{background-image:url(../flags/1x1/ms.svg)}.flag-icon-mt{background-image:url(../flags/4x3/mt.svg)}.flag-icon-mt.flag-icon-squared{background-image:url(../flags/1x1/mt.svg)}.flag-icon-mu{background-image:url(../flags/4x3/mu.svg)}.flag-icon-mu.flag-icon-squared{background-image:url(../flags/1x1/mu.svg)}.flag-icon-mv{background-image:url(../flags/4x3/mv.svg)}.flag-icon-mv.flag-icon-squared{background-image:url(../flags/1x1/mv.svg)}.flag-icon-mw{background-image:url(../flags/4x3/mw.svg)}.flag-icon-mw.flag-icon-squared{background-image:url(../flags/1x1/mw.svg)}.flag-icon-mx{background-image:url(../flags/4x3/mx.svg)}.flag-icon-mx.flag-icon-squared{background-image:url(../flags/1x1/mx.svg)}.flag-icon-my{background-image:url(../flags/4x3/my.svg)}.flag-icon-my.flag-icon-squared{background-image:url(../flags/1x1/my.svg)}.flag-icon-mz{background-image:url(../flags/4x3/mz.svg)}.flag-icon-mz.flag-icon-squared{background-image:url(../flags/1x1/mz.svg)}.flag-icon-na{background-image:url(../flags/4x3/na.svg)}.flag-icon-na.flag-icon-squared{background-image:url(../flags/1x1/na.svg)}.flag-icon-nc{background-image:url(../flags/4x3/nc.svg)}.flag-icon-nc.flag-icon-squared{background-image:url(../flags/1x1/nc.svg)}.flag-icon-ne{background-image:url(../flags/4x3/ne.svg)}.flag-icon-ne.flag-icon-squared{background-image:url(../flags/1x1/ne.svg)}.flag-icon-nf{background-image:url(../flags/4x3/nf.svg)}.flag-icon-nf.flag-icon-squared{background-image:url(../flags/1x1/nf.svg)}.flag-icon-ng{background-image:url(../flags/4x3/ng.svg)}.flag-icon-ng.flag-icon-squared{background-image:url(../flags/1x1/ng.svg)}.flag-icon-ni{background-image:url(../flags/4x3/ni.svg)}.flag-icon-ni.flag-icon-squared{background-image:url(../flags/1x1/ni.svg)}.flag-icon-nl{background-image:url(../flags/4x3/nl.svg)}.flag-icon-nl.flag-icon-squared{background-image:url(../flags/1x1/nl.svg)}.flag-icon-no{background-image:url(../flags/4x3/no.svg)}.flag-icon-no.flag-icon-squared{background-image:url(../flags/1x1/no.svg)}.flag-icon-np{background-image:url(../flags/4x3/np.svg)}.flag-icon-np.flag-icon-squared{background-image:url(../flags/1x1/np.svg)}.flag-icon-nr{background-image:url(../flags/4x3/nr.svg)}.flag-icon-nr.flag-icon-squared{background-image:url(../flags/1x1/nr.svg)}.flag-icon-nu{background-image:url(../flags/4x3/nu.svg)}.flag-icon-nu.flag-icon-squared{background-image:url(../flags/1x1/nu.svg)}.flag-icon-nz{background-image:url(../flags/4x3/nz.svg)}.flag-icon-nz.flag-icon-squared{background-image:url(../flags/1x1/nz.svg)}.flag-icon-om{background-image:url(../flags/4x3/om.svg)}.flag-icon-om.flag-icon-squared{background-image:url(../flags/1x1/om.svg)}.flag-icon-pa{background-image:url(../flags/4x3/pa.svg)}.flag-icon-pa.flag-icon-squared{background-image:url(../flags/1x1/pa.svg)}.flag-icon-pe{background-image:url(../flags/4x3/pe.svg)}.flag-icon-pe.flag-icon-squared{background-image:url(../flags/1x1/pe.svg)}.flag-icon-pf{background-image:url(../flags/4x3/pf.svg)}.flag-icon-pf.flag-icon-squared{background-image:url(../flags/1x1/pf.svg)}.flag-icon-pg{background-image:url(../flags/4x3/pg.svg)}.flag-icon-pg.flag-icon-squared{background-image:url(../flags/1x1/pg.svg)}.flag-icon-ph{background-image:url(../flags/4x3/ph.svg)}.flag-icon-ph.flag-icon-squared{background-image:url(../flags/1x1/ph.svg)}.flag-icon-pk{background-image:url(../flags/4x3/pk.svg)}.flag-icon-pk.flag-icon-squared{background-image:url(../flags/1x1/pk.svg)}.flag-icon-pl{background-image:url(../flags/4x3/pl.svg)}.flag-icon-pl.flag-icon-squared{background-image:url(../flags/1x1/pl.svg)}.flag-icon-pm{background-image:url(../flags/4x3/pm.svg)}.flag-icon-pm.flag-icon-squared{background-image:url(../flags/1x1/pm.svg)}.flag-icon-pn{background-image:url(../flags/4x3/pn.svg)}.flag-icon-pn.flag-icon-squared{background-image:url(../flags/1x1/pn.svg)}.flag-icon-pr{background-image:url(../flags/4x3/pr.svg)}.flag-icon-pr.flag-icon-squared{background-image:url(../flags/1x1/pr.svg)}.flag-icon-ps{background-image:url(../flags/4x3/ps.svg)}.flag-icon-ps.flag-icon-squared{background-image:url(../flags/1x1/ps.svg)}.flag-icon-pt{background-image:url(../flags/4x3/pt.svg)}.flag-icon-pt.flag-icon-squared{background-image:url(../flags/1x1/pt.svg)}.flag-icon-pw{background-image:url(../flags/4x3/pw.svg)}.flag-icon-pw.flag-icon-squared{background-image:url(../flags/1x1/pw.svg)}.flag-icon-py{background-image:url(../flags/4x3/py.svg)}.flag-icon-py.flag-icon-squared{background-image:url(../flags/1x1/py.svg)}.flag-icon-qa{background-image:url(../flags/4x3/qa.svg)}.flag-icon-qa.flag-icon-squared{background-image:url(../flags/1x1/qa.svg)}.flag-icon-re{background-image:url(../flags/4x3/re.svg)}.flag-icon-re.flag-icon-squared{background-image:url(../flags/1x1/re.svg)}.flag-icon-ro{background-image:url(../flags/4x3/ro.svg)}.flag-icon-ro.flag-icon-squared{background-image:url(../flags/1x1/ro.svg)}.flag-icon-rs{background-image:url(../flags/4x3/rs.svg)}.flag-icon-rs.flag-icon-squared{background-image:url(../flags/1x1/rs.svg)}.flag-icon-ru{background-image:url(../flags/4x3/ru.svg)}.flag-icon-ru.flag-icon-squared{background-image:url(../flags/1x1/ru.svg)}.flag-icon-rw{background-image:url(../flags/4x3/rw.svg)}.flag-icon-rw.flag-icon-squared{background-image:url(../flags/1x1/rw.svg)}.flag-icon-sa{background-image:url(../flags/4x3/sa.svg)}.flag-icon-sa.flag-icon-squared{background-image:url(../flags/1x1/sa.svg)}.flag-icon-sb{background-image:url(../flags/4x3/sb.svg)}.flag-icon-sb.flag-icon-squared{background-image:url(../flags/1x1/sb.svg)}.flag-icon-sc{background-image:url(../flags/4x3/sc.svg)}.flag-icon-sc.flag-icon-squared{background-image:url(../flags/1x1/sc.svg)}.flag-icon-sd{background-image:url(../flags/4x3/sd.svg)}.flag-icon-sd.flag-icon-squared{background-image:url(../flags/1x1/sd.svg)}.flag-icon-se{background-image:url(../flags/4x3/se.svg)}.flag-icon-se.flag-icon-squared{background-image:url(../flags/1x1/se.svg)}.flag-icon-sg{background-image:url(../flags/4x3/sg.svg)}.flag-icon-sg.flag-icon-squared{background-image:url(../flags/1x1/sg.svg)}.flag-icon-sh{background-image:url(../flags/4x3/sh.svg)}.flag-icon-sh.flag-icon-squared{background-image:url(../flags/1x1/sh.svg)}.flag-icon-si{background-image:url(../flags/4x3/si.svg)}.flag-icon-si.flag-icon-squared{background-image:url(../flags/1x1/si.svg)}.flag-icon-sj{background-image:url(../flags/4x3/sj.svg)}.flag-icon-sj.flag-icon-squared{background-image:url(../flags/1x1/sj.svg)}.flag-icon-sk{background-image:url(../flags/4x3/sk.svg)}.flag-icon-sk.flag-icon-squared{background-image:url(../flags/1x1/sk.svg)}.flag-icon-sl{background-image:url(../flags/4x3/sl.svg)}.flag-icon-sl.flag-icon-squared{background-image:url(../flags/1x1/sl.svg)}.flag-icon-sm{background-image:url(../flags/4x3/sm.svg)}.flag-icon-sm.flag-icon-squared{background-image:url(../flags/1x1/sm.svg)}.flag-icon-sn{background-image:url(../flags/4x3/sn.svg)}.flag-icon-sn.flag-icon-squared{background-image:url(../flags/1x1/sn.svg)}.flag-icon-so{background-image:url(../flags/4x3/so.svg)}.flag-icon-so.flag-icon-squared{background-image:url(../flags/1x1/so.svg)}.flag-icon-sr{background-image:url(../flags/4x3/sr.svg)}.flag-icon-sr.flag-icon-squared{background-image:url(../flags/1x1/sr.svg)}.flag-icon-ss{background-image:url(../flags/4x3/ss.svg)}.flag-icon-ss.flag-icon-squared{background-image:url(../flags/1x1/ss.svg)}.flag-icon-st{background-image:url(../flags/4x3/st.svg)}.flag-icon-st.flag-icon-squared{background-image:url(../flags/1x1/st.svg)}.flag-icon-sv{background-image:url(../flags/4x3/sv.svg)}.flag-icon-sv.flag-icon-squared{background-image:url(../flags/1x1/sv.svg)}.flag-icon-sx{background-image:url(../flags/4x3/sx.svg)}.flag-icon-sx.flag-icon-squared{background-image:url(../flags/1x1/sx.svg)}.flag-icon-sy{background-image:url(../flags/4x3/sy.svg)}.flag-icon-sy.flag-icon-squared{background-image:url(../flags/1x1/sy.svg)}.flag-icon-sz{background-image:url(../flags/4x3/sz.svg)}.flag-icon-sz.flag-icon-squared{background-image:url(../flags/1x1/sz.svg)}.flag-icon-tc{background-image:url(../flags/4x3/tc.svg)}.flag-icon-tc.flag-icon-squared{background-image:url(../flags/1x1/tc.svg)}.flag-icon-td{background-image:url(../flags/4x3/td.svg)}.flag-icon-td.flag-icon-squared{background-image:url(../flags/1x1/td.svg)}.flag-icon-tf{background-image:url(../flags/4x3/tf.svg)}.flag-icon-tf.flag-icon-squared{background-image:url(../flags/1x1/tf.svg)}.flag-icon-tg{background-image:url(../flags/4x3/tg.svg)}.flag-icon-tg.flag-icon-squared{background-image:url(../flags/1x1/tg.svg)}.flag-icon-th{background-image:url(../flags/4x3/th.svg)}.flag-icon-th.flag-icon-squared{background-image:url(../flags/1x1/th.svg)}.flag-icon-tj{background-image:url(../flags/4x3/tj.svg)}.flag-icon-tj.flag-icon-squared{background-image:url(../flags/1x1/tj.svg)}.flag-icon-tk{background-image:url(../flags/4x3/tk.svg)}.flag-icon-tk.flag-icon-squared{background-image:url(../flags/1x1/tk.svg)}.flag-icon-tl{background-image:url(../flags/4x3/tl.svg)}.flag-icon-tl.flag-icon-squared{background-image:url(../flags/1x1/tl.svg)}.flag-icon-tm{background-image:url(../flags/4x3/tm.svg)}.flag-icon-tm.flag-icon-squared{background-image:url(../flags/1x1/tm.svg)}.flag-icon-tn{background-image:url(../flags/4x3/tn.svg)}.flag-icon-tn.flag-icon-squared{background-image:url(../flags/1x1/tn.svg)}.flag-icon-to{background-image:url(../flags/4x3/to.svg)}.flag-icon-to.flag-icon-squared{background-image:url(../flags/1x1/to.svg)}.flag-icon-tr{background-image:url(../flags/4x3/tr.svg)}.flag-icon-tr.flag-icon-squared{background-image:url(../flags/1x1/tr.svg)}.flag-icon-tt{background-image:url(../flags/4x3/tt.svg)}.flag-icon-tt.flag-icon-squared{background-image:url(../flags/1x1/tt.svg)}.flag-icon-tv{background-image:url(../flags/4x3/tv.svg)}.flag-icon-tv.flag-icon-squared{background-image:url(../flags/1x1/tv.svg)}.flag-icon-tw{background-image:url(../flags/4x3/tw.svg)}.flag-icon-tw.flag-icon-squared{background-image:url(../flags/1x1/tw.svg)}.flag-icon-tz{background-image:url(../flags/4x3/tz.svg)}.flag-icon-tz.flag-icon-squared{background-image:url(../flags/1x1/tz.svg)}.flag-icon-ua{background-image:url(../flags/4x3/ua.svg)}.flag-icon-ua.flag-icon-squared{background-image:url(../flags/1x1/ua.svg)}.flag-icon-ug{background-image:url(../flags/4x3/ug.svg)}.flag-icon-ug.flag-icon-squared{background-image:url(../flags/1x1/ug.svg)}.flag-icon-um{background-image:url(../flags/4x3/um.svg)}.flag-icon-um.flag-icon-squared{background-image:url(../flags/1x1/um.svg)}.flag-icon-us{background-image:url(../flags/4x3/us.svg)}.flag-icon-us.flag-icon-squared{background-image:url(../flags/1x1/us.svg)}.flag-icon-uy{background-image:url(../flags/4x3/uy.svg)}.flag-icon-uy.flag-icon-squared{background-image:url(../flags/1x1/uy.svg)}.flag-icon-uz{background-image:url(../flags/4x3/uz.svg)}.flag-icon-uz.flag-icon-squared{background-image:url(../flags/1x1/uz.svg)}.flag-icon-va{background-image:url(../flags/4x3/va.svg)}.flag-icon-va.flag-icon-squared{background-image:url(../flags/1x1/va.svg)}.flag-icon-vc{background-image:url(../flags/4x3/vc.svg)}.flag-icon-vc.flag-icon-squared{background-image:url(../flags/1x1/vc.svg)}.flag-icon-ve{background-image:url(../flags/4x3/ve.svg)}.flag-icon-ve.flag-icon-squared{background-image:url(../flags/1x1/ve.svg)}.flag-icon-vg{background-image:url(../flags/4x3/vg.svg)}.flag-icon-vg.flag-icon-squared{background-image:url(../flags/1x1/vg.svg)}.flag-icon-vi{background-image:url(../flags/4x3/vi.svg)}.flag-icon-vi.flag-icon-squared{background-image:url(../flags/1x1/vi.svg)}.flag-icon-vn{background-image:url(../flags/4x3/vn.svg)}.flag-icon-vn.flag-icon-squared{background-image:url(../flags/1x1/vn.svg)}.flag-icon-vu{background-image:url(../flags/4x3/vu.svg)}.flag-icon-vu.flag-icon-squared{background-image:url(../flags/1x1/vu.svg)}.flag-icon-wf{background-image:url(../flags/4x3/wf.svg)}.flag-icon-wf.flag-icon-squared{background-image:url(../flags/1x1/wf.svg)}.flag-icon-ws{background-image:url(../flags/4x3/ws.svg)}.flag-icon-ws.flag-icon-squared{background-image:url(../flags/1x1/ws.svg)}.flag-icon-ye{background-image:url(../flags/4x3/ye.svg)}.flag-icon-ye.flag-icon-squared{background-image:url(../flags/1x1/ye.svg)}.flag-icon-yt{background-image:url(../flags/4x3/yt.svg)}.flag-icon-yt.flag-icon-squared{background-image:url(../flags/1x1/yt.svg)}.flag-icon-za{background-image:url(../flags/4x3/za.svg)}.flag-icon-za.flag-icon-squared{background-image:url(../flags/1x1/za.svg)}.flag-icon-zm{background-image:url(../flags/4x3/zm.svg)}.flag-icon-zm.flag-icon-squared{background-image:url(../flags/1x1/zm.svg)}.flag-icon-zw{background-image:url(../flags/4x3/zw.svg)}.flag-icon-zw.flag-icon-squared{background-image:url(../flags/1x1/zw.svg)}.flag-icon-es-ct{background-image:url(../flags/4x3/es-ct.svg)}.flag-icon-es-ct.flag-icon-squared{background-image:url(../flags/1x1/es-ct.svg)}.flag-icon-es-ga{background-image:url(../flags/4x3/es-ga.svg)}.flag-icon-es-ga.flag-icon-squared{background-image:url(../flags/1x1/es-ga.svg)}.flag-icon-eu{background-image:url(../flags/4x3/eu.svg)}.flag-icon-eu.flag-icon-squared{background-image:url(../flags/1x1/eu.svg)}.flag-icon-gb-eng{background-image:url(../flags/4x3/gb-eng.svg)}.flag-icon-gb-eng.flag-icon-squared{background-image:url(../flags/1x1/gb-eng.svg)}.flag-icon-gb-nir{background-image:url(../flags/4x3/gb-nir.svg)}.flag-icon-gb-nir.flag-icon-squared{background-image:url(../flags/1x1/gb-nir.svg)}.flag-icon-gb-sct{background-image:url(../flags/4x3/gb-sct.svg)}.flag-icon-gb-sct.flag-icon-squared{background-image:url(../flags/1x1/gb-sct.svg)}.flag-icon-gb-wls{background-image:url(../flags/4x3/gb-wls.svg)}.flag-icon-gb-wls.flag-icon-squared{background-image:url(../flags/1x1/gb-wls.svg)}.flag-icon-un{background-image:url(../flags/4x3/un.svg)}.flag-icon-un.flag-icon-squared{background-image:url(../flags/1x1/un.svg)}.flag-icon-xk{background-image:url(../flags/4x3/xk.svg)}.flag-icon-xk.flag-icon-squared{background-image:url(../flags/1x1/xk.svg)}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type=checkbox]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;background-color: #fff;border: 1px solid #aaa !important;}
.toggle.btn{min-width:59px;min-height:34px;border: 1px solid #5cb85c;}
.toggle.btn.off {border: 1px solid #d9534f;}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}
.copy-url {cursor: pointer; transition: all 0.3s ease;}
.copy-url:hover { color: rgba(0,0,0,0.6);}

@media screen and (min-width: 768px) {
    .cq-custom_slider-wrapper > .auction-filter {
        position: absolute;
        width: calc(100% - 20px);
        left: 50%;
        top: 50%;
        transform: translate(-50%);
        z-index: 9;
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    .cq-custom_slider-wrapper > .auction-filter {
        position: relative;
        width: 100%;
        margin: 0;
    }
}
.auction-slide.cq_content, .cq-custom_slider.auction-slider {
    height: 50vh;
    max-height: 800px;
}

.cq_content .auction-slide-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.cq_content .auction-slide-img img {
    transition: all 2s ease;
    transform: scale(1.2);
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}
@keyframes zoom {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.15);
    }
}

.cq_content .auction-slide-img img {
    animation: zoom 10s ease-in-out infinite alternate;
    -webkit-animation: zoom 10s ease-in-out infinite alternate;
}
.cq-auction-slide-content {
    position: absolute !important;
    top: 50%;
    transform: translate(-50%);
    z-index: 9999;
    left: 50%;
    width: 100%;
}
.has-filter .cq-auction-slide-content {
    top: 25%;
}
.cq-auction-slide-content h1 {
    font-weight: bold;
}
.cq-auction-slide-content h1, .cq-auction-slide-content p {
    display: block;
    text-align: center;
    color: white;
}
.auction-slide-link {
    color: white;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.75rem;
    z-index: 1;
}
.auction-slide-caption {
    color: white;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size: 0.75rem;
    z-index: 1;
}
/* Notices */
.notice-wrapper {
    margin-bottom: 1rem;
    display: block;
}
.notice-wrapper #user-notices {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 1rem;
    display: block;
}
.notice-wrapper #user-notices .notice {
    padding: 0.5rem 1rem;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    display: block;
}
.notice-wrapper #user-notices .notice.success {
    border-left: 5px solid #5cb85c;
    color: #5cb85c;
}
.notice-wrapper #user-notices .notice.error {
    border-left: 5px solid #c9302c;
    color: #5c9302c;
}
.notice-wrapper #user-notices .notice.warning {
    border-left: 5px solid #ffcc00;
    color: #ffcc00;
}
/* BOF Newsletter popup */
#newsletter_signup.newsletter-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
}
#newsletter_signup.newsletter-wrapper #newsletter-block {
    position: fixed;
    display: block;
    background-color: #ffffff;
    padding: 30px 15px;
    box-shadow: 0 -2px 13px 0px rgb(0 0 0 / 30%);
    width: 450px;
    border-radius: 10px;
    max-width: calc(100% - 30px);
}
@media screen and (min-width: 768px) {
    #newsletter_signup.newsletter-wrapper #newsletter-block {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 767px) {
    #newsletter_signup.newsletter-wrapper #newsletter-block {
        bottom: 15px;
        left: 15px;
    }
}
#newsletter_signup.newsletter-wrapper #newsletter-block .navbar-brand {
    margin: 0;
}
#newsletter_signup.newsletter-wrapper #newsletter_close {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
#newsletter_signup.newsletter-wrapper .newsletter-content {
    padding: 1rem 0;
}
#newsletter_signup.newsletter-wrapper .newsletter-content h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: #946ca5;
}
.newsletter-form.action-wrap {
    max-width: 600px;
    position: relative;
    padding: 0;
}
.newsletter-form.action-wrap input {
    border: 2px solid #946ca5;
    border-radius: 50px;
    padding-left: 1rem;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
}
.newsletter-form.action-wrap button {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 50px 50px 0;
}
.newsletter-response {
    padding: 1rem 0;
    font-style: italic;
    display: none;
}
.newsletter-response.success {
    color: green;
}
.newsletter-response.error {
    color: red;
}
/* Bof Newsletter block */
.newsletter-block {
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
}

.newsletter-block .newsletter-content {
  text-align: center;
}
.newsletter-block .newsletter-content h3 {
  font-weight: bold;
  color: #946ca5;
}
.newsletter-block .newsletter-form.action-wrap {
  text-align: center;
  width: 100%;
  margin: auto;
}

/* tabs */
.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
/*  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
}
.tab-wrap input {
    display: none;
}
.tab-wrap:hover {
/*  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);*/
}

input.tab {
  display: none !important;
}
.tab ~ label::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    left: 0;
    bottom: 0;
    background-color: #946ca5;
    transition: all 0.7s ease-in-out;
}
.tab:checked + label::after {
    width: 100%;
}
.tab:checked + label {
    color: #000;
}
.tab-mobile:checked + label, .mob-active {
    color: #000 !important;
} 
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  transform: translateY(0px);
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  transform: translateY(0px);
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  transform: translateY(0px);
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  transform: translateY(0px);
}
.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  transform: translateY(0px);
}
.tab:checked:nth-of-type(7) ~ .tab__content:nth-of-type(7) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 10;
  transform: translateY(0px);
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}
.tab + label {
  position: relative;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #595959;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  transition: 0.3s all ease;
  font-size: 0.875rem;
  height: auto;
  box-sizing: border-box;
  padding: 20px 0;
  width: auto;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
    .tab + label {
        font-size: initial;
    }
}
.tab-mobile + label {
    display: block;
    width: calc(100% + 30px);
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
.tab-mobile + label.mob-active {
  border-left: 8px solid #946ca5;
  background-color: #f4f2ef;
}
.tab + label > span.fa {
    margin-right: 0.5rem;
}
span.tab-divider {
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}
.tab__content {
  padding: 2.5rem 0;
  margin-bottom: 50px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;
}
ul.features-options {
    margin-bottom: 3rem;
}
ul.features-options > li > i {
    color: mediumseagreen;
}
ul.departure-dates {
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    list-style-type: none;
}
ul.departures-group-location, ul.hotels-list, ul.ports-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 2rem;
}
ul.departures-group-location li, ul.hotels-list li, ul.ports-list li {
    position: relative;
    padding: 1rem;
    display: block;
    margin-bottom: 0.5rem;
    border-left: 5px solid #8e6fa1;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.keywords-section {
  margin-top: 50px;
  display: block;
}
ul.keywords {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    width: 100%;
    grid-gap: 15px;
    grid-template-columns: repeat( auto-fill, minmax(150px, 1fr) );
    grid-template-rows: repeat(1, 1fr);
}
ul.keywords li {
    display: inline-block;
}
ul.keywords li a {
    display: block;
    padding: 0.5rem 1rem;
    line-height: 1;
    border: 2px solid #8e6fa1;
    border-radius: 50px;
    color: #8e6fa1;
    text-align: center;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}
ul.keywords li a:hover, ul.keywords li a:active, ul.keywords li a:focus {
      text-decoration: none;
    background-color: #f4f2ef;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
}
ul.ports-list li > strong {
    padding-right: 1rem;
    border-right: 2px solid #89719e;
    margin-right: 1rem;
}
ul.hotels-list li > span.hotels-name, ul.ports-list li > span.ports-name {
    margin-right: 0.5rem;
    max-width: calc(100% - 40px);
    display: inline-block;
}
ul.ports-list li #lightgallery {
    display: block;
}
ul.ports-list li #lightgallery .gal-img img {
    width: 100%;
    height: auto;
    max-height: none;
}
.hotels-star-rating {
  display: inline-block;
}
.hotels-star-rating span {
    color: goldenrod;
}
.show-hotel-details {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.hotel-info {
    padding-top: 2rem;
    display: none;
}
.hotels-description {
  padding-bottom: 2rem;
}
.slider-calendar .slick-slide {
    margin: 0 0.5rem;
}
.calendar-wrapper .year-wrap h4 {
    display: block;
    text-align: center;
}
.calendar-wrapper ul.month-wrap {
    display: grid;
    margin: 0;
    padding: 0;
    list-style-type: none;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px
        
}
@media screen and (min-width: 991px) {
    .calendar-wrapper ul.month-wrap {
        grid-template-columns: repeat(4, 1fr);
    }
}
.calendar-wrapper ul.month-wrap li.month {
  height: 90px;
  padding: 0.75rem;
  border-radius: 5px;
}
.calendar-wrapper ul.month-wrap li.month.no-price {
    background-color: #ddd7d0;
    color: white;
    border: 1px solid #ddd7d0;
    opacity: 0.65;
}
.calendar-wrapper ul.month-wrap li.month.has-price {
    background-color: #8e6fa1;
    color: white;
    border: 1px solid #8e6fa1;
}
.calendar-wrapper ul.month-wrap li.month .month-name {
    color: #ffffff;
    font-size: 1.2rem;
    display: block;
    width: 100%;
}
@media screen and (min-width: 440px) {
    .calendar-wrapper ul.month-wrap li.month .month-name {
        padding-bottom: 1rem;
    }
}
.calendar-wrapper ul.month-wrap li.month .month-price {
    color: #ffffff;
    font-size: 0.875rem;
    display: block;
    width: 100%;
}
.cruise-info .cruise-line-logo {
    margin-bottom: 30px;
}
.cruise-info .cruise-line-logo img {
    width: auto;
    height: auto;
    max-width: 150px;
}
.cruise-info .cruise-line-desc {
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}
.cruise-info .cruise-ship-desc .cruise-ship-img img {
    display: block;
    margin-bottom: 30px;
    border-radius: 5px;
}
/* BOF Trip Promo Block */
.promo-block {
  background-image: url('https://traveldev.qinternet.uk/resources/uploads/2022/05/Indian-Ocean-600x400.jpg');
  min-height: 450px;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 10px;
  box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.15);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.promo-block:hover {
  box-shadow: 5px 5px 12px 0px rgba(0,0,0,0.35);
}
.promo-block::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0,0,0);
  background: linear-gradient(30deg, rgba(0,0,0,0.6866947462578781) 0%, rgba(0,0,0,0) 60%);
  content: "";
}
.promo-block-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 1;
}
.promo-block-content h3 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}
/* EOF Trip Promo Block */

/* BOF Trip Large CTS */
@media screen and (min-width: 768px) {
    #trip-cta .trip-cta-wrap {
        display: flex;
        align-items: center;
        border-radius: 10px;
    }
    #trip-cta .trip-cta-wrap .trip-cta-content {
        width: 60%;
    }
    #trip-cta .trip-cta-wrap .trip-cta-content a {
        display: block;
    }
    #trip-cta .trip-cta-wrap .trip-cta-action {
        width: 40%;
        text-align: right;
    }
    #trip-cta .trip-cta-wrap .trip-cta-action a {
        max-width: 175px;
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    #trip-cta .trip-cta-wrap {
        display: block;
        border-radius: 10px;
    }
    #trip-cta .trip-cta-wrap .trip-cta-content {
        width: 100%;
    }
    #trip-cta .trip-cta-wrap .trip-cta-content a img{
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    #trip-cta .trip-cta-wrap .trip-cta-action {
        width: 100%;
    }
}
#trip-cta .trip-cta-wrap {
    padding: 1.5rem 1rem;
    border: 3px solid #946ca5;
    box-shadow: 2px 2px 9px 0px rgba(0,0,0,0.15);
    background-color: #f1f5f9;
    position: relative;
    overflow: hidden;
}
#trip-cta .trip-cta-wrap::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-color: rgba(221, 215, 208, 1);
    border: 40px solid rgba(244, 242, 239, 1);
    border-radius: 9999px;
    transform: translate(30%, 50%);
    width: 500px;
    height: 500px;
    pointer-events: none;
}
#trip-cta .trip-cta-wrap .trip-cta-content a img {
    display: block;
    max-width: 250px;
    max-height: 50px;
    position: relative;
    z-index: 1;
}
#trip-cta .trip-cta-wrap .trip-cta-action a {
    position: relative;
    z-index: 1;
}
/* EOF Trip Large CTA */

/* !HTML5 Month polyfill | Jonathan Stipe | https://github.com/jonstipe/month-polyfill */
.imp--viewers {
    position: relative;
    width: 100%;
    z-index: 2;
}
.imp--month--viewer, .imp--year--viewer {
    position: absolute;
    top: 5px;
    left: 0;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fefefe;
    padding: 5px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

button.imp--button, .imp--viewer--controls button {
    width: calc(25% - 10px);
    height: 36px;
    background-color: transparent !important;
    border: 1px solid #eee !important;
    border-radius: 3px !important;
    font-size: 0.75rem;  
    padding: 0;
    margin: 5px;
    color: #000;
}

.imp--button:hover, .imp--viewer--controls button:hover {
    background-color: #eceeef !important;
    cursor: pointer;
}

.imp--viewer--controls {
    display: flex;
    justify-content: space-between;
}

.imp--viewer--controls button {
    cursor: pointer;
    border: 0;
    background-color: transparent;
    padding: 10px;
}

.imp--viewer--controls button:hover {
    font-weight: bold;
}
#content.referrals-wrap {
    width: 100vw;
    height: 100vh;
    position: relative;
    background: rgba(240, 245, 250, 1);
    overflow: hidden;
}
#content.referrals-wrap > svg {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    left: 0;
    min-width: 100%;
    width: 1440px;
    z-index: 0;
}
#content.referrals-wrap .referral-text {
    position: relative;
    padding: 1rem;
    margin: 10vw auto;
    max-width: 100%;
    color: #4f4892;
    text-align: center;
    z-index: 9;
}
#content.referrals-wrap .referral-logo {
    margin: 0 auto;
    width: 600px;
    height: auto;
    max-width: 80vw;
}
#content.referrals-wrap .referral-text > .referral-logo >.navbar-brand > img {
    width: 100%;
    height: auto;
    max-height: unset !important;
}
#content.referrals-wrap .jet {
    position: absolute;
    width: 200px;
    height: auto;
    right: 100%;
    top: 50%;
    transform: translateZ(0,0,0);
    animation: jetFly 3s infinite;
    z-index: 1;
}
@media screen and (min-width: 1024px) {
    #content.referrals-wrap .jet {
        width: 350px;
        height: auto;
    }
}
@keyframes jetFly {
  0%   {right: 100%;}
  50%  {transform-origin: bottom left; transition-timing-function: ease-out; transform: translateX(30vw);}
  100%  {transform-origin: bottom left; transition-timing-function: ease-in; transform: translateX(130vw) translateY(-200px);}
}
/* BOF Featured ribbon */
.featured-ribbon {
  position: absolute;
  z-index: 10;
  padding: 0px 1rem;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  background: rgb(78,74,141);
  background: linear-gradient(135deg, rgb(78, 74, 141) 25%, rgb(142, 111, 161) 25%);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  zoom: 1;
  top: 15px;
  right: -10px;
  left: auto;
  width: auto;
  max-width: 50%;
  height: 32px;
  border-radius: 3px 0 0 3px;
}
.featured-ribbon:after {
  content: "";
  position: absolute;
  z-index: -20;
  top: 100%;
  left: auto;
  border-color: transparent #5a4d71;
  border-style: solid;
  border-width: 0 0 10px 10px;
  right: 0;
}
/* BOF Report Widgets */
.dashboard-widgets {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1rem;
}
@media screen and (max-width: 992px) {
    .dashboard-widgets {
        grid-template-columns: repeat(6, 1fr);
    }
    .cq-widget.overview, .cq-widget.col_12 {
        grid-column:  span 6;
    }
}
@media screen and (max-width: 480px) {
    .dashboard-widgets {
        grid-template-columns: repeat(3, 1fr);
    }
    .cq-widget.overview, .cq-widget.most_viewed, .cq-widget.col_12 {
        grid-column:  span 3;
    }
}
.dashboard-widgets .cq-widget {
    position: relative;
    padding: 1rem;
    background-color: #f4f2ef;
    border-radius: 5px;
    overflow: hidden;
}
.dashboard-widgets .cq-widget h3 {
    font-size: 1.2rem;
    font-weight: bold;
}
.dashboard-widgets .cq-widget .listed-wrap h2 {
    color: #8e6fa1;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 0;
}
.dashboard-widgets .cq-widget .listed-wrap .views-list {
    padding-left: 1rem;
    margin: 0;
}
.dashboard-widgets .cq-widget .listed-wrap .views-list .view-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0 0.5rem;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.dashboard-widgets .cq-widget .listed-wrap .views-list .view-wrap .view-item {
    width: 50%;
}
.dashboard-widgets .cq-widget .listed-wrap .views-list .view-wrap .view-item a {
    position: relative;
    text-decoration: underline;
}
.dashboard-widgets .cq-widget .listed-wrap .views-list .view-wrap .view-item a:hover {
    color: #8e6fa1;
}
.dashboard-widgets .cq-widget .listed-wrap .views-list .view-wrap  .view-number {
  font-size: 1.2rem;
  font-weight: bold;
  color: #8e6fa1;
}

.dashboard-widgets .cq-widget .listed-wrap .views-list .view-wrap .total-item-cost {
    margin-right: 2rem;
    font-size: 1rem;
    font-weight: bold;
    color: #8e6fa1;
}
/* EOF Report Widgets */

div.nsl-container.nsl-container-block .nsl-container-buttons {
  width: 100%;
}

.trumbowyg-editor a {
    font-weight: bold;
    color: #8e6f81;
    text-decoration: underline;
}
.trumbowyg-modal-box .trumbowyg-modal-button {
  line-height: 1rem !important;
  font-size: 0.875rem !important;
  border-radius: .25rem;
}

.trumbowyg-modal-box {
  border-radius: 0.5rem;
  overflow: hidden;
}

.trumbowyg-modal-box form {
  padding: 1rem;
}

.trumbowyg-box-blur > div:nth-child(2) {
  height: 360px;
}