/*
.top_bar {
    height: 33px;
    background-color: rgba(0, 0, 0, 0.10);
    transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
}

.after-header {
    height: 103px;
}

body.fixed #header {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05);
}

body.fixed .top_bar {
    margin-top: -33px;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    position: relative;
    right: 0;
    overflow-x: hidden;
    -webkit-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    line-height: 1;
}*/

.cart-is-active body {
    /* right: 450px; */
}

/*.top_bar .slogan {
    line-height: 1;
    color: inherit;
    font-size: 0.8em;
    padding: 10px 0;
}

.short-links {
    text-align: right;
}

.short-links > ul > li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

.short-links > ul > li:last-child {
    margin-right: 0;
}

.short-links > ul > li > a {
    color: inherit;
    display: block;
    font-size: 0.8em;
    padding: 8px 0;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.short-links > ul > li > a span {
    font-size: inherit;
}

.short-links > ul > li > a .icn-language {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.short-links > ul > li > a .icn-currency {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
    padding-right: 0 3px;
    margin: 0 2px;
}

.short-links h4 {
    padding: 10px;
}

.main-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo {
    float: left;
    margin: 10px 0;
    margin-right: 15px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo img,
.logo svg {
    display: inline-block;
    fill: #fff;
    height: auto;
    line-height: 50px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
}

.main-search {
    height: 70px;
    float: left;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
}

.toggle--search {
    padding: 26px 15px;
    border: none;
    display: block;
    color: inherit;
}

.toggle--search .icn {
    background: url(images/retina/magni.svg) no-repeat center;
    vertical-align: top;
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.toggle--search .icn-txt {
    vertical-align: top;
    font-size: 0.8em;
    font-weight: 400;
}*/

/* search ` ---- */
/*.form--search-popup {
    height: 70px;
    position: fixed;
    left: 0;
    top: 33px;
    bottom: 0;
    right: 0;
    background: linear-gradient(338deg, rgba(235, 54, 129, 1) 0%, rgba(255, 58, 89, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a59', endColorstr='#eb3681', GradientType=0);
    z-index: 100;*/
/*opacity: 0;
	visibility: hidden;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);*/
/* -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    background: var(--first-color);
    display: none;
}

.fixed .form--search-popup {
    top: 0;
}

.is--form-visible {*/
/*	position: fixed;*/
/* left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.is--form-visible .form--search-popup {
    display: block;*/
/*
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);*/
/*}

.form--search-popup .select__cover {
    float: left;
    position: relative;
}

.form--search-popup .field__cover {
    display: block;
    overflow: hidden;
    width: calc(100% - 140px);
}

.form--search-popup .select__value {
    color: var(--header-txt-color);
    display: inline-block;
    height: 70px;
    line-height: 70px;
    min-width: 80px;
    padding: 0 35px 0 15px;
    position: relative;
    vertical-align: top;
    border-right: solid 1px rgba(255, 255, 255, 0.22);
}

.form--search-popup .select__value::after {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #fff;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 50%;
}

.form--search-popup .form__cover {
    position: absolute;
    left: 20%;
    right: 20%;
    left: 0;
    right: 0;
    max-width: 1430px;
    top: 50%;
    margin: 0 auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    width: calc(100% - 75px);
    padding: 0;
    background: none;
}

.form--search-popup .form__cover form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form--search-popup .form__cover input[type="text"],
.form--search-popup .form__cover select {
    border: none;
    border-radius: 0px;
    height: 70px;
    padding: 10px;
    font-size: 1em;
    background: none;
    color: var(--header-txt-color);
    border: none;
}

.form--search-popup .form__cover input[type="text"]:focus,
.form--search-popup .form__cover select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--search-popup .form__cover input[type="text"]::-webkit-input-placeholder {
    color: var(--header-txt-color);
}

.form--search-popup .form__cover input[type="text"] {}

.form--search-popup .form__cover select {
    border: none;
    color: #000000;
    height: 70px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.form--search-popup .form__cover select option {
    background: var(--first-color);
    padding: 5px;
    color: var(--header-txt-color);
}

.form--search-popup .form__cover input[type="text"]:focus,
.form--search-popup .form__cover input[type="submit"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--search-popup .form__cover input[type="submit"] {
    width: 60px;
    height: 70px;
    position: absolute;
    right: 8px;
    top: 0;
    background-image: url(images/retina/magni.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 25px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.form--search-popup .form__cover input[type="submit"].is--active {
    background-image: url(images/retina/right-arrow-white.svg);
}

.form--search-popup .form__cover input[type="submit"]:hover {}

.form--search-popup .search-dropdown-menu {}

.form--search-popup .search-dropdown-menu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;*/
/*border-radius: 2px;
	margin: 10px;
	background: #ccc;
	background: -webkit-gradient(linear, left top, right bottom, from(white), to(hsla(0, 0%, 100%, .8)));
	background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, .8));
	border: 1px solid rgba(0, 0, 0, .3);
	-webkit-box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
	box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
	text-shadow: none;*/
/*
}

.form--search-popup .autocomplete[hidden],
.form--search-popup .autocomplete:empty {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.form--search-popup .autocomplete:before {
    content: "";
    position: absolute;
    top: -.43em;
    left: 1em;
    width: 0;
    height: 0;
    padding: .4em;
    background: white;
    border: inherit;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form--search-popup .autocomplete li {
    position: relative;
    padding: .2em .5em;
    cursor: pointer;
}

.form--search-popup .form__cover .dropdown-menu {
    left: 0;
    right: 0;
}

.form--search-popup .link__close {
    display: block;
    right: 10px;
}*/

/*
.link__close {
	height: 40px;
	width: 40px;
	line-height: 18px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	transform: rotate(45deg);
	z-index: 10;
}
.link__close::before {
	background: #fff;
	content: "";
	height: 32px;
	left: 50%;
	margin: 0 0 0 -1px;
	position: absolute;
	top: 4px;
	width: 2px;
}
.link__close::after {
	background: #fff;
	content: "";
	height: 2px;
	left: 4px;
	margin: -1px 0 0;
	position: absolute;
	top: 50%;
	width: 32px;
}
.link__close.white::before, .link__close.white::after {
	background: #ffffff;
}
Already Commented
*/
/*.link__close {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

.link__close:hover {
    opacity: 1;
}

.link__close:before,
.link__close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}

.link__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/

/*.tbl-heading {
    font-weight: 400;
    font-size: 1.8em;
    padding: 15px 20px;
}*/

/*
.gray-txt {
    color: var(--txt-color-light);
}*/


.dropsection {
    position: fixed;
    width: 450px;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    color: #252a2b;
    z-index: 8888;
    overflow: hidden;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.cart-is-active .dropsection, .is-active.dropsection {
    /*-webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);*/
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.common_overlay {
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background-color: rgba(240, 240, 240, 0.8);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.cart-is-active .common_overlay,
.filter__show .common_overlay,
.toggled-user .common_overlay,
.my-account-active .common_overlay,
.is--form-visible .common_overlay {
    opacity: 1;
    visibility: visible;
}

.cart-detail {
    min-width: 450px;
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cartdetail__body {
    overflow: hidden;
    /* max-height: 230px;*/
    overflow-y: auto;
    background: #fff;
}

.short-detail {}

.cart-summary {
    width: 100%;
    /*table-layout: fixed;*/
}

.cart-summary tr {
    border-bottom: solid 1px var(--border-color);
}

.cart-summary th {
    background: #ededed;
    color: #000;
    font-weight: 300;
}

.cart-summary th,
.cart-summary td {
    vertical-align: top;
    padding: 10px;
}

.cart-summary .product-img {
    max-width: 50px;
}

.cart-summary .product-img img {
    max-width: 100%;
    min-width: 40px;
}
.cart-summary.item-yk .item-yk-head-shop {
    font-size: 0.75em;
    opacity: 0.6;
}
.cart-summary.item-yk .item-yk-head-title {
    font-size: 1em;
    white-space: normal;
}

.cart-summary .cart-remove {
    background: url(/images/retina/delete.svg) no-repeat center;
    background-size: 20px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0.5;
}

.cart-summary.item-yk .item-yk-head-specification {
    font-size: 0.8em;
}

.cart-summary.item-yk .item-yk-head-price {
    font-size: 0.85em;
    /* font-weight: bold; */
    margin-top: 5px;
}
/* .cart-summary.item-yk .item-yk-head-price span{
    display: inline-block;
    vertical-align: baseline;
} */
.cart-summary.item-yk .item-yk-head {
    height: auto;
}

.cartdetail__footer {
    /* padding: 10px 20px; */
    color: var(--txt-color);
}

.cartdetail__footer table {
    width: 100%;
}

.cartdetail__footer td {
    padding-bottom: 10px;
    font-size: 0.9em;
}

.cartdetail__footer td.hightlighted {
    font-weight: 600;
    font-size: 1em;
    padding-bottom: 20px;
}

.cart--full {
    width: 100%;
    margin: 0;
}

.cart--full .product-img {
    max-width: 150px;
}

.cart--full tr {
    border-bottom: solid 1px var(--border-color);
}

.cart--full tr.cancelled--js,
.cart--full td.cancelled--js {
    opacity: 0.3;
    pointer-events: none;
}

.cart--full th {
    background: #ededed;
    color: #000;
    font-weight: 300;
}

.cart--full th,
.cart--full td {
    vertical-align: top;
    padding: 20px 15px;
}

.cart--full tr td:first-child,
.cart--full tr th:first-child {
    padding-left: 15px;
}

.cart--full .product-img img {
    max-width: 100%;
    min-width: 40px;
}

.cart--full .item-yk-head {
    height: auto;
}

.cart-tbl-addons th,
.cart-tbl-addons td {
    padding: 10px;
    vertical-align: middle;
}

.cart-tbl-addons.item-yk .item-yk-head-title {
    white-space: normal;
}

.login-account {
    margin: 0;
    margin-left: 30px;
    float: right;
    position: relative;
}

.login-account > a {
    display: inline-block;
    color: inherit;
    margin: 25px 0;
}

.login-account .icn-txt {
    color: inherit;
    font-size: 0.8em;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 5px;
}

.login-account .icn {
    background: url(images/retina/account.svg) no-repeat center;
    vertical-align: top;
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.dropdown__target {
    /*min-width: 170px;*/
    width: 100%;
    z-index: 10;
    right: 0;
    top: 150%;
    background: #fff;
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.dropdown.is-active .dropdown__target {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
    z-index: 200;
    top: 100%;
}

.dropdown__target-head {
    padding: 15px;
    background: var(--first-color);
}

.dropdown__target-head p {
    margin: 6px 0 0;
    color: #fff;
    font-size: 0.9em;
}

.dropdown__target-head p a {
    color: #fff;
    text-decoration: underline;
}

.dropdown__target-head .link {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin: 5px 0;
    padding: 2px 20px 4px;
}

.dropdown__target .iconavtar {
    border: 2px solid #fff;
    display: block;
    position: relative;
    margin: 0 auto 5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    padding: 2px;
}

.dropdown__target .iconavtar .icon,
.dropdown__target .iconavtar img {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: var(--first-color);
    font-size: 2.5em;
    line-height: 1;
}

.list--vertical {
    margin: 0;
}

.list--vertical li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding: 6px 10px;
}

.list--vertical li span {
    color: var(--txt-color);
}

.list--vertical li:last-child {
    border-bottom: none;
}

.list--vertical .remove_buyTogether {
    margin-right: 10px;
    cursor: pointer;
}

.list--vertical .remove_buyTogether:hover {
    color: var(--first-color)
}

.list--vertical li.is-active a {
    /*background: rgba(0, 0, 0, 0.05);*/
    /*color: #555555;*/
    color: var(--first-color);
    font-weight: 700;
}

.list--vertical a {
    color: var(--txt-color);
    display: block;
    overflow: hidden;
    position: relative;
    text-align: left;
    font-size: 0.9em;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list--vertical a:active {
    background: rgba(0, 0, 0, 0.05);
    color: #555555;
}

.list--vertical img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.list--vertical li .parents--link {
    position: relative;
}

.list--vertical li .parents--link:after {
    position: absolute;
    content: "+";
    font-weight: 600;
    font-size: 1.25em;
    color: #888;
    right: 10px;
    top: -4px;
    line-height: 1;
}

.list--vertical li.has-child.is--active .parents--link:after {
    content: "-";
}

.list--vertical li .parents--link {
    display: block;
    cursor: pointer;
}

.list--vertical .childs {
    display: none;
}

.list--vertical .childs.opened {
    display: block;
}

.list--vertical .childs li {
    font-size: 0.95em;
    margin: 4px 0;
    padding-left: 0;
}

.listing--icons li {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.listing--icons li .fa {
    float: left;
    font-size: 2.5em;
    opacity: 0.60;
    margin: 0 20px 0 0;
    width: 40px;
}

.listing--icons li p {
    line-height: 1.3;
    opacity: 0.8;
    font-size: 1em;
}

.listing--icons li p strong {
    display: block;
    opacity: 1;
    font-weight: 500;
}

.yk-slides .item {
    /*height: 360px;*/
    position: relative;
    text-align: center;
}

.yk-slides .item {
    background-repeat: no-repeat;
    background-position: center top;
}

.yk-slides img {
    margin: 0 auto;
    display: inline-block;
}

.yk-slides .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    text-indent: -999999px;
    z-index: 1;
}

.yk-slides .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 1);
}

.yk-slides .slick-prev,
.yk-slides .slick-next {}

.yk-slides .slick-prev:after,
.yk-slides .slick-next:after {
    content: "";
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -5px;
}

.yk-slides .slick-prev:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: -3px;
}

.yk-slides .slick-prev {
    left: 50%;
    margin-left: -630px;
}

.yk-slides .slick-next {
    right: 50%;
    margin-right: -630px;
}

/* section */
.section--pagebar {
    border-bottom: 1px solid #dce1e5;
    background: #fff;
    margin: 0 0 0;
    padding: 20px 0 !important;
}

.section--pagebar .cell__left {}

.section--pagebar .cell__left .avtar {
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 0;
    margin: 0 5px;
}

.section--pagebar .cell__left .avtar img {
    border-radius: 0;
}

.section--pagebar .cell__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section--pagebar .cell__right h5 {
    padding-bottom: 5px;
}

.section--pagebar .cell__right p {
    opacity: 0.9;
    font-size: 1em;
}

.section--pagebar .item-yk_rating {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.section--sorting {
    padding-bottom: 10px;
}

.section--info .section__body {
    padding: 0;
}

.section--info .section__body .box {}

.section--info .section__body .link--normal {
    text-decoration: underline;
    font-weight: normal;
}

.section__head {
    position: relative;
}

.section__body {
    padding: 20px 0 0;
}

.section__head .btn--positioned {
    position: absolute;
    top: 0;
    right: 0;
}

.section__head h2,
.section__head p {
    margin: 0;
}

.section--bg {
    background-repeat: no-repeat;
    background-position: center top;
    padding: 80px 0;
    color: #fff;
    margin-bottom: 40px;
}

.section--bg h2,
.section--bg p {
    color: inherit;
}

.section--bg-even {
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    padding: 60px 0 80px;
    margin: 40px 0;
}

.section--bg-even h2 {
    color: inherit;
    padding-bottom: 20px;
}

.section-head .section_heading {
    font-size: 2em;
    color: var(--txt-color);
    font-weight: 500;
    display: inline-block;
}

.section-head .section_action {
    float: right;
}

.cta {
    border-top: solid 1px var(--border-color);
    padding: 20px 10px;
    display: block;
    text-align: center;
}

.padd40 {
    padding: 20px 0;
}

.cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cell__left {
    vertical-align: top;
}

.cell__right {
    padding: 0 0;
    vertical-align: middle;
}

.avtar--rounded {
    border-radius: 100% !important;
}

.avtar {
    height: 60px;
    position: relative;
    width: 60px;
}

.avtar--rounded img {
    border-radius: 50% !important;
}

/*shops*/
.shops .item-yk {
    /*	border-right: solid 1px var(--border-color);*/
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
    padding: 15px;
    border-radius: 3px;
}

/*card*/
.item-yk {
    position: relative;
    -webkit-animation: slideRight 600ms ease both;
    animation: slideRight 600ms ease both;
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        left: 30px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.shops .item-yk:nth-child(4) {
    border-right: none;
}

.item-yk-head {
    height: 80px;
}

.item-yk-head-lable {
    display: inline;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: var(--second-color);
    border-radius: 0;
    font-weight: normal;
    border-color: #fee188;
    color: #fff;
    padding: 3px 8px 4px;
    position: absolute;
    right: 15px;
    font-size: 0.8em;
    text-align: right;
    border-radius: 2px;
}

.item-yk-head-lable:before {
    border-color: rgba(0, 0, 0, 0) var(--first-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    content: normal;
    display: inline-block;
    left: -14px;
    position: absolute;
    top: 0;
    border-width: 10px 7px;
}

.item-yk .item-yk-head-category {
    color: var(--txt-color-light);
    font-size: 0.8em;
    font-weight: 400;
}

.item-yk .item-yk-head-category a {
    color: inherit;
    font-size: inherit;
}

.item-yk .item-yk-head-date {
    color: inherit;
    font-size: 0.875em;
}

.item-yk .item-yk-head-title {
    color: var(--txt-color);
    font-size: 1.1em;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*height:44px;text limit*/
}

.item-yk .item-yk-head-title a {
    color: inherit;
    font-size: inherit;
}

.item-yk .item-yk-head-specification {
    color: var(--txt-color-light);
    font-size: 1em;
    font-weight: 300;
}

.item-yk .item-yk_rating,
.item-yk_rating {}

.item-yk .item-yk_rating .rate,
.item-yk_rating .rate {
    line-height: 1.5;
    font-size: 0.8em;
    display: inline-block;
    vertical-align: top;
}

.item-yk .item-yk_rating .be-first,
.item-yk_rating .be-first {
    line-height: 1;
    font-size: 0.9em;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    color: var(--second-color);
}

.item-yk .item-yk_rating .be-first a,
.item-yk_rating .be-first a {
    color: inherit;
    font-size: inherit;
}

.item-yk .item-yk_rating .svg,
.item-yk_rating .svg {
    width: 16px;
    height: 16px;
    margin: 0 4px;
}

.item-yk .item-yk_rating .svg svg,
.item-yk_rating .svg svg {
    vertical-align: top;
    margin-right: 0px;
    fill: var(--first-color);
    vertical-align: top;
}

.item-yk .item-yk_body {
    position: relative;
}

.item-yk.item--sold .item-yk_body .product-img {
    opacity: 0.3;
}

.item-yk .tag--soldout {
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    color: var(--first-color);
    font-size: 0.9em;
    font-weight: bold;
    height: 32px;
    left: 50%;
    line-height: 32px;
    padding: 0 20px;
    position: absolute;
    text-transform: uppercase;
    top: 44%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 1;
    white-space: nowrap;
}

.item-yk .item-yk_body .product-img {
    display: block;
    margin: 0 0 15px;
    padding: 0 0 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*

.item-yk .item-yk_body .product-img:after{ content: "";
    display: block;
    height: 100%;
    left: 0;
    mix-blend-mode: color;
	background-blend-mode: hue;
    position: absolute;
    top: 0;
    width: 100%;}

.item-yk .item-yk_body .product-img:after {
  background: linear-gradient(135deg, rgba(243, 108, 61, 0.4) 0%, rgba(243, 108, 61, 0) 50%, rgba(243, 108, 61, 0) 100%), linear-gradient(25deg, rgba(96, 192, 240, 0) 0%, rgba(96, 192, 240, 0) 50%, rgba(96, 192, 240, 0.4) 100%), linear-gradient(transparent 5%, rgba(235, 120, 199, 0.1) 100%);
}

.item-yk .item-yk_body .product-img:after {
  background: linear-gradient(225deg, rgba(243, 108, 61, 0.4) 0%, rgba(243, 108, 61, 0) 50%, rgba(243, 108, 61, 0) 100%), linear-gradient(45deg, rgba(96, 192, 240, 0) 0%, rgba(96, 192, 240, 0) 50%, rgba(96, 192, 240, 0.4) 100%), linear-gradient(transparent 5%, rgba(235, 120, 199, 0.2) 100%);
}

.item-yk .item-yk_body .product-img:after {
  background: linear-gradient(190deg, rgba(243, 108, 61, 0.4) 0%, rgba(243, 108, 61, 0) 50%, rgba(243, 108, 61, 0) 100%), linear-gradient(55deg, rgba(96, 192, 240, 0) 0%, rgba(96, 192, 240, 0) 50%, rgba(96, 192, 240, 0.4) 100%), linear-gradient(transparent 5%, rgba(235, 120, 199, 0.1) 100%);
}

.item-yk .item-yk_body .product-img:after {
  background: linear-gradient(165deg, rgba(243, 108, 61, 0.4) 0%, rgba(243, 108, 61, 0) 50%, rgba(243, 108, 61, 0) 100%), linear-gradient(15deg, rgba(96, 192, 240, 0) 0%, rgba(96, 192, 240, 0) 50%, rgba(96, 192, 240, 0.4) 100%), linear-gradient(transparent 5%, rgba(235, 120, 199, 0.2) 100%);
}

*/
.item-yk .item-yk_body .product-img img {
    max-width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-filter: blur(0px);
    -webkit-animation: fadein linear 1.5s;
}

.item-yk:hover .item-yk_body .product-img img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
}

@-webkit-keyframes fadein {
    0% {
        -webkit-filter: opacity(0%) blur(6px);
    }

    50% {
        -webkit-filter: opacity(100%) blur(3px);
    }

    100% {
        -webkit-filter: opacity(100%) blur(1px);
    }
}

.item-yk .item-yk_body .product-img:before {
    color: #dadada;
    content: url(images/loading.gif);
    font-size: 100px;
    height: 50px;
    left: 50%;
    line-height: 46px;
    margin: -25px 0 0 -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}

.item-yk .collections-ui {
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 1;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.item-yk .collections-ui.static--collection {
    right: 0;
}

.item-yk .collections-ui.static--collection > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    position: relative;
}

.item-yk .collections-ui > ul > li {
    /*	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	position: relative;*/
}

.social-toggle {
    display: block;
    width: 40px;
    background: url(images/retina/share-this.svg) no-repeat center;
    border-radius: 50%;
    height: 40px;
    cursor: pointer;
    background-size: 20px;
    border: solid 1px var(--border-color);
}

.social-toggle:hover {
    background: url(images/retina/share-this.svg) no-repeat center;
    background-size: 20px;
}

/*active case*/
.share-this {
    position: relative
}

.item-yk .collections-ui .svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.item-yk .collections-ui .fa {
    color: #fff;
    font-size: 16px;
}

.item-yk .collections-ui .svg svg,
.item-yk .collections-ui .svg img {
    max-width: 100%;
    height: auto;
}

.item-yk .collections-ui a:hover,
.item-yk .collections-ui a:hover .svg svg,
.item-yk .collections-ui .is-active a,
.item-yk .collections-ui li.is-active .svg {}

.item-yk .collections-ui > ul > li.is-active > span {
    background: var(--second-color);
}

.collection-toggle.is-active .svg {
    fill: var(--second-color);
}

.menu-toggle {
    position: absolute !important;
    bottom: 0;
    z-index: 1;
    background: var(--first-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.lines-wrapper {
    height: 16px;
    position: absolute;
    margin: 14px 12px;
    /*top: 50%;left: 50%;
	transform: translate(-50%, -50%);*/
    width: 16px;
}

/**/
.hamburger .lines {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    top: 0;
}

.hamburger .line2 {
    top: 5px;
}

.hamburger .line3 {
    top: 5px;
}

.hamburger .line4 {
    top: 10px;
}

.hamburger.cross .lines {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.hamburger.cross .line1 {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    opacity: 0;
}

.hamburger.cross .line2 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.cross .line3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.cross .line4 {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    opacity: 0;
}

.hamburger {}

.hamburger path {
    fill: none;
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 30px;
    stroke-linecap: square;
    stroke: #fff;
    stroke-dashoffset: 0px;
}

.hamburger path#top,
.hamburger path#bottom {
    stroke-dasharray: 240px 950px;
}

.hamburger path#middle {
    stroke-dasharray: 240px 240px;
}

/**/
.menu-item {
    position: absolute;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-toggle {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    /*transform: scale(1.1) translate3d(0, 0, 0);*/
    cursor: pointer;
}

/*
.menu-toggle:hover {
	transform: scale(1.2) translate3d(0, 0, 0);
}*/
.menu-toggle.cross {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
    transform: scale(1.1) translate3d(0, 0, 0);
}

.collections-ui.is--active .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.collections-ui.is--active .menu-item1 {
    -webkit-transition-duration: 190ms;
    transition-duration: 190ms;
    -webkit-transform: translate3d(0px, -50px, 0);
    transform: translate3d(0px, -50px, 0);
}

.collections-ui.is--active .menu-item2 {
    -webkit-transition-duration: 290ms;
    transition-duration: 290ms;
    -webkit-transform: translate3d(0px, -100px, 0);
    transform: translate3d(0px, -100px, 0);
}

.collections-ui.is--active .menu-item3 {
    -webkit-transition-duration: 390ms;
    transition-duration: 390ms;
    -webkit-transform: translate3d(0px, -150px, 0);
    transform: translate3d(0px, -150px, 0);
}

.collections-ui.is--active .menu-item4 {
    -webkit-transition-duration: 490ms;
    transition-duration: 490ms;
    -webkit-transform: translate3d(0px, -200px, 0);
    transform: translate3d(0px, -200px, 0);
}

.item-yk .item-yk_footer {}

.item-yk .product_price {
    font-size: 1.2em;
    color: var(--txt-color);
    font-weight: 500;
}

.item-yk .product_price.product--price {
    font-size: 1.2em;
}

.item-yk .product_off {
    font-size: 0.7em;
    font-weight: 300;
    color: var(--first-color);
    display: inline-block;
}

.item-yk .product_price .product_price_sold {
    font-size: 0.6em;
    font-weight: 300;
    color: var(--txt-color-light);
    line-height: 1;
    vertical-align: middle;
}

.item-yk .product_price .product_price_old {
    font-size: 0.6em;
    font-weight: 300;
    color: var(--txt-color-light);
    line-height: 1;
    vertical-align: middle;
    text-decoration: line-through;
}

.item-yk .item-yk_ft_list li {
    color: var(--txt-color-light);
    font-size: 0.9em;
    font-weight: 300;
    margin: 4px 0;
    position: relative;
    padding: 0 16px;
}

.item-yk .item-yk_ft_list li:before {
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #d9d9d9;
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    content: "";
}

/*card end*/
/**/
.collection-wrapper .collection__container {
    min-width: 300px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0) translateY(-0);
    transform: scale(0) translateY(0);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    /* stops flickering */
    -webkit-backface-visibility: hidden;
    position: absolute;
    right: 0;
    bottom: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px;
}

.collection-wrapper .collection__container.open-menu {
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
    opacity: 1;
}

.collection__title {
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0 0 10px 0;
    color: var(--first-color);
    padding: 0 0 5px 0;
    font-weight: 500;
    font-size: 1.1em;
}

.collection__list {
    margin: 0 0 7px;
    max-height: 160px;
    overflow: auto;
}

.collection-wrapper .field__wrap {
    width: 70%;
    float: left;
}

.collection-wrapper .field__wrap input[type="text"] {
    width: 100%;
    float: none;
}

.listing--check li {
    color: #666;
    overflow: hidden;
    padding: 0 0 7px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listing--check li a {
    background: transparent url("images/select_check.png") no-repeat scroll left 2px;
    color: #666;
    font-size: 13px;
    padding: 0 0 0 25px;
}

.listing--check li.is-active a {
    background: transparent url("images/select_check.png") no-repeat scroll left -55px;
}

.listing--check li a:hover {
    color: #000000;
    text-decoration: underline;
}

/***/
/*
.banners {
	width: 100%;
	vertical-align: top;
	position: relative;
	height: 206px;
}
.banners img {
	max-width: 100%;
	max-height: 100%;
}
.banners .banners_left, .banners .banners_right {
	width: 50%;
	height: inherit;
	overflow: hidden;
	display: block;
	position: absolute;
	padding-bottom: inherit;
}
.banners .banners_left {
	left: 0;
}
.banners .banners_right {
	right: 0;
}
.banners .banners_left .banners_img {
	margin-right: -20%;
	float: right;
}
.banners .banners_right .banners_img {
	margin-left: -20%;
	float: left;
}*/
.banners {
    width: 100%;
    vertical-align: top;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banners .banners_left,
.banners .banners_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: inherit;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.banners img {}

.banners .banners_left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.banners .banners_right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.unique-heading {
    background: #ededed;
    text-align: center;
    padding: 10px;
    display: block;
    font-size: 2em;
    font-weight: 500;
    color: var(--txt-color);
}

.unique-heading-sub {
    text-align: center;
    padding: 10px;
    display: block;
    font-size: 1.6em;
    font-weight: 500;
}

.fetured-slider .fetured-item {
    display: table;
    table-layout: fixed;
}

.featured-product,
.featured-desc {
    vertical-align: top;
    display: table-cell;
}

.fetured-slider .item-yk-head {
    margin-bottom: 15px;
}

.fetured-slider .item-yk .item-yk-head-title {
    white-space: normal;
}

.featured-product {
    width: 450px;
    padding: 10px;
}

.fetured-slider .fetured-item {
    border-right: solid 1px var(--border-color);
    padding: 0 20px;
}

.fetured-slider .fetured-item:last-child {
    border-right: none;
}

.fetured-slider button.slick-prev.slick-arrow {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.fetured-slider .slick-next {
    position: absolute;
    top: 50%;
    left: 74%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-indent: -9999px;
    background-color: #ededed;
    border: none;
    border-radius: 50%;
    height: 78px;
    position: absolute;
    text-indent: -999999px;
    width: 78px;
    z-index: 1;
}

.fetured-slider .slick-next:after {
    border-bottom: 3px solid #000000;
    border-right: 3px solid #000000;
    content: "";
    height: 15px;
    left: 50%;
    margin-left: -9px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 15px;
}

.fetured-slider .slick-next:hover {
    background: var(--first-color);
}

.fetured-slider .slick-next:hover:after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.fetured-slider button.slick-prev {
    display: none !important;
}

.fetured-slider .featured-desc {
    vertical-align: middle;
}

.more-slider {
    background: #fff;
    position: relative;
    padding: 20px 0;
}

.more-slider .more_slider_item {
    padding: 0px;
    margin: 15px;
}

.more-slider .more_slider_item:hover {
    /*  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);*/
}

.store-banner {
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}

.store-banner img {
    display: block;
    margin: 0 auto;
}

/**/
.bg-gray-light {
    background: #f5f5f5;
}

.ftshops .ftshops_item {
    background: #fff;
    border-radius: 2px;
}

.ftshops .ftshops_item_head {
    border-bottom: solid 1px var(--border-color);
}

.ftshops .ftshops_item_head_left {
    padding: 20px;
    display: table;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ftshops .ftshops_logo {
    float: left;
    background: #ededed;
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

.ftshops .ftshops_logo img {}

.ftshops .ftshops_detail {
    font-size: 1em
}

.ftshops .ftshops_item_head_right {
    text-align: right;
    padding: 20px;
}

.ftshops .ftshops_name {
    font-size: 1em;
    color: var(--txt-color);
}

.ftshops .ftshops_location {
    color: var(--txt-color-light);
    font-size: 0.8em;
    font-weight: 300;
}

.ftshops_body {
    background: #fff;
}

.ftshops_body .item-yk {
    float: left;
    width: 50%;
    padding: 20px;
    border-right: solid 1px var(--border-color);
}

.ftshops_body .item-yk:last-child {
    border-right: none;
}

.trending-bg {
    background: url(images/slide2.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}

.trending-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    opacity: 0.5;
    background: #232526;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#414345), to(#232526));
    background: linear-gradient(to right, #414345, #232526);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.trending-bg .container {
    position: relative;
    z-index: 1;
}

.trending-bg .unique-heading-sub {
    color: #fff;
}

.trending-list {
    text-align: center;
}

.trending-list li {
    display: inline-block;
    margin: 15px 10px;
}

.trending-list li .svg {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    margin: 0 auto;
}

.trending-list li .svg svg,
.trending-list li .svg img {
    fill: #cccccc;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.trending-list li .svg svg path {
    fill: #cccccc;
}

.trending-list li .caption {
    display: block;
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    margin: 10px 00;
}

.trending-list li:hover .svg svg path {
    fill: var(--first-color);
}

.trending-list li:hover .svg {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.trending-list li:hover .caption {
    color: var(--first-color);
}

.trending-list a {
    color: #fff;
}

.bg-light {
    background: #f0f0f0;
}

.back-to-top {
    text-align: center;
    color: var(--txt-color);
    font-size: 1em;
    text-transform: uppercase;
    padding: 10px;
}

.back-to-top a {
    color: inherit;
}

#footer {
    color: var(--txt-color);
    background: #f8f8f8;
}

/**/
.upperContent-footer {
    border-bottom: solid 1px var(--border-color);
    border-top: solid 1px var(--border-color);
}

.upperContent-footer ul {
    display: table;
    width: 100%;
}

.upperContent-footer ul li {
    text-align: center;
    vertical-align: top;
    display: table-cell;
    padding: 25px 15px;
    border-left: solid 1px var(--border-color);
}

.upperContent-footer ul li:first-child {
    border-left: none;
}

.upperContent-footer .individualTupple {
    margin: 0 auto;
}

.upperContent-footer .individualTupple img {
    max-width: 50px;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    opacity: 0.40;
    margin-bottom: 10px;
}

.upperContent-footer h3 {
    font-size: 1.2em;
    color: var(--txt-color);
    margin: 5px auto;
    padding: 0;
    text-transform: uppercase;
}

.upperContent-footer p {
    font-size: 0.8em;
    line-height: 1.5;
    color: #a4a3a3;
    max-width: 200px;
    margin: 0 auto;
}

/**/
.up-footer {}

.f-links h3,
.f-heading {
    color: var(--txt-color);
    font-size: 0.9em;
    font-weight: 600;
    padding: 5px 0;
    text-transform: uppercase;
}

.f-links li {
    color: inherit;
    font-size: 0.8em;
    font-weight: 300;
    padding: 5px 0;
}

.f-links li a {
    color: var(--txt-color);
    font-size: inherit;
    position: relative;
}

.f-links li a:hover {
    color: var(--first-color);
}

.f-links li a:before {
    background: var(--first-color);
    bottom: 0px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.f-links li a:hover:before {
    right: 0;
}

.f-heading span {
    display: block;
    color: inherit;
    font-size: 0.9em;
    font-weight: 300;
    text-transform: none;
}

.subscription {
    padding: 30px 40px;
}

.sub-form {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sub-form input[type="text"] {
    background: #fff;
    height: 50px;
    width: calc(100% - 133px);
    line-height: 1.2;
    font-size: 0.8em;
    padding: 5px 10px;
    margin: 0;
    margin-right: -3px;
    border: solid 1px #f0f0f0;
    border-radius: 0;
    color: var(--txt-color);
    vertical-align: top;
    float: left;
}

.sub-form input[type="submit"] {
    font-size: 1em;
    text-transform: uppercase;
    background: #000;
    height: 50px;
    width: 100%;
    max-width: 136px;
    line-height: 1.2;
    padding: 5px 25px;
    margin: 0;
    border: none;
    color: #fff;
    vertical-align: top;
    float: right;
}

.social {
    margin: 5px 0 15px 0;
}

.social li {
    display: inline-block;
    margin: 4px;
    vertical-align: top;
}

.social li svg path {
    fill: #b3b3b3;
}

.social li .svg,
.social li img {
    width: 30px;
    height: auto;
}

.social li .svg .fa {
    font-size: 1.4em;
}

.social li .svg svg {
    width: 20px;
    height: 20px;
    max-width: 100%;
}

.social li a:hover svg path {
    fill: var(--first-color);
}

.bottom-footer .container {
    padding: 0 15%;
}

.accordion-footer {}

.accordion_triger {
    border-top: solid 1px var(--border-color);
    padding: 15px;
    position: relative;
    color: inherit;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
}

.accordion_triger span {
    float: right;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    line-height: 1;
}

.accordion_triger span:after {
    content: "+";
    padding-left: 5px;
}

.accordion_triger.active span:after {
    content: "-";
}

.accordion_content {
    display: none;
    padding: 10px 15px;
    padding-top: 0;
}

.footerSubCategories li {
    display: inline-block;
    font-size: 0.8em;
    color: inherit;
    line-height: 1;
    font-weight: 400;
    position: relative;
}

.footerSubCategories li a {
    font-size: inherit;
    color: inherit;
}

.footerSubCategories li:after {
    content: "|";
    padding-left: 2px;
}

.footerSubCategories li:last-child:after {
    content: normal;
}

.footerSubCategories li a:hover {
    color: var(--first-color);
}

.copyright {
    text-align: center;
    font-size: 0.7em;
    padding: 15px 10px;
    color: var(--txt-color-light);
}

.login-wrapper {
    padding: 30px;
}

.login-wrapper .heading {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.login-wrapper .form-side .field_label {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
}

.rememberme-text {
    color: #fff;
}

.login-wrapper .form-side input[type="submit"] {
    background: var(--second-color);
    color: var(--second-inverse-color);
    text-transform: uppercase;
    font-size: 1em;
    border: none;
    display: block;
    width: 100%;
}

#facebox .content.loginpopup {
    max-width: 450px;
}

.login-wrapper .forgot {
    text-align: right;
    font-size: 1em;
}

.buttons-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.buttons-list ul li {
    margin: 0 10px;
}
.buttons-list .btn i.icn {
	width: 20px;
    vertical-align: middle;
}
a.text__link {
    position: relative;
    text-decoration: underline;
    color: var(--first-color);
}

a.text__link:hover {
    text-decoration: none;
    color: var(--black-color);
}

.login-wrapper .last-button {
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    border: solid 1px rgba(255, 255, 255, 0.2);
    display: block;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.42857;
    width: 100%;
}

.login-wrapper .last-button:hover {
    background-color: #424242;
}

.login-wrapper .field-set {
    padding-bottom: 5px;
}

.other-option {
    text-align: center;
}

.connect a.link {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    border: none;
    display: block;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.42857;
    width: 100%;
    margin-bottom: 15px;
}

.connect a.fb {
    background: #3856a0;
}

.connect a.gp {
    background: #dd4330;
}

.connect .svg svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
}



@media(max-width:767px) {
    .login-wrapper {
        padding: 15px;
    }
}

/*new page*/
.bg--gray {
    /*  background: #f8f8f8;*/
    background: #fff;
}

.bg--white {
    background: #fff;
}

.breadcrumb {
    list-style: none;
    /* margin: 15px 0;*/
    width: 100%;
    display: inline-block;
    color: #999999;
}

/*condition*/
.dashboard .breadcrumb {
    margin-top: 0;
}

.breadcrumb ul li {
    float: left;
    position: relative;
    color: #000;
    padding: 0 25px 0 0;
    font-size: 1em;
    vertical-align: top;
    line-height: inherit;
}

.breadcrumb ul li:before {
    position: absolute;
    right: 10px;
    top: -1px;
    content: "/";
}

.breadcrumb ul li a {
    color: inherit;
    font-size: inherit;
    display: block;
    line-height: inherit;
}

.breadcrumb ul li:last-child:before {
    display: none;
}

.filter {
    /*
  background: #fff;
  width: 100%;*/
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    border: solid 1px var(--border-color);
}

.fixed__panel.stick {
    top: 0;
    position: fixed;
    width: 370px;
}

.promotion-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.heading1 {
    color: var(--txt-color);
    font-size: 2em;
}

.heading2 {
    color: var(--txt-color);
    font-size: 1.8em;
}

.heading3 {
    color: var(--txt-color);
    font-size: 1.3em;
}

.heading4 {
    font-size: 1.2em;
}

.heading4 span {
    color: var(--first-color);
}

span.subheading {
    color: #555555;
    display: block;
    font-weight: 300;
    font-size: 1.2rem;
}

.widgets {}

.widgets-head {
    display: block;
    margin: 0 0 10px 0;
}

.widgets-head .action {
    float: right;
    padding: 0;
}

.widgets-heading {
    font-size: 1em;
    margin: 10px 0;
}


.filter-content {
    margin: 0;
    margin-top: -20px;
    overflow: hidden;
    -webkit-transition: height 0.3s ease 0s;
    transition: height 0.3s ease 0s;
}

.filter-price-slider {
    background: #ccc;
    height: 2px;
    margin: 21px 2px 16px;
    position: relative;
    text-align: left;
    padding: 0 10px;
    width: 100%;
}

.price-slider-scroll {
    background: #333;
    border: medium none;
    border-radius: 50%;
    cursor: pointer;
    height: 13px;
    margin-left: 0;
    outline: medium none;
    position: absolute;
    top: -6px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    width: 13px;
    z-index: 2;
}

.price-slider-scroll:hover {
    -webkit-transform: scale3d(1.3, 1.3, 1);
    transform: scale3d(1.3, 1.3, 1);
}

.from-price-text,
.to-price-text {
    font-weight: 600;
    font-size: 0.8em;
    vertical-align: top;
}

.to-price-text {
    float: right;
    text-align: right;
}

.prices {
    padding-bottom: 10px;
    padding-right: 10px;
}

.slide__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-input {
    padding: 0;
    text-align: center;
    width: auto;
}

.price-text-box {
    position: relative;
}

.price-text-box .input-filter {
    margin: 0;
    padding: 0 5px 0 30px;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}

.rsText {
    color: #9e9e9e;
    font-size: 13px;
    left: 5px;
    margin-right: 3px;
    padding-left: 3px;
    position: absolute;
    top: 11px;
}

.filter-content .btn {
    padding: 9px 10px;
    float: right;
}

.filter-content .dash {
    display: inline-block;
    float: left;
    padding: 6px;
}

.brands-list li {
    margin: 10px 0;
    display: block;
}

.white--bg {
    background: #fff;
    border-radius: 3px;
    border: solid 1px var(--border-color);
}

.right-panel {
    padding: 20px;
}

.right_panel_head {}

.right_panel_head_right {
    float: right;
    text-align: right;
}

.sort-by > ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sort-by > ul > li {
    display: inline-block;
    margin-left: 3px;
}

.sort-by > ul > li.sort {
    color: #555555;
    font-weight: 300;
}

.sort-by select {
    height: 30px;
}

.listing-products .item-yk {
    /*border-bottom: solid 1px var(--border-color);*/
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.listing-products--grid .item-yk_ft_list {
    display: none;
}

.listing-products--list {}

.listing-products--list [class*="col-md-"] {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.listing-products--list .item-yk {
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: solid 1px var(--border-color);
}

.listing-products--list .item-yk-head {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
}

.listing-products--list .item-yk_body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 25%;
    padding: 2%;
}

.listing-products--list .item-yk_footer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 25%;
}

/*shop page*/
.banner-shop {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.banner-shop img {
    margin: 0 auto;
}

.abt-shops {
    padding: 20px;
}

.abt-shops .ftshops_logo {
    float: left;
    background: #ededed;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin-right: 20px;
}

.abt-shops .ftshops_logo img {
    max-width: 100%;
}

.abt-shops .ftshops_detail {
    font-size: 1em;
    margin-left: 170px;
}

.abt-shops .ftshops_item_head_right {
    text-align: right;
    padding: 20px;
}

.abt-shops .ftshops_name {
    font-size: 1.5em;
    color: var(--txt-color);
}

.abt-shops .ftshops_location {
    color: var(--txt-color-light);
    font-size: 1em;
    font-weight: 300;
}

.abt-shops .ftshops_desc {
    padding: 10px 0;
    color: var(--txt-color-light);
    font-size: 1em;
    line-height: 1.5;
    font-weight: 300;
}

.abt-action {
    text-align: right;
    padding: 20px;
}

.shop-owner {
    padding: 0 20px 20px 20px;
    display: inline-block;
    width: auto;
    min-width: 290px;
}

.shop-owner .opened {
    color: #2d2b33;
    font-size: 1em;
    font-weight: 300;
}

.shop-owner .owner-name-pic {
    float: right;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-left: 25px;
    margin-top: -20px;
}

.shop-owner .owner-name-pic img {
    max-width: 100%;
    border-radius: 50%;
}

.shop-owner .name {
    font-weight: 600;
}

.shop-owner .from {
    color: var(--txt-color-light);
    font-size: 1em;
    font-weight: 300;
}

.shop-links {
    text-align: right;
}

.shop-links li {
    display: inline-block;
    margin: 0 20px;
}

.shop-links li a {
    color: var(--second-color);
    font-weight: 300;
    text-decoration: underline;
}

.bullet-list {}

.bullet-list li {
    color: var(--txt-color);
    font-size: 0.9em;
    font-weight: 300;
    margin: 4px 0;
    position: relative;
    padding: 0 16px;
}

.bullet-list li:before {
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #d9d9d9;
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    content: "";
}

.bullet-list li.heading {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding-left: 0;
    margin-bottom: 20px;
}

.bullet-list li.heading:before {
    content: normal;
}

.listing--vertical-chcek {}

.listing--vertical-chcek li {
    margin: 8px 0;
}

.testimonial-blocks {
    background: #f7f7f7;
    margin: 0 0 1.25rem 0;
    padding: 25px;
}

.testimonial_avtar {
    position: relative;
}

.testimonial_avtar:before {
    position: relative;
    content: "";
    display: block;
    padding-bottom: 100%;
    background-color: #fff;
}

.testimonial_avtar img {
    margin: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 6px;
}


.testimonial_user_name {
    font-weight: 700;
    color: #333;
    font-size: 1.2rem;
    padding-top: 10px;
}

.testimonial-blocks {
    text-align: right;
}

/*.testimonial-blocks .from {
    padding-right: 50px;
}*/

/*
.testimonial-blocks .from .avatar {
    border-radius: 6px;
    overflow: hidden;
    max-width: 100px;
    margin: auto;
}
*/

.testimonial-blocks .from .name {
    color: #333333;
    font-weight: 600;
    display: block;
    clear: both;
    text-align: center;
    margin-top: 10px;
}

.testimonial-blocks .from .name span {
    color: #999999;
    font-weight: 300;
    display: block;
}

.testimonial-blocks .description {
    color: #666666;
    line-height: 1.5;
    text-align: left;
    position: relative;
    padding-left: 40px;
}

/*.testimonial-blocks .description:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url(images/qoute.png) no-repeat 0 0;
    display: block;
    width: 44px;
    height: 41px;
}*/

/*faqs*/
.faqs-wrapper {}

.faqs-wrapper h3 {
    color: var(--first-color);
    font-size: 1.25em;
    margin: 20px 0;
}

.faqs-wrapper p {
    padding: 10px 0;
}

.acc {
    margin: 0px 0;
    overflow: hidden;
    padding: 0;
}

.acc_ctrl {
    border: none;
    border-top: solid 1px var(--border-color);
    display: block;
    outline: none;
    padding: 10px 0px 10px 0px;
    position: relative;
    width: 100%;
    text-transform: none;
}

.acc_ctrl h4 {
    text-transform: none;
    color: #3d403e;
    padding: 0;
    margin: 10px 0;
    font-size: 1em;
    cursor: pointer;
}

.acc_ctrl a {
    color: inherit;
}

.acc_ctrl.active h4,
.acc_ctrl:focus h4 {
    position: relative;
}

.acc_panel {
    padding: 15px 0;
    display: none;
    overflow: hidden;
}

/*faqs page*/
.browsed-box {
    border: solid 1px var(--border-color);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.browsed-box:hover {
    background: #ededed;
}

.browsed-box .category-q {
    color: var(--txt-color);
    text-transform: uppercase;
    font-weight: 600;
}

.browsed-box a.btn--link {
    margin: 10px 0;
    display: inline-block;
}

.browsed-box a.btn--link .svg-icn svg path {
    fill: var(--first-color);
}

.block--empty .block__img {
    display: block;
    margin: 20px auto 30px;
    /*opacity: 0.4;*/
}

.block--empty {
    padding: 20px;
}

.block--empty h1 {
    padding: 0 0 20px 0;
    font-size: 4em;
}

.block--empty h2 {
    padding: 0 0 10px 0;
    font-size: 1.5em;
}

.block--empty h4 {
    font-size: 1.1em;
    padding-bottom: 20px;
}

.block--empty h6 {
    font-weight: 300;
}

.block--empty .error__img {
    width: 449px;
    display: block;
    margin: 20px auto 0;
}

.box--offer {
    min-height: 240px;
    margin: 0 0 15px 0;
    border: solid 1px var(--border-color);
    padding: 10px;
    border-radius: 3px;
}

.box--offer .offer {
    border: 2px dashed var(--border-color);
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box--offer .offer__box {
    background: #f5f5f5;
    text-align: center;
    color: #f15c5c;
    font-size: 2.1em;
    padding: 30px 10px;
    line-height: 1.1;
    font-weight: 700;
    min-height: 110px;
}

.box--offer .offer__box span {
    display: block;
    font-size: 0.7em;
    font-weight: normal;
}

.box--offer .offer__logo {
    max-width: 60px;
    margin: 0 auto;
    display: block;
}

.box--offer .offer__logo img {
    width: 100%;
    margin: auto;
}

.box--offer p {
    opacity: 0.6;
}

.box--offer h4 {
    padding-bottom: 20px;
}

.box--offer .offer__footer {
    border-top: 1px solid #ededed;
    padding: 6px 0 0;
    width: 100%;
    display: inline-block;
}

.box--offer .offer__footer .offer__grid {
    /* float: left;
	width: 65%; */
}

.box--offer .offer__footer .label {
    margin: 4px 0 0;
    font-size: 1em;
}

.box--offer .offer__footer p {
    margin: 0;
}

.links--inline {
    color: #999999;
    display: inline-block;
    width: 100%;
    padding: 0;
}

.links--inline li {
    display: inline-block;
    font-size: 1em;
    padding: 0 5px 0px 0;
    vertical-align: top;
}

.links--inline li a {
    color: inherit;
}

.links--inline li a:hover {
    color: #000;
    text-decoration: underline;
}

.links--inline li .fa {
    margin: 0 5px 0 0;
}

/* search form ---------------------- */
.search {
    width: 100%;
    border: 2px solid #fff;
    height: 40px;
    border-radius: 5px;
}

.search__select {
    width: 100%;
    position: relative;
    display: inline-block;
}

.search__select select {
    text-transform: uppercase;
    font-size: 0.9em;
    background: none;
    border: none;
    width: 100%;
    line-height: 36px;
    height: 36px;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 30px 0 5px;
}

.search__select select option {
    background: #333;
}

.search__select:before {
    width: 8px;
    pointer-events: none;
    height: 8px;
    position: absolute;
    right: 12px;
    top: 12px;
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.search__field {
    background: #fff;
    width: 100%;
    position: relative;
}

.search__field i {
    position: absolute;
    right: 10px;
    top: 8px;
    opacity: 0.2;
    font-size: 1.4em;
    pointer-events: none;
}

.search__col {
    width: 70%;
    float: right;
}

.search__col:first-child {
    width: 30%;
    float: left;
}

.search input[type="text"] {
    border-radius: 0;
    width: 100%;
    height: 36px;
    background: #fff;
    border: none;
    padding: 0 50px 0 10px;
}

.search input[type="text"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search input[type="submit"] {
    width: 40px;
    height: 36px;
    cursor: pointer;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

.search--sort,
.search--normal {
    border: none;
}

.search--sort input[type="text"],
.search--normal input[type="text"] {
    height: 40px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.search--sort input[type="text"]:focus,
.search--normal input[type="text"]:focus {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.search--normal input[type="text"] {
    padding: 0 10px 0 45px;
}

.search--normal i {
    right: auto;
    left: 10px;
    top: 10px;
}

/* labels */
.label {
    color: #fff;
    display: inline;
    font-size: 0.8em;
    padding: 0 10px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    border-radius: 1px;
}

.label.label-default {
    background: #fff;
    border: 1px solid var(--border-color);
}

.label.label--success {
    background: #24b26b;
}

.label.label--primary {
    background: var(--first-color);
}

.label.label--info {
    background: #12afcb;
}

.label.label--danger {
    background: #f15c5c;
}

.label.label--warning {
    background: #f6d433;
}

/* panel ---------------------- */
.panel {
    width: 100%;
}

.panel.panel--custom .panel__left {
    float: left;
    width: calc(100% - 180px);
}

.panel.panel--custom .panel__right {
    width: 160px;
    float: right;
}

.panel.panel--wide .panel__left {
    clear: left;
    float: left;
    width: 220px;
}

.panel.panel--wide .panel__right {
    float: right;
    width: calc(100% - 220px);
    padding: 0 0 0 25px;
}

.panel--centered {
    /*max-width: 1100px;*/
    margin: 0px auto 20px;
}

.panel--centered .box {
    padding: 20px;
}

.panel--centered .box--tabled {
    padding: 40px 100px;
    position: relative;
}

.box--tabled {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.box--tabled .box__cell {
    display: table-cell;
    vertical-align: top;
    padding: 0 70px 0 0;
    width: 55%;
}

.box--tabled .box__cell:first-child {
    border-right: 1px solid var(--border-color);
}

.box--tabled .box__cell:last-child {
    vertical-align: top;
    width: 45%;
    padding-right: 0;
}

.box--tabled .box__cell .listing--icons {
    padding: 50px 0 50px 50px;
    position: relative;
    top: 20px;
}

.panel--cols {
    padding: 20px 0;
}

.panel--cols .col--left {
    padding-right: 30px;
    clear: left;
}

.panel--cols .col--right {
    float: right;
    clear: right;
}

/**/
.box.box--white {
    /*overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  position: relative;
  width: 100%;*/
    background: #fff;
    border-radius: 10px;
    /* border: solid 1px var(--border-color); */
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.box.box--white:before,
.box.box--white:after {
    content: "";
    display: table;
    line-height: 0;
}

.box.box--white:after {
    clear: both;
}

.box.box--gray {
    padding: 20px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    margin: 25px 0 0;
}

.box.box--gray .box__head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 0 10px 0;
}

.box.box--gray .box__body {
    padding: 10px 0 0;
}

.box.box--space {
    padding: 20px;
}

.grids--container {
    background: #f5f5f5;
    padding: 20px;
}

.grids--container .form__cover {
    background: rgba(0, 0, 0, 0);
    padding: 0;
}

.grids--container .cellright {
    border: 1px solid var(--border-color);
    margin: 0 0 0 0px;
    padding: 20px;
    text-align: center;
    background: #fff;
    /* min-height: 193px;*/
}

.grids--container .cellright p {
    margin: 0;
}

.grids--container .cellright h2 {
    font-size: 2.5em;
    padding: 0;
    margin: 0;
}

/*.loadmore {
	display: block;
	padding: 15px;
	text-align: center;
	font-weight: 700;
}
.loadmore.loadmore--gray {
	background: #f5f5f5;
	color: #b2b2b2;
}
.loadmore.loadmore--gray:hover {
	color: #555555;
}*/
#loadMoreBtnDiv {
    text-align: center;
}

a.loadmore {
    display: inline-block;
    height: 2.25em;
    padding: 0.5em 1em;
    margin: 15px auto;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    color: #333;
    white-space: nowrap;
    line-height: 1;
    font-size: 1em;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: width 0.1s ease, height 0.4s ease, border-width 0.4s ease, border-radius 0.4s ease, border-color 0.4s ease, padding 0.4s ease;
    transition: width 0.1s ease, height 0.4s ease, border-width 0.4s ease, border-radius 0.4s ease, border-color 0.4s ease, padding 0.4s ease;
}

a.loadmore:focus {
    outline: none;
    border-color: #DDD;
}

a.loadmore:hover {
    background: #FAFAFA;
}

a.loadmore.loading {
    height: 24px;
    width: 24px;
    padding: 0;
    border-width: 2px;
    border-radius: 17px;
    border-color: #eee #eee #eee #999;
    background: #fff;
    font-size: 0;
    color: transparent;
    pointer-events: none;
    -webkit-animation: spin 1.2s infinite linear;
    animation: spin 1.2s infinite linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ratings--overall {
    margin-bottom: 15px;
}

.progress--radial {
    margin: 0 auto;
    width: 10em;
    height: 10em;
    background-color: #ededed;
    border-radius: 50%;
    margin-bottom: 10px;
}

.progress--radial .progress__circle .progress__mask,
.progress--radial .progress__circle .progress__fill {
    width: 10em;
    height: 10em;
    position: absolute;
    border-radius: 50%;
}

.progress--radial .progress__circle .progress__fill {
    transition: -webkit-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-backface-visibility: hidden;
    background-color: #80c300;
}

.progress--radial .progress__circle .progress__mask.left {
    position: relative;
    clip: rect(0px, 160px, 160px, 80px);
}

.progress--radial .progress__circle .progress__mask.left .progress__fill {
    clip: rect(0px, 80px, 160px, 0px);
}

.progress--radial .progress__circle .progress__count {
    position: absolute;
    border-radius: 50%;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background: #fff;
    text-align: center;
    font-size: 3.4em;
    font-weight: 900;
    color: #4c4c4c;
    line-height: 2.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.progress--horizontal {
    background-color: #ededed;
    height: 10px;
    margin: 5px 0 0;
}

.progress--horizontal .progress__bar {
    background-color: #ffd400;
    float: left;
    height: 100%;
    line-height: 20px;
    padding: 0;
    position: relative;
    text-align: right;
    width: 0;
}

.border--left {
    /*border-left: 1px solid #ededed;
  padding: 20px;*/
}

.listing--progress > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px 0 0;
}

.listing--progress > li .grid--left {
    width: 20%;
    float: left;
    font-size: 0.9em;
}

.listing--progress > li .grid--right {
    width: 80%;
    float: left;
    padding: 0 0 0 0;
}

.question {
    color: #555555;
}

.question__head {
    padding: 20px 20px 10px 20px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
}

.question__footer {
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    display: inline-block;
}

.question__footer .links--inline li {
    padding-left: 20px;
}

.question__footer .links--inline li.arrow--down a {
    position: relative;
    padding-right: 12px;
}

.question__footer .links--inline li.arrow--down a:before {
    position: absolute;
    right: 0;
    top: 5px;
    content: "";
    width: 7px;
    height: 7px;
    border-left: 2px solid var(--border-color);
    border-bottom: 2px solid var(--border-color);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.question__footer .links--inline li.arrow--down.is-active a:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    top: 7px;
}

.question__body {
    background: #f5f5f5;
    padding: 20px;
    width: 100%;
    display: inline-block;
}

.question__body .links--inline li a {
    color: #666;
}

.question__grid--left {
    width: 10%;
    font-weight: 700;
    float: left;
}

.question__grid--right {
    width: 90%;
    padding: 0 0 0 15px;
    float: left;
}

.question__grid--right small {
    display: block;
    margin: 0 0 8px 0;
}

.question__grid--right .description__footer .links--inline {
    margin: 5px 0 0;
}

.question__grid--right .description__footer .links--inline li {
    padding-right: 25px;
    padding-left: 0;
}

.rowrepeated {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0 0;
}

.rowrepeated:first-child {
    margin-top: 0;
}

.rowrepeated p strong {
    color: #333;
}

.rowrepeated .link--normal {
    font-weight: normal;
    font-size: 1em;
    color: #333;
}

.rowrepeated .link--normal .fa {
    color: var(--first-color);
    font-size: 1.1em;
}

.rowrepeated h5 {
    padding-bottom: 0;
}

.listing--items {
    display: inline-block;
    width: 100%;
}

.listing--items li {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding: 0 0 0 10px;
}

.listing--items li .item__pic {
    background: #fff;
    margin: 0;
    border-radius: 3px;
}

.listing--items li .item__pic img {
    /*max-width: 80%;*/
}

.listing--items li .item__link {
    padding: 0 0 100% 0;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
    position: relative;
    border-radius: 3px;
}

.listing--items li .item__link span {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    color: #333;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 1.2;
}

.listing--items li .item__link:hover {
    background: var(--first-color);
}

.listing--items li .item__link:hover span {
    color: #fff;
}

.group--social-onehalf .btn {
    width: 50%;
    float: left;
}

@media(max-width:400px) {
    .group--social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .group--social-onehalf .btn {
        width: 100%;
        float: none;
        margin: 5px 0;
    }
}

.group--social-onehalf .fb-color {
    background: #3856a0;
    margin-right: 10px;
}

.group--social-onehalf .gp-color {
    background: #dd4330;
}

.group--social-onehalf .btn:last-child {}

.group--social {
    margin: 10px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#sign-in .group--social a{
    color: #ffffff;
}

.group--social + p {
    color: #333;
}

.group--options .link--primary {
    margin: 10px 0 0;
    display: inline-block;
}

.group__head {
    padding: 0 0 10px 0;
    width: 100%;
    display: inline-block;
}

.group__head h6 {
    font-weight: normal;
    display: inline-block;
    padding: 0;
}

.group__left {
    background: #f5f5f5;
    padding: 15px 0 15px 15px;
    min-height: 260px;
    border-radius: 5px;
}

.group__right {
    padding: 20px;
    min-height: 260px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
}

.group .field_label {
    display: inline-block;
}

.group__info {
    float: right;
}

.group__body--scroller {
    max-height: 280px;
    overflow: auto;
    padding: 0 20px 0 0;
}

.links--selection li {
    color: var(--txt-color);
    position: relative;
    margin: 0 0 5px 0;
    font-size: 0.9em;
}

.links--selection li a {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 35px;
}

.links--selection li i {
    font-size: 1.2em;
    cursor: pointer;
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 1;
    position: absolute;
    left: 10px;
    top: 12px;
}

.links--selection li i:hover {
    color: #555555;
}

.links--selection li.is-active a {
    background: #fff;
    color: #000;
}

.grids--profile .grid__left {
    width: 70%;
    float: left;
}

.grids--profile .grid__right {
    width: 24%;
    float: right;
}

.switch {
    margin: 0 0 0 -20px;
}

.switch li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -2px;
    padding: 0 0 0 20px;
}

.switch li.is-active a {
    background: rgba(0, 0, 0, 0.04);
}

.switch li.is-active a:before {
    content: "\f058";
    color: var(--first-color);
}

.switch li a {
    display: block;
    text-align: center;
    line-height: 4;
    font-size: 1.2em;
    font-weight: 700;
    color: inherit;
    position: relative;
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    height: 100px;
    padding: 10px;
}

.switch li a:before {
    font-family: 'FontAwesome';
    font-size: 1.3em;
    color: rgba(0, 0, 0, 0.1);
    content: "\f111";
    line-height: 1;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.balanceinfo {
    float: right;
}

.layout--rtl {
    direction: rtl !important;
}

.layout--ltr {
    direction: ltr !important;
}

.layout--rtl [class*="col-"] {
    float: right;
}

.layout--rtl .form input[type="submit"] {
    margin: 0 0 0 10px;
}

.layout--rtl [class*="col-"] {
    width: 100%;
}

/* tooltips */
.tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: inherit;
    cursor: help;
}

.tooltip i {
    font-size: 1.2em;
    color: var(--txt-color);
}

.tooltip .hovertxt {
    max-width: 200px;
    min-width: 200px;
    pointer-events: none;
    text-align: left;
    background: #000;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    padding: 6px 10px 8px;
    line-height: 1;
    position: absolute;
    left: 50%;
    bottom: 20px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.tooltip .hovertxt:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}

.tooltip:hover .hovertxt {
    opacity: 1;
    bottom: 30px;
}

.tooltip--right .hovertxt {
    left: auto;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.tooltip--right .hovertxt:before {
    left: auto;
    margin-left: 0;
    right: 10px;
}

.listings__head {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
}

.listings__head h4 {
    font-weight: normal;
    padding: 0 0 5px 0;
}

.listings__head h6 {
    font-weight: 300;
    padding: 0 0 15px 0;
}

.listings__sort {
    background: #f5f5f5;
    color: #555555;
    padding: 10px;
    text-align: center;
}

.listings__sort a {
    color: #000 !important;
}

.listings__sort li.is-active a {
    text-decoration: underline;
}

.listings__sort .links--inline {
    margin-top: 10px;
}

@media(min-width:576px) {
    .listings__sort .links--inline {
        text-align: right;
        margin-top: 0;
    }

    .listings__sort {
        text-align: initial;
    }
}

.listings__repeated {
    padding: 15px 0;
    /* .description__footer { color: #555555; font-size: 1em; .yes { margin: 0 20px 0 10px; color: inherit; .fa { color: $brand-primary; } } .no { color: inherit; .fa { color: $brand-danger; } } .links--inline li { padding: 0 0 0 20px; }
}*/
}

.listings__repeated .item__ratings {
    margin-bottom: 5px;
}

.listings__repeated h6 {
    padding: 0;
}

.listings__repeated .description__body {
    margin: 0 0 25px 0;
}

.listings__repeated:nth-child(even) {
    background: #f5f5f5;
}

.listings .loadmore {
    background: #f5f5f5;
    color: #b2b2b2;
}

.listings .loadmore:hover {
    color: #555555;
}

.listings small {
    font-size: 0.9em;
    opacity: 0.6;
}

.dashboard {
    padding-top: 20px;
}

.top-space {
    padding-top: 20px;
}

body.is--dashboard {
    background: #e6ebef;
}

.box.box--list {
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0 10px;
}

.box.box--list:first-child {
    border-top: none;
    padding-top: 0;
}

.box.box--list h5 {
    padding-bottom: 10px;
}

.box.box--list .links--vertical {
    margin: 0 0 0 0;
}

.box.box--list .links--vertical li {
    padding: 6px 0 6px 25px;
    position: relative;
}

.box.box--list .links--vertical li .fa {
    position: absolute;
    left: 0;
    top: 9px;
}

.box.box--list .links--vertical li.is-active a {
    color: #000;
    font-weight: 700;
}

.box.box--list .links--vertical a {
    font-size: 0.9em;
    color: #555555;
}

.box.box--list .links--vertical a .msg-count {
    background: var(--first-color);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 0.7em;
    font-weight: 600;
    height: 18px;
    line-height: 1.9;
    text-align: center;
    vertical-align: middle;
    width: 18px;
}

.cols--group .box {
    margin: 0 0 15px 0;
    padding: 15px;
    padding: calc(0.75rem + 1vw);
    display: block;
    color: var(--txt-color);
}

.cols--group .box__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* .btn{float: right;}*/
}

.cols--group .box__head h4,
.cols--group .box__head h5,
.cols--group .box__head p {
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
    font-size: 1.15rem;
}

.cols--group .box__head .link--arrow {
    color: #000;
    opacity: 0.6;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
}

.cols--group .box__head .link--arrow:before {
    border-color: #000;
    top: 3px;
}

.cols--group .box__head .link--arrow:hover {
    opacity: 1;
}

.cols--group .box__head .link--arrow:hover:before {
    opacity: 1;
}

.cols--group .box__head .group--btns {}

.cols--group .box__head .group--btns h4 {
    vertical-align: middle;
    padding: 4px 0 0 0;
    font-weight: normal;
}

.cols--group .box__head .group--btns .btn {
    margin: 0 2px;
}

.cols--group .box__head .links--inline li a {
    text-transform: uppercase;
    /*opacity: 0.6;*/
}

.cols--group .box__head .links--inline li a:hover {
    text-decoration: none;
}

.cols--group .box__body {
    padding: 15px 0 0;
}

.cols--group .col__left {
    width: 66.6667%;
    float: left;
    clear: left;
}

.cols--group .col__right {
    width: 31.6%;
    float: right;
    clear: right;
}

.cols--group .box__head .link--arrow {
    margin: 5px 0 0;
}

.panel__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(0.75rem + 0.5vw) calc(0.75rem + 1vw);
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.panel__head h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
}

.panel__head p {
    display: inline-block;
    clear: left;
}

.panel__head .btn {
    vertical-align: top;
}

.panel__head .links--inline {
    float: right;
    width: auto;
}

.panel__head .panel__head_action {
    float: right;
}

.panel__head .links--inline li {
    padding: 0 0 0 20px;
    position: relative;
}

.panel__head .links--inline li strong {
    color: #555555;
}

.panel__head .links--inline li:after {
    /*content: "|";
  margin-left: 5px;*/
}

.panel__head .links--inline li:last-child:after {
    content: normal;
}

.item__description {
    font-size: 0.9em;
}

.item__description .item__title {
    font-weight: 700;
    color: #000;
    margin: 0 0 4px 0;
    /*	font-size: 1.2em;*/
}

.item__description .item__title a {
    opacity: 1;
}

.item__description .item__title a:hover {
    text-decoration: underline;
}

.item__description p {
    margin: 0;
}

.item__description .item__date {
    /*opacity: 0.6;*/
}

.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    margin: 0 3px;
}

.actions li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0px 0;
    padding-bottom: 2px;
}

.actions li a {
    display: block;
    background: none;
    border-radius: 2px;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 1.4;
    text-align: center;
    color: #333;
    font-size: 1.2em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.actions li a:hover {
    background: var(--first-color);
    color: #fff;
}

.actions--large li a {
    width: 40px;
    height: 40px;
    line-height: 2;
}

.statistics__box {
    min-height: 135px;
    text-align: left;
}

.statistics__box h4 {
    position: relative;
    padding: 0 0 0 0;
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
}

.statistics__box h4:before {
    height: 1px;
    background: var(--border-color);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -1px 0 0;
    content: "";
}

.statistics__box h4 span {
    background: #fff;
    position: relative;
    padding: 0 20px 0 0;
}

.statistics__box .value--total {
    float: right;
    font-size: 2em;
    font-weight: 700;
}

.media > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 15px 0;
    border-top: 1px solid var(--border-color);
}

.media > li:first-child {
    border-top: none;
}

.media > li .avtar {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.media > li .grid {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.media > li .grid--second {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 10px;
}

.media > li .grid--third {
    width: 64%;
    padding-top: 4px;
}

.media > li .grid--fourth {
    padding-right: 0;
    float: right;
}

.media > li.is-read .media__title {
    font-weight: normal;
    color: #666;
}

.media > li.is-read .media__description {
    color: #666;
}

.media > li a {
    color: inherit;
}

.media__date {
    display: block;
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1;
}

.media__title {
    font-weight: 700;
    display: block;
    margin: 2px 0 5px 0;
}

.media .media__description {
    opacity: 0.6;
    margin: 5px 0;
}

.media--small .media__description {
    font-size: 0.9em;
    line-height: 1.3;
}

.media--small > li {
    /* &:first-child{padding-top: 0;}*/
}

.media--small > li .grid {
    padding: 0;
}

.media--small > li .grid--second {
    padding-top: 0;
    width: auto;
}

.media--small > li .grid--third {
    width: auto;
    display: block;
}

.media--details > li:first-child {
    border-top: 1px solid var(--border-color);
}

.media--details > li:last-child {
    padding-bottom: 0;
}

.media--details > li .grid--first {
    padding: 5px 20px 0 0;
}

.media--details > li .grid--third {
    width: 100%;
    padding: 10px 0;
}

/*table*/
.table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.table.table-w50 {
    width: 50%;
}

.table td,
.table th {
    padding: 10px;
    font-size: 14px;
    vertical-align: top;
    color: var(--txt-color);
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.table th {
    color: #4c4c4c;
    font-weight: 500;
}

.table td:first-child,
.table th:first-child {
    padding-left: 0;
}

.table--twocols table {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    width: 100%;
    margin: 0 0 20px 0;
}

.table--twocols table th {
    background: #f5f5f5;
    font-weight: 500;
    text-transform: none;
    color: var(--txt-color);
    width: 33.3%;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 10px;
}

.table--twocols table th:first-child {
    padding-left: 10px;
}

.table--twocols table td {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 10px;
}

.table--twocols:last-child table {
    margin-bottom: 0;
}

.table--orders td:first-child {
    width: 100px;
}

.table--orders .item__pic {
    min-width: 50px;
    margin-bottom: 0;
}

.table .caption--td {
    display: none;
}

.table .item__price {
    font-size: 1.1em;
}

.table tr:last-child td {
    border-bottom: none;
}

.table--form td {
    padding: 15px 10px;
}

.table tr.disabled {
    opacity: 0.4;
}

.table .item__description .item__title {
    max-width: 280px;
}

.table--cart th {
    text-transform: uppercase;
}

.table--cart td:first-child {
    width: 35%;
}

.table--cart .item__pic {
    margin-bottom: 0;
}

.table--cart .links--inline li {
    padding-right: 20px;
    font-size: 1.2em;
    opacity: 0.8;
    font-weight: 300;
}

.table--cart td {
    padding: 20px 10px;
}

.table--cart .links--inline {
    margin: 10px 0 0;
}

.table--cart tr.disabled {
    pointer-events: none;
}

.table--cart tr:last-child td {
    border-bottom: 1px solid #ededed;
}

.table--view th,
.table--view td {
    opacity: 0.6;
    padding: 10px;
    vertical-align: top;
    color: var(--txt-color);
    text-align: left;
    border: none;
}

.table--view th {
    width: 25%;
}

.table--view td {
    color: #000;
    opacity: 1;
}

.table .item-yk .item-yk-head-title {
    white-space: normal;
}

.table.item-yk .item-yk-head-title {
    white-space: normal;
}

.item__group {
    width: 100%;
}

.item__group--left {
    float: left;
    width: 100px;
}

.item__group--right {
    margin-left: 120px;
}

input.qty {
    width: 60px;
    text-align: center;
}

.qty-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    white-space: nowrap;
    width: 100px;
    border: solid 1px var(--border-color);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 2px;
}

.qty input {
    /*	width: 70%;*/
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: left;
    font-size: 0.8em;
    border: none;
    padding: 0;
}

.qty .increase,
.qty .decrease {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 25px;
    float: left;
    line-height: 2.5;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

.qty .decrease {
    border-right: none;
}

.qty .increase {
    border-left: none;
}

.qty a {
    display: inline-block;
    vertical-align: middle;
}

.qty a .fa {
    font-size: 1em;
}

.refresh {
    margin: 5px 10px;
    color: var(--second-color);
}

.remove {
    margin: 5px;
    color: #555555;
}

.items {
    width: 100%;
    background: #f5f5f5;
    border-radius: 3px;
    margin: 0 0 20px;
    position: relative;
    padding: 10px;
    height: 100%;
}

.items__body {}

.items__group {
    margin: 0px;
    display: block;
    position: relative;
    padding: 0;
}

.items__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.items .item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.22);
    position: relative;
}

.item__head {
    text-align: center;
}

.items .item__pic {
    margin-bottom: 0;
    background: #fff;
    margin: 0 auto;
}

.items .item__pic img {
    max-width: 75%;
    margin: 0 auto;
}

.items .item__title {
    font-size: 1.1em;
    font-weight: 500;
    clear: left;
    margin: 25px 0 5px;
}

.items .form--creatlist {
    padding: 15px;
}

.items .form--creatlist h5 {
    text-align: center;
}

.items .form--creatlist .field-set {
    margin: 5px 0 0;
}

.tag--soldout {
    background: rgba(255, 255, 255, 0.8);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 1px 5px;
}

.section--items-favs + .loadmore {
    background: #f5f5f5;
    color: #b2b2b2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section--items-favs + .loadmore:hover {
    color: #000;
}

.tabs {
    color: #000;
    /*li:first-child a{border-radius:3px 0 0 0 ;}*/
    border-bottom: 1px solid var(--border-color);
}

.tabs li {
    float: left;
}

.tabs li {
    color: inherit;
    font-size: 1.2em;
    height: 60px;
    line-height: 60px;
    padding: 0;
    display: block;
    position: relative;
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
}

.tabs li a {
    color: inherit;
    opacity: 0.3;
    padding: 10px 0px;
    margin: 0 10px;
}

.tabs a:before {
    background: var(--first-color);
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.tabs .is-active a,
.tabs a:hover,
.tabs a.is-active {
    opacity: 1;
    color: var(--first-color);
}

.fat-inactive:hover,
.fat-inactive a:hover {
    cursor: no-drop;
    color: inherit;
    opacity: 0.6;
}

.fat-inactive-row:hover,
.fat-inactive-row a:hover {
    color: inherit;
    opacity: 0.6;
}

.tabs .is-active a:before {
    right: 0;
}

.tabs--small {
    margin: 0 0 20px 0;
    position: relative;
}

.tabs--small li {
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    background: #fff;
}

.tabs--vertical {
    position: relative;
    padding: 30px 0;
}

.tabs--vertical:before {
    width: 20px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    top: 0;
    right: -21px;
    content: "";
    border-right: 1px solid var(--border-color);
}

.tabs--vertical li {
    float: none;
    display: block;
}

.tabs--vertical a {
    height: 55px;
    line-height: 55px;
    font-size: 1em;
    background: #fff;
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--border-color);
}

.tabs--vertical a.is-active {
    border-right: none;
    border-bottom: 1px solid var(--border-color);
}

.tabs--vertical a.is-active:before {
    display: none;
}

.tabs--vertical a.is-active:after {
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #f5f5f5;
    content: "";
    z-index: 1;
}

.tabscontent {
    background: #f4f4f4;
    border-top: 1px solid #e7e7e7;
    padding: 20px 0 0;
}

.tabs--switcher {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}

.tabs--switcher li {
    float: left;
    margin: 0 0 0 5px;
}

.tabs--switcher li.switch--list a span {
    width: 100%;
    height: 4px;
    background: #ced2d6;
    display: block;
    position: relative;
    margin: 4px 0 0;
}

.tabs--switcher li.switch--list a span:before {
    width: 100%;
    height: 4px;
    background: #ced2d6;
    display: block;
    position: absolute;
    top: 9px;
    content: "";
}

.tabs--switcher li.switch--list a span:after {
    width: 100%;
    height: 4px;
    background: #ced2d6;
    display: block;
    position: absolute;
    top: 18px;
    content: "";
}

.tabs--switcher li.switch--grid a span {
    width: 5px;
    height: 5px;
    background: #ced2d6;
    display: block;
    position: relative;
    margin: 4px 0 0 1px;
}

.tabs--switcher li.switch--grid a span:before {
    width: 5px;
    height: 5px;
    background: #ced2d6;
    display: block;
    position: absolute;
    left: 8px;
    content: "";
}

.tabs--switcher li.switch--grid a span:after {
    width: 5px;
    height: 5px;
    background: #ced2d6;
    display: block;
    position: absolute;
    left: 16px;
    content: "";
}

.tabs--switcher li.is-active a {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.tabs--switcher a {
    display: block;
    height: 40px;
    width: 40px;
    padding: 5px 8px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tabs--inline {
    position: relative;
    margin: 25px 0;
}

.tabs--inline li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

.tabs--inline li a {
    display: block;
    color: #000;
    padding: 5px 10px;
    text-align: center;
    position: relative;
    font-size: 0.85em;
}

.tabs--inline li a:before {
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}

.tabs--inline li.is-active a {
    color: var(--first-color);
}

.tabs--inline li.is-active a:before {
    background: var(--first-color);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/**/
.grids--profile .grid__left {
    width: 70%;
    float: left;
}

.grids--profile .grid__right {
    width: 24%;
    float: right;
}

.switch {
    margin: 0 0 0 -20px;
}

.switch li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -2px;
    padding: 0 0 0 20px;
}

.switch li.is-active a {
    background: rgba(0, 0, 0, 0.04);
}

.switch li.is-active a:before {
    content: "\f058";
    color: var(--first-color);
}

.switch li a {
    display: block;
    text-align: center;
    line-height: 4;
    font-size: 1.2em;
    font-weight: 700;
    color: inherit;
    position: relative;
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    height: 100px;
    padding: 10px;
}

.switch li a:before {
    font-family: 'FontAwesome';
    font-size: 1.3em;
    color: rgba(0, 0, 0, 0.1);
    content: "\f111";
    line-height: 1;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.preview {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 15px;
    height: 100%;
}

.preview .profile__pic {
    margin: 10px 0;
    border: solid 1px var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    min-height: 170px;
}

.preview h4 {
    font-size: 1.5em;
    line-height: 1.4;
    padding: 10px 0 0;
}

.preview h4 strong {
    font-size: 2em;
}

.preview .btngroup--fix {
    display: inline-block;
    width: 100%;
}

.preview--profile {
    margin: 0 0 10px 0;
    height: auto;
}

.preview--profile .btngroup--fix {
    display: table;
    margin: auto;
    text-align: center;
}

.preview--profile .btngroup--fix .btn {
    min-width: 1%;
    width: auto;
    margin: 5px auto;
    float: none;
    display: inline-block;
}

.preview--profile .btngroup--fix .btn:after,
.preview--profile .btngroup--fix .btn:before {
    content: normal;
}

.preview .avtar--large {
    margin: 0 auto;
}

.btngroup--fix .btn {
    margin: 0 10px 0 0;
}

.btn--fileupload {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.btn--fileupload input {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    height: auto !important;
}

.avtar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.avtar img {
    max-height: 100%;
}

.avtar--large {
    width: 130px;
    height: 130px;
}

.avtar--info {
    padding-top: 5px;
}

.avtar--info .avtar {
    float: left;
    margin: 0 15px 0 0;
}

.avtar--info h5 {
    padding: 5px 0 0;
}

.rowrepeated--favs:first-child {
    margin-top: 0;
}

.rowrepeated--favs .listing--items li {
    width: 15%;
}

.rowrepeated--favs .listing--items li .item__link span {
    font-size: 0.9em;
}

.avtar--rounded {
    border-radius: 100% !important;
}

.avtar--rounded img {
    border-radius: 100% !important;
}

.grid--onethird {
    margin: 0 0 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.grid--onethird > li {
    width: 33.3%;
    padding: 0 0 20px 20px;
    float: left;
}

.box--share {
    display: block;
    min-height: 160px;
    width: 100%;
    padding: 20px;
    position: relative;
    background: #ddd;
    border-radius: 2px;
    color: #fff;
}

.box--share h5 {
    padding-bottom: 0;
}

.box--share h2 {
    font-size: 2.2em;
    padding-bottom: 15px;
}

.box--share h5,
.box--share h2,
.box--share p {
    color: inherit;
    margin: 0;
}

.box--share p {
    max-width: 80%;
}

.box--share-fb {
    background: #3b5998;
}

.box--share-tw {
    background: #22bdf0;
}

.box--share-mail {
    background: #f15b5b;
}

.box--share .fa {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 8.5em;
    opacity: 0.08;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.thanks-msg {
    display: block;
    font-style: italic;
    margin: 10px auto;
    text-align: center;
}

.steps {
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
}

.steps ul {
    margin: auto;
    display: block;
    width: 80%;
}

.steps li {
    display: inline-block;
    /*padding: 0 150px 0 25px;*/
    width: 33.3%;
    margin: 0 -2px;
    text-align: center;
    position: relative;
    color: rgba(0, 0, 0, 0.2);
    font-weight: 500;
    font-size: 1.1em;
}

.steps li:after {
    width: 80px;
    left: 100%;
    margin: 0 0 0 -45px;
    top: 50%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    content: "";
}

.steps li:last-child:after {
    display: none;
}

.steps li:before {
    content: "\f05e";
    font-family: 'FontAwesome';
    font-size: 1.2em;
    margin: 0 5px 0 0;
}

.steps li.is-process {
    color: #000;
}

.steps li.is-process:before {
    content: "\f021";
}

.steps li.is-success {
    color: #24b26b;
}

.steps li.is-success:before {
    content: "\f00c";
}

.steps li:last-child {
    padding-right: 0;
}

.list__selection {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    margin: 0 0 15px;
}

.list__selection .checkbox,
.list__selection .radio {
    position: absolute;
    /*	left: 25px;
	top: 20px;*/
}

.list__selection h6 {
    padding: 0;
    padding-left: 30px;
}

.list__selection p {
    margin: 0 0 10px 0;
    color: var(--txt-color-light);
}

.list__selection address {
    min-height: 160px;
    font-style: normal;
    padding-bottom: 15px;
}

.container--addresses .list__selection {
    background: #fff;
    height: 100%;
}

.container--addresses .list__selection.is-active {
    background: #f5f5f5;
}

.switch-links {
    text-align: center;
    margin: 0px auto;
    display: block;
    position: relative;
    max-width: 250px;
}

.switch-links a {
    padding-top: 3px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: var(--txt-color-light);
    font-size: 0.8em;
}

.switch-links a:first-child {
    float: left;
    margin-right: 10px;
}

.switch-links a:last-child {
    margin-left: 10px;
    float: right;
}

.switch-button {
    position: relative;
    width: 70px;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
}

.switch-button:before {
    content: "";
    position: absolute;
    background: #e6e6e6;
    border-radius: 30px;
    width: 70px;
    height: 25px;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.switch-button:after {
    background: var(--first-color);
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.switch-button.is--active:after {
    left: auto;
    right: 4px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.switch-links a.is--active {
    color: var(--first-color);
}

/*new switch*/
.dashboard .actions {
    margin: 0;
}

.dashboard-togles {
    position: relative;
    display: block;
    background: var(--second-color);
    padding: 5px 10px;
    color: var(--second-inverse-color);
    border-radius: 3px;
    z-index: 21;
}

.dashboard-togles > a {
    display: block;
    position: relative;
    top: -5px;
    color: var(--second-inverse-color);
}

.dashboard-togles .fa {
    float: right;
    width: 25px;
    height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
    padding: 8px 0;
    vertical-align: top;
}

.dashboard-togles span {
    display: inline-block;
    text-transform: uppercase;
}

.dashboard-options {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.dashboard-options li {}

.dashboard-options li a {
    display: block;
    padding: 8px;
    color: var(--txt-color);
    font-size: 0.9em;
    border-bottom: solid 1px var(--border-color);
}

.dashboard-options li:last-child a {
    border-bottom: none;
    /* border-radius: 0px 0px 5px 5px;*/
}

.message {
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
}

.message h6 {
    font-weight: normal;
    padding: 0 0 20px 0;
}

.message .fa {
    font-size: 6em;
    color: #24b26b;
    margin: 0 0 10px 0;
}

.message a {
    text-decoration: underline;
    font-weight: 600;
}

.note-messages {
    font-size: 12px;
    color: #000;
    padding: 5px 10px;
    background-color: #f9edbe;
    border: solid 1px #f0c36d;
    display: inline-block;
    border-radius: 3px;
}

/*like click**/
@-webkit-keyframes heart {

    0%,
    18.51852% {
        height: 0;
        width: 0;
        top: 50%;
        margin-top: 0;
        margin-left: 0;
    }

    44.44444% {
        height: 12.5em;
        width: 12.5em;
        top: 54%;
        margin-top: -6.25em;
        margin-left: -6.25em;
    }

    62.96296% {
        height: 10em;
        width: 10em;
        top: 54%;
        margin-top: -5em;
        margin-left: -5em;
    }

    81.48148% {
        height: 10.25em;
        width: 10.25em;
        top: 54%;
        margin-top: -5.125em;
        margin-left: -5.125em;
    }

    100% {
        height: 10em;
        width: 10em;
        top: 54%;
        margin-top: -5em;
        margin-left: -5em;
    }
}

@keyframes heart {

    0%,
    18.51852% {
        height: 0;
        width: 0;
        top: 50%;
        margin-top: 0;
        margin-left: 0;
    }

    44.44444% {
        height: 12.5em;
        width: 12.5em;
        top: 54%;
        margin-top: -6.25em;
        margin-left: -6.25em;
    }

    62.96296% {
        height: 10em;
        width: 10em;
        top: 54%;
        margin-top: -5em;
        margin-left: -5em;
    }

    81.48148% {
        height: 10.25em;
        width: 10.25em;
        top: 54%;
        margin-top: -5.125em;
        margin-left: -5.125em;
    }

    100% {
        height: 10em;
        width: 10em;
        top: 54%;
        margin-top: -5em;
        margin-left: -5em;
    }
}

@-webkit-keyframes ring {
    0% {
        height: 0;
        width: 0;
        border-width: 0;
        margin-top: 0;
        margin-left: 0;
    }

    3.7037% {
        height: 0;
        width: 0;
        border-width: 1em;
        margin-top: -1em;
        margin-left: -1em;
        border-color: #E2264D;
    }

    7.40741% {
        height: 0;
        width: 0;
        border-width: 7em;
        margin-top: -7em;
        margin-left: -7em;
    }

    11.11111% {
        height: 0;
        width: 0;
        border-width: 8em;
        margin-top: -8em;
        margin-left: -8em;
    }

    14.81481% {
        height: 0;
        width: 0;
        border-width: 8.5em;
        margin-top: -8.5em;
        margin-left: -8.5em;
    }

    18.51852% {
        width: 12em;
        height: 12em;
        border-width: 2.5em;
        border-color: #CC8EF5;
    }

    22.22222% {
        width: 16em;
        height: 16em;
        border-width: 0.5em;
    }

    25.92593%,
    100% {
        width: 17em;
        height: 17em;
        border-width: 0;
        margin-top: -8.5em;
        margin-left: -8.5em;
    }
}

@keyframes ring {
    0% {
        height: 0;
        width: 0;
        border-width: 0;
        margin-top: 0;
        margin-left: 0;
    }

    3.7037% {
        height: 0;
        width: 0;
        border-width: 1em;
        margin-top: -1em;
        margin-left: -1em;
        border-color: #E2264D;
    }

    7.40741% {
        height: 0;
        width: 0;
        border-width: 7em;
        margin-top: -7em;
        margin-left: -7em;
    }

    11.11111% {
        height: 0;
        width: 0;
        border-width: 8em;
        margin-top: -8em;
        margin-left: -8em;
    }

    14.81481% {
        height: 0;
        width: 0;
        border-width: 8.5em;
        margin-top: -8.5em;
        margin-left: -8.5em;
    }

    18.51852% {
        width: 12em;
        height: 12em;
        border-width: 2.5em;
        border-color: #CC8EF5;
    }

    22.22222% {
        width: 16em;
        height: 16em;
        border-width: 0.5em;
    }

    25.92593%,
    100% {
        width: 17em;
        height: 17em;
        border-width: 0;
        margin-top: -8.5em;
        margin-left: -8.5em;
    }
}

@-webkit-keyframes circles {

    0%,
    18.51852% {
        -webkit-box-shadow: -5.3033em -5.3033em 0 -0.83333em #8ce8c3, -5.74533em -4.82091em 0 -0.83333em #8be7c2, 0.83973em -7.45284em 0 -0.83333em #90d2fa, 0.18698em -7.49767em 0 -0.83333em #91d1f9, 6.35043em -3.99024em 0 -0.83333em #cc8ef5, 5.97849em -4.52853em 0 -0.83333em #cb8df4, 7.07912em 2.47709em 0 -0.83333em #8ce8c3, 7.26808em 1.85068em 0 -0.83333em #8ce8c3, 2.47709em 7.07912em 0 -0.83333em #f58ea7, 3.08465em 6.83629em 0 -0.83333em #f48da6, -3.99024em 6.35043em 0 -0.83333em #91d2fa, -3.42158em 6.67404em 0 -0.83333em #91d2fa, -7.45284em 0.83973em 0 -0.83333em #92d3fc, -7.35129em 1.4861em 0 -0.83333em #cb8df4;
        box-shadow: -5.3033em -5.3033em 0 -0.83333em #8ce8c3, -5.74533em -4.82091em 0 -0.83333em #8be7c2, 0.83973em -7.45284em 0 -0.83333em #90d2fa, 0.18698em -7.49767em 0 -0.83333em #91d1f9, 6.35043em -3.99024em 0 -0.83333em #cc8ef5, 5.97849em -4.52853em 0 -0.83333em #cb8df4, 7.07912em 2.47709em 0 -0.83333em #8ce8c3, 7.26808em 1.85068em 0 -0.83333em #8ce8c3, 2.47709em 7.07912em 0 -0.83333em #f58ea7, 3.08465em 6.83629em 0 -0.83333em #f48da6, -3.99024em 6.35043em 0 -0.83333em #91d2fa, -3.42158em 6.67404em 0 -0.83333em #91d2fa, -7.45284em 0.83973em 0 -0.83333em #92d3fc, -7.35129em 1.4861em 0 -0.83333em #cb8df4;
    }

    22.22222% {
        -webkit-box-shadow: -5.65685em -5.65685em 0 -0.33333em #8ce8c3, -6.51138em -5.46369em 0 -0.33333em #8be7c2, 0.89572em -7.9497em 0 -0.33333em #90d2fa, 0.21191em -8.49736em 0 -0.33333em #91d1f9, 6.77379em -4.25626em 0 -0.33333em #cc8ef5, 6.77563em -5.13234em 0 -0.33333em #cb8df4, 7.55107em 2.64223em 0 -0.33333em #8ce8c3, 8.23716em 2.09744em 0 -0.33333em #8ce8c3, 2.64223em 7.55107em 0 -0.33333em #f58ea7, 3.49594em 7.7478em 0 -0.33333em #f48da6, -4.25626em 6.77379em 0 -0.33333em #91d2fa, -3.87779em 7.56391em 0 -0.33333em #91d2fa, -7.9497em 0.89572em 0 -0.33333em #92d3fc, -8.33147em 1.68424em 0 -0.33333em #cb8df4;
        box-shadow: -5.65685em -5.65685em 0 -0.33333em #8ce8c3, -6.51138em -5.46369em 0 -0.33333em #8be7c2, 0.89572em -7.9497em 0 -0.33333em #90d2fa, 0.21191em -8.49736em 0 -0.33333em #91d1f9, 6.77379em -4.25626em 0 -0.33333em #cc8ef5, 6.77563em -5.13234em 0 -0.33333em #cb8df4, 7.55107em 2.64223em 0 -0.33333em #8ce8c3, 8.23716em 2.09744em 0 -0.33333em #8ce8c3, 2.64223em 7.55107em 0 -0.33333em #f58ea7, 3.49594em 7.7478em 0 -0.33333em #f48da6, -4.25626em 6.77379em 0 -0.33333em #91d2fa, -3.87779em 7.56391em 0 -0.33333em #91d2fa, -7.9497em 0.89572em 0 -0.33333em #92d3fc, -8.33147em 1.68424em 0 -0.33333em #cb8df4;
    }

    51.85185% {
        -webkit-box-shadow: -8.48528em -8.48528em 0 -0.16667em #9b88cb, -8.38671em -5.44639em 0 -0.58333em #ac77d9, 1.34357em -11.92455em 0 -0.16667em #97e3d5, -0.97087em -9.95276em 0 -0.58333em #b0dfe0, 10.16069em -6.38438em 0 -0.16667em #d1dbaa, 7.17606em -6.9645em 0 -0.58333em #d8ce9f, 11.3266em 3.96335em 0 -0.16667em #66cc9e, 9.91926em 1.26817em 0 -0.58333em #70d4a8, 3.96335em 11.3266em 0 -0.16667em #d5a5bf, 5.19306em 8.54588em 0 -0.58333em #ad9be0, -6.38438em 10.16069em 0 -0.16667em #bc7be1, -3.44362em 9.38837em 0 -0.58333em #a38cdb, -11.92455em 1.34357em 0 -0.16667em #b77bdc, -9.48718em 3.16122em 0 -0.58333em #9fcbcc;
        box-shadow: -8.48528em -8.48528em 0 -0.16667em #9b88cb, -8.38671em -5.44639em 0 -0.58333em #ac77d9, 1.34357em -11.92455em 0 -0.16667em #97e3d5, -0.97087em -9.95276em 0 -0.58333em #b0dfe0, 10.16069em -6.38438em 0 -0.16667em #d1dbaa, 7.17606em -6.9645em 0 -0.58333em #d8ce9f, 11.3266em 3.96335em 0 -0.16667em #66cc9e, 9.91926em 1.26817em 0 -0.58333em #70d4a8, 3.96335em 11.3266em 0 -0.16667em #d5a5bf, 5.19306em 8.54588em 0 -0.58333em #ad9be0, -6.38438em 10.16069em 0 -0.16667em #bc7be1, -3.44362em 9.38837em 0 -0.58333em #a38cdb, -11.92455em 1.34357em 0 -0.16667em #b77bdc, -9.48718em 3.16122em 0 -0.58333em #9fcbcc;
    }

    81.48148%,
    100% {
        -webkit-box-shadow: -8.48528em -8.48528em 0 -0.83333em #a068ce, -8.38671em -5.44639em 0 -0.83333em #b752e1, 1.34357em -11.92455em 0 -0.83333em #99e9c8, -0.97087em -9.95276em 0 -0.83333em #bae3d7, 10.16069em -6.38438em 0 -0.83333em #d3f491, 7.17606em -6.9645em 0 -0.83333em #dce483, 11.3266em 3.96335em 0 -0.83333em #59c392, 9.91926em 1.26817em 0 -0.83333em #67cd9f, 3.96335em 11.3266em 0 -0.83333em #caadc7, 5.19306em 8.54588em 0 -0.83333em #959ff3, -6.38438em 10.16069em 0 -0.83333em #ca5ed8, -3.44362em 9.38837em 0 -0.83333em #a975d1, -11.92455em 1.34357em 0 -0.83333em #c35dd1, -9.48718em 3.16122em 0 -0.83333em #90e0be;
        box-shadow: -8.48528em -8.48528em 0 -0.83333em #a068ce, -8.38671em -5.44639em 0 -0.83333em #b752e1, 1.34357em -11.92455em 0 -0.83333em #99e9c8, -0.97087em -9.95276em 0 -0.83333em #bae3d7, 10.16069em -6.38438em 0 -0.83333em #d3f491, 7.17606em -6.9645em 0 -0.83333em #dce483, 11.3266em 3.96335em 0 -0.83333em #59c392, 9.91926em 1.26817em 0 -0.83333em #67cd9f, 3.96335em 11.3266em 0 -0.83333em #caadc7, 5.19306em 8.54588em 0 -0.83333em #959ff3, -6.38438em 10.16069em 0 -0.83333em #ca5ed8, -3.44362em 9.38837em 0 -0.83333em #a975d1, -11.92455em 1.34357em 0 -0.83333em #c35dd1, -9.48718em 3.16122em 0 -0.83333em #90e0be;
    }
}

@keyframes circles {

    0%,
    18.51852% {
        -webkit-box-shadow: -5.3033em -5.3033em 0 -0.83333em #8ce8c3, -5.74533em -4.82091em 0 -0.83333em #8be7c2, 0.83973em -7.45284em 0 -0.83333em #90d2fa, 0.18698em -7.49767em 0 -0.83333em #91d1f9, 6.35043em -3.99024em 0 -0.83333em #cc8ef5, 5.97849em -4.52853em 0 -0.83333em #cb8df4, 7.07912em 2.47709em 0 -0.83333em #8ce8c3, 7.26808em 1.85068em 0 -0.83333em #8ce8c3, 2.47709em 7.07912em 0 -0.83333em #f58ea7, 3.08465em 6.83629em 0 -0.83333em #f48da6, -3.99024em 6.35043em 0 -0.83333em #91d2fa, -3.42158em 6.67404em 0 -0.83333em #91d2fa, -7.45284em 0.83973em 0 -0.83333em #92d3fc, -7.35129em 1.4861em 0 -0.83333em #cb8df4;
        box-shadow: -5.3033em -5.3033em 0 -0.83333em #8ce8c3, -5.74533em -4.82091em 0 -0.83333em #8be7c2, 0.83973em -7.45284em 0 -0.83333em #90d2fa, 0.18698em -7.49767em 0 -0.83333em #91d1f9, 6.35043em -3.99024em 0 -0.83333em #cc8ef5, 5.97849em -4.52853em 0 -0.83333em #cb8df4, 7.07912em 2.47709em 0 -0.83333em #8ce8c3, 7.26808em 1.85068em 0 -0.83333em #8ce8c3, 2.47709em 7.07912em 0 -0.83333em #f58ea7, 3.08465em 6.83629em 0 -0.83333em #f48da6, -3.99024em 6.35043em 0 -0.83333em #91d2fa, -3.42158em 6.67404em 0 -0.83333em #91d2fa, -7.45284em 0.83973em 0 -0.83333em #92d3fc, -7.35129em 1.4861em 0 -0.83333em #cb8df4;
    }

    22.22222% {
        -webkit-box-shadow: -5.65685em -5.65685em 0 -0.33333em #8ce8c3, -6.51138em -5.46369em 0 -0.33333em #8be7c2, 0.89572em -7.9497em 0 -0.33333em #90d2fa, 0.21191em -8.49736em 0 -0.33333em #91d1f9, 6.77379em -4.25626em 0 -0.33333em #cc8ef5, 6.77563em -5.13234em 0 -0.33333em #cb8df4, 7.55107em 2.64223em 0 -0.33333em #8ce8c3, 8.23716em 2.09744em 0 -0.33333em #8ce8c3, 2.64223em 7.55107em 0 -0.33333em #f58ea7, 3.49594em 7.7478em 0 -0.33333em #f48da6, -4.25626em 6.77379em 0 -0.33333em #91d2fa, -3.87779em 7.56391em 0 -0.33333em #91d2fa, -7.9497em 0.89572em 0 -0.33333em #92d3fc, -8.33147em 1.68424em 0 -0.33333em #cb8df4;
        box-shadow: -5.65685em -5.65685em 0 -0.33333em #8ce8c3, -6.51138em -5.46369em 0 -0.33333em #8be7c2, 0.89572em -7.9497em 0 -0.33333em #90d2fa, 0.21191em -8.49736em 0 -0.33333em #91d1f9, 6.77379em -4.25626em 0 -0.33333em #cc8ef5, 6.77563em -5.13234em 0 -0.33333em #cb8df4, 7.55107em 2.64223em 0 -0.33333em #8ce8c3, 8.23716em 2.09744em 0 -0.33333em #8ce8c3, 2.64223em 7.55107em 0 -0.33333em #f58ea7, 3.49594em 7.7478em 0 -0.33333em #f48da6, -4.25626em 6.77379em 0 -0.33333em #91d2fa, -3.87779em 7.56391em 0 -0.33333em #91d2fa, -7.9497em 0.89572em 0 -0.33333em #92d3fc, -8.33147em 1.68424em 0 -0.33333em #cb8df4;
    }

    51.85185% {
        -webkit-box-shadow: -8.48528em -8.48528em 0 -0.16667em #9b88cb, -8.38671em -5.44639em 0 -0.58333em #ac77d9, 1.34357em -11.92455em 0 -0.16667em #97e3d5, -0.97087em -9.95276em 0 -0.58333em #b0dfe0, 10.16069em -6.38438em 0 -0.16667em #d1dbaa, 7.17606em -6.9645em 0 -0.58333em #d8ce9f, 11.3266em 3.96335em 0 -0.16667em #66cc9e, 9.91926em 1.26817em 0 -0.58333em #70d4a8, 3.96335em 11.3266em 0 -0.16667em #d5a5bf, 5.19306em 8.54588em 0 -0.58333em #ad9be0, -6.38438em 10.16069em 0 -0.16667em #bc7be1, -3.44362em 9.38837em 0 -0.58333em #a38cdb, -11.92455em 1.34357em 0 -0.16667em #b77bdc, -9.48718em 3.16122em 0 -0.58333em #9fcbcc;
        box-shadow: -8.48528em -8.48528em 0 -0.16667em #9b88cb, -8.38671em -5.44639em 0 -0.58333em #ac77d9, 1.34357em -11.92455em 0 -0.16667em #97e3d5, -0.97087em -9.95276em 0 -0.58333em #b0dfe0, 10.16069em -6.38438em 0 -0.16667em #d1dbaa, 7.17606em -6.9645em 0 -0.58333em #d8ce9f, 11.3266em 3.96335em 0 -0.16667em #66cc9e, 9.91926em 1.26817em 0 -0.58333em #70d4a8, 3.96335em 11.3266em 0 -0.16667em #d5a5bf, 5.19306em 8.54588em 0 -0.58333em #ad9be0, -6.38438em 10.16069em 0 -0.16667em #bc7be1, -3.44362em 9.38837em 0 -0.58333em #a38cdb, -11.92455em 1.34357em 0 -0.16667em #b77bdc, -9.48718em 3.16122em 0 -0.58333em #9fcbcc;
    }

    81.48148%,
    100% {
        -webkit-box-shadow: -8.48528em -8.48528em 0 -0.83333em #a068ce, -8.38671em -5.44639em 0 -0.83333em #b752e1, 1.34357em -11.92455em 0 -0.83333em #99e9c8, -0.97087em -9.95276em 0 -0.83333em #bae3d7, 10.16069em -6.38438em 0 -0.83333em #d3f491, 7.17606em -6.9645em 0 -0.83333em #dce483, 11.3266em 3.96335em 0 -0.83333em #59c392, 9.91926em 1.26817em 0 -0.83333em #67cd9f, 3.96335em 11.3266em 0 -0.83333em #caadc7, 5.19306em 8.54588em 0 -0.83333em #959ff3, -6.38438em 10.16069em 0 -0.83333em #ca5ed8, -3.44362em 9.38837em 0 -0.83333em #a975d1, -11.92455em 1.34357em 0 -0.83333em #c35dd1, -9.48718em 3.16122em 0 -0.83333em #90e0be;
        box-shadow: -8.48528em -8.48528em 0 -0.83333em #a068ce, -8.38671em -5.44639em 0 -0.83333em #b752e1, 1.34357em -11.92455em 0 -0.83333em #99e9c8, -0.97087em -9.95276em 0 -0.83333em #bae3d7, 10.16069em -6.38438em 0 -0.83333em #d3f491, 7.17606em -6.9645em 0 -0.83333em #dce483, 11.3266em 3.96335em 0 -0.83333em #59c392, 9.91926em 1.26817em 0 -0.83333em #67cd9f, 3.96335em 11.3266em 0 -0.83333em #caadc7, 5.19306em 8.54588em 0 -0.83333em #959ff3, -6.38438em 10.16069em 0 -0.83333em #ca5ed8, -3.44362em 9.38837em 0 -0.83333em #a975d1, -11.92455em 1.34357em 0 -0.83333em #c35dd1, -9.48718em 3.16122em 0 -0.83333em #90e0be;
    }
}

.heart-wrapper {
    font-size: 3px;
}

.heart-wrapper .ring {
    display: block;
    position: absolute;
    border-width: 0;
    border-style: solid;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    z-index: 1;
}

.heart-wrapper .circles {
    display: block;
    position: absolute;
    height: 1.66667em;
    width: 1.66667em;
    top: 50%;
    left: 50%;
    margin-top: -0.83333em;
    margin-left: -0.83333em;
    z-index: 2;
    border-radius: 50%;
}

.heart-wrapper.is-active .ring {
    -webkit-animation-name: ring;
    animation-name: ring;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.heart-wrapper.is-active .circles {
    -webkit-animation-name: circles;
    animation-name: circles;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* -----*/
/*shop detail page*/
.shop-bar {
    background: #f8f8f8;
    padding: 15px 0;
    border-bottom: solid 1px var(--border-color);
}

.shops-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shops-detail-name {}

.shops-detail .item-yk_rating {
    margin: 0px 10px;
}

/*.shop-opened {
    line-height: 2.5;
}Grocer*/

.uploadedphoto {
    margin: 25px 0;
    display: block;
}

.uploadedphoto img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    max-width: 150px;
}

.uploadedphoto a.removepic {}

.popup-title {
    text-align: center;
}

.auto-suggestion {
    min-width: 220px;
    z-index: 10;
    top: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    /*active*/
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.auto-suggestion li {
    padding: 5px 10px;
    border-bottom: solid 1px var(--border-color);
}

.auto-suggestion li a {
    display: block;
}

/*image listing inline*/
.inline-images {
    margin: 0 auto;
}

.inline-images li {
    display: inline-block;
    vertical-align: top;
    margin: 2px auto;
    border: solid 1px var(--border-color);
    border-radius: 2px;
    padding: 10px;
    margin-right: 10px;
}

.inline-images li img {
    margin-bottom: 8px;
}

.dropdown-menu {
    background: #fff;
    border: solid 1px var(--border-color);
    border-bottom: none;
    z-index: 1;
    position: absolute;
}

.dropdown-menu li {
    border-bottom: solid 1px var(--border-color);
    font-size: 0.8em;
}

.dropdown-menu li a {
    padding: 10px;
    line-height: 1.5;
    display: block;
}

.statustab.addmarg {
    margin-top: 15px;
}

.statustab {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 82px;
    height: 20px;
    padding: 3px;
    border-radius: 18px;
    margin: 4px 0 0;
    cursor: pointer;
}

.switch-inputs {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-labels {
    position: relative;
    display: block;
    height: inherit;
    font-size: 12px;
    text-transform: uppercase;
    background: #00bf6f;
    border-radius: inherit;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    transition-property: opacity background;
}

.switch-labels:before,
.switch-labels:after {
    position: absolute;
    top: 50%;
    margin-top: -.6em;
    line-height: 1;
    -webkit-transition: inherit;
    transition: inherit;
}

.switch-labels:before {
    content: attr(data-off);
    right: 11px;
    color: #fff;
}

.switch-labels:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.statustab.active .switch-labels {
    background: #f25454;
    /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);*/
}

.statustab.active .switch-labels:before {
    opacity: 0;
}

.statustab.active .switch-labels:after {
    opacity: 1;
}

.switch-handles {
    position: absolute;
    top: 1px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.switch-handles:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 6px;
}

.statustab.active .switch-handles {
    left: 62px;
    -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.listingbox {
    padding: 30px 0 0;
    width: 100%;
    display: inline-block;
}

.listingbox h5 {
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px 0;
    font-size: 1.2em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.05);
    padding: 6px 15px;
}

.listing--onefifth li {
    float: left;
    width: 20%;
    padding: 8px 0 0;
    font-size: 1em;
}

.listing--onefifth li a {
    color: #555555;
    text-transform: capitalize;
}

.listing--onefifth li a:hover {
    text-decoration: underline;
    color: #24b26b;
}

.list__selection--even {
    margin: 0;
}

.listing--grids {
    width: 100%;
    margin: 20px 0 0;
    display: inline-block;
}

.listing--grids ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.listing--grids ul li {
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: top;
}

.listing--grids ul li .boxwhite {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    display: block;
}

.listing--grids ul li .btn {
    margin-top: 18px;
}

.listing--grids ul li h5 {
    padding: 0;
}

.cell__item {
    float: left;
    padding: 10px 10px 0 0;
    position: relative;
    width: 20%;
}

.cell__head {
    color: #24b26b;
    font-size: 1.2em;
    margin: 0 0 6px;
}

.cell__head a:hover {
    color: #333;
}

.cell__item .cell__body {
    margin: 0 0 10px;
}

.list__vertical li {
    padding: 2px 0;
}

.list__vertical li ul {
    margin: 8px 0 8px 15px;
}

.list__vertical li a {
    color: #666;
}

.list__vertical li a:hover {
    color: #333;
    text-decoration: underline;
}

/* Added by Meenu Aggarwal*/
.rating li {
    display: inline;
}

.grids--offset {
    margin: 0;
}

.grids--offset .grid-layout {
    background: #fcfcfc;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 15px;
}

.grids--offset .grid-layout p {
    color: #555555;
    margin: 0 0 5px 0;
}

.grids--offset .grid-layout .info--order {
    text-align: right;
}

.grids--colum {
    margin: 10px 0 30px;
}

.grids--colum .grid {
    width: 100%;
    min-height: 200px;
    padding: 20px;
    border-radius: 3px;
    background: #f5f5f5;
}

.grids--colum .grid p {
    color: #555555;
}

.q-group {
    margin: 10px 0;
}

.cg-nav-wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 15px 0;
}

.cg-nav-wrapper ul {
    display: table-row;
}

.cg-nav-wrapper ul li {
    background: #fff;
    display: table-cell;
    border: solid 1px var(--border-color);
}

.cg-nav-wrapper ul li a {
    display: block;
    padding: 10px;
    color: var(--txt-color-light);
}

.cg-nav-wrapper .cg-icon {
    height: 35px;
    max-width: 35px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.cg-nav-wrapper .caption {
    vertical-align: top;
}

.cg-nav-wrapper ul li.iss--active {
    color: var(--first-color);
    /*	border-top-color: var(--first-color);*/
}

.cg-nav-wrapper ul li.iss--active a {
    color: var(--first-color);
}

.cg-main .item {
    background: #fff;
    padding: 15px;
    border-bottom: solid 1px var(--border-color);
}

.cg-main ul li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

.cg-main a {
    color: var(--txt-color-light);
}

.big-title a,
.cg-main a:hover,
.cg-nav-wrapper ul li a:hover {
    color: var(--first-color);
}

.product-options {
    margin: 20px;
}

.product-options li {
    border-bottom: solid 1px var(--border-color);
    padding: 20px 50px;
    padding-top: 0;
    position: relative;
    margin: 20px 0;
    width: 100%;
    display: table;
}

.product-options li p {
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.5;
}

.product-options li a {
    color: var(--txt-color-light);
}

.product-options li a:hover,
.product-options li a:hover p {
    color: var(--first-color);
}

.product-options li .icn {
    font-size: 4em;
    float: left;
    margin-right: 50px;
}

.product-options li:before {
    background: #fff;
    padding: 4px 10px;
    bottom: -15%;
    color: var(--txt-color-light);
    content: attr(data-heading);
    font-size: 1em;
    font-weight: 300;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.product-options li span {
    display: block;
    font-size: 0.9em;
}

.product-options li:last-child {
    border-bottom: none;
}

.product-options li:last-child:before {
    content: normal;
}

.custom-form {
    display: table;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

form.custom-form input[type="submit"] {
    margin: 0;
}

.custom-form input[type="text"] {
    width: auto;
    margin: 0 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.image-listing li {
    border: solid 1px var(--border-color);
    padding: 10px;
    display: inline-block;
    margin: 5px;
    border-radius: 2px;
    position: relative;
}

.image-listing li .closeimg {
    background: #ffffff;
    border: 1px solid;
    border-radius: 50%;
    font-size: 11px;
    height: 20px;
    padding: 0;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -7px;
    vertical-align: top;
    width: 20px;
    font-size: 0.8em;
}

.image-listing p {
    display: block;
    font-size: 0.8em;
    line-height: 1.6;
    margin: 0;
}

.no-product {
    margin: 0 auto;
    padding: 100px 20px;
    text-align: center;
}

.no-product-txt {
    font-size: 0.95em;
    line-height: 1.5;
    margin: 20px 0;
}

.no-product-txt span {
    display: block;
    text-transform: uppercase;
    font-size: 1.8em;
}

.rel-icon {
    display: inline-block;
    margin: 0 auto;
}

.txt-popular {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    margin-top: 25px;
}

.query-form {
    margin: 0 auto;
    max-width: 600px;
}

.top-brands-list {
    margin: 0 auto;
    text-align: center;
}

.top-brands-list li {
    display: inline-block;
    margin: 0 auto;
}

.graph {
    margin-top: 10px;
}

.sales-graph {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 50%;
}

.sales-graph svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.sales-graph .ct-series-a .ct-area,
.sales-graph .ct-series-a .ct-slice-pie {
    fill: var(--first-color);
}

.sales-graph .ct-series-a .ct-bar,
.sales-graph .ct-series-a .ct-line,
.sales-graph .ct-series-a .ct-point,
.sales-graph .ct-series-a .ct-slice-donut {
    stroke: var(--first-color);
}

.sales-graph.ct-perfect-fourth:before {
    padding-bottom: 55%;
}

.sales-graph .ct-series-b .ct-point,
.graph--visitor .ct-series-b .ct-line {
    stroke: var(--first-color);
}

.sales-graph .ct-series-a .ct-point,
.graph--visitor .ct-series-a .ct-line {
    stroke: var(--first-color);
}

.sales-graph .ct-series-c .ct-point,
.graph--visitor .ct-series-c .ct-line {
    stroke: var(--first-color);
}

.sales-graph .ct-series-d .ct-point,
.graph--visitor .ct-series-d .ct-line {
    stroke: var(--first-color);
}

.sales-graph .ct-line {
    stroke-width: 1px;
}

.delivery-term {
    position: relative;
    display: inline-block;
    padding: 15px 0;
}

/*
.delivery-term-data-inner {
	overflow: auto;
	min-width: 550px;
	max-height: 300px;
}
.delivery-term-data:before {
	height: 20px;
	width: 20px;
	background: #fff;
	display: block;
	position: absolute;
	top: -5px;
	right: 10px;
	transform: rotate(-135deg);
	content: "";
}*/
.auto-renew {
    float: right;
}

.auto-renew p {
    display: inline-block;
    margin: 0 15px;
}

.auto-renew .switch-links {
    display: inline-block;
}

/*for js*/
/*
.shop-navigations.light>li>a, .product-search input[type="text"].light {
  color: #000;
}

.shop-navigations.light>li>a, .product-search input[type="text"].light::-webkit-input-placeholder {
  color: #000;
  opacity: 1 !important;
}

.shop-navigations.light>li>a, .product-search input[type="text"].light:-moz-placeholder {

  color: #000;
  opacity: 1;
}

.shop-navigations.light>li>a, .product-search input[type="text"].light::-moz-placeholder {

  color: #000;
  opacity: 1;
}

.shop-navigations.light>li>a, .product-search input[type="text"].light:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
*/
/**/
/*
.shop-navigations.dark>li>a, .product-search input[type="text"].dark {
  color: #fff;
}

.shop-navigations.dark>li>a, .product-search input[type="text"].dark::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important;
}

.shop-navigations.dark>li>a, .product-search input[type="text"].dark:-moz-placeholder {

  color: #fff;
  opacity: 1;
}

.shop-navigations.dark>li>a, .product-search input[type="text"].dark::-moz-placeholder {

  color: #fff;
  opacity: 1;
}

.shop-navigations.dark>li>a, .product-search input[type="text"].dark:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}*/
.product-search {
    margin: 0 auto;
    margin-bottom: 15px;
}

.product-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f2f2;
}

.product-search input[type="text"] {
    background: none;
    border: solid 1px var(--border-color);
    color: var(--txt-color);
}

.product-search .input-submit {
    background: url(images/retina/magni-gray.svg) no-repeat center;
    background-size: 20px auto;
    width: 30px;
    height: 20px;
    border: none;
    padding: 0;
    margin: 0;
}

.balancebox {
    border: 1px solid var(--border-color);
    text-align: center;
    padding: 10px;
    min-height: 141px;
}

.balancebox p {
    margin-bottom: 0;
}

.note {
    font-size: 0.8em;
    margin-bottom: 0;
    /*font-style: italic;*/
}

.highlighted-note {
    background: #ffc;
    border: 1px solid #f2f2ce;
    border-radius: 2px;
    font-size: 0.8em;
    color: #575702;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 5px 8px;
    font-weight: 500;
}

.cols--group .box__head p.highlighted-note {
    padding: 5px 8px;
}

.seller-steps {
    text-align: center;
    margin: 0 auto;
}

.seller-steps ul {
    margin: 50px auto;
}

.seller-steps li {
    display: inline-block;
    margin: 0 30px;
    max-width: 224px;
    text-align: center;
    vertical-align: top;
}

.seller-steps li:first-child {
    margin-left: 0;
}

.seller-steps li:last-child {
    margin-right: 0;
}

.seller-steps .icn {
    margin: 20px auto;
    display: block;
    text-align: center;
}

.seller-steps .icn img {
    display: inline-block;
}

.seller-steps h3 {
    color: #000;
    font-size: 1.25em;
    line-height: 1.3;
    font-weight: 600;
}

.seller-steps p {
    font-size: 0.9375em;
    line-height: 1.3;
}

.category__description {
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
}

/**/
.sitemapcontainer h2 {
    font-size: 1.3em;
    margin: 10px 0 0 0;
}

.sitemapcontainer .box {
    margin-bottom: 20px;
}

.site-map-list {}

.site-map-list ~ .heading3 {
    margin-top: 20px;
}

.site-map-list h3 {
    font-size: 1.1em;
    border-bottom: solid 1px var(--border-color);
    margin-bottom: 15px;
    color: #333;
}

.site-map-list h3 a {
    color: #333;
}

.site-map-list > ul {
    list-style: inside;
}

.site-map-list > ul > li {
    display: inline-block;
    padding: 7px 0;
    width: 19%;
}

.site-map-list > ul > li a:hover {
    text-decoration: underline;
}

.strikethrough {
    text-decoration: line-through;
}

/*messages*/
.info-message {
    background: #f9edbe;
    border: 1px solid #f0c36d;
    color: #6c6c6c;
    font-size: 0.85em;
    line-height: 1.2;
    padding: 10px;
}

.orders-graph .ct-series-a .ct-area,
.orders-graph .ct-series-a .ct-slice-pie {
    fill: #0392ec;
}

.orders-graph .ct-series-a .ct-bar,
.orders-graph .ct-series-a .ct-line,
.orders-graph .ct-series-a .ct-point,
.orders-graph .ct-series-a .ct-slice-donut {
    stroke: #0392ec;
}

.orders-graph.ct-perfect-fourth:before {
    padding-bottom: 55%;
}

.orders-graph .ct-series-b .ct-point,
.graph--visitor .ct-series-b .ct-line {
    stroke: #0392ec;
}

.orders-graph .ct-series-a .ct-point,
.graph--visitor .ct-series-a .ct-line {
    stroke: #0392ec;
}

.orders-graph .ct-series-c .ct-point,
.graph--visitor .ct-series-c .ct-line {
    stroke: #0392ec;
}

.orders-graph .ct-series-d .ct-point,
.graph--visitor .ct-series-d .ct-line {
    stroke: #0392ec;
}

.messages-graph .ct-series-a .ct-area,
.messages-graph .ct-series-a .ct-slice-pie {
    fill: #ff6666;
}

.messages-graph .ct-series-a .ct-bar,
.messages-graph .ct-series-a .ct-line,
.messages-graph .ct-series-a .ct-point,
.messages-graph .ct-series-a .ct-slice-donut {
    stroke: #ff6666;
}

.messages-graph.ct-perfect-fourth:before {
    padding-bottom: 55%;
}

.messages-graph .ct-series-b .ct-point,
.graph--visitor .ct-series-b .ct-line {
    stroke: #ff6666;
}

.messages-graph .ct-series-a .ct-point,
.graph--visitor .ct-series-a .ct-line {
    stroke: #ff6666;
}

.messages-graph .ct-series-c .ct-point,
.graph--visitor .ct-series-c .ct-line {
    stroke: #ff6666;
}

.messages-graph .ct-series-d .ct-point,
.graph--visitor .ct-series-d .ct-line {
    stroke: #ff6666;
}

.quickview {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* opacity: 0;
  visibility: hidden; */
}

.item-yk:hover .quickview {
    visibility: visible;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.quickview > a {
    background: rgba(0, 0, 0, 0.78);
    border-radius: 2px;
    color: #fff;
    padding: 3px 5px;
    line-height: 1.5;
    font-size: 0.9em;
    white-space: nowrap;
}

.icn-quickview {
    margin: 0 auto;
    background: var(--first-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
}

.icn-quickview svg {
    width: 16px;
    height: 16px;
    margin: 12px;
    fill: #fff;
}

.quickview .tooltip {
    cursor: pointer;
}

.quickview .tooltip .hovertxt {
    min-width: inherit;
    white-space: nowrap;
    bottom: 50px;
}

/*cookies*/
.cc-window {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999;
}

.cc-window .box-cookies {
    color: #dbe0df;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    padding: 15px;
    text-align: center;
}

.cc-window .box-cookies a {
    color: #fff;
    text-decoration: underline;
}

.cc-window .cc-close {
    background-color: var(--first-color);
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	color: var(--first-inverse-color);
}

.categories-add-step {
    padding: 10px 50px;
}

.padd15 {
    padding: 15px;
}

.box-categories {
    height: 400px;
    overflow-y: auto;
}

.box-categories ul li {
    display: block;
    margin: 0;
    padding: 10px;
    border-bottom: solid 1px var(--border-color);
}

.select-categories-slider {
    position: relative;
}

.select-categories-slider .box-border {
    border: solid 1px var(--border-color);
    border-radius: 3px;
}

.select-categories-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.10);
    width: 40px;
    height: 100%;
    border-radius: 2px;
    border: none;
    text-indent: -999999px;
    z-index: 1;
    display: inline-block;
    margin: 0;
}

.select-categories-slider .slick-arrow.slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.33);
}

.select-categories-slider .slick-prev,
.select-categories-slider .slick-next {}

.select-categories-slider .slick-arrow.slick-prev:after,
.select-categories-slider .slick-arrow.slick-next:after {
    content: "";
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-top: none;
    border-left: none;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -5px;
}

.select-categories-slider .slick-arrow.slick-prev:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: -3px;
}

.select-categories-slider .slick-arrow.slick-prev {
    left: 0;
    margin-left: -40px;
}

.select-categories-slider .slick-arrow.slick-next {
    right: 0;
    margin-right: -40px;
}

.select-categories-slider .slick-arrow:before {
    display: none;
}

.box-categories ul li.is-active {
    color: #fff;
    background: var(--first-color);
}

.box-categories ul li.is-active a {
    color: inherit;
}

/* added on 21 june 2018 */
.btn-inline {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 0 0 20px;
    border: 1px solid #333;
    padding: 7px 20px 7px 45px;
    color: #333;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.btn-inline:before {
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 15px;
    top: 5px;
    content: "i";
    text-align: center;
    background: #333;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
}

.small-link-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.small-link-close:before {
    content: "+";
    font-size: 20px;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.tabled-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabled-container .tabled-box {
    background: #f5f5f5;
    padding: 30px 20px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 15px solid #fff;
}

.tabled-container .tabled-box h6 {
    max-width: 50%;
    margin: 0 auto 10px;
    line-height: 1.5;
    color: #000;
}

.btn-play {
    color: #333;
    border: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.05);
    padding: 8px 20px 8px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.btn-play:before {
    position: absolute;
    left: 15px;
    top: 10px;
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000;
}

.tabled-container .tabled-box .btn-play {
    background: #fff;
    border-color: #000;
    min-width: 150px;
    padding: 10px 20px 10px 35px;
}

.tabled-container .tabled-box .btn-play:hover {
    background: #000;
    color: #fff;
}

.tabled-container .tabled-box .btn-play:hover:before {
    border-left: 10px solid #fff;
}

.tabled-container .tabled-box .btn-play:before {
    left: 30px;
    top: 12px;
}

.box-container {
    padding: 30px;
    background: #fff;
    position: relative;
}

.-inline-element {
    display: inline-block;
    vertical-align: top;
}

.-row-heading td {
    background: #eee;
    color: #000;
}

/* New favorite Icon CSS */
.favourite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
}

.favourite a {
    width: 40px;
    height: 40px;
    display: block;
    border: solid 1px var(--border-color);
    border-radius: 50px;
    background: #fff url(images/retina/heart-gray.svg) no-repeat center;
    background-size: 20px 20px;
}

.favourite.is-active a {
    background: #fff url(images/retina/heart-gray-active.svg) no-repeat center;
    background-size: 20px 20px;
}

@media (min-width:768px){
    .favourite a:hover{
        background: #fff url(images/retina/heart-gray-active.svg) no-repeat center;
        background-size: 20px 20px;
    }
}

.heart-wrapper {
    font-size: 3px;
}

.heart-wrapper .ring {
    display: block;
    position: absolute;
    border-width: 0;
    border-style: solid;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    z-index: 1;
}

.heart-wrapper .circles {
    display: block;
    position: absolute;
    height: 1.66667em;
    width: 1.66667em;
    top: 50%;
    left: 50%;
    margin-top: -0.83333em;
    margin-left: -0.83333em;
    z-index: 2;
    border-radius: 50%;
}

.heart-wrapper.is-active .ring {
    -webkit-animation-name: ring;
    animation-name: ring;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.heart-wrapper.is-active .circles {
    -webkit-animation-name: circles;
    animation-name: circles;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*like click**/
@-webkit-keyframes heart {

    0%,
    18.51852% {
        height: 0;
        width: 0;
        top: 50%;
        margin-top: 0;
        margin-left: 0;
    }

    44.44444% {
        height: 12.5em;
        width: 12.5em;
        top: 54%;
        margin-top: -6.25em;
        margin-left: -6.25em;
    }

    62.96296% {
        height: 10em;
        width: 10em;
        top: 54%;
        margin-top: -5em;
        margin-left: -5em;
    }

    81.48148% {
        height: 10.25em;
        width: 10.25em;
        top: 54%;
        margin-top: -5.125em;
        margin-left: -5.125em;
    }

    100% {
        height: 10em;
        width: 10em;
        top: 54%;
        margin-top: -5em;
        margin-left: -5em;
    }
}

@keyframes heart {

    0%,
    18.51852% {
        height: 0;
        width: 0;
        top: 50%;
        margin-top: 0;
        margin-left: 0;
    }

    44.44444% {
        height: 12.5em;
        width: 12.5em;
        top: 54%;
        margin-top: -6.25em;
        margin-left: -6.25em;
    }

    62.96296% {
        height: 10em;
        width: 10em;
        top: 54%;
        margin-top: -5em;
        margin-left: -5em;
    }

    81.48148% {
        height: 10.25em;
        width: 10.25em;
        top: 54%;
        margin-top: -5.125em;
        margin-left: -5.125em;
    }

    100% {
        height: 10em;
        width: 10em;
        top: 54%;
        margin-top: -5em;
        margin-left: -5em;
    }
}

@-webkit-keyframes ring {
    0% {
        height: 0;
        width: 0;
        border-width: 0;
        margin-top: 0;
        margin-left: 0;
    }

    3.7037% {
        height: 0;
        width: 0;
        border-width: 1em;
        margin-top: -1em;
        margin-left: -1em;
        border-color: #E2264D;
    }

    7.40741% {
        height: 0;
        width: 0;
        border-width: 7em;
        margin-top: -7em;
        margin-left: -7em;
    }

    11.11111% {
        height: 0;
        width: 0;
        border-width: 8em;
        margin-top: -8em;
        margin-left: -8em;
    }

    14.81481% {
        height: 0;
        width: 0;
        border-width: 8.5em;
        margin-top: -8.5em;
        margin-left: -8.5em;
    }

    18.51852% {
        width: 12em;
        height: 12em;
        border-width: 2.5em;
        border-color: #CC8EF5;
    }

    22.22222% {
        width: 16em;
        height: 16em;
        border-width: 0.5em;
    }

    25.92593%,
    100% {
        width: 17em;
        height: 17em;
        border-width: 0;
        margin-top: -8.5em;
        margin-left: -8.5em;
    }
}

@keyframes ring {
    0% {
        height: 0;
        width: 0;
        border-width: 0;
        margin-top: 0;
        margin-left: 0;
    }

    3.7037% {
        height: 0;
        width: 0;
        border-width: 1em;
        margin-top: -1em;
        margin-left: -1em;
        border-color: #E2264D;
    }

    7.40741% {
        height: 0;
        width: 0;
        border-width: 7em;
        margin-top: -7em;
        margin-left: -7em;
    }

    11.11111% {
        height: 0;
        width: 0;
        border-width: 8em;
        margin-top: -8em;
        margin-left: -8em;
    }

    14.81481% {
        height: 0;
        width: 0;
        border-width: 8.5em;
        margin-top: -8.5em;
        margin-left: -8.5em;
    }

    18.51852% {
        width: 12em;
        height: 12em;
        border-width: 2.5em;
        border-color: #CC8EF5;
    }

    22.22222% {
        width: 16em;
        height: 16em;
        border-width: 0.5em;
    }

    25.92593%,
    100% {
        width: 17em;
        height: 17em;
        border-width: 0;
        margin-top: -8.5em;
        margin-left: -8.5em;
    }
}

@-webkit-keyframes circles {

    0%,
    18.51852% {
        -webkit-box-shadow: -5.3033em -5.3033em 0 -0.83333em #8ce8c3, -5.74533em -4.82091em 0 -0.83333em #8be7c2, 0.83973em -7.45284em 0 -0.83333em #90d2fa, 0.18698em -7.49767em 0 -0.83333em #91d1f9, 6.35043em -3.99024em 0 -0.83333em #cc8ef5, 5.97849em -4.52853em 0 -0.83333em #cb8df4, 7.07912em 2.47709em 0 -0.83333em #8ce8c3, 7.26808em 1.85068em 0 -0.83333em #8ce8c3, 2.47709em 7.07912em 0 -0.83333em #f58ea7, 3.08465em 6.83629em 0 -0.83333em #f48da6, -3.99024em 6.35043em 0 -0.83333em #91d2fa, -3.42158em 6.67404em 0 -0.83333em #91d2fa, -7.45284em 0.83973em 0 -0.83333em #92d3fc, -7.35129em 1.4861em 0 -0.83333em #cb8df4;
        box-shadow: -5.3033em -5.3033em 0 -0.83333em #8ce8c3, -5.74533em -4.82091em 0 -0.83333em #8be7c2, 0.83973em -7.45284em 0 -0.83333em #90d2fa, 0.18698em -7.49767em 0 -0.83333em #91d1f9, 6.35043em -3.99024em 0 -0.83333em #cc8ef5, 5.97849em -4.52853em 0 -0.83333em #cb8df4, 7.07912em 2.47709em 0 -0.83333em #8ce8c3, 7.26808em 1.85068em 0 -0.83333em #8ce8c3, 2.47709em 7.07912em 0 -0.83333em #f58ea7, 3.08465em 6.83629em 0 -0.83333em #f48da6, -3.99024em 6.35043em 0 -0.83333em #91d2fa, -3.42158em 6.67404em 0 -0.83333em #91d2fa, -7.45284em 0.83973em 0 -0.83333em #92d3fc, -7.35129em 1.4861em 0 -0.83333em #cb8df4;
    }

    22.22222% {
        -webkit-box-shadow: -5.65685em -5.65685em 0 -0.33333em #8ce8c3, -6.51138em -5.46369em 0 -0.33333em #8be7c2, 0.89572em -7.9497em 0 -0.33333em #90d2fa, 0.21191em -8.49736em 0 -0.33333em #91d1f9, 6.77379em -4.25626em 0 -0.33333em #cc8ef5, 6.77563em -5.13234em 0 -0.33333em #cb8df4, 7.55107em 2.64223em 0 -0.33333em #8ce8c3, 8.23716em 2.09744em 0 -0.33333em #8ce8c3, 2.64223em 7.55107em 0 -0.33333em #f58ea7, 3.49594em 7.7478em 0 -0.33333em #f48da6, -4.25626em 6.77379em 0 -0.33333em #91d2fa, -3.87779em 7.56391em 0 -0.33333em #91d2fa, -7.9497em 0.89572em 0 -0.33333em #92d3fc, -8.33147em 1.68424em 0 -0.33333em #cb8df4;
        box-shadow: -5.65685em -5.65685em 0 -0.33333em #8ce8c3, -6.51138em -5.46369em 0 -0.33333em #8be7c2, 0.89572em -7.9497em 0 -0.33333em #90d2fa, 0.21191em -8.49736em 0 -0.33333em #91d1f9, 6.77379em -4.25626em 0 -0.33333em #cc8ef5, 6.77563em -5.13234em 0 -0.33333em #cb8df4, 7.55107em 2.64223em 0 -0.33333em #8ce8c3, 8.23716em 2.09744em 0 -0.33333em #8ce8c3, 2.64223em 7.55107em 0 -0.33333em #f58ea7, 3.49594em 7.7478em 0 -0.33333em #f48da6, -4.25626em 6.77379em 0 -0.33333em #91d2fa, -3.87779em 7.56391em 0 -0.33333em #91d2fa, -7.9497em 0.89572em 0 -0.33333em #92d3fc, -8.33147em 1.68424em 0 -0.33333em #cb8df4;
    }

    51.85185% {
        -webkit-box-shadow: -8.48528em -8.48528em 0 -0.16667em #9b88cb, -8.38671em -5.44639em 0 -0.58333em #ac77d9, 1.34357em -11.92455em 0 -0.16667em #97e3d5, -0.97087em -9.95276em 0 -0.58333em #b0dfe0, 10.16069em -6.38438em 0 -0.16667em #d1dbaa, 7.17606em -6.9645em 0 -0.58333em #d8ce9f, 11.3266em 3.96335em 0 -0.16667em #66cc9e, 9.91926em 1.26817em 0 -0.58333em #70d4a8, 3.96335em 11.3266em 0 -0.16667em #d5a5bf, 5.19306em 8.54588em 0 -0.58333em #ad9be0, -6.38438em 10.16069em 0 -0.16667em #bc7be1, -3.44362em 9.38837em 0 -0.58333em #a38cdb, -11.92455em 1.34357em 0 -0.16667em #b77bdc, -9.48718em 3.16122em 0 -0.58333em #9fcbcc;
        box-shadow: -8.48528em -8.48528em 0 -0.16667em #9b88cb, -8.38671em -5.44639em 0 -0.58333em #ac77d9, 1.34357em -11.92455em 0 -0.16667em #97e3d5, -0.97087em -9.95276em 0 -0.58333em #b0dfe0, 10.16069em -6.38438em 0 -0.16667em #d1dbaa, 7.17606em -6.9645em 0 -0.58333em #d8ce9f, 11.3266em 3.96335em 0 -0.16667em #66cc9e, 9.91926em 1.26817em 0 -0.58333em #70d4a8, 3.96335em 11.3266em 0 -0.16667em #d5a5bf, 5.19306em 8.54588em 0 -0.58333em #ad9be0, -6.38438em 10.16069em 0 -0.16667em #bc7be1, -3.44362em 9.38837em 0 -0.58333em #a38cdb, -11.92455em 1.34357em 0 -0.16667em #b77bdc, -9.48718em 3.16122em 0 -0.58333em #9fcbcc;
    }

    81.48148%,
    100% {
        -webkit-box-shadow: -8.48528em -8.48528em 0 -0.83333em #a068ce, -8.38671em -5.44639em 0 -0.83333em #b752e1, 1.34357em -11.92455em 0 -0.83333em #99e9c8, -0.97087em -9.95276em 0 -0.83333em #bae3d7, 10.16069em -6.38438em 0 -0.83333em #d3f491, 7.17606em -6.9645em 0 -0.83333em #dce483, 11.3266em 3.96335em 0 -0.83333em #59c392, 9.91926em 1.26817em 0 -0.83333em #67cd9f, 3.96335em 11.3266em 0 -0.83333em #caadc7, 5.19306em 8.54588em 0 -0.83333em #959ff3, -6.38438em 10.16069em 0 -0.83333em #ca5ed8, -3.44362em 9.38837em 0 -0.83333em #a975d1, -11.92455em 1.34357em 0 -0.83333em #c35dd1, -9.48718em 3.16122em 0 -0.83333em #90e0be;
        box-shadow: -8.48528em -8.48528em 0 -0.83333em #a068ce, -8.38671em -5.44639em 0 -0.83333em #b752e1, 1.34357em -11.92455em 0 -0.83333em #99e9c8, -0.97087em -9.95276em 0 -0.83333em #bae3d7, 10.16069em -6.38438em 0 -0.83333em #d3f491, 7.17606em -6.9645em 0 -0.83333em #dce483, 11.3266em 3.96335em 0 -0.83333em #59c392, 9.91926em 1.26817em 0 -0.83333em #67cd9f, 3.96335em 11.3266em 0 -0.83333em #caadc7, 5.19306em 8.54588em 0 -0.83333em #959ff3, -6.38438em 10.16069em 0 -0.83333em #ca5ed8, -3.44362em 9.38837em 0 -0.83333em #a975d1, -11.92455em 1.34357em 0 -0.83333em #c35dd1, -9.48718em 3.16122em 0 -0.83333em #90e0be;
    }
}

@keyframes circles {

    0%,
    18.51852% {
        -webkit-box-shadow: -5.3033em -5.3033em 0 -0.83333em #8ce8c3, -5.74533em -4.82091em 0 -0.83333em #8be7c2, 0.83973em -7.45284em 0 -0.83333em #90d2fa, 0.18698em -7.49767em 0 -0.83333em #91d1f9, 6.35043em -3.99024em 0 -0.83333em #cc8ef5, 5.97849em -4.52853em 0 -0.83333em #cb8df4, 7.07912em 2.47709em 0 -0.83333em #8ce8c3, 7.26808em 1.85068em 0 -0.83333em #8ce8c3, 2.47709em 7.07912em 0 -0.83333em #f58ea7, 3.08465em 6.83629em 0 -0.83333em #f48da6, -3.99024em 6.35043em 0 -0.83333em #91d2fa, -3.42158em 6.67404em 0 -0.83333em #91d2fa, -7.45284em 0.83973em 0 -0.83333em #92d3fc, -7.35129em 1.4861em 0 -0.83333em #cb8df4;
        box-shadow: -5.3033em -5.3033em 0 -0.83333em #8ce8c3, -5.74533em -4.82091em 0 -0.83333em #8be7c2, 0.83973em -7.45284em 0 -0.83333em #90d2fa, 0.18698em -7.49767em 0 -0.83333em #91d1f9, 6.35043em -3.99024em 0 -0.83333em #cc8ef5, 5.97849em -4.52853em 0 -0.83333em #cb8df4, 7.07912em 2.47709em 0 -0.83333em #8ce8c3, 7.26808em 1.85068em 0 -0.83333em #8ce8c3, 2.47709em 7.07912em 0 -0.83333em #f58ea7, 3.08465em 6.83629em 0 -0.83333em #f48da6, -3.99024em 6.35043em 0 -0.83333em #91d2fa, -3.42158em 6.67404em 0 -0.83333em #91d2fa, -7.45284em 0.83973em 0 -0.83333em #92d3fc, -7.35129em 1.4861em 0 -0.83333em #cb8df4;
    }

    22.22222% {
        -webkit-box-shadow: -5.65685em -5.65685em 0 -0.33333em #8ce8c3, -6.51138em -5.46369em 0 -0.33333em #8be7c2, 0.89572em -7.9497em 0 -0.33333em #90d2fa, 0.21191em -8.49736em 0 -0.33333em #91d1f9, 6.77379em -4.25626em 0 -0.33333em #cc8ef5, 6.77563em -5.13234em 0 -0.33333em #cb8df4, 7.55107em 2.64223em 0 -0.33333em #8ce8c3, 8.23716em 2.09744em 0 -0.33333em #8ce8c3, 2.64223em 7.55107em 0 -0.33333em #f58ea7, 3.49594em 7.7478em 0 -0.33333em #f48da6, -4.25626em 6.77379em 0 -0.33333em #91d2fa, -3.87779em 7.56391em 0 -0.33333em #91d2fa, -7.9497em 0.89572em 0 -0.33333em #92d3fc, -8.33147em 1.68424em 0 -0.33333em #cb8df4;
        box-shadow: -5.65685em -5.65685em 0 -0.33333em #8ce8c3, -6.51138em -5.46369em 0 -0.33333em #8be7c2, 0.89572em -7.9497em 0 -0.33333em #90d2fa, 0.21191em -8.49736em 0 -0.33333em #91d1f9, 6.77379em -4.25626em 0 -0.33333em #cc8ef5, 6.77563em -5.13234em 0 -0.33333em #cb8df4, 7.55107em 2.64223em 0 -0.33333em #8ce8c3, 8.23716em 2.09744em 0 -0.33333em #8ce8c3, 2.64223em 7.55107em 0 -0.33333em #f58ea7, 3.49594em 7.7478em 0 -0.33333em #f48da6, -4.25626em 6.77379em 0 -0.33333em #91d2fa, -3.87779em 7.56391em 0 -0.33333em #91d2fa, -7.9497em 0.89572em 0 -0.33333em #92d3fc, -8.33147em 1.68424em 0 -0.33333em #cb8df4;
    }

    51.85185% {
        -webkit-box-shadow: -8.48528em -8.48528em 0 -0.16667em #9b88cb, -8.38671em -5.44639em 0 -0.58333em #ac77d9, 1.34357em -11.92455em 0 -0.16667em #97e3d5, -0.97087em -9.95276em 0 -0.58333em #b0dfe0, 10.16069em -6.38438em 0 -0.16667em #d1dbaa, 7.17606em -6.9645em 0 -0.58333em #d8ce9f, 11.3266em 3.96335em 0 -0.16667em #66cc9e, 9.91926em 1.26817em 0 -0.58333em #70d4a8, 3.96335em 11.3266em 0 -0.16667em #d5a5bf, 5.19306em 8.54588em 0 -0.58333em #ad9be0, -6.38438em 10.16069em 0 -0.16667em #bc7be1, -3.44362em 9.38837em 0 -0.58333em #a38cdb, -11.92455em 1.34357em 0 -0.16667em #b77bdc, -9.48718em 3.16122em 0 -0.58333em #9fcbcc;
        box-shadow: -8.48528em -8.48528em 0 -0.16667em #9b88cb, -8.38671em -5.44639em 0 -0.58333em #ac77d9, 1.34357em -11.92455em 0 -0.16667em #97e3d5, -0.97087em -9.95276em 0 -0.58333em #b0dfe0, 10.16069em -6.38438em 0 -0.16667em #d1dbaa, 7.17606em -6.9645em 0 -0.58333em #d8ce9f, 11.3266em 3.96335em 0 -0.16667em #66cc9e, 9.91926em 1.26817em 0 -0.58333em #70d4a8, 3.96335em 11.3266em 0 -0.16667em #d5a5bf, 5.19306em 8.54588em 0 -0.58333em #ad9be0, -6.38438em 10.16069em 0 -0.16667em #bc7be1, -3.44362em 9.38837em 0 -0.58333em #a38cdb, -11.92455em 1.34357em 0 -0.16667em #b77bdc, -9.48718em 3.16122em 0 -0.58333em #9fcbcc;
    }

    81.48148%,
    100% {
        -webkit-box-shadow: -8.48528em -8.48528em 0 -0.83333em #a068ce, -8.38671em -5.44639em 0 -0.83333em #b752e1, 1.34357em -11.92455em 0 -0.83333em #99e9c8, -0.97087em -9.95276em 0 -0.83333em #bae3d7, 10.16069em -6.38438em 0 -0.83333em #d3f491, 7.17606em -6.9645em 0 -0.83333em #dce483, 11.3266em 3.96335em 0 -0.83333em #59c392, 9.91926em 1.26817em 0 -0.83333em #67cd9f, 3.96335em 11.3266em 0 -0.83333em #caadc7, 5.19306em 8.54588em 0 -0.83333em #959ff3, -6.38438em 10.16069em 0 -0.83333em #ca5ed8, -3.44362em 9.38837em 0 -0.83333em #a975d1, -11.92455em 1.34357em 0 -0.83333em #c35dd1, -9.48718em 3.16122em 0 -0.83333em #90e0be;
        box-shadow: -8.48528em -8.48528em 0 -0.83333em #a068ce, -8.38671em -5.44639em 0 -0.83333em #b752e1, 1.34357em -11.92455em 0 -0.83333em #99e9c8, -0.97087em -9.95276em 0 -0.83333em #bae3d7, 10.16069em -6.38438em 0 -0.83333em #d3f491, 7.17606em -6.9645em 0 -0.83333em #dce483, 11.3266em 3.96335em 0 -0.83333em #59c392, 9.91926em 1.26817em 0 -0.83333em #67cd9f, 3.96335em 11.3266em 0 -0.83333em #caadc7, 5.19306em 8.54588em 0 -0.83333em #959ff3, -6.38438em 10.16069em 0 -0.83333em #ca5ed8, -3.44362em 9.38837em 0 -0.83333em #a975d1, -11.92455em 1.34357em 0 -0.83333em #c35dd1, -9.48718em 3.16122em 0 -0.83333em #90e0be;
    }
}

.shop-actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 5px;
}

.shop-actions ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
    /*-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
}

.shop-actions li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px var(--border-color);
    padding: 10px 8px;
    margin: 0 5px 0 0;
    border-radius: 2px;
    font-size: 0.875em;
    background-color: #fff;
    color: var(--txt-color-light);
    height: 100%;
}

.shop-actions .icn {
    margin: 0 5px;
    min-width: 15px;
}

.shop-actions .icn img {
    opacity: 0.5;
    max-width: 15px;
}

.shop-actions li a.is-active {
    border-color: var(--first-color);
    color: var(--first-color);
}

.btn i.icn {
    width: 13px;
    display: inline-block;
    /* vertical-align: middle;*/
    margin: 0 3px;
    height: auto;
}

.flex-align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.crcle-btn svg {
    display: inline-block;
    height: 25px;
    margin: -3px 0 0;
    vertical-align: middle;
}

.crcle-btn svg path {
    fill: #fff;
}

.cap {
    color: #ec5d3f;
    display: inline-block;
    font-size: 10px;
    margin-top: 12px;
    padding: 3px 8px;
    vertical-align: middle;
    position: relative;
    opacity: 0;
    margin-right: 0;
    text-transform: uppercase;
}

.feedback-btn:hover .cap {
    opacity: 1;
    margin-right: 10px;
}

.crcle-btn svg {
    margin: -8px 0 0 -17px;
    height: 30px;
}

.crcle-btn {
    background-color: #FF3A59;
    border-radius: 50%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    display: block;
    width: 45px;
    float: right;
    cursor: pointer;
    z-index: 99999;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    padding: 0;
}

.feedback-btn {
    position: fixed;
    bottom: 130px;
    right: 6px;
    z-index: 9999;
}

.or {
    display: block;
    margin: 25px 30px;
    text-align: center;
    color: #ccc;
    font-size: 0.8125rem;
    max-width: 100%;
    position: relative;
}

.or:after,
.or:before {
    content: "";
    background: #ccc;
    height: 1px;
    width: 105px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.or:after {
    left: 0;
}

.or:before {
    right: 0;
}

.or span {
    text-transform: uppercase;
}

.list-nested {}

.list-nested li {
    margin: 10px 0;
    list-style-position: inside;
}

.list-nested li li {
    margin: 10px;
    list-style: disc;
    list-style-position: inside;
    font-size: 0.875em;
}

.saved-search-list {}

.saved-search-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    padding: 15px 0;
    /* -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11); */
    /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11); */
    margin: 10px auto;
    background: #fff;
    border-bottom: solid 1px var(--border-color);
}

.detail-side .heading3 {
    color: var(--first-color);
    /* font-weight: 600; */
}

.detail-side .date {
    margin: 8px auto;
    color: #bababa;
}

.results-side {
    font-size: 1em;
    color: var(--txt-color);
}

.results-side .newly-added {
    font-size: 2.5rem;
    line-height: 1;
    display: block;
    font-weight: 600;
}

.results-side strong {
    display: block;
}

.img-container {
    max-height: 500px;
    overflow-y: auto;
}

/*scroll-hint*/
@-webkit-keyframes scroll-hint-appear {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50%,
    100% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }
}

@keyframes scroll-hint-appear {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50%,
    100% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }
}

.scroll-hint.is-right-scrollable {
    background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
    background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    height: 85px;
    border-radius: 5px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
}

.scroll-hint-text {
    font-size: 10px;
    color: #FFF;
    margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: .8;
}

.scroll-hint-icon:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #FFF;
    vertical-align: middle;
    text-align: center;
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
    content: "";
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -20px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
    opacity: 0;
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
    opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
    -webkit-animation: scroll-hint-appear 1.2s linear;
    animation: scroll-hint-appear 1.2s linear;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}

.scroll-hint-icon-white {
    background-color: #FFF;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
    color: #000;
}


/* confirm map button css 18_April_2019[ */
.field_cover .btn-showmap {
    height: 40px;
    line-height: 32px;
    vertical-align: top;
    background: transparent;
    border: 1px solid var(--first-color);
    color: var(--first-color);
    font-size: 15px;
}

/*
.field_cover .address_identifier {
    width: calc(100% - 225px);
    margin-right: 20px;
}
*/



@media(max-width:992px){
    .listing--onefifth li {
        width: 33.33%;
    }
}

@media(max-width:575px){
    .listing--onefifth li {
    width: 50%;
    }
}

@media (max-width:359px){

    


    #sign-in .checkbox, .login-wrapper .checkbox{
        padding: 0 0 0 24px;
        font-size: 0.9em;
        
    }

    #sign-in .checkbox .input-helper:before, #sign-in .checkbox .input-helper:after, .login-wrapper .checkbox .input-helper:before, .login-wrapper .checkbox .input-helper:after{
        width: 16px;
        height: 16px;
    }

    #sign-in .forgot, .login-wrapper .forgot{
        font-size: 0.9em;
        min-height: 20px;
    }
}