:root {
    --primary-color: #141414;
    --accent-color: #0674ec;
    --background-red: #ce0000;
    --background-light: #f8f8f8;
    --border-width: 0.07143rem;
    --border-style: solid;
    --border-color: #d6d0c4;
    --text-color: #141414;
    --transition: all 0.3s ease;
}

html body {
    font-family: "Poppins", "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: var(--text-color);
    line-height: 1.42857143;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-color);
}
/* default font size */
.fa {
    font-size: 1.5rem;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 2.8rem;
    padding: 10px 0 20px 0;
    font-weight: 300 !important;
}
h2 {
    font-size: 2.2rem;
    padding-bottom: 20px;
    font-weight: 400 !important;
}
h3 {
    font-size: 2rem;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 1.2rem;
}
h6 {
    font-size: 1rem;
}
a {
    color: #0674ec;
    text-decoration: none !important;
}
a:hover {
    color: #0645ad;
    text-decoration: none !important;
}
legend {
    font-weight: 400;
    width: 75%;
    display: block;
    padding: 7px 0 7px 15px;
    margin-bottom: 15px;
    line-height: inherit;
    background-color: #ebe8e2;
    border: 0;
}
label {
    font-size: 1.4rem;
    margin-bottom: 0px;
    font-weight: 500 !important;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 14px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 13px;
}
.input-group .input-group-addon {
    font-size: 13px;
    background-color: var(--background-light);
    border: none;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
    vertical-align: middle;
    font-size: 14px;
}
.nav-tabs {
    border-bottom: var(--border-width) var(--border-style) var(--border-color);
}
div.required .control-label:before {
    content: "* ";
    color: #f00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: var(--accent-color) !important;
}
/* top */
#top {
    background-color: var(--background-light);
    padding: 7px 0px 0px 0;
    margin: 0;
    min-height: 40px;
}
#top .container {
    padding: 0 15px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
    outline: none;
    border: none;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #0674ec;
    outline: none;
    border: none;
}
#top .btn-link,
#top-links li,
#top-links a {
    color: var(--text-color);
    text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
    color: #0645ad;
}
#top-links .dropdown-menu a {
    text-shadow: none;
    font-size: 15px;
}
#top-links .dropdown-menu a:hover {
    color: #f8f8f8;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    display: flex;
    gap: 15px;
    align-items: center;
}
#top-links .fa {
    font-size: 2rem;
    padding-top: 4px;
    padding-right: 3px;
}
#top-links img {
    vertical-align: -webkit-baseline-middle;
}
/* logo */
#logo img {
    text-align: -webkit-center;
    width: 200px;
    margin-top: 5px;
}

.logo {
    font-family: "Questrial", sans-serif;
    font-size: 2.9rem;
    font-weight: 600;
    color: #141414 !important;
    text-align: left;
    line-height: 0.95;
    text-decoration: none !important;
    /*  margin-top: 8px; */
    -webkit-font-smoothing: subpixel-antialiased;
    /*  letter-spacing: 0.3px; */
}

.logo a {
    color: #141414 !important;
    text-decoration: none !important;
}

.logo2 {
    font-family: "Questrial", sans-serif;
    font-size: 1.5rem;
    margin-top: 4px;
    color: #141414 !important;
    font-weight: 300;
    text-decoration: none !important;
    /*  letter-spacing: 0.35px; */
}
/* search */
#search {
    display: compact;
}
#search .input-lg {
    line-height: 20px;
    float: right;
}
#search .btn-lg {
    background-color: var(--background-light) !important;
    border: var(--border-width) var(--border-style) var(--border-color) !important;
    padding: 0;
}

/* cart */
#cart > .btn {
    font-size: 1.4rem;
    line-height: 1.45;
    height: 4.1rem;
    color: #141414;
    background-color: var(--background-light);
    border: var(--border-width) var(--border-style) var(--border-color) !important;
}
#cart > .btn span {
    padding: 0 10px;
}
#cart > .btn:hover {
    color: #f8f8f8;
    background-color: var(--accent-color) !important;
    border: 0.07143rem solid var(--accent-color) !important;
}
#cart.open > .btn {
    background-image: none;
    color: #141414;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #f8f8f8;
}
#cart .dropdown-menu {
    background: #f8f8f8;
    z-index: 1001;
    padding: 5px;
    min-width: 100%;
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: thin;
    overflow-x: hidden;
}
#cart .dropdown-menu {
    background: #f8f8f8;
    z-index: 1001;
}
#cart .dropdown-menu {
    padding: 5px;
    min-width: 100%;
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: thin;
    overflow-x: hidden;
}

@media (max-width: 478px) {
    #search {
        margin-bottom: 10px;
    }
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: -0.07143rem;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 5px 15px 5px;
}
/* menu */
#menu {
    background-color: #ce0000 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    padding: 0px 4px;
    border-bottom: 0px;
}
#menu .nav > li > a {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #f8f8f8;
    line-height: 1.4rem;
    text-decoration: none;
    display: block;
    padding: 12px 10px 12px 10px;
    z-index: 6;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    word-spacing: 9999999px;
    max-width: 120px;
    text-align: center;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    color: #f8f8f8;
    font-weight: normal;
    font-size: 1.1rem;
    clear: both;
    background-color: var(--background-red);
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    transition: 0.25s ease;
}
#menu .dropdown-menu {
    padding-bottom: 0;
    border-top: none;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 280px;
    max-width: 100%;
    display: block;
    padding: 1px 10px 1px 10px;
    clear: both;
    color: #141414;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.3;
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
#menu .dropdown-inner li a:hover {
    color: #0674ec;
}
#menu .see-all {
    display: block;
    padding: 5px 10px 3px 10px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase !important;
    color: #141414;
}
#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #0674ec;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 40px;
    color: #f8f8f8;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 1.5rem;
    font-stretch: expanded;
    color: #f8f8f8;
    padding: 0;
    margin: 0 5px;
    float: right;
    background-color: var(--background-red);
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #f8f8f8;
    background-color: var(--background-red);
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #f8f8f8;
        font-size: 1.4rem;
        padding: 4px;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        color: #0674ec;
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #141414;
    }
}
/* content */
#content {
    min-height: 600px;
}
#product-category #content,
#product-product #tab-description,
#information-information #content {
    font-size: 16px;
}
/* footer */
footer {
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 1.48;
    margin-top: 30px;
    padding: 70px 0 30px 0;
    background-color: var(--primary-color);
    color: #e0d7d1;
}
footer hr {
    border-top: none;
    border-bottom: 0.07143rem solid #666;
}
footer a {
    color: #d0c3bc;
}
footer a:hover {
    color: #fdf5f0;
}
footer h5 {
    font-weight: 500;
    color: #d0c3bc;
}
/* breadcrumb */
.breadcrumb {
    margin: 10px 0 15px 0px;
    padding: 0;
    background-color: #ffffff;
    border-radius: 0px;
}
.breadcrumb i {
    font-size: 1.3rem;
}
.breadcrumb > li {
    font-size: 1.3rem !important;
    font-weight: 400;
    line-height: 1;
    color: #141414;
    position: relative;
    white-space: pre-wrap;
}
.breadcrumb > li a {
    color: #141414;
}
.breadcrumb > li + li:before {
    content: "/";
    padding: 0 6px 0 3px;
}
.breadcrumb > li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
}
.breadcrumb > li a:hover {
    color: #0674ec;
}
.pagination {
    background-color: var(--background-light);
    font-size: 1.2rem;
    text-align: center; /* Corrected property here */
}
html[dir="rtl"] .breadcrumb > li::after {
    top: -3px;
    left: -5px;
    width: 26px;
    height: 26px;
    border-left: 0.07143rem solid #d6d0c4;
    border-top: 0.07143rem solid #d6d0c4;
    right: unset;
    border-right: unset;
    border-bottom: unset;
}
.buttons {
    margin: 1em 0;
}
.btn {
    min-height: 4.1rem;
    min-width: 7.2rem;
    line-height: 2;
    border: 0.07143rem solid var(--accent-color) !important;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.btn-xs {
    font-size: 9px;
    line-height: 2;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 1.5rem;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 1.4rem;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 1.5rem;
}
.btn-default {
    color: #f8f8f8;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--accent-color) !important;
    border: 0.07143rem solid var(--accent-color) !important;
    line-height: 2;
}
.btn-primary {
    color: #f8f8f8;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    line-height: 2;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: var(--accent-color) !important;
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-warning {
    color: #f8f8f8;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    background-color: var(--accent-color) !important;
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #fff !important;
    padding-top: 0.9rem;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ce0000 !important;
    border: 0.07143rem solid #ce0000 !important;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background-color: #ce0000 !important;
    border-color: #ce0000 !important;
    color: #fff !important;
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #f8f8f8;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: var(--accent-color) !important;
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #f8f8f8;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
    line-height: 2;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: var(--accent-color) !important;
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: var(--primary-color) !important;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #f8f8f8;
    border-color: #b09b8f;
    margin-top: 8px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #0674ec;
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
*/
/* list group */
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group {
    border-radius: 0px !important;
    border: var(--border-width) var(--border-style) var(--border-color);
    padding: 10px 15px 10px 10px;
}
.list-group a {
    border: none;
    padding: 2px 7px 2px 7px;
    font-size: 1.4rem;
    color: #424143;
    line-height: 1.3;
}
.list-group-item.active {
    padding: 4px 7px 4px 7px;
    background-color: #fff;
    color: #141414;
    text-transform: uppercase;
    font-weight: 500;
}
.list-group-item.active:hover {
    background-color: #fff;
    color: #0645ad;
}
a.list-group-item {
    color: #141414;
}
a.list-group-item:hover {
    color: #0674ec;
    background-color: #fff;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    /*	color:#0674ec;
	background: #f8f8f8; */
    border-radius: 0px !important;
}
/* carousel */
.carousel-caption {
    color: #f8f8f8;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: "\f053";
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: "\f054";
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 20px;
    border: 0.07143rem solid #ebe8e2;
    border-radius: 8px;
    transition: var(--transition);
}
.product-thumb:hover {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
    z-index: 1;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
/*
.product-thumb .image a:hover {
	opacity: 0.85;
}
*/
.product-thumb .image img {
    left: 0;
    max-width: calc(100% * 0.6);
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0 25px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}
.product-thumb a {
    color: #141414;
    font-size: 1.45rem;
    font-weight: 500;
}
.product-thumb a:hover {
    color: #0645ad !important;
}
.product-thumb .caption {
    padding: 0px !important;
    text-align: center;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.product-thumb .rating {
    position: absolute;
    display: grid;
    top: 2%;
    left: 8%;
}
.product-thumb .rating .fa-stack {
    padding-top: 4px;
}
.rating .fa-stack {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1.3em;
    line-height: 1em;
    vertical-align: middle;
}
.rating .fa-star-o {
    color: #999;
    font-size: 1.5rem;
}
.rating .fa-star {
    color: #fc0;
    font-size: 1.5rem;
}
.rating .fa-star + .fa-star-o {
    color: #e69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #141414;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    padding: 0 0 5px 15px;
    max-width: 100% !important;
}
.product-thumb .price-new {
    font-weight: 600;
    color: #d81e05;
    font-size: 1.4rem;
}
.product-thumb .price-old {
    color: #575149;
    font-weight: 400;
    font-size: 1.4rem;
    margin-right: 10px;
}
.price-old {
    position: relative;
}

.price-old:before {
    content: "";
    display: inline-block;
    border-bottom: 2px solid #ef3434;
    position: absolute;
    width: 110%;
    height: 50%;
    left: -10%;
    top: 1px;
    transform: rotate(-15deg);
}
/*
.product-thumb .price-old:after {
	content: "";
    display: inline-block;
	border-bottom: 2px solid #ef3434;
	position: absolute;
	width: 120%;
	height: 50%;
    left: -7%;
    top: 1px;
	transform: rotate(15deg);
}
*/
.product-thumb .price-tax {
    color: #141414;
    font-size: 1.1rem;
    font-weight: 400;
    display: block;
}
.product-thumb .button-group {
    background-color: var(--background-light);
    white-space: nowrap;
    padding: 7px;
    border-radius: 0 0 8px 8px;
}
.product-thumb .button-group .fa {
    font-size: 1.4rem !important;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    display: inline-block;
    background-color: transparent;
    border: none;
    color: #444444;
    text-align: center;
}
.product-thumb .button-group button:hover {
    /*	color: #444;
	background-color: #ddd; */
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
.thumbnail {
    max-width: calc(100% * 0.5);
    float: left;
    padding: 10px;
    margin: 0px;
    line-height: 1.45;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}
.thumbnails > li {
    outline: none;
}
.thumbnails > img {
    vertical-align: -webkit-baseline-middle;
}
.image-additional a {
    display: contents;
}
.image-additional {
    vertical-align: -webkit-baseline-middle;
}
.thumbnails .image-additional {
    vertical-align: -webkit-baseline-middle;
    max-width: calc(100% * 0.2);
    float: right;
    padding: 10px;
}
@media (min-width: 1600px) {
    #content .col-lg-2:nth-child(6n + 1),
    #content .col-lg-3:nth-child(4n + 1),
    #content .col-lg-4:nth-child(3n + 1),
    #content .col-lg-6:nth-child(2n + 1) {
        clear: left;
    }
}
@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n + 1),
    #content .col-lg-3:nth-child(4n + 1),
    #content .col-lg-4:nth-child(3n + 1),
    #content .col-lg-6:nth-child(2n + 1) {
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n + 1),
    #content .col-md-3:nth-child(4n + 1),
    #content .col-md-4:nth-child(3n + 1),
    #content .col-md-6:nth-child(2n + 1) {
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n + 1),
    #content .col-sm-3:nth-child(4n + 1),
    #content .col-sm-4:nth-child(3n + 1),
    #content .col-sm-6:nth-child(2n + 1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"],
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px; /* Removed \9 */
    margin-right: -20px;
    margin-left: unset;
}
html[dir="rtl"] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir="rtl"] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir="rtl"] .container .row:first-child .col-sm-4,
html[dir="rtl"] .container .row:first-child .col-sm-5 {
    float: right;
}
html[dir="rtl"] #cart .dropdown-menu {
    left: 0;
    right: auto;
}
@media (min-width: 768px) {
    html[dir="rtl"] .navbar-nav {
        float: right;
        margin: 0;
    }

    html[dir="rtl"] .navbar-nav > li {
        float: right;
    }
}

/* @iSaulius Start */

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
    opacity: 0.5;
    top: 2% !important;
}
/* @restoranu */

/* iPads (landscape) ----------- */
@media only screen and (max-device-width: 1200px) and (orientation: landscape) {
    #menu {
        min-height: 42px;
        font-size: 12px;
        font-weight: 400;
        background-color: var(--background-red);
    }
    .container {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
    #menu .nav > li > a {
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        margin-right: 5px;
        padding: 12px 0px;
        max-width: 95px;
    }
    #menu .nav > li > a:hover,
    #menu .nav > li.open > a {
        color: #f8f8f8;
        font-weight: normal;
        font-size: 12px;
        clear: both;
    }
    #menu .dropdown-inner a {
        line-height: 1.48;
        font-size: 12px;
    }
    /* search */
    #search {
        float: left;
        padding-top: 6px;
        margin: 0 20px 0px -5px;
        width: 200px;
    }
    /* logo */
    .logo {
        font-family: "Poppins", "Inter", sans-serif;
        -webkit-font-smoothing: subpixel-antialiased;
        font-size: 32px;
        font-weight: 500;
        color: var(--primary-color) !important;
        text-align: left;
        line-height: 0.95;
        margin: 10px 0 10px -10px;
        width: 300px;
    }
    .logo a {
        color: var(--primary-color) !important;
    }
    .logo2 {
        font-family: "Poppins", "Inter", sans-serif;
        font-size: 11px;
        color: var(--primary-color) !important;
        font-weight: normal;
        letter-spacing: 0.25px;
    }
    .product-grid .product-thumb .caption {
        padding: 0 !important;
    }
    .col-sm-10 {
        width: 60%;
        padding-right: -15px !important;
        padding-left: -15px !important;
    }
    .col-sm-2 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3%;
    }
    .thumbnail {
        max-width: calc(100% * 1);
    }
}

/* CSS rules for iPhone 8 Plus in portrait orientation */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .isearch-container {
        max-width: 92% !important;
        min-width: 367px !important;
    }
}
/* CSS rules for iPhone 8 Plus in landscape orientation */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .isearch-container {
        max-width: 92% !important;
        min-width: 367px !important;
    }
}

/* iPhone (portrait) ----------- */
@media (max-width: 667px) {
    .isearch-container {
        max-width: 92% !important;
        min-width: 327px !important;
    }
    /* logo iphone start */
    .logo {
        font-family: "Poppins", "Inter", sans-serif;
        font-size: 40px;
        font-weight: normal;
        color: var(--primary-color) !important;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .logo2 {
        font-family: "Poppins", "Inter", sans-serif;
        font-size: 19px;
        color: var(--primary-color) !important;
        font-weight: normal;
        letter-spacing: normal;
        text-align: center;
        padding-bottom: 10px;
    }
    /* logo iphone end */
    #menu .nav > li > a {
        min-width: 100%;
        word-spacing: 100%;
        text-align: left;
        padding: 7px 0 7px 0;
        font-size: 14px;
    }
    #menu .nav > li > a:hover,
    #menu .nav > li.open > a {
        color: #f8f8f8;
        font-weight: normal;
        font-size: 14px;
        clear: both;
        background-color: var(--background-red);
        -webkit-transition: 0.25s ease;
        -moz-transition: 0.25s ease;
        transition: 0.25s ease;
    }
    .navbar-header {
        padding-bottom: 5px;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        color: #b09b8f !important;
    }
    #menu .see-all {
        color: #f8f8f8;
        font-size: 13px;
        padding-left: 5px;
    }
    #menu #category {
        text-transform: uppercase;
        font-size: 21px;
        font-weight: 400;
        padding: 0;
    }
    .thumbnail {
        max-width: calc(100% * 1);
    }
    .image-additional a {
        display: inline-block;
    }
    .nav-tabs > li {
        width: 100%;
    }
    .nav-tabs > li.active {
        width: 100%;
    }
    span.hidden-top {
        vertical-align: -webkit-baseline-middle;
        display: none !important;
    }
}

/* iPhone SE (portrait) ----------- */
@media (max-width: 320px) {
    #search {
        margin-bottom: 10px;
    }
    .isearch-container {
        max-width: 92% !important;
        min-width: 272px !important;
    }
    /* logo iphone start */
    .logo {
        font-family: "Poppins", "Inter", sans-serif;
        font-size: 33px;
        padding: 0 -15px !important;
        font-weight: normal;
        color: var(--primary-color) !important;
        text-align: center;
    }
    .logo2 {
        font-family: "Poppins", "Inter", sans-serif;
        font-size: 15px;
        color: var(--primary-color) !important;
        font-weight: normal;
        letter-spacing: normal;
        text-align: center;
        padding-bottom: 15px;
    }
    /* logo iphone end */
    #top-links .fa {
        margin-left: 20px;
        margin-right: 0px;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    #top-links {
        font-weight: 400;
        -webkit-font-smoothing: subpixel-antialiased;
        margin-top: 0px;
    }
    header {
        padding: 10px 0;
    }
    #menu .nav > li > a {
        min-width: 100%;
        word-spacing: 100%;
        text-align: left;
        padding: 7px 0 7px 0;
        font-size: 14px;
    }
    #menu .nav > li > a:hover,
    #menu .nav > li.open > a {
        color: #f8f8f8;
        font-weight: normal;
        font-size: 14px;
        clear: both;
        background-color: var(--background-red);
        -webkit-transition: 0.25s ease;
        -moz-transition: 0.25s ease;
        transition: 0.25s ease;
    }
    .navbar-header {
        padding-bottom: 5px;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        color: #b09b8f !important;
    }
    #menu .see-all {
        color: #f8f8f8;
        font-size: 13px;
        padding-left: 5px;
    }
    #menu #category {
        text-transform: uppercase;
        font-size: 21px;
        font-weight: 400;
        padding: 0;
    }
    .thumbnail {
        max-width: calc(100% * 1);
    }
    .image-additional a {
        display: inline-block;
    }
    span.hidden-top {
        vertical-align: -webkit-baseline-middle;
        display: none !important;
    }
}

/* iPhone (portrait) END -------- */
header {
    padding: 25px 0;
}
#menu .btn-navbar .fa {
    font-size: 36px;
}

.form-control {
    display: block;
    max-width: 620px;
    height: 4.1rem;
    padding: 0.42857rem 0.85714rem;
    font-size: 1.3rem;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: var(--border-width) var(--border-style) var(--border-color);
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0.07143rem 0.07143rem rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0.07143rem 0.07143rem rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
}
.powered {
    font-size: 11px;
    line-height: 15px;
    margin: 30px 0px 0px 0px;
}
.btn-social-icon .fa {
    padding-right: 20px;
    font-size: 2.5rem;
}
.paypal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px 0 5px 0;
}
#container-menu {
    background-color: var(--background-red) !important;
    margin: 0 -5px;
}
.panel {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Remove inner shadow from inputs on mobile iOS */
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    appearance: none;
    -webkit-appearance: none;
}
.text-danger {
    color: #d81e05;
    font-size: 12px;
    padding-top: 1px;
    padding-left: 5px;
}
.btn-default:hover {
    background-color: var(--accent-color) !important;
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    border-color: var(--accent-color) !important;
    color: #fff !important;
}
.table > tbody > tr > td {
    border: var(--border-width) var(--border-style) var(--border-color);
}
.form-horizontal .radio-inline {
    padding-top: 0 !important;
}
.form-horizontal .control-label {
    padding-top: 1rem;
    margin-bottom: 0;
    text-align: right;
    font-weight: 600 !important;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 1rem;
    position: relative !important;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    padding-top: 0 !important;
}
.radio-inline input[type="radio"] {
    position: relative !important;
}
.radio-inline {
    font-weight: 600 !important;
}
.panel-heading {
    min-height: 4rem;
}
.panel-title {
    padding-top: 3px !important;
    font-size: 1.4rem;
    font-weight: 600 !important;
}
.modal-title {
    font-size: 1.7rem;
    font-weight: 600 !important;
}
.table-bordered > thead > tr > td {
    border-bottom: var(--border-width) var(--border-style) var(--border-color);
    font-size: 1.4rem;
    font-weight: 600;
}
.table-bordered {
    border: var(--border-width) var(--border-style) var(--border-color);
}
.table > tbody + tbody {
    border-top: 0.07143rem solid #d6d0c4;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border: 0.07143rem solid #d6e9c6;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: var(--border-width) var(--border-style) var(--border-color);
}
.panel-default {
    /*		border: var(--border-width) var(--border-style) var(--border-color); */
    border: var(--border-width) var(--border-style) var(--border-color) !important;
}
.panel-default > .panel-heading {
    color: #141414;
    background-color: var(--background-light);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0.07143rem solid #d6d0c4 !important;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive {
    max-width: calc(100% * 1);
}
.img-thumbnail {
    display: inline-block;
    padding: 0px;
    line-height: 1.45;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    outline: none;
    vertical-align: middle !important;
}
.img-compare {
    max-width: 190px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: relative;
}
.radio .img-thumbnail {
    margin-right: 10px !important;
}
.dropdown-menu {
    margin-top: 4px;
    padding: 25px 20px;
    border: var(--border-width) var(--border-style) var(--border-color);
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
ul.dropdown-menu.dropdown-menu-right {
    top: 33px;
    border: var(--border-width) var(--border-style) var(--border-color);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 20px 10px 15px 10px;
    z-index: 99999999 !important;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #ffffff;
    position: relative;
    float: none;
    padding: 10px 20px;
    margin-left: -0.07143rem;
    color: var(--text-color);
    text-decoration: none;
    border: var(--border-width) var(--border-style) var(--border-color);
    top: 7px;
}
.pagination > .active > span {
    color: var(--text-color) !important;
    background-color: var(--background-light) !important;
    border: var(--border-width) var(--border-style) var(--border-color) !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #0645ad;
    background-color: var(--background-light);
    border: var(--border-width) var(--border-style) var(--border-color);
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #0674ec;
    border: 0.07143rem solid #0674ec;
}
.modal-header .close {
    margin-top: 2px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 4rem;
    font-size: 1.3rem;
    border-radius: 6px 0 0 6px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: var(--accent-color) !important;
}
.table-responsive {
    max-width: 100% !important;
}

hr {
    border: var(--border-width) var(--border-style) var(--border-color);
}
.well {
    background-color: var(--background-light);
    padding: 19px;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
}
.navbar-nav {
    margin: 0 0 0 -15px;
}
.navbar-collapse {
    padding-bottom: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: none;
    background-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-toggle {
    position: relative;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 8px;
    background-image: none;
    border: none;
    border-radius: 0;
}
.vd pre,
.block-container pre {
    border: var(--border-width) var(--border-style) var(--border-color) !important;
    background-color: #fff;
    max-width: 100%;
    overflow-wrap: break-word;
}
.pre {
    border: var(--border-width) var(--border-style) var(--border-color) !important;
    background-color: #fff;
    max-width: 100%;
    overflow-wrap: break-word;
    overflow-wrap: anywhere;
}
.lead {
    font-weight: normal;
}
.tab-content {
    padding: 15px;
}
.nav > li > a {
    padding: 1rem 2rem;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #0674ec;
    color: #fff;
}
.nav-tabs > li {
    margin-bottom: -0.07143rem;
}
.nav-tabs > li > a {
    font-size: 1.7rem;
    border: 0.07143rem solid #ebe8e2;
    border-bottom: none !important;
    margin-right: 0;
}
.nav-tabs > li.active {
    font-size: 1.7rem;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    border: var(--border-width) var(--border-style) var(--border-color);
    border-bottom: transparent !important;
    margin-right: 0.07143rem;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: var(--border-width) var(--border-style) var(--border-color);
    color: #141414;
}
.modal-dialog {
    max-width: 800px;
}
.btn-group > .btn {
    margin: 0 3px;
}
.price-new {
    color: #d81e05;
}
r {
    color: #d81e05 !important;
    font-size: 20px;
    font-weight: 600;
}
@media screen {
    .owl-carousel.owl-advs {
        margin: 0px;
        margin-bottom: 0px;
        background: none !important;
    }
}
label#ENSPrivacyPolicy {
    font-weight: 500;
}

/*  From ascaso.lt  */

/* iPhone (portrait) ----------- */
@media (max-width: 667px) {
    #supermenu.respsmall a.mobile-trigger {
        font-size: 24px;
        padding: 15px 0px 15px 10px !important;
        color: #f8f8f8 !important;
        background: none !important;
        text-shadow: none !important;
    }
    #supermenu ul li a.tll {
        padding: 18px 0px 15px 10px !important;
        max-width: 100% !important;
        font-size: 15px !important;
    }
    #supermenu.respsmall .superdropper span {
        padding: 7px 10px !important;
    }
    #supermenu.respsmall ul li div .withimage .image img {
        width: 120px !important;
        margin-left: 5px !important;
        margin-right: 10px !important;
    }
    #supermenu ul li div .withimage .name a {
        font-size: 13px;
        font-weight: 500;
        color: #141414;
    }
}
/* iPhone (portrait) END ----------- */

/* iPhone SE (portrait) ----------- */
@media (max-width: 320px) {
    #supermenu.respsmall ul li div .withimage .image img {
        width: 100px !important;
        margin-left: 5px !important;
        margin-right: 10px !important;
    }
    #supermenu ul li div .withimage .name a {
        font-size: 12px;
        font-weight: 600;
        color: #141414;
    }
    .name {
        margin-top: 40px !important;
    }
}
/* iPhone SE (portrait) END ----------- */

blockquote {
    page-break-inside: avoid;
}
.checkbox,
.radio {
    margin-bottom: 0px !important;
}
.af_group_checkbox {
    z-index: 1;
}
.owl-carousel.owl-advs {
    margin: 0px;
    margin-bottom: 0px !important;
    background: none !important;
}
/* Xpayment ----------- */
.xpayment-logo {
    max-height: 50px !important;
    margin-right: 10px;
    display: inline;
}
.xpayment-desc {
    padding: 2px 0 0 20px !important;
    margin-bottom: 10px;
}
/* Xshippingpro ----------- */
.xshippingpro-desc {
    padding: 2px 0 0 20px !important;
    margin-bottom: 10px;
}
.xshippingpro-logo {
    max-height: 50px;
    margin-right: 10px;
    display: inline;
}
/* Apple Pay */
apple-pay-button {
    --apple-pay-button-width: 150px;
    --apple-pay-button-height: 30px;
    --apple-pay-button-border-radius: 3px;
    --apple-pay-button-padding: 0px 0px;
    --apple-pay-button-box-sizing: border-box;
}

/* isearch */
.isearch-model {
    color: #575149 !important;
    font-size: 12px;
}
.isearch-heading-product {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: var(--primary-color) !important;
}
.isearch-heading-product {
    margin: 10px 0;
}
.isearch-more {
    padding: 10px 0 5px 0;
    font-weight: 600;
    font-size: 13px;
    background-color: #ebe8e2 !important;
}
.isearch-price {
    font-size: 12px !important;
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    padding-top: 25px !important;
}
.isearch-price-special {
    color: #ce0000 !important;
}
.isearch-product,
.isearch-suggestion,
.isearch-more {
    color: var(--accent-color) !important;
}
.isearch-product:hover {
    background-color: var(--background-light) !important;
}
.header .isearch-container,
.mobile-search .isearch-container {
    max-width: 92%;
}
li .language {
    padding: 0 15px;
}
li .language button {
    outline: none;
    width: -webkit-fill-available;
    margin-bottom: 5px;
    border: none;
    background: none;
    text-align: left;
}
.xshippingpro-options {
    margin: 15px;
}
.ocm-popup-title {
    padding: 15px !important;
}
.ocm-have-title .ocm-popup-close {
    top: 25% !important;
}
.owl-carousel.owl-advs {
    margin: 10px 0 20px 0 !important;
}
/* .ajax-filter */
.ajax-filter .af-heading,
.af-heading:hover {
    border: 0.07143rem solid #ebe8e2;
    margin-bottom: 2px;
    color: var(--text-color);
}

.ajax-filter .af-body .af-container > .af-elements .af-wrapper {
    margin: 0 0.5rem !important;
}
/* Add hover effect */
.af-element label:hover .title {
    color: var(--accent-color) !important;
    transition: var(--transition);
}
/* pop up image */
.mfp-gallery .mfp-image-holder .mfp-figure {
    background-color: #ffffff;
}
.mfp-counter {
    padding-right: 15px;
    color: #777777 !important;
    line-height: 30px !important;
}
.mfp-title {
    padding-left: 15px;
    color: #777777 !important;
    line-height: 30px !important;
}
img.mfp-img {
    max-width: calc(100% * 0.75) !important;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    padding-right: 15px !important;
    color: #777777 !important;
}
b,
strong {
    font-weight: 600 !important;
}
@media (min-width: 1600px) {
    .container {
        width: 1375px;
    }
}

.product-thumb--wishlist,
.product-thumb--compare {
    display: block;
    color: #8a8a90;
    border: 1px solid rgba(200, 200, 200, 0.8);
    border: 1px solid #8a8a90;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    transition: var(--transition);
    opacity: 0.5;
}

.product-thumb:hover .product-thumb--wishlist,
.product-thumb:hover .product-thumb--compare {
    opacity: 1;
}

.product-thumb--wishlist:hover,
.product-thumb--compare:hover {
    color: var(--color-accent);
    border: 1px solid var(--color-accent);
    cursor: pointer;
}

.product-thumb--wishlist .fa,
.product-thumb--compare .fa {
    line-height: 32px;
}

.product-list .product-thumb--wishlist,
.product-list .product-thumb--compare {
    margin-right: var(--space-1);
    float: left;
    margin-top: 3px;
}

.product-grid .product-thumb--wishlist,
.product-grid .product-thumb--compare {
    position: absolute;
    right: var(--space-4x);
    top: var(--space-4x);
    z-index: 111;
}

.product-grid .product-thumb--compare {
    top: calc(var(--space-4x) + 32px + var(--space-1));
}

.product-list .product-thumb--info {
    float: left;
    margin-top: var(--space-4x);
    margin-right: var(--space-4x);
    margin-bottom: var(--space-4x);
    width: calc(
        100% - 100px - var(--space-4x) - var(--space-4x) - var(--space-4x)
    );
}
.btn-info .fa {
    /*   vertical-align: sub; */
}
.alert-warning {
    margin: 15px 0 !important;
}
.islpr-alert {
    /*   padding: 15px !important;  */
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: 3px solid #eee !important;
    color: var(--primary-color) !important;
}

/* ajax filter */
.ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element {
    margin: 0 10px !important;
}
.irs-from,
.irs-to,
.irs-single {
    background: var(--accent-color) !important;
}
/* ajax filter  end */

button,
select {
    border: none !important;
    background-color: transparent;
}
#price-reg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
fieldset {
    background-color: var(--background-light);
    padding: 15px;
    border-radius: 8px;
}
.form-control,
.input-lg {
    border-radius: 6px;
    padding: 10px !important;
}
/* Promotions */
.islpr-alert .close {
    right: 13px !important;
}
/* Promotions end */
.pdf-link img {
    width: 50px;
    height: 74px;
    vertical-align: middle;
    margin-right: 5px;
}
select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: var(--border-width) var(--border-style) var(--border-color) !important;
    border-radius: 6px;
    color: #141414;
    padding: 10px 35px 10px 15px;
    width: 100%;
    max-width: 620px;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23495057' d='M0 0l4 4 4-4h-8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px 8px;
}

select.form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

select.form-control:hover {
    border-color: #d6d0c4 !important;
}
.buy-now-top {
    text-align: right;
    margin: 10px 15px 30px 15px;
}
.fancybox-wrap {
    min-width: 400px !important;
}
.fancybox-inner {
    min-width: 100% !important;
    overflow: auto !important;
}
.fancybox-overlay-fixed {
    top: -30% !important;
}
.fancybox-skin {
    background: #f8f8f8 !important;
    overflow: hidden;
}
.fancybox-wrap input {
    width: 100% !important;
}
#product_image_holder {
    margin: -75px !important;
}
.fancybox-inner #afq_comments {
    font-weight: 300 !important;
    padding-top: 10px !important;
}
#ComparePricesFormBox {
    margin-top: 10px;
    padding-top: 10px;
    background: #f8f8f8;
    border-radius: 8px;
}
span.hidden-top {
    vertical-align: -webkit-baseline-middle;
}

.checkbox label,
.radio label {
    font-size: 13px !important;
}
