@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 600;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .title, .card-title, .info-title, .footer-brand, .footer-big h5, .footer-big h4, .media .media-heading {
    font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-display: swap;
}

.title, .title a, .card-title, .card-title a, .info-title, .info-title a, .media .media-heading, .media .media-heading a, .input-group-addon {
    color: #333333;
}
.underline {
    text-decoration: underline;
}

.w-100{
    width: 100% !important;
}

body {
    background-color: #fafafa;
	color: #535353;
}

p {
	font-size: 15px;
}

ul li {
	font-size: 15px;
}

hr {
    border-top: 1px solid #ddd;
}

.row {
    margin: 0px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #d43b3b;
    border-color: #d43b3b;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background: #d43b3b;
}
.checkbox.green input[type=checkbox]:checked + .checkbox-material .check {
    background: green;
}

.checkbox label, .radio label, label {
    font-size: 14px;
    line-height: 1.42857;
    color: #AAAAAA;
    font-weight: 400;
}

.checkbox .checkbox-material .check {
    border: 1px solid #7c7c7c;
}

.checkbox input[type=checkbox][disabled] {
    border: 1px solid #ddd;
    opacity: 0.26;
}

.info p, .checkbox label, .radio label, label, .form-control {
    color: #777777;
}

.btn.btn-primary, .navbar .navbar-nav > li > a.btn.btn-primary, .btn.btn-info {
    background-color: #d43b3b;
    color: #FFFFFF;
}

.btn-green {
	background-color: #4caf50;
	box-shadow: none;
}

button.disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.img-fluid{
    width: 100%;
}

.btn-cancel {
    background-color: #99999900;
    color: #929292;
    box-shadow: none;
}

.big-search-inputs{
    display: flex;
}

.btn-search i {display: none;}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-info:hover, .btn.btn-info:active, .btn.btn-info:focus, .btn.btn-info:active:focus, .btn.btn-info:active:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.btn.btn-twitter:focus, .btn.btn-twitter:active, .btn.btn-twitter:hover, .navbar .navbar-nav > li > a.btn.btn-twitter:focus, .navbar .navbar-nav > li > a.btn.btn-twitter:active, .navbar .navbar-nav > li > a.btn.btn-twitter:hover, .btn.btn-dribbble:focus, .btn.btn-dribbble:active, .btn.btn-dribbble:hover, .navbar .navbar-nav > li > a.btn.btn-dribbble:focus, .navbar .navbar-nav > li > a.btn.btn-dribbble:active, .navbar .navbar-nav > li > a.btn.btn-dribbble:hover, .btn.btn-facebook:focus, .btn.btn-facebook:active, .btn.btn-facebook:hover, .navbar .navbar-nav > li > a.btn.btn-facebook:focus, .navbar .navbar-nav > li > a.btn.btn-facebook:active, .navbar .navbar-nav > li > a.btn.btn-facebook:hover, .card .card-image img, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover, .navbar .navbar-nav > li > a.btn.btn-primary:focus, .navbar .navbar-nav > li > a.btn.btn-primary:active, .navbar .navbar-nav > li > a.btn.btn-primary:hover, .btn.btn-primary, .navbar .navbar-nav > li > a.btn.btn-primary, .card .header-primary, .btn.btn-twitter, .btn.btn-facebook, .btn.btn-dribbble, .btn.btn-info, .btn.btn-info:hover, .btn.btn-info:active, .btn.btn-info:focus, .navbar, .card-profile .card-avatar, .card-testimonial .card-avatar, .navbar, .navbar.navbar-default, .btn:focus, .btn:active, .btn:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .card, .btn.btn-google, .btn.btn-google:hover, .btn.btn-google:active, .btn.btn-google:focus, .btn, .btn.btn-default, .navbar .navbar-nav > li > a.btn, .navbar .navbar-nav > li > a.btn.btn-default, .bootstrap-select.btn-group .dropdown-menu li a:focus, .bootstrap-select.btn-group .dropdown-menu li a:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger:hover, .navbar .navbar-nav > li > a.btn.btn-danger:focus, .navbar .navbar-nav > li > a.btn.btn-danger:active, .navbar .navbar-nav > li > a.btn.btn-danger:hover {
    box-shadow:none;
}

.navbar .navbar-nav > li > a.btn.btn-primary:hover, .navbar .navbar-nav > li > a.btn.btn-primary:active, .navbar .navbar-nav > li > a.btn.btn-primary:focus, .navbar .navbar-nav > li > a.btn.btn-primary:active:focus, .navbar .navbar-nav > li > a.btn.btn-primary:active:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.form-control, .form-group .form-control {
    background-image: none;
	border-bottom: 1px solid #ddd;
	transition: all ease 0.3s;
}

.form-group.is-focused .form-control {
  background-image: none;
  border-bottom: 1px solid #d43b3b;
  transition-duration: 0.3s;
}

.form-group.has-error label.control-label, .form-group.has-error .help-block {
    color: #d43b3b;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
    background-color: #d43b3b;
}

.alert.alert-danger {
	background-color: #d43b3b;
}

.alert {
    padding: 5px 15px;
	margin-bottom: 0px;
}
.alert .container {
    padding-top: 0 !important;
}
@media (min-width: 1200px){
    .container.payments{
        width: 1500px;
    }
}
.navbar .alert {
    top: 0px;
	position: static;
}

.navbar-fixed-top {
    padding-top: 0px;
}

.navbar-fixed-top .container {
    padding-top: 10px;
}

.navbar, .navbar.navbar-default {

	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);

}
.h4-title {
    color: #FFFFFF;
}
.navbar .dropdown-menu li > a:hover, .navbar .dropdown-menu li > a:focus, .navbar.navbar-default .dropdown-menu li > a:hover, .navbar.navbar-default .dropdown-menu li > a:focus {
    color: #FFFFFF;
    background-color: #d43b3b;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #d43b3b;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-brand, .footer-brand a, .footer-big h5, .footer-big h5 a, .footer-big h4, .footer-big h4 a {
    color: #ffffff;
}

.has-error .input-group-addon {
    color: #d43b3b;
    background-color: transparent;
    border-color: #d43b3b;
}

.card-contact {
	border: 1px solid #ececec
}

.card-contact .header {
    margin-top: -37px;
}

.card .header-primary, .card .content-primary {
    background: #d43b3b;
	border-radius: 37px;
}

.card .card-image .colored-shadow {
    display: none;
}
.footer-black {
    background: #131212 !important;
}
.footer-black a {
    color: #777777;
    opacity: 1;
}

.footer-black a:hover {
    color: #d43b3b;
}

.footer ul li a {
    font-weight: normal;
}

.description, .card-description, .footer-big p {
    color: #000;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #d43b3b;
    box-shadow: none;
}
.profile-page, .register-page, .login-page, .orders-page, .admin-page {
	background:#fafafa;
}
.profile-page .main, .checkout-page .main, .cart-page .main, .orders-page .main, .admin-page .main {
	margin-top: 150px;
	margin-bottom: 100px;
	background:#fafafa;
}

.page-header .container .copyright {
	color:#777;
}

.section-gradient {
	background: #ECE9E6;
    background: -webkit-linear-gradient(to bottom, #fafafa, #ECE9E6);
    background: linear-gradient(to bottom, #fafafa, #ECE9E6);
}
.card .card-image {
	margin-top: 10px;
}
.related-products {
	margin-bottom: 35px
}
.card img {
	width: 100%;
	height: auto;
}

.card-content {
    padding-top: 0px !important;
    min-height: 200px;
}
.testimonials {
	padding: 70px 0;
	background: #ECE9E6
}
/*.card-testimonial .card-avatar {*/
    /*border-radius: 50%!important;*/
    /*overflow: hidden;*/
    /*position: relative;*/
    /*border: 4px solid #fff;*/
/*}*/
.index-page .page-header {
	height: 60vh;
}

.banned-span{
    border: 1px solid #d43b3b;
    padding: 5px;
    color: #d43b3b;
    font-size: 24px;
}

.banned-container{
    margin: auto;
    margin-top: 20px;
}

.header-image {
	background: #000 url(/assets/img/neko-color.jpg) no-repeat bottom center;
    background-attachment: fixed;
	background-size: cover;
}
.header-color {
	background-color: rgba(212,59,59,0.7);
}

.page-header .container {
    padding-top: 150px;
	height: 300px;
}
.check-all{
    display: none;
}
@media (min-width:992px) {
    .welcome-container {
        padding-top: 150px;
        height: 600px;
    }
}
@media (max-width: 768px) {
    .hide-mob{
        display: none !important;
    }
    .checkbox{
        width: initial !important;
    }
    .check-all{
        display: inline-block;
        font-size: 20px;
        vertical-align: middle;
    }
}
@media (max-width:991px) {
    .welcome-container {
        padding-top: 150px;
        height: 900px;
    }
}
.logo {height: 38px}

.card-main {
  height: 100% !important;
}

.card-desc {
  height: 150px;
}

.table-product > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 5px 8px !important;
}

.shop-icon {
  background-size: 16px !important;
  padding-left: 25px;
  height: 18px;
}

.shop-icon-large {
  background-size: 24px !important;
  padding-left: 25px;

}

.shop-yahoo {
  background: url(/assets/img/icons/yahoo-icon.png) no-repeat top left;
}

.shop-amazon {
  background: url(/assets/img/icons/amazon-icon.png) no-repeat top left;
}

.shop-rakuten {
  background: url(/assets/img/icons/rakuten-icon.png) no-repeat top left;
}

.shop-mercari {
  background: url(/assets/img/icons/mercari-icon.png) no-repeat top left;
}

.shop-zozo {
  background: url(/assets/img/icons/zozo-icon.png) no-repeat top left;
}

.fb-messengermessageus {
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  right: 0px;
}

.pcl {
  padding: 5px !important;
}

.form-control {
  height: auto;
  padding: 7px 0;
  font-size: 14px;
  line-height: 1.42857;
}

.form-group {
   padding-bottom: 7px;
   margin: 10px 0 0 0;
}

.china-header .big_search.form-group{
    margin: 0 !important;
}

.input-group .input-group-addon {
  padding: 10px;
}

.navbar .navbar-brand {
  padding: 1px 30px;
}

.logo {
  height: 38px;
}

.navbar .navbar-brand {
    padding: 1px 15px;
  }

.card .card-image {
  height: 100px;
}

.card .card-image img {
  display:block;
  margin:auto;
  max-width:100%;
  max-height:100%;
}
.card img {
  width: 100%;
  height: auto;
}

.card-pricing ul li {
  border-bottom: none;
}

.main-raised {
  margin: -60px 30px 0px;
}

.presentation-page .page-header,
.index-page .page-header {
  height: auto;
  overflow: hidden;
}

.form-group .form-control {
    padding-bottom: 5px;
}

.register-page, .login-page {
	padding-top: 100px;
}

.process-steps {
    display: table;
    table-layout: fixed;
	overflow: hidden;
    margin: 0 0 35px 0;
    width: 100%;
    min-height: 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	border-radius: 5px;
}

.process-steps .process-steps-step {
    display: table-cell;
    padding: 40px 10px 10px 10px;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.process-steps .process_steps-step-wrp {
	display: table-cell;
    padding: 20px 10px;
    position: relative;
    text-align: center;
    vertical-align: top;
	background: #d43b3b;
	border-radius: 5px 0 0 5px;
}

.process-steps .process_steps-step-wrp:after {
    content: '';
    position: absolute;
    top: 50px;
    right: -14px;
    border: 7px solid transparent;
    z-index: 1;
    border-left-color: #d43b3b;
}

.process-steps .process-steps-intro {
    text-align: left;
    padding: 20px;
	color: #fff;
}

.process-steps .process-steps-intro-title {
    margin-top: 0;
    line-height: 1.2;
    font-weight: 500;
    font-size: 24px;
	position: relative;
	padding-bottom: 10px
}

.process-steps .process-steps-intro-title:before {
    content: '';
    height: 3px;
    width: 30px;
    background: #fff;
    position: absolute;
    display: inline-block;
    bottom: 0;
}

.process-steps .process-steps-intro-title strong {
    /*font-size: 120%;*/
    display: block;
}

.process-steps .process-steps-step .icon > i {
    font-size: 4.4em;
}

.process-steps .process-steps-step:nth-child(2), .process-steps .process-steps-step:nth-child(3), .process-steps .process-steps-step:nth-child(4), .process-steps .process-steps-step:last-child  {
    border-top: 1px #ececec solid;
	border-right: 1px #ececec solid;
	border-bottom: 1px #ececec solid;
	background: #fff;
}

.process-steps .process-steps-step:nth-child(2):after, .process-steps .process-steps-step:nth-child(3):after, .process-steps .process-steps-step:nth-child(4):after {
    content: '';
    position: absolute;
    top: 50px;
    right: -14px;
    border: 7px solid transparent;
    z-index: 1;
    border-left-color: #ececec;
}


.process-steps .process-steps-step:last-child {
	border-radius: 0 5px 5px 0;
}

.process-steps .process-steps-step:hover {
	background-color: #ececec;
	cursor: pointer;
}

.process-steps .process-steps-step .color {
	color: #d43b3b;
}

.card-featured {
	background: transparent;
	margin: 15px 0;
}

.card-featured .card-image, .card-featured .card-content .category {
	border-bottom: 1px solid #eee;
}

.card-featured .card-content .category {
	margin: 5px 0;
}

.card-featured .card-content {
	padding: 0 15px 15px 15px;
}

.card-featured .card-content .card-title a:hover {
	color: #d43b3b;
}

.card-featured .card-content .card-product, .card-featured .card-content .card-title, .card-featured .card-content .card-description {
	text-align: left;
}

.hovereffect {
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
border-radius: 6px;
top:0;
left:0;
opacity:0;
background-color:rgba(212,59,59,0.8);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect a.info {
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:45% 0 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.page-header {
    height: auto;
}

.ecommerce-page .shop {
	margin: 70px auto;
}

.light-sidebar {
    padding: 20px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #fff;
}

.sendico-ordering select, .select-options select {
	width: 100%;
    padding-right: 25px;
    height: 34px;
    font-size: 11px;
    font-weight: 600;
    outline: none;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    -webkit-appearance: none;
    background-image: url(/assets/img/select-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position: calc(100% - 10px) center;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
    text-transform: uppercase;
    padding-left: 10px;
    color: #909090;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.ordering select, .select-options select {
    padding-right: 25px;
    height: 34px;
    font-size: 11px;
    font-weight: 600;
    outline: none;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    -webkit-appearance: none;
    background-image: url(/assets/img/select-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position: calc(100% - 10px) center;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
    text-transform: uppercase;
    padding-left: 10px;
    color: #909090;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.select-options select {
	width: 250px;
}

.select-options select:disabled {
    background: #f1f1f1;
}

.sendico-ordering select:hover {
    border: 1px solid #bababa;
    color: #787878;
}

.sendico-products-categories  {
	margin-top: 35px;
}

.sendico-products-categories .title {
    color: #050505;
    line-height: 1.4;
    margin: 10px 0 15px;
    padding-bottom: 20px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.sendico-products-categories .title:before {
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.sendico-products-categories .title:after {
	width: 50px;
	border-bottom: 1px solid #d43b3b;
}

.sendico-products-categories .title:after, .sendico-products-categories .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 0;
}
.sendico-products-categories .product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sendico-products-categories .cat-item {
    margin: 10px 0;
}

.sendico-products-categories .cat-item a {
    font-weight: 400;
    font-size: 14px;
    color: #484848;
    padding: 10px 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.sendico-products-categories .cat-item a:hover {
    color: #111;
}

.sendico-products-categories .cat-item a:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #E1E1E1;
    vertical-align: middle;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.sendico-products-categories-accordion .title {
    line-height: 1.4;
    margin: 10px 0 10px;
    position: relative;
    font-size: 14px;
}

.sendico-products-categories-accordion .product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sendico-products-categories-accordion .cat-item {
    margin: 0 0 5px 0;
}

.sendico-products-categories-accordion .cat-item a {
    font-weight: 400;
    font-size: 14px;
    color: #484848;
    padding: 10px 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.sendico-products-categories-accordion .cat-item a:hover {
    color: #111;
}

.sendico-products-categories-accordion .cat-item a:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #E1E1E1;
    vertical-align: middle;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.product-categories li {
    padding-left: 15px;
}

.clear {
	clear: both;
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(236, 236, 236, 0), rgba(236, 236, 236, 0.75), rgba(0, 0, 0, 0));
	margin: 35px 0;
}

.col-product-image {
	width: 25%;
	float: left;
}

.col-product-desc {
	width: 75%;
	float: left;
}

.product-item {
	font-family: 'Open Sans', sans-serif;
    font-display: swap;
}

.product-item .product-item-image {
	margin: 0 15px 35px 15px;
	background: #fff;
	padding: 10px;
	border-radius: 6px;
	display: inline-block;
	border-bottom: 1px solid #eee;
}

.product-item img {
	width: 100%;
}

.rakuten-shop .product-item .product-item-image {
    display: block;
    text-align: center;
}

.rakuten-shop .product-item img {
    width: auto;
    max-width: 100%;
    height: 128px;
}

.product-item .product-item-title  {
	line-height: 25px;
	margin: 10px 0 20px 0;
	padding: 0px;
}

.product-item .product-item-title a {
	color: #333;
	font-size: 20px;
    font-weight: bold;
}

.product-item .product-item-title a:hover  {
	color: #d43b3b;
}

.product-item .product-item-shop {
	background: #d43b3b;
	color: #FFFFFF;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 2px;
	/*display: inline-block;*/
    display: none;
}

.product-item .product-item-price {
    font-size: 20px;
    color: #d43b3b;
	display: block;
	font-weight: bold;
	margin-bottom: 30px;
}

.product-item .product-item-desc {
	color: #535353;
	margin-bottom: 20px;
}

.grid-box .product-item .product-item-image {
	margin: 0 0px 20px 0px;
}

.grid-box .product-item .product-item-title {
	line-height: 14px;
}

.grid-box .product-item .product-item-title a {
	font-size: 14px;
}

.grid-box .product-item {
	height: 500px;
}

.rakuten-shop .grid-box .product-item {
    height: 360px;
}

@media (max-width: 767px) {
    .rakuten-shop .grid-box .product-item {
        height: 300px;
    }
}

.grid-box .seller-item {
    height: 350px;
}

.grid-box .product-item .product-item-price {
	font-size: 14px;
}

.grid-box .product-item .product-item-title a {
	font-size: 14px;
	line-height: 16px;
}

.grid-box .product-item .product-item-title {
    margin: 0px 0 20px 0;
}

.shop .pagination {
    background: #fff;
	padding: 20px;
	border-radius: 35px;
}

.grid-view {
    display: flex;
    justify-content: flex-end;
}
.nav-tabs-center {
    display: flex;
    justify-content: center;
}

.shop .nav-pills > li i {
    font-size: 30px;
    display: inline-block;
    padding: 15px 0;
}

.shop .nav-pills > li > a {
    min-width: auto;
	padding: 0px;
	border-radius: 0;
}

.shop .nav-pills > li i {
    padding: 0;
}

.shop .nav-pills > li.active > a, .shop .nav-pills > li.active > a:focus, .shop .nav-pills > li.active > a:hover {
	background: transparent;
	color: #d43b3b;
}

.shop .tab-space {
    padding: 0;
}

.accordion {
	margin: 0 auto;
}

.accordion-toggle {
	border-bottom: 1px solid #ececec;
	cursor: pointer;
	margin: 0;
	padding: 10px 0;
	position: relative;
}

.accordion-toggle.active:after{
	content:"";
	position:absolute;
	right:0;
	top:17px;
	width:0;
	height:0;
	border-bottom:5px solid #d43b3b;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
}

.accordion-toggle:before {
	content:"";
	position:absolute;
	right:0;
	top:17px;
	width:0;
	height:0;
	border-top:5px solid #333;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
}

.accordion-toggle.options.active:after{
    content:"";
    position:absolute;
    right:0;
    top:17px;
    width:0;
    height:0;
    border-bottom:5px solid #d43b3b;
    border-left:5px solid rgba(0,0,0,0);
    border-right:5px solid rgba(0,0,0,0);
}

.accordion-toggle.active:before {
	display:none;
}

.accordion-content {
	display: none;
}

.accordion-toggle.active {
	color: #d43b3b;
}

.product-page {
    background-color: #fafafa;
}

.product-page .single-product {
	padding-top: 150px;
}

.product-page .single-product .active img {
	width: 100%;
}

.single-product {
    /*padding-top: 95px;*/
    font-size: 14px !important;
}
.single-product textarea{
    font-size: 14px !important;
}

.product-page .tab-content {
    margin: 0px 0px 10px 0px;
	text-align: left;
}

.product-nav li {
	float: left
}

.product-page .tab-content img {
    max-width: inherit;
	border-radius: 5px;
	background-color: #fff;
	padding: 10px;
}

.orders-page .tab-content {
    margin: 0px 0px 10px 0px;
    text-align: left;
}

.orders-page .tab-content img {
    max-width: inherit;
    max-height: 500px;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
}

.orders-page .flexi-nav > li a {
    width: 100%;
    max-width: 85px;
    margin: 0 5px 0 0;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #fff;
    opacity: .8;
}

.orders-page .flexi-nav > li a img {
    padding: 5px;
}

.product-page h2.title {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    font-display: swap;
}

.product-page .main-price {
	color: #d43b3b;
	font-weight: bold;
}

.product-page .main-price small {
	color: #d43b3b;
	font-weight: normal;
}

.product-page .flexi-nav > li a {
    width: 100%;
    max-width: 85px;
    margin: 0 5px 0 0;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
	background-color: #fff;
    opacity: .8;
}

.product-page .flexi-nav > li a img {
    padding: 5px;
}

.product-item-single {
	display: inline-block;
	background-color: #d43b3b;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
}

.product-item-condition {
	display: inline-block;
	background-color: #ff9800;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
}

.select-options {
	margin: 15px 0;
}

.btn-add {
	margin: 0 0 0 10px;
}

.share-links {
	margin: 10px 0;
}

.share-links a {
	color: #fff;
}

.share-links i {
	margin-right: 10px;
}

.faq-panel {
	background: #fff;
	margin: 35px 0 70px 0;
	padding: 15px 30px;
	border: 1px solid #ECECEC;
	border-radius: 5px;
}

.faq-panel h3 {
	font-weight: bold;
}

.panel .panel-heading {
    border-bottom: 1px solid #ececec;
}

.mycartbtn .badge {
	background-color: #d43b3b;
	padding-top: 4px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
}
.profile-page .profile {
    text-align: left;
}
.profile-page .profile .name {
    margin-top: 0;
}
.profile-page .profile-tabs {
	margin-top: 30px;
}
.profile-page .nav-pills:not(.nav-pills-icons) > li > a {
    border-radius: 4px;
}
.profile-page .btn-update {
	margin-top: 20px
}
.nav-profile {
	margin-top: 35px;
}
.pd-right {
	padding-right: 30px
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.table .td-total {
    font-weight: 600;
}
.table .td-width {
	min-width: 150px;
}
.table .td-width-2 {
	min-width: 120px;
}
.table .td-total {
    text-align: left;
}
.quantity {
  position: relative;
  overflow: hidden;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity-control input {
  width: 60px;
  height: 44px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  border: 1px solid #eee;
}

.quantity-control input:focus {
  outline: 0;
}

#out-of-stock-message,
#no-options-selected-message {
    padding: 15px;
    /*float: left;*/
    margin-bottom: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
    font-display: swap;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.quantity-text, .select-text {
	font-weight: bold;
	margin-right: 10px;
	width: 500px;
}
input[type=text]:not(.scanner-input, .binking__field, .form-control, .input-src, .barcode), textarea, input[type=email], input[type=password]:not(.binking__field, .form-control), input[type=tel], input[type=url], input[type=search], input[type=date] {
    padding: 10px 0;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #fff;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 22px;
    color: #555;
    background-color: #efefef;
    box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    font-display: swap;
}
.itemPrice{
    padding: 10px 0;
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #fff;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 22px;
    color: #555;
    background-color: #efefef;
    box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.09) inset;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    font-display: swap;
}
textarea {
    max-width: 100%;
	min-height: 150px;
}
.form-group textarea {
	resize: vertical;
}
.checkout-total {
    font-size: 26px;
    font-weight: 300;
}
.space-30 {
	margin-top: 30px
}

.select-arrow {
    border-bottom: 1px solid #ddd !important;
    background-image: url(/assets/img/select-arrow-down.svg);
	background-repeat: no-repeat;
    background-size: 8px 8px;
    background-position: calc(100% - 10px) center;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
}

.select-arrow:hover, .select-arrow:focus {
    border-bottom: 1px solid #d43b3b !important;
	background-image: url(/assets/img/select-arrow-down.svg);
}

.no-padd {
	padding: 0;
}

.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}

.btn-src {
	font-size: 18px;
	height: 50px;
    margin: 10px 15px 0 10px;
	background-color: #d43b3b;
	text-transform: capitalize;
}

.btn-search {
    font-size: 18px;
    height: 50px;
    background-color: #d43b3b;
    text-transform: capitalize;
}

.btn-src:hover {
	color: #fff;
	background-color: #333;
}

.form-search-main {
	margin:15px auto 15px auto;
	width: 80%;
	height: 70px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	border-radius:35px;
	background-color: #fff;
}

.form-search {
    margin:15px auto 15px auto;
    width: 90%;
    height: 70px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    border-radius:35px;
    background-color: #fff;
}

.form-search .input-src, .form-search-main .input-src{
	background-color: #fff;
	border: 0;
	box-shadow: none;
    font-size: 15px;
	display: block;
	height: 70px;
	border-radius:35px 0 0 35px;
	padding: 0 30px;
    width: 100%;
    color: black;
}

.form-search-nohero {
    margin: 0px 0px 30px 0px;
    width: 100%;
    height: 70px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    background-color: #fff;
}
.form-search-nohero .input-src {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    font-size: 15px;
    display: block;
    height: 70px;
    border-radius:35px 0 0 35px;
    padding: 0 30px;
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color:#777;
}
footer ul li a {
    text-transform: capitalize;
}
.message-txt {
	padding: 10px;
}

.no-border{
    border-bottom: 0px !important;
}

.notice-alert {
	padding: 20px 20px 10px 20px;
	margin: 100px 0 150px 0;
	background-color: #d43b3b;
	color: #fff;
	border-radius: 5px;
}

.notice-alert a {
	color: #fff;
	text-decoration: underline;
}

.notice-alert i {
	float: left;
	margin-right: 10px;
}

.notice-alert p {
	padding-top: 1px
}
.checkout {
	margin-bottom: 70px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d43b3b;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ratio-wrapper {
	margin-right: 10px;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    background-color: transparent;
    color: #d43b3b;
}

.padd-left {
	padding-left: 50px;
}

.padd-right {
	padding-right: 50px;
}

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

.table-orders td {
    font-size: 12px;
}

.table > thead > tr > th {
    font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
}
.comments {
	color: #999;
	font-style: italic;
}
select#soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(/assets/img/arrow.png);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 10px 0;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
}

.select-admin {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(/assets/img/arrow.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 10px 0;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.accordion-options {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

/* price accordion */

.sendico-products-price-accordion .title {
    line-height: 1.4;
    margin: 10px 0 10px;
    position: relative;
    font-size: 14px;
}

.sendico-products-price-accordion .product-categories {
     list-style: none;
     margin: 0;
     padding: 0;
 }

.sendico-products-price-accordion .cat-item {
     margin: 0 0 5px 0;
 }

.sendico-products-price-accordion .cat-item a {
     font-weight: 400;
     font-size: 14px;
     color: #484848;
     padding: 10px 0;
     -webkit-transition: all .15s ease-out;
     transition: all .15s ease-out;
 }

.sendico-products-price-accordion .cat-item a:hover {
     color: #111;
 }

.sendico-products-price-accordion .cat-item a:before {
     content: '';
     display: inline-block;
     margin-right: 12px;
     width: 8px;
     height: 2px;
     background: #E1E1E1;
     vertical-align: middle;
     -webkit-transition: all .15s ease-out;
     transition: all .15s ease-out;
 }

/* conditions accordion */
.sendico-products-conditions-accordion .title {
    line-height: 1.4;
    margin: 10px 0 10px;
    position: relative;
    font-size: 14px;
}

.sendico-products-conditions-accordion .product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sendico-products-conditions-accordion .cat-item {
    margin: 0 0 5px 0;
}

.sendico-products-conditions-accordion .cat-item a {
    font-weight: 400;
    font-size: 14px;
    color: #484848;
    padding: 10px 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.sendico-products-conditions-accordion .cat-item a:hover {
    color: #111;
}

.sendico-products-conditions-accordion .cat-item a:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #E1E1E1;
    vertical-align: middle;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

/* sellers accordion */
.sendico-products-sellers-accordion .title {
    line-height: 1.4;
    margin: 10px 0 10px;
    position: relative;
    font-size: 14px;
}

.sendico-products-sellers-accordion .product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sendico-products-sellers-accordion .cat-item {
    margin: 0 0 5px 0;
}

.sendico-products-sellers-accordion .cat-item a {
    font-weight: 400;
    font-size: 14px;
    color: #484848;
    padding: 10px 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.sendico-products-sellers-accordion .cat-item a:hover {
    color: #111;
}

.sendico-products-sellers-accordion .cat-item a:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #E1E1E1;
    vertical-align: middle;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

/* sellers accordion */
.sendico-products-options-accordion .title {
    line-height: 1.4;
    margin: 10px 0 10px;
    position: relative;
    font-size: 14px;
}

.sendico-products-options-accordion .product-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sendico-products-options-accordion .cat-item {
    margin: 0 0 5px 0;
}

.sendico-products-options-accordion .cat-item a {
    font-weight: 400;
    font-size: 14px;
    color: #484848;
    padding: 10px 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.sendico-products-options-accordion .cat-item a:hover {
    color: #111;
}

.sendico-products-options-accordion .cat-item a:before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 8px;
    height: 2px;
    background: #E1E1E1;
    vertical-align: middle;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.btn, .btn:hover, .btn:focus, .btn:active, .btn.active, .btn:active:focus, .btn:active:hover, .btn.active:focus, .btn.active:hover, .open > .btn.dropdown-toggle, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle:hover, .btn.btn-default, .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default.active, .btn.btn-default:active:focus, .btn.btn-default:active:hover, .btn.btn-default.active:focus, .btn.btn-default.active:hover, .open > .btn.btn-default.dropdown-toggle, .open > .btn.btn-default.dropdown-toggle:focus, .open > .btn.btn-default.dropdown-toggle:hover, .navbar .navbar-nav > li > a.btn, .navbar .navbar-nav > li > a.btn:hover, .navbar .navbar-nav > li > a.btn:focus, .navbar .navbar-nav > li > a.btn:active, .navbar .navbar-nav > li > a.btn.active, .navbar .navbar-nav > li > a.btn:active:focus, .navbar .navbar-nav > li > a.btn:active:hover, .navbar .navbar-nav > li > a.btn.active:focus, .navbar .navbar-nav > li > a.btn.active:hover, .open >
 .navbar .navbar-nav > li > a.btn.dropdown-toggle, .open >
 .navbar .navbar-nav > li > a.btn.dropdown-toggle:focus, .open >
 .navbar .navbar-nav > li > a.btn.dropdown-toggle:hover, .navbar .navbar-nav > li > a.btn.btn-default, .navbar .navbar-nav > li > a.btn.btn-default:hover, .navbar .navbar-nav > li > a.btn.btn-default:focus, .navbar .navbar-nav > li > a.btn.btn-default:active, .navbar .navbar-nav > li > a.btn.btn-default.active, .navbar .navbar-nav > li > a.btn.btn-default:active:focus, .navbar .navbar-nav > li > a.btn.btn-default:active:hover, .navbar .navbar-nav > li > a.btn.btn-default.active:focus, .navbar .navbar-nav > li > a.btn.btn-default.active:hover, .open >
 .navbar .navbar-nav > li > a.btn.btn-default.dropdown-toggle, .open >
 .navbar .navbar-nav > li > a.btn.btn-default.dropdown-toggle:focus, .open >
 .navbar .navbar-nav > li > a.btn.btn-default.dropdown-toggle:hover {
    background-color: #fff;
    color: #555;
}
.btn:focus, .btn:active, .btn:hover, .btn.btn-default:focus, .btn.btn-default:active, .btn.btn-default:hover, .navbar .navbar-nav > li > a.btn:focus, .navbar .navbar-nav > li > a.btn:active, .navbar .navbar-nav > li > a.btn:hover, .navbar .navbar-nav > li > a.btn.btn-default:focus, .navbar .navbar-nav > li > a.btn.btn-default:active, .navbar .navbar-nav > li > a.btn.btn-default:hover {
    box-shadow: none;
}
.select-categories-holder {
	border-right: 1px solid #ececec;
	height: 70px;
}
.select-categories {
	margin-top: 14px;
}

.select-categories .btn {
	font-size: 15px
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #d43b3b;
}
.btn, .navbar .navbar-nav > li > a.btn {
    text-transform: capitalize;
}

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

.account-btn .badge {
    background-color: #d43b3b;
    padding-top: 4px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 6px;
}

.btn-sniper {
    background-color: #d4ad3b;
    width: 100%;
    color: #000000;
}

.btn-bid {
    background-color: #d43b3b;
    width: 100%;
    color: #000000;
}

.btn-buyout {
    background-color: #ff9800;
    width: 100%;
    color: #000000;
}

.shipment-checkbox {
    overflow: auto;
    white-space: nowrap;
}

.nav-pills > li i {
    font-size: 15px;
    display: inline-block;
    padding: 15px 0;
}

.nav-pills > li a {
    font-size: 15px;
}

.nav-pills-inner {
    font-size: 12px;
    display: inline-block;
    padding: 0 0 10px 30px;
    width: 100%;
    text-align: center;
}

.nav-pills-inner > li a {
    font-size: 12px;
    padding: 0px;
    color: #555555;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

@media print {
    body { font-size: 20pt }
    img { width: 610px  }
}
@media screen {
    body { font-size: 12px }
}
@media screen, print {
    body { line-height: 1.2 }
}

div#goog-gt-tt,
.translate-control {
    display: none !important;
    height: 0;
    width: 0;
    overflow: hidden;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}

body .goog-text-highlight {
    background-color: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    position: inherit;
}

a .material-icons {
    vertical-align: top;
}

.btn .material-icons {
    /* vertical-align: middle; */
    font-size: 17px;
    /* top: -1px; */
    position: relative;
}

.borders{
    border: 1px solid #ddd !important;
    padding-left: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.row-alert {
    background-color: #f7c7ac;
}

.item-need-check {
    background-color: #ecf3b3;
}

.message-from-buyer {
    background-color: #f365651c;
}

.message-from-seller {
    background-color: #93e0f33b;
}

.fixed-bank-fee {
    font-size: 20px;
    padding-right: 5px;
    cursor: pointer;
}

.item-textarea {
    min-height: 80px;
}

.hr-title {
    margin-top: 1px !important;
}

.no-vertical-margin {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.checkbox .checkbox-material:before {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.message-admin {
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.status-text > i{
    vertical-align:middle;
}

.answer-template {
    cursor: pointer;
}

.highlight{
    background-color: #90a4ae5c;
}

#options-loader {
    width: 24px;
    height: 24px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #f25a41;
    border-radius: 100%;
    float: left;
    margin: 10px 10px 10px 15px;
    animation: spin 1s infinite linear;
}

.button-loader {
    width: 24px;
    height: 24px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #f25a41;
    border-radius: 100%;
    margin: 10px;
    animation: spin 1s infinite linear;
}

.bid-btn .button-loader {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: -2px;
    opacity: 0;
    transition: opacity .25s ease;
}

.button-loading .button-text {
    opacity: .25;
}

.button-loading .button-loader {
    opacity: 1;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.active-navigation {
    color: #d63936;
}

.btn-primary-outline {
    border: 2px solid #d63936;
    background-color: white;
    color: #d63936 !important;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
}


@media (max-width: 1000px) {
    .page-header {
        min-height: 30vh;
    }
    .page-header .container {
        padding-top: 150px;
        height: 446px;
    }
    #searchList *{
        font-size: 11px !important;
    }
}

@media (max-width: 1240px) {
    .navbar .navbar-nav > li > a {
        font-size: 12px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.navigation a {
	text-decoration: none;
}

.light-sidebar a {
	text-decoration: none;
}

.nav .fas {
    font-size: 16px;
}

.currency {
    float: left;
    white-space: nowrap;
    width: 100px;
}
@media only screen and (max-width: 768px) {
    .currency {
        width: 150px;
    }

    .tooltip-inner {
        max-width: 50vw;
    }
}

.cat-item {
    margin-top: 10px!important;
}
.img-fit {
    max-height: 180px;
    object-fit: cover;
}
.product-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 18px;
    max-height: 55px;
}
.product-item-image {
    height: 195px;
}
.product-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.grid-box .product-item {
    height: 400px;
}

@media only screen and (max-width: 768px) {
    .product-item {
        /*height: 500px;*/
        width: 100%;
    }
    .product-item-image {
        height: auto;
    }
    .grid-box .product-item {
        height: 355px;
    }
}

.padding-10 {
    padding: 10px;
}

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

.link {
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.d-inline {
    display: inline-block !important;
}

.category-img {
    min-width: 100px;
    height: 100px;
    vertical-align: top;
}
.category-link:hover {
    color: red!important;
}
.page-header .title {
    padding-top: 10px;
    color: #FFFFFF;
}
.head-image {
    min-width: 456px;
    height: 120px;
    background-color: #d6634e;
    margin-bottom: 5px;
}
@media (min-width:992px) {
    .desktop-border-right {
        border-right: 1px #ddd solid;
    }
}
.field {
    padding-top: 10px;
    border-bottom: 1px #5e5d5d solid;
}
.card-field {
    width: 220px;
}
.expire-field {
    width: 70px;
}
.cvc-field {
    width: 50px;
}

.field::-webkit-input-placeholder {
    color: #CFD7E0;
}

.field::-moz-placeholder {
    color: #CFD7E0;
}
@media (min-width:1000px) {
    .translate-icon {
        width: 50px;
        padding-top: 10px;
    }
}
@media (max-width:1000px) {
    .translate-icon {
        width: 30px;
        padding-top: 10px;
        margin-top: -70px;
    }
}
.cookie-consent {
    font-size: 0.9em;
    padding: 1em;
    background: #ff9e0f;
    text-align: center;
}

.cookie-consent__message {
    display: inline-block;
    color: #fff;
}

.cookie-consent__message p {
    margin: 0;
}

.cookie-consent__agree {
    margin: 0 1em;
    padding: .5em 1em;
    color: #fff;
    background-color: #d43b3b;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(217, 142, 0, 0.15);
}

.cookie-consent__agree:hover {
    background-color: #734d00;
}

.cookie-consent__agree:active {
    top: 1px;
}


.covid-notification {
    display: block;
    background-color: #ff9e0f;
    color: #ffffff;
    padding: 10px;
}
.covid-notification a {
    text-decoration: none;
}

.margin-0 {
    margin: 0 !important;
}

.prohibited {
    font-size: 20px;
    padding: 5px;
    background-color: #f4645f;
    margin: 15px;
    border: 1px solid;
    text-align: center;
}

.create_template {
    text-align: right;
    padding: 5px;
}
.create_template span {
    text-decoration: underline;
    cursor: pointer;
    color: red;
}
.big_search {
    width:100%;
    position: absolute;
}
.dropdown-menu>a :hover {
    background-color: #d43b3b;
    color: #fff;
}
.dropdown-menu>a>li>div>div {
    margin-top: auto;
    margin-bottom: auto;
}
@media (min-width:1000px) {
    .calc-sticky {
        background-color: #d43b3b;
        right: 0;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        padding: 0 10px;
        outline: none;
        text-decoration: none;
        position: absolute;
        z-index: 10;
        position: fixed;
        margin-top: -120px;
        top: 50%;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}
@media (max-width:1000px) {
    .calc-sticky {
        display: none;
    }
}

.scroll-menu {
    height: auto;
    overflow-x: hidden;
}

li.hover-dropdown > .dropdown-menu {
    display: none;
    top: 60px;
}
li.hover-dropdown:hover > .dropdown-menu{ display: block; }

.dropdown-item .submenu{
    display: none;
    position: absolute;
    left:100%; top:-7px;
}
.dropdown-item .submenu-left{
    right:100%; left:auto;
}
.dropdown-menu > li:hover > .submenu{
    display: block;
}

.micro-text {
    font-size: 11px;
    color: grey;
}
.overlay-loader{
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: gray;
    top: 0;
    bottom: 0;
    opacity: 0.3;
}
.loader-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: red;
    font-size: 10px;
    /*margin: 100px auto;*/
    width: 1em;
    height: 1em;
    border-radius: 50%;
    /*position: relative;*/
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.ml-2{
    margin-left: .5rem;
}
.cursor-pointer{
    cursor: pointer;
}
.active-click:active{
    background-color: rgba(0,0,0, 0.1);
}
@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.alert-box-red {
    padding: 10px;
    border: red solid 3px;
    color: red;
}

.hidden {
    display: none;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

