@tailwind base;
@tailwind components;
@tailwind utilities;
@import 'icomoon.css';
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.3) !important; }
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0,0,0,0.3) !important; }
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0,0,0,0.3) !important; }
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0,0,0,0.3) !important; }
.form-control:hover, .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0,0,0, 0.5); 
}
.form-control:focus {
  border-color: rgba(0,0,0, 0.3) !important; 
}
em {
    font-style:inherit;
}
.topIcons i {
    font-size:1.3rem;
}
.topIcons i.bi-person {
    font-size:1.6rem;
}
.topIcons i.bi-search {
    font-size:1.3rem;
}
.close-menu-mobile-btn:hover {
    cursor: pointer;
}
.menu-mobile-icon img {
    height: 30px;
}
.menu-mobile-icon img:hover {
    cursor: pointer;
}
.form-control {
    border: var(--bs-border-width) solid var(--bs-gray-400) !important;
    color: var(--bs-gray-700) !important;
}
.form-search i.bi-search {
    opacity: 0.6;
    position: absolute;
    font-size: 1.4rem;
    top: 7px;
    right: 11px;
}
.btn-close {
    --bs-btn-close-focus-shadow: none !important;
}
.btn-close.light {
    filter: invert(1) brightness(1);
}
.form-search i.bi-search:hover {
    opacity:0.9;
    cursor: pointer;
}
.logo img {
    height: 41px;
}
.logo.ver2 img {
    height: 80px;
}
.all-cards img{
    max-height:40px;
    width: auto;
    filter: grayscale(1)
}
.overlay-2 {
    width: 100%;
    height: 200px;
    top: 0;
    position: relative;
    background: #ffffffc2;
}
@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1540px;
	}
}
select {
    font-size: 0.9rem !important;
}
.font095{
    font-size: 0.95em !important;
}
.font090{
    font-size: 0.90em !important;
}
h2.product-price {
    font-size: 24px;
}
.top_header_area.stucked {
    position: fixed;
    transition: .5s all ease-out;
    box-shadow: 0px 5px 11px #cac8c8;
    top:0;
    padding: 6px 0 0 0;
    background: #dedede;
    
}
.afm {
    padding: 0 4px;
    background: black;
    color: white;
    font-size: 1rem;
}
.text-gray {
	color:#777777 !important;
}
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.modal-content button.close {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
}
.modal-content button.close.light {
    filter: invert(1) brightness(1);
}
.modal-body a {
	color: var(--bs-logo);
}
.modal-header {
	border-bottom: 1px solid #3d3d3d !important;
    color:white;
}
.list-keyword a:hover {
    text-decoration: underline;
}
.btn.btn-primary {
    background: var(--bs-logo) !important;
    border: 0px solid #fbceb5 !important;
    color: var(--bs-body-bg)!important;
    padding: 10px!important;
}
.btn.btn-primary:hover {
    background: var(--bs-black) !important;
    color: var(--bs-gray-300) !important;
}
button:focus {
    outline: none !important;
}

.topTitle {
    display:block;
    text-transform:uppercase;
}
.noBefore::before {
    background: none !important;
    border: 1px solid #858585 !important;
}

.products_bar_out {
    font-size: 14px;
}
.products_bar_out .title_area {
    font-size: 1.2em;
    border-bottom: 1px solid wheat;

}
.products_results
{
		display:inline-block;
    font-weight: normal;
    line-height: 28px;
    margin: 0 20px;
}

.products_results span
{
	font-size: 1.1em;
	font-weight: bold;
}

.select_box2
{
	display:inline-block;
	height: 30px;
	background:#fff;

}
.main-list-products .slick-track {
    margin-left: 0 !important;
}

.search_select2
{
	position:relative;
	cursor:pointer;
	margin-left: 5px;
	margin-right:10px;
	text-align: center;
}

.search_select2::after
{
	font-family: "Font Awesome 5 Free";
	content:'\f0d7';
	margin-left: 10px;
	font-weight: 900;
}

.search_select_in2
{
	line-height:28px;
	width:110px;
	font-weight:normal;
	display: inline;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
}

.select_options2
{
	display:none;
	position:absolute;
	z-index:102;
	min-width:130px;
	max-height:300px;
	overflow:auto;
	background: #e2e2e2;;
	padding:10px;
}
.freeShip {
    color: burlywood;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.4rem;
}
.option_item2
{
}

.option_item2 a
{
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:normal;
	color:#484848	;
	text-align: center;
	font-size: 0.9em;
}

.option_item2 a:hover
{
	background:#333;
	color:#fff;
}
.textAlignResponsiveR {
	text-align:right;
}
.textAlignResponsiveL {
	text-align:left;
}
.alert-warning {
    color: var(--bs-gray-900);
    background-color: var(--bs-border-color);
    border-color: var(--bs-gray-400);
    font-size: 0.9rem;
    border-radius: 6px !important;
}
.alert-warning.ver2 {
    padding: 15px;
    background: wheat;
    border: 0px;
}
.parallax {
    height: 200px;
    background-attachment: fixed;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.parallax .inside {
    color: var(--bs-dark-text-emphasis);
    font-size: 1.2rem;
}
.parallax .inside .title {
    font-size: 2rem;
    color: var(--bs-logo);
    
}
.parallax .inside span.category {
    border-bottom: 1px solid var(--bs-logo);
    padding: 10px 20px;
}
.parallax .inside i {
    font-size: 1.2rem;
    vertical-align: middle;
    margin: 0 10px;
}
.parallax .inside img {
    height: 35px;
    vertical-align: bottom;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4424%) hue-rotate(51deg) brightness(112%) contrast(94%);
}
.lazy
{
	color: transparent;
	animation: 2s linear 0s normal none infinite running fa-spin;
  /*  background-color:#fff;
    background-image:url(../images/design/lazyload_loader.gif);
    background-repeat:no-repeat;
    background-position:center;*/
}

.lazy.loaded
{
    animation: 0.5s ease 0s normal none 1 running fadein;
}
.single_product_desc h2.title {
    font-size: 2rem;
    color: black;
}

.single_product_desc .qty-text {
    font-size: 1rem;
    color: black;
    text-align: center;
    max-width: 42px;
    border: 1px solid var(--bs-gray-300);
    border-radius: 6px;
    margin: 0 10px;
    padding: 10px;
}
.single_product_desc .qty-minus, .single_product_desc .qty-plus {
    cursor: pointer;
    font-size: 0.8rem;
    color: var(--bs-gray-600);
    vertical-align: text-bottom;
    padding: 5px;
}
.single_product_desc .qty-minus:hover, .single_product_desc .qty-plus:hover {
    background: var(--bs-gray-200);
}
.single_product_thumb .carousel-indicators li {
    height: auto;
    width: auto;
    text-indent: initial;
    opacity: 0.9;
    border: 1px solid #d9d9d9 !important;
    max-width: 25%;
}
.single_product_thumb .carousel-indicators {
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1 !important;
}
.product_item_image_in {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow:hidden;
    border-radius: 10px;
}
.product_image_first, .product_image_second {
    position: relative;
    top: 0;
    left: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    text-align: center;
}
.product_image_second {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.product_item .product-description {
    font-weight: 600;
    color: var(--bs-gray-all);
}
.product_item .product-description .title {
    margin-bottom: 5px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.product_item .product-description .category a {
    font-weight: 300;
    font-size: 0.8rem;
    color: var(--bs-dark-text-emphasis);
}
.single-recommended-product {
    border-bottom: 1px solid #efebeb;
}
.single-recommended-product:hover img {
    opacity:0.8;
}
.product_item:hover img {
	/*opacity:0.8;*/
}
#glass {
    position: absolute;
    border-radius: 0%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.6);
    z-index:1000;
}
.img-responsive {
    width: 100%;
    height: auto;
}
.scaled {
    scale:1.1;
}
.img-responsive2 {
    height: 100%;
    width: auto;
    max-height: 200px;
}



.slider-arrow.slider-arrow-2 .slider-btn {
    cursor: pointer;
    background: #ebebeb;
    width: 45px;
    height: 45px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: center;
    line-height: 45px;
    color: #555555;
    font-size: 24px;
    opacity: 0.5;
}
.slider-arrow.slider-arrow-2 .slider-btn:hover  {
    opacity: 0.95;
}
.slider-arrow.slider-arrow-2 .slider-btn.slider-prev {
    left: 20px;
}
.slider-arrow.slider-arrow-2 .slider-btn.slider-next {
    right: 20px;
}
.carousel-indicators li {
	border:0px solid transparent!important;
}
.product_colors .avail0, .product_colors .avail0, .product_colors .avail1, .product_colors .avail2, .product_colors .avail3, .product_colors .avail4, .product_colors .avail5 {
	font-weight: 400;
    border: 1px solid #3bb77e;
    padding: 5px 10px;
    border-radius: 8px;
    border-radius: 4px;
    font-size: 0.8rem;
}
.product_colors .avail0 {
	  color:red;
    border: 1px solid red;
}
.product_colors .avail1 {
	color:#63bf78;
  border: 1px solid #3bb77e;
}
.product_colors .avail2 {
	color:#d66c46;
  border: 1px solid #d66c46;
}
.product_colors .avail3, .product_colors .avail4, .product_colors .avail5 {
	color:#46aad6;
  border: 1px solid #46aad6;
}
.avail0.ver2, .avail1.ver2, .avail2.ver2, .avail3.ver2, .avail4.ver2, .avail5.ver2 {
	margin:0px;
	font-size:16px;
	padding:8px 12px;
}
#overlay {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    display:none;
    z-index: 99999;
}
.added {
    position: fixed;
    top: 0%;
    z-index: 100;
    display: none;
    text-align: center;
    background-color: #000000;
    color: #e8e8e8;
    padding: 10px 0;
    font-size: 0.9rem;
    z-index: 999999;
    width: 100%;
}
.added .result {
  line-height: 25px;
  padding:5px 0;
}
.added i {
    margin-right: 5px;
}
.added .box {
    height: auto;
    padding: 7px 10px;
    display: inline-block;
    font-size: 0.8rem;
    color: white;
    /* border: 1px solid white; */
    border-radius: 6px;
    background: #343a40;
}
.added .box:hover {
	background: #333;
    color: #111;
}
.added  a {
	color:#eee;
}
.added .box:hover {
	text-decoration:none;
	color:#fff;
}
.button-add-to-cart.disabled {
    pointer-events: none;
    background: var(--bs-gray-400);
}
.cart_list {
    width: 100%;
    max-width: 100%;
    margin: 0px 0 0 0;
}
.cart_list th, .cart_list th.gInfo {
    padding: 15px 20px;
    background: rgb(108 115 109 / 14%);
    border:0px solid #e5e5e5;
    font-size: 16px;
    color: #113446;
    text-transform: uppercase;
}
.cart_list th.gInfo {
    background: rgb(90, 96, 97);
    color:#eee;
}
.cart_list th ~ th {
    text-align: right;
}
.cart_list td {
    padding: 20px;
	line-height: 22px;
    border:0px solid #e5e5e5;
}
.cart_list .cell_3 {
    text-align: right;
}
.cart_list .cell_3.ver2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: black;
}
.cart_list .cell_3.ver2 span {
    font-weight: 400;
    font-family: system-ui;
    color: grey;
}
.cart_list .cell_5 {
    text-align: center;
}
.cart_list .cart_price {
    text-align: right;
}
.cart_item.separator {
    display:none;
}
.cart_item.separator td {
	line-height:0px;
	display: block;
}
.cart_item__img {
    width: 150px;
    display:inline-block;
    vertical-align: top;
}
.stdWidth {
    width: 80px;
    display: inline-block;
    text-align: right;
}
.cart_item__img img {
	width:100%;
}
.cart_item__info {
    margin: 0 0 0 160px;
}
.cart_item__name {
    padding: 0 20px;
    display: inline-block;
}
.cart_item__name h3 a{
	font-size: 21px;
	color:#666;
}
.cart_item__variant {
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #113446;
}
.cart_item h5 {
    font-weight: 600;
}
.cart_item__details {
    margin: 10px 0 0 0;
}
.cart_item__details p {
    font-size: 0.85rem;
    line-height: 1rem;
}
.cart_list .money {
    font-size: 1.1rem;
    font-weight: 500;
    color: black;
}
.cart_list .money .euro {
    font-weight: 400;
    font-size: 1rem;
    color: #636262;
}
.cart_item__details p span {
    color: #113446;
}
.cart_item .quantity_box {
    margin: 0;
    position: relative;
    text-align:right;
    min-width: 110px;
}
.cart_item .quantity_box input {
    width: 40px;
    text-align: center;
    margin: 0 5px;
    color: black;
    line-height: 10px;
    padding: 3px 0;
    border: none;
    font-weight: 700;
}
.cart_item .quantity_box .quantity_down, .cart_item .quantity_box .quantity_up {
	font-size: 13px;
	background: whitesmoke;
	padding: 3px 5px;
}
.cart_item .quantity_box .quantity_down:hover, .cart_item .quantity_box .quantity_up:hover {
	cursor:pointer;
}
.cart_item .cart_update {
    width: 88px;
    margin: 5px 0 0 0;
    font-size: 12px;
    padding: 10px;
}
.cart_list .cart_buttons .btn {
    font-size: 10px;
    padding: 10px;
}
.cart_list .cart_item__remove i {
    vertical-align: sub;
}
.cart_list .cart_summary .total {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 20px;
    text-transform: uppercase;
}
.product_buttons .quantity {
    vertical-align: middle;
}
.account_section label {
	font-weight:normal;
}
.account_section .form-group {
    margin-bottom: 25px;
}
.account_section h4 {
    overflow: hidden;
    margin: 0;
    padding: 0px 0 6px 0;
    border-bottom: 1px solid #aaa;
    text-transform: uppercase;
    color: var(--bs-gray-800);
    font-size: 1.2rem;
}
.smaller {
}
.smallest {
    font-size: 0.85em;
}
.smallest a {
    color: var(--bs-black);
}
.bg-info {
    background-color: #f2f4f5!important;
}
.account_section h4 span {
    vertical-align: top;
    float: right;
}
.account_section h4 a {
    font-weight: normal;
}
.account_section h4 a ~ a {
    margin: 0 0 0 15px;
}
.account_section h4 a:before {
    margin: 0 5px 0 0;
    font: 14px/24px 'FontAwesome';
}
.account_section h4 a.link_add:before {
    content: '\f067';
}
.account_section h4 a.link_edit:before {
    content: '\f040';
}
.account_section h4 a.link_close:before {
    content: '\f00d';
    font: 14px/24px "Font Awesome 5 Free";
    font-weight:600;
}
.account_section h4 a.link_delete:before {
    content: '\f1f8';
}
.account_section p.note {
    margin: 15px 0 0 0;
}
.account_section .btn {
    margin-right: 15px;
    padding:10px;
}
.account_section label {
    font-size: 0.9rem;
}
.account_section .address_item {
    line-height: 26px;
}
.account_section .address_item:before {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;

    border:1px solid #fe5252;
    font: 15px/25px 'FontAwesome';

    color: #113446;
    text-align: center;
    cursor: default;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.account_section .address_item {
    margin: 15px 0 0 0;
}
.account_section .address_item ~ .address_item {
    margin: 10px 0 0 0;
}
.account_section .address_location {
}
.account_section .address_location:before {
    content: '\f015';
}
.account_section .address_phone:before {
    content: '\f095';
    font-size: 14px;
}
.account_section .address_user:before {
    content: '\f007';
}
.squaredFour {
  width: 20px;
  position: relative;
  margin: 0 auto;
  float:left;
  margin-right:10px;
}
.squaredFour label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: -3px;
  left: 0;
  background: #fcfff4;
  border-radius: 2px;
  border:1px solid #999;
}
.squaredFour label:after {
  content: '';
  width: 9px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredFour label:hover::after {
  opacity: 0.5;
}
.squaredFour input[type=checkbox] {
  visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
}
ul.payments  {
	list-style-type:none;
	padding:0;
    font-size: 0.85rem;
}
.payments li {
    display: flex;
    border: 1px solid #bbb;
    line-height: 20px;
    padding: 1px 15px 0px 15px;
    margin: 10px 15px 10px 0;
    background: #eee;
    color: #333;
    height: 55px;
    /* font-size: 0.8em; */
    vertical-align: middle;
    flex: auto;
    align-items: center;
    width: auto;
    float: left;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
}
.payments li:hover, .payments li.selected {
    cursor: pointer;
    background: #dddddd;
}
.payments li .payment_radio {
	vertical-align: middle;
	margin:0px 10px 0 0;
        width: auto;
}
.payments li select, .payments li select option {
    font-size: 0.8rem;
}
#payment_details {
	padding:10px 0 0 0;
	line-height: 22px;
    float: inline-end;
    width: 100%;
    font-size: 0.8rem;
}
textarea#comments {
    width: 100% !important;
    min-height:80px;
    font-size: 0.9rem;
}
.cart_summary__row {
    margin: 0px;
}
.cart_summary__row span{
    float:right;
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    font-size: 0.8em;
}
.tools {
    margin: 5px 10px 0 0;
}
.tools a {
    font-size: 28px;
    margin: 0 5px;
    color: #666666;
}
.tools a:last-child {
    font-size: 20px;
    /* padding: 0 0 10px 0; */
}
.tools a:hover {
	color: #444444;
}
.passwordMess .short{
color:#FF0000;
}
.passwordMess .weak{
color:orange;
}
.passwordMess .good{
color:#2D98F3;
}
.passwordMess .strong{
color: limegreen;
}
.passwordMess{
	font-size: 12px;
    width: 100%;
    text-align: right;
    padding: 1% 3%;
}
.pagination_text
{
	font-weight:normal;
	font-size:13px;
	letter-spacing:1.3px;
	color:#58585a;
	line-height:30px;
}
.page_txt
{
	display:table;
	margin:0 auto;
	font-weight:normal;
	font-size:12px;
	letter-spacing:0.4px;
	color:#808080;
}

.my_pagination > li {
	margin-left:8px;
	font-size: 1rem;
	width:30px;
	height:30px;
	border: 1px solid white;
	text-align:center;
	line-height:28px;
	display: inline-block;
}
.my_pagination > li.current {
    border: 1px solid #333;
}
.my_pagination > li:first-child
{
	margin-left:0;
}

.my_pagination > li > a {
    display: block;
    background:#ffffff;
    font-weight: normal;
    color: #555;
    border:0px solid #fff;
}
.my_pagination > li:hover {
	border: 1px solid #aaa;
}
.my_pagination > li.active > a {
	color: #000;
}
.my_pagination li:last-child:hover {
    border: 1px solid white;
}
.my_pagination li.pag_first
{
	margin-right:5px;
}
.my_pagination li.products_count {
    width: auto;
    background: none;
    color: #555;
}
.my_pagination li.pag_last,
.my_pagination li.pag_next
{
	margin-left:5px;
}

.my_pagination li.pag_prev, .my_pagination li.pag_next,
.my_pagination li.pag_first, .my_pagination li.pag_last
{
    height: 30px;
	background:#e6e6e6;
	border-radius:3px;
}

.my_pagination li.pag_prev a, .my_pagination li.pag_next a,
.my_pagination li.pag_first a, .my_pagination li.pag_last a
{
    margin: 0;
    padding: 0;
}

.pagination_out {
    display: flex;
    justify-content: center;
}

.pagination_out .pag_prev,
.pagination_out .pag_next
{
	display: table-cell;
    width: 35px;
    vertical-align: middle;

}

.pagination_out .pag_prev_in,
.pagination_out .pag_next_in
{
	display: block;

    font-size: 17px;
    font-weight: normal;
    color: #4d4d4d;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    border: 1px solid #c5c5c5;
}

.pagination_out .pag_prev_in {
    margin-right: 5px;
}

.pagination_out .pag_next_in {
    margin-left: 5px;
}

.pagination_out .pag_prev a,
.pagination_out .pag_next a
{
	display: block;
    color: #999999;
    font-size: 20px;
    letter-spacing: 0.1px;
    font-weight: normal;
    line-height: 34px;
    width: auto !important;
}

.pagination_out .pag_prev a {
    text-align: center;
}

.pagination_out .pag_next a {
    text-align: center;
}

.pagination_out .pag_prev_in a:hover, .pagination_out .pag_next_in a:hover {
    color: #000;
}

.my_pagination li.pag_prev:hover, .my_pagination li.pag_next:hover,
.my_pagination li.pag_first:hover, .my_pagination li.pag_last:hover
{
	background:#ee7f00;
}

.my_pagination li.pag_prev:hover a > i, .my_pagination li.pag_next:hover a > i,
.my_pagination li.pag_first:hover a > i, .my_pagination li.pag_last:hover a > i
{
	color:#fff;
}
.onlyOneMetric {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding: 0 !important;
    border: 1px solid transparent !important;
    font-size: 1.2em !important;
    pointer-events: none;
}
.social_item ul li
{
	display:inline-block;
  margin: 5px;
  font-size: 25px;
  color: #666;
}
.social_item ul li img
{
	opacity:0.75;
}
.social_item ul li img:hover
{
	opacity:0.90;
}
.social_item:last-child
{
	margin-right:0;
}
.social_item a img {
   opacity:0.8;
}
.social_item a img:hover {
   opacity:1;
}
.social_area
{

}
.account_section input, .account_section select {
    padding: 0.5rem 1rem;
}
.memo {
    font-size: 0.8em;
    font-style: oblique;
}
.findUs {
    background: #eaeaea;
    line-height: 30px;
}
.footer-first {
    background: white;
}
#cartTotal {
    font-size: 15px;
    font-weight: 400;
    color: #f5f5f5;
    vertical-align: bottom;
}
.cartNotEmpty {
	color: #2b2b2b !important;
}
.max500 {
    max-width: 500px;
}
.single-banner {
    position: relative;
    z-index: 1;
}
.single-banner::before {
    position: absolute;
    left: 35px;
    top: 30px;
    border: 13px solid #c3c3c3;
    content: "";
    opacity: .3;
    width: calc(100% - 70px);
    height: calc(100% - 60px);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.single-banner .inner-text {
    position: absolute;
    right: 0%;
    top: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 100%; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.single-banner .inner-text h3 {
    color: #252525;
    font-weight: 700;
    padding: 11px 28px;
    background: #ffffff;
    /* border-radius: 10px; */
    font-size: 18px;
    border: 1px solid #d2ac67;
}
.single-banner:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.text-gray {
	color:#bbbbbb;
}
.materialsAccordion .btn {
    color: #b69860;
    /* margin: 0; */
    font-size: 0.7em;
    padding: 0;
}
.buyNow {
    background: var(--bs-gray-300);
    border: 1px solid var(--bs-gray-400);
    padding: 5px 15px;
    font-size: 0.9rem;
    border-radius: 4px;
}
.buyNow:hover {
    background: var(--bs-logo);
    color: white;
}
.materialsAccordion .card:first-child {
	border-top:none;
}
.materialsAccordion  .card-header {
	padding:10px 0px;
}
.sub-bkg {
    background: #294979ba;
    padding: 2rem;
}
.sub-bkg:hover {
    background: #444444ba;
    padding: 2rem;
}
.search-result .title {
    font-size: 1.1em;
    text-align: center;
    min-height: 50px;
}
.welcome_slides .single_slider {
    max-height: 480px;
}
.ended {
    padding: 5px 10px;
    color: #080808;
    font-size: 0.85rem;
    text-align: center;
    border-radius: 4px;
    width: max-content;
    background: #dfdfdf;
    font-weight: 400;
}

.product_categories ul {
	margin:15px 0 15px 20px;
}
.product_categories ul li {
	list-style: disc;
	padding:5px 0;
}
.price {
	position:relative;
}
.product-price span, .product_item .product-price span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #060606;
}
.product-price span {
    font-size: 2.2rem;
}
.product-price span.new-price, .product_item .product-price span.new-price {
    letter-spacing: -2px;
}
.product-price span.old-price, .product_item .product-price span.old-price {
    font-size: 1.5rem;
    color: #8d8b8b;
    margin: 0 12px;
    text-decoration: line-through;
    font-weight: 600;
}
.product_item .product-price span.old-price {
    font-size: 1.2rem;
     margin: 0 7px;
     font-weight: 400;
}
.product-price span:nth-child(3), .product_item .product-price span:nth-child(3) {
    background: #3bb77e;
    font-size: 0.7rem;
    padding: 3px 5px;
    font-weight: 400;
    border-radius: 6px;
    vertical-align: text-bottom;
    line-height: 17px;
    color: white;
}
.disountPC {
    font-size: 0.5em;
    background: wheat;
    padding: 4px 10px;
    vertical-align: middle;
    color: #121212;
    border-radius: 0px;
    margin-left: 15px;
    position: absolute;
    bottom: 10%;
}
.disountPC.ver2 {
    position: relative;
    vertical-align: bottom;
    font-size: 0.9em;
    padding: 3px 5px;
}
.disountPC.ver3 {
    position: relative;
    font-size: 0.9em;
    padding: 3px 5px;
}
.discount-pc {
    display: inline-block;
    background: var(--bs-sky);
    color: white;
    font-size: 0.8rem;
    padding: 3px 6px;
    border-radius: 5px;
}
.selectMetric {
    display: inline;
    background: #909090;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    color: white;
    font-size: 0.9em;
}
.selectMetric:hover {
    cursor:pointer;
}
.selectMetric.active, .selectMetric:active {
    background: #3f3f3f;
    color: white;
}
.marquee {
    height: 30px;
    overflow: hidden;
    position: relative;
    background: wheat;
    
}
.marquee ul li {
    font-weight: normal;
    font-size: 13px;
    display:none;
    color:black;
}
.top-3 {
	position:relative;
}
.part1, .part2, .part3 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0px 20px 50px;
    font-size: 1.5em;
    width: 70%;
    font-weight: bold;
    line-height: 1.3em;
    text-shadow: 1px 1px 5px #fbfbfb;
}
.part3 {
	top:0;
}
.product_item_icons, .product_item_icons2
{
    position: absolute;
    right:7px;
    top: 10px;
	z-index: 3;
}
.product_item_icons2 {
	right:60px;

}
.product_item_offer,
.product_item_new,
.product_item_best
{
    width: 50px;
    border-radius: 9px;
    background: var(--bs-sky);
    text-align: center;
    font-weight: 500;
    padding: 3px 5px;
    line-height: 18px;
}

.product_item_offer_in,
.product_item_new_in,
.product_item_best_in
{
    color: white;
}
.product_item_new_in.largen
{
    font-size: 0.85rem;
}
.product_item_image_in:hover .product_item_new {
	background:#333;
}
.product_item_image_in:hover .product_item_new_in {
	color:#eee;
}
.product_item_icons_item
{
	display:table;
	margin:0 auto;
    margin-bottom:5px;
}

.product_item_icons_item:last-child
{
    margin-bottom:0;
}
.add2WL {
    padding: 0px;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    vertical-align: middle;
}
.add2WL a i {
    color:#666666;
}
.add2WL a i:hover {
    color:#333333;
}
.x2 {
    font-size: 2em;
}
.color_item {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 6px;
    margin-right: 6px;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out 0;
    -moz-transition: all 0.3s ease-in-out 0;
    -o-transition: all 0.3s ease-in-out 0;
    -ms-transform: all 0.3s ease-in-out 0;
    transition: all 0.3s ease-in-out 0;
    cursor: pointer;
    padding: 1px;
    border-radius: 15px;
}
.color_item.active {
    border: 1px solid #111;
}
.color_item a {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 13px;
}
.color_item a:hover {
    cursor: pointer !important;
}
.texts {
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.texts ul {
    margin: 10px 0 10px 30px;
}
.texts ul li {
    list-style-type: disc !important;
    font-size: 0.95em;
}
.list-benefit .benefit-item img {
    max-width: 200px;
}
.mp:hover a > div {
    color: white;
    text-shadow: 1px 1px 5px #484848;
}
.phone {
    font-weight: bold;
    font-size: 1.3em;
}
.phone i {
    font-size: 0.7em;
    vertical-align: top;
}
.phone i.fas.fa-phone {
    line-height: 30px;
}
#popup {
    background: #5c5b5b7a !important;
}
#popup .modal-body {
    padding: 0 !important;
}
#popup .close {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 2rem;
    background: white;
    opacity: 0.8;
    background: none;
    border: none;
}
.part33 {
    display: inline-table;
    font-size: 1rem;
    vertical-align: inherit;
    color: #555;
    font-size: 0.9rem;
}
.part33 .fancy {
    background: #b8ecf7;
    padding: 8px;
    border-radius: 6px;
    /* color: white; */
}
.part33:last-child {
    float: right;
    text-align: right;
}
.part33 em.mess {
    font-size: 0.8rem;
    text-decoration: underline;
    font-weight: 500;
}
.giftCard {
    border: 1px solid #aaa;
    padding: 9px 12px 7px 12px;
    margin-left: 4px;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 6px;
}
#GCResult {
    color: white;
    padding: 10px 10px;
    display: block;
    font-size: 0.8rem;
    border-radius: 6px;
}
.std {
}
.addMore {
    font-weight: 4300;
    background: wheat;
    color: black;
}
.forgottenItems {
    background: wheat;
    position: absolute;
    z-index: 2;
    width: 98%;
    margin: 1%;
}
.copyFields {
    color: #007bff;
    font-size: 0.8rem;
    background: #e7e7e7;
    padding: 3px 10px;
    border-radius: 4px;
}
.update-checkout a, .back-to-shop a, .cart-submit {
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    background-color: var(--bs-gray-800);
    padding: 15px 35px;
    border-radius: 12px;
    display: inline-block;
    cursor: pointer;
    transition: all ease 0.4s;
    font-size: 0.9rem;
}
.update-checkout.ver2 a, .back-to-shop.ver2 a {
    color: var(--bs-gray-700);
    background-color: var(--bs-gray-200);
    padding: 14px 37px;
    border-radius: 12px;
    border: 1px solid var(--bs-gray-500);
}
.smaller {
    font-size: 0.95rem;
}
.update-checkout a:first-child, .back-to-shop a:nth-child(2), .update-checkout a:last-child {
    font-size: 0.7rem;
}
.update-checkout a:first-child:hover, .back-to-shop a:nth-child(2):hover, .update-checkout a:last-child:hover {
    color:#ddd !important;
}
.update-checkout.ver2 a:first-child, .back-to-shop.ver2 a:nth-child(2), .update-checkout.ver2 a:last-child {
    background: transparent;
}
.footer-bottom {
    background-color: var(--bs-gray-600);
}
.copyright {
    color: var(--bs-gray-400);
    font-size: 0.75rem;
}
.back-to-shop a:hover, .cart-submit:hover {
    background-color: var(--bs-logo);
    color: var(--bs-gray-200);
}
.articles h3 {
    margin: 20px 0 5px 0;
    font-size: 1.2rem;
    color: var(--bs-black);
}
.company-infor span {
    font-size: 0.85rem;
    color: var(--bs-gray-800);
    padding-left: 0px;
    margin-top:10px;
}
.company-infor i {
    width: 20px;
    height: 20px;
    font-size: 1rem;
    display: inline-block;
    margin-right: 10px;
    color: var(--bs-gray-500);
}
.my-modal .modal-content {
    background: var(--bs-gray-200);
    border: 0;
    font-size: 0.95rem;
}
.my-modal .modal-header {
    background: var(--bs-bonus);
    color: var(--bs-border-color);
    border: 0;
}
.my-modal .result, .signin-form .result {
    background: var(--bs-gray);
    color: var(--bs-gray-200);
    font-size: 0.9rem;
}
.myModal h3 {
    font-weight: 600;
    font-size: 1.2rem;
    color:var(--bs-gray-800);
}
.my-modal h4 span {
    background: var(--bs-gray-200);
    padding: 10px;
    border-radius: 8px;
    /* line-height: 30px; */
    display: inline-block;
    border: 1px solid var(--bs-gray-400);
    color: var(--bs-logo);
}
.childX {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bs-gray-400);
    padding: 30px;
    color: #2b2b2b;
    display: none;
    text-align: center;
    font-size: 0.9rem;
    z-index: 999999;
    border-radius: 10px;
    max-width: 400px;
    min-width: 280px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
}
.childX img {
    width: 120px;
    height: auto;
    margin-top: 20px;
}
.info h1 {
    font-size: 2rem;
}
.info h3 {
    margin:30px 0 10px 0;
    line-height: 24px;
    font-size: 1.1rem;
    font-weight: 500;
}
.info p {
    font-size: 0.85rem;
    line-height: 24px;
    color: var(--bs-gray-600);
}
.menu_bar a span {
    font-size: 10px;
}
.menu_bar a i.bi-person {
    font-size: 1.3rem;
    line-height: 1.5rem;
}
#gdpr-cookie-message {
    position: fixed;
    max-width: 700px;
    background-color: var(--bs-gray-400);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    z-index: 99999;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
#gdpr-cookie-message h4 {
    color: var(--bs-black);
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: var(--light-blue);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: var(--my-light);
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message label {
    font-weight: normal;
    font-size: 14px;
    vertical-align: top;
  }
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
    margin: 0 0 10px 0;
}
#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: var(--my-light);
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
    border: none;
    background: var(--bs-logo);
    color: var(--bs-gray-200);
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: #000000;
    color: var(--bs-gray-200);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: var(--bs-gray);
    color: var(--bs-gray-400);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
    margin-top: 2px;
    width: 16px;
    height: 16px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    font-weight: normal;
    color: #454545 !important;
    border-radius: 0px !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover {
	background: #444 !important;
}
.ui-slider-horizontal {
    height: 0.4em !important;
}
.ui-widget.ui-widget-content {
    margin-right: 10px !important;
    border:0px !important;
}
.ui-widget-header {
    background: #2a2a86 !important;
    border: 0px !important;
}
.ui-slider .ui-slider-handle {
    width: 0.6em !important;
    height: 0.9em !important;
    margin-left: -0.1em !important;
    border: 1px solid #999999 !important;
    background: #ffffff !important;
}
.ranger {
    border: 0px;
    text-align: center;
    pointer-events: none;
    font-size: 1.2rem;
    color: #535352;
    width: 100%;
    margin: 0 0 10px 0;
    background:none;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0;
}
.filterType1 >li >a, .filterType3 >li >a,  .filterType5 >li >a{
	position: relative;
    z-index: 1;
    text-decoration: none;
    color: #666;
    height: 30px;
    display: block;
    line-height: 30px;
    padding-left: 21px;
    text-transform: uppercase;
	
}
.filterType1 > li > a:before,  .filterType3 > li > a:before,  .filterType5 > li > a:before {
    width: 14px;
    height: 14px;
    border: 1px solid #bbb;
    background: none;
    border-radius: 0px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
}
.filterType1 > li > a.selected:before, .filterType3 > li > a.selected:before, .filterType5 > li > a.selected:before {
	background-color: #2a2a86;
}
.filterType1 > li > a.selected, .filterType3 > li > a.selected, .filterType5 > li > a.selected {
	color: #222;
}
.filterType2 li {
    display: inline-block;
}
.filterType2 li a {
    background: #555;
    color: white;
    padding: 1px 6px 3px 6px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 6px;
    font-size: 0.75rem;
}
.filterType2 li a.selected {
    background: #2a2a86;
    color: white;
}
.filterType2 li a:hover {
    background: #FDC040;
    color: black;
}
.ui-menu .ui-menu-item {
    background: white !important;
    padding: 2px 10px !important;
    border-bottom: 1px solid #d9d9d9 !important;
}
.ui-menu .ui-menu-item div:hover {
    background: #636363 !important;
    border: 1px solid #636363 !important;
    color: white;
}
.ui-widget.ui-autocomplete {
    z-index: 9999;
    font-size: 0.85rem;
    position: fixed;
    max-height: 250px !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 0;
}
.widget h6 {
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #9f9f9f;
}
.menu-main .options div div {
    text-transform: uppercase;
    color: #888;
    border: 1px solid #888;
    text-align: center;
    font-size: 0.8rem;
    padding: 4px;
    font-weight: 400;
}
.menu-main  .options div div.active {
    border: 1px solid #2a2a86;
    color: #2a2a86;
}
.menu-main  .options div div:not(.active):hover {
    border: 1px solid #222;
    color: #222;
    cursor: pointer;
}
@media (min-width:768px) and (max-width:991px) {
    .paradox {
    }
}
@media (max-width: 768px) {

    .menu-main .logo img {
        height: 54px;
    }
    .header-menu.fixed .logo img {
        height: 40px;
    }
    #cart_content thead {
        display: none;
    }
    #cart_content td {
        display: block;
        text-align: center;
    }
    #cart_content .cart_item .quantity_box {
        text-align: center;
    }
    #cart_content .cart_item.separator {
        display: block;
    }
    #cart_content .cart_list td {
        padding:10px;
    }
    .part33 {
        margin: 5px 0;
    }
    .part33:last-child {
        float: none;
    }
}
@media (max-width: 600px) {
    .parallax .inside .title {
        font-size:1.5rem;
    }
}
@media (max-width: 500px) {
    .freeShip {
        font-size: 0.7rem;
        line-height: 1rem;
    }
}
