/*!
 * nopAccelerate Furnish Theme v1.1.0 (http://themes.nopaccelerate.com/themes/furnish-theme/)
 * Copyright 2024 Xcellence-IT.
 * Licensed under LICENSETYPE (http://www.nopaccelerate.com/terms/)
 */

/*** Font Family ***/

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*** Default CSS ***/

* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a img {
    border: none;
    opacity: 0.99; /*firefox scale bug fix*/
}
a:active {
	outline: none;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}

/*** GLOBAL STYLES ***/
table {
	width: 100%;
	border-collapse: collapse;
}
select {
	padding: 6px 30px 6px 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
    color: #444;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}
.buttons {
	margin: 0 0 20px;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.manufacturer-description p {
    margin-bottom: 0;
}
.category-description p,
.post-body p,
.news-body p {
	margin: 10px 0;
	text-align: justify;
}

/*** GLOBAL FORMS ***/

.fieldset .title strong,
.section .title strong {
	font-weight: normal;
}
.inputs {
	position: relative;
	text-align: center;
	white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}
.inputs.custom-attributes {
	white-space: normal;
}
.inputs .option-list {
    display: inline-block;
	max-width: 95%;
    vertical-align: middle;
}
.inputs .option-list li {
	display: inline-block;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 10px;
}
.inputs .option-list label {
	display: inline-block;
	width: auto !important;
	margin: 0 0 0 5px;
}
.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.captcha-box {
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
	max-width: 100%;
}
.captcha-box input {
	height: auto;
}

/*** GLOBAL TABLES ***/

.forum-table td.image {
    min-width: 0;
}
.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
	text-align: left;
}
.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
	color: #1f8dbb;
	text-decoration: none;
}
.cart .product .edit-item a {
	font-weight: normal;
	color: #1f8dbb;
}
.cart .product .edit-item a:hover {
	text-decoration: underline;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order,
.shopping-cart-page .no-data .box-content,
.wishlist-page .no-data .box-content,
.compare-products-page .no-data .box-content {
    text-align: center;
}
.cart td.unit-price,
.data-table td.unit-price {
    white-space: normal;
}
.cart td.quantity input {
    width: 50px;
    text-align: center;
}
.cart td.subtotal,
.data-table td.total {
    color: #444;
}
.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
    font-style: italic;
    color: #1f8dbb;
}
.data-table div.download {
	margin: 10px 0 0;
}

/*** NOTIFICATIONS & POPUPS ***/

.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}
.bar-notification.success {
	background-color: #4bb07a;
}
.bar-notification.error {
	background-color: #e4444c;
}
.bar-notification.warning {
	background-color: #f39c12;
}
.bar-notification .content {
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 7px;
	background: #fff url('../images/close.png') center no-repeat;
	cursor: pointer;
}
.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
	padding: 30px 15px;
    text-align: center;
	line-height: 22px;
    color: #444;
}
.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url('../images/loading.gif') center no-repeat;
}
.please-wait {
	background: url('../images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
	font-size: 14px;
}

.ui-dialog {
	max-width: 90%;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background-color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
}
.ui-dialog:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.ui-dialog-titlebar {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background-color: #eee;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-width: 0 0 1px;
	border-radius: 0;
	background-image: none;
	padding: 12px 15px !important;
	font-weight: normal;
	cursor: auto !important;
}
.ui-dialog-titlebar > span {
	float: left;
	font-size: 18px;
	color: #444;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	border: none;
	overflow: hidden;
	background: url('../images/close.png') center no-repeat;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	top: 0 !important;
	right: 0 !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0;
	background: url('../images/close.png') center no-repeat !important;
	padding: 0 !important;
}
.ui-dialog-titlebar button span {
	display: none !important;
}
.ui-dialog-content {
	padding: 15px;
	line-height: 20px;
	/*override jQuery UI styles, do not delete doubled properties*/
	background-color: #fff !important;
	padding: 15px 15px 20px 15px !important;
	color: #777;
}
.ui-dialog-content .page{
    min-height: 0;
}
.ui-dialog-content .page-title{
    min-height: 0;
    margin: 0 0 15px;
    text-align: center;
}
.ui-dialog-content .page-title h1{
    font-size: 24px;
    line-height: 30px;
}
.ui-dialog-content .back-in-stock-subscription-page {
    text-align: center;
}
.ui-dialog-content .back-in-stock-subscription-page .tooltip{
    margin-bottom: 10px;
    position: relative !important;
    opacity: 1 !important;
}
.ui-dialog-content .back-in-stock-subscription-page .button-1{
	border: none;
	background-color: #1f8dbb;
    padding: 10px 15px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
	background-color: #248ece;
}
.eu-cookie-bar-notification {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1050;
	height: 60px;
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 3px 20px;
	text-align: left;
}
.eu-cookie-bar-notification .text {
	line-height: 20px;
	display: inline-block;
	padding: 16px 0;
}
.eu-cookie-bar-notification .buttons-more {
	display: inline-block;
	float: right;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 5px 0 10px;
	border: none;
	font-size: 14px;
	color: #fff;
}
.eu-cookie-bar-notification button:hover, .eu-cookie-bar-notification button:focus {
	border: 2px solid;
}
.eu-cookie-bar-notification a {
	display: inline-block;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}

/*** HEADER ***/

.header-selectors-wrapper .select-option::after,
.header-selectors-wrapper .selected-img::after {
    content: '';
    background: url('../images/select-dropdown.png') no-repeat center;
    position: absolute;
    width: 30px;
    height: 20px;
}
.header-selectors-wrapper .form-group{
    cursor:pointer;
    padding: 12px 30px 12px 6px
}
.language-list,
.currency-list {
    max-width: 100%;
}
.language-list:not(.active),
.currency-list:not(.active){
    display:none;
}
.language-list.active,
.currency-list.active{
    position:absolute;
    top: 42px;
    border-radius: 0 0 0.25rem 0.25rem;
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
    z-index: 99;
    border-top: 2px solid #1f8dbb;
}
.language-list.active .value,
.currency-list.active .value{
    padding:8px 10px;
    cursor:pointer;
    color: #16181b;
    text-decoration: none;
    transition:0.5s;
    word-break:break-word;
    font-weight:400;
    text-align: left;
    text-transform: capitalize;
}
.selected-img + .language-list.active .value {
    padding: 5px 10px;
}
.language-list.active .value:hover,
.currency-list.active .value:hover {
    background-color: #f8f9fa;
}
.selected-img {
    display: inline-block;
}
.clickable-menu,
.currency-menu {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.header-links li {
    display: inline-block;
    margin: 0 10px;
}
.header-links span,
.header-links a {
	display: inline-block;
	line-height: 36px;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
	max-width: 100%;
	opacity: 1;
}
.search-box input.search-box-text {
	float: left;
	/*height: 36px;*/
	margin: 0 -1px 0 0;
}
.search-box .search-box-button {
	float: left;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.search-box .ui-autocomplete-loading {
	background: #fff url('../images/ajax-loader-small.gif') right center no-repeat;
}
.ui-helper-hidden-accessible {
	display: none !important;
}
.ui-autocomplete {
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
}
.search-wrapper .search-popup .ui-autocomplete {
    position: absolute;
    cursor: default;
    left: 50% !important;
    right: 0 !important;
    transform: translate(-50%, 0%);
}
.ui-autocomplete li {
	border-top: 1px solid #ddd;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.store-search-box .ui-autocomplete a {
    display: block;
    font-size: 14px;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0;
    border: none;
    border-radius: 0;
    background: none;
    padding: 15px;
    line-height: normal;
    color: #777;
}
.store-search-box .ui-autocomplete a:hover,
.store-search-box .ui-autocomplete a.ui-state-focus {
    background-color: #f6f6f6;
}
.ui-autocomplete img {
	min-width: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

/*** FOOTER ***/

.footer-tax-shipping a {
	font-weight: bold;
	color: #1f8dbb;
}
.footer-tax-shipping a:hover,
.footer-powered-by a:hover,
.footer-theme-credit a:hover,
.footer-designedby a:hover{
	text-decoration: underline;
}
.theme-selector select {
	width: 170px;
}

/*** SIDE COLUMN ***/

.block {
	min-height: 50px;
	text-align: left;
}
.block .title strong {
	font-weight: normal;
}
.block .listbox {
	display: none;
}
.block .list a {
	display: inline-block;
	position: relative;
}

.block .view-all {
	margin: 10px 0 0;
}
.block .view-all a {
	display: inline-block;
}
.block .tags {
	margin: 5px 0 10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-size: 17px; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover, .block .sublist li a:hover {
	color: #1f8dbb;
}
.poll-options,
.poll-results {
	margin: 10px 0 15px;
	overflow: hidden;
}
.poll-options li > input {
	margin: 0 5px 0 0;
	cursor: pointer;
}
.poll-options li > label {
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
	font-style: italic;
	color: #444;
}
.section-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.master-wrapper-page .section-slider .slide-section {
    padding-left: 15px;
    padding-right: 15px;
}
.section-slider .slick-prev,
.section-slider .slick-next {
    border: 1px solid #e7e7e7;
    width: 22px;
    height: 34px;
    background: #fff;
    top: -40px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
}
.section-slider .slick-prev:hover,
.section-slider .slick-next:hover{
    border: 1px solid #1f8dbb;
}
.section-slider .slick-prev:before {
    background: url('../images/prev.png') no-repeat;
    background-size:cover;
}
.section-slider .slick-next:before {
    background: url('../images/next.png') no-repeat;
    background-size: cover;
}
.section-slider .slick-prev:hover:before,
.section-slider .slick-next:hover:before{
    filter: invert(31%) sepia(98%) saturate(3462%) hue-rotate(201deg) brightness(105%) contrast(102%);
}
.section-slider .slick-prev:before,
.section-slider .slick-next:before {
    content: '';
    width: 7px;
    height: 10px;
    color: #000;
    display:inline-block;
}
.section-slider .slick-prev {
    right: 50px;
    left:auto;
}
.section-slider .slick-next {
    right: 15px;
}
.section-slider .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.home-page-polls {
    text-align: center;
}
.home-page-polls li {
	display: inline-block;
}

/*** CATEGORY PAGE ***/
    .breadcrumb ul {
	font-size: 0;
    float:left;
    width:100%;
}
.breadcrumb li,
.breadcrumb li * {
    display: inline-block;
}
.contact-vendor {
	margin: 0 0 30px;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors span {
	vertical-align: middle;
}
.product-filters {
	display: table;
	width: 100%;
}
.product-filter {
	margin: 0 0 10px;
}
.product-selectors .nop-filter {
    display: none;
}
.product-filter .filter-title strong,
.product-filter-title strong {
    font-weight: normal;
}
.product-filter .available-items:after {
	content: "";
	display: block;
	clear: both;
}
.product-filter .group li {
	font-size: 14px;
}
.product-filter .group li a,
.product-filter .group li strong {
	display: inline-block;
}
.product-filter .group li a:hover {
	color: #1f8dbb;
}
.product-filter .group .item {
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
}
.product-filter .group .color-item {
    padding: 0;
    display: inline-block;
}
.product-filter .group .color-item a {
    padding: 0;
}
.product-filter .group .color-item:before {
    display: none;
}
.filtered-items .title {
	margin: 0 0 5px;
	font-style: italic;
}
.remove-filter {
	margin: 15px 0;
}
.item-grid:after {
	content: "";
	display: block;
	clear: both;
}
.item-box {
	position: relative;
	text-align: left;
}
.item-box .picture {
	overflow: hidden;
	background-color: #fff;
}
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .picture a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 100%;
	margin: auto;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.product-grid .item-box .details {
    padding: 0;
}
.item-box .product-title {
	margin: 0 0 10px;
	overflow: hidden;
	font-size: 17px;
    line-height: 1.2;
	font-weight: normal;
	color: #1f8dbb;
}
.item-box .product-title a {
	display: block;
}
.item-box .product-title a:hover {
	color: #1f8dbb;
}
.item-box .sku {
    margin: 0 0 15px;
}

.item-box .rating {
	background: url('../images/rating1.png') repeat-x;
	width: 95px;
    height: 14px;
}
.item-box .rating div {
	background: url('../images/rating2.png') repeat-x;
    height: 14px;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
    margin: 0 0 10px;
    overflow: hidden;
}
.item-box .old-price {
	margin: 0 5px 0 0;
	text-decoration: line-through;
}
.item-box .actual-price {
	margin: 0 5px 0 0;
}
.item-box .tax-shipping-info a:hover {
	text-decoration: underline;
}
.item-box .buttons {
	margin: 0;
    font-size: 0;
}
.item-box .product-box-add-to-cart-button {
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
}
.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
	background-color: #eaeaea;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.item-box .add-to-compare-list-button:focus i::before,
.item-box .add-to-wishlist-button:focus i::before,
.item-box .add-to-compare-list-button:hover i::before,
.item-box .add-to-wishlist-button:hover i::before {
    color: #fff;
}
.product-grid .title strong {
	font-weight: normal;
}

/*** PRODUCT PAGE ***/

.gallery .slick-slide img{
    margin:0 auto;
}
.product-essential:after {
    content: "";
    display: block;
    clear: both;
}
.gallery .picture-wrapper {
    margin: 0 0 10px;
}
.overview .discontinued-product {
    background: #f3f3f3;
    margin: 0 0 20px;
}
.overview .discontinued-product h4 {
    display: inline-block;
    font-size: 14px;
    padding: 17px 17px 17px 40px;
    background: url('../images/discontinued-product-icon.png') no-repeat 13px center;
    color: #de444c;
}
.product-review-box {
	display: inline-block;
}
.attributes .qq-upload-list INPUT.qq-edit-filename{
	left:0;
}
.overview .manufacturers {
	margin: 0 0 20px;
}
.overview .availability,
.variant-overview .availability {
	overflow: hidden;
}
.overview .availability .stock {
	margin: 0 0 10px;
}
.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
	display: inline-block;
}
.overview .additional-details {
	margin: 0 0 20px;
}
.overview .delivery,
.variant-overview .delivery {
	overflow: hidden;
}
.overview .free-shipping {
	display: block;
	background: url('../images/shipping.png') left center no-repeat;
	padding: 2px 0 2px 28px;
	font-weight: bold;
}
.variant-overview .free-shipping {
    display: block;
    background: url(../images/shipping.png) left center no-repeat;
    padding: 2px 0 2px 28px;
    font-weight: bold;
}
.overview .free-shipping.visible,
.variant-overview .free-shipping.visible {
    display: inline-block;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 10px 0;
    font-style: italic;
	color: #444;
}
.overview .prices,
.variant-overview .prices {
	overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}
.overview .prices > div > span,
.variant-overview .prices > div > span {
	vertical-align: middle;
}
.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
	color: #1f8dbb;
}
.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
	text-decoration: underline;
}
.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
}
.customer-entered-price .price-input label {
	display: block;
	padding: 0 0 5px;
	font-weight: bold;
	color: #444;
}
.customer-entered-price .price-input input {
	width: 170px;
	text-align: center;
}
.customer-entered-price .price-range {
	margin: 5px 0 0;
	color: #777;
}
.overview .add-to-cart {
	margin: 0 0 20px;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-input,
.variant-overview .qty-input {
    height: 43px;
	padding: 0 12px;
	text-align: center;
    font-size: 15px;
	color: #444;
}
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    height: 43px;
    padding: 0 12px;
    font-size: 15px;
    color: #444;
}
.product-share-button {
    display: inline-block;
    overflow: hidden;
    float: left;
}
.full-description {
	clear: both;
	line-height: 24px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}
.product-collateral .title strong {
	font-weight: normal;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 220px;
	overflow: hidden;
    margin:0 auto;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
}
.variant-overview .variant-description {
    margin: 0 0 15px;
    line-height: 22px;
    color: #666;
}
.variant-overview .add-to-wishlist-button {
	display: inline-block;
	width: auto;
}
.product-tags-list .separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}
.product-tags-list a:hover {
	color: #444;
}
.attributes dt{
    display:flex;
    gap:0 5px;
}
.attributes dt,
.attribute-label {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}
.attributes .datepicker {
	text-align: center;
	color: #444;
}
.attributes .qty-box input {
	width: 48px;
	height: 32px;
	text-align: center;
}
.ui-datepicker {
	width: 280px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	text-align: center;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	color: #777;
}
.ui-datepicker.ui-widget-content{
    border: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    height: 32px;
    background-color: #1f8dbb;
    color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    background-image: none;
    padding: 0;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url('../images/calendar-prev.png') center no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('../images/calendar-next.png') center no-repeat;
}
.ui-datepicker .ui-datepicker-header a span {
    /*override jQuery UI styles, do not delete doubled properties*/
    display: none;
}
.ui-datepicker .ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar {
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0;
    font-size: 14px;
}
.ui-datepicker-calendar th {
	background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #ddd;
	/*override jQuery UI styles, do not delete doubled properties*/
	padding: 0;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
	color: #444;
}
.ui-datepicker .ui-datepicker-calendar td a {
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    background: none;
    padding: 0;
    text-align: center;
    color: #444;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    outline: 2px solid #1f8dbb;
    font-weight: bold;
    color: #1f8dbb;
}
.compare-products-page .specification .attribute-squares {
    display: inline-block;
}
.attribute-squares {
    font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	text-align: center;
}
.attribute-squares .attribute-square-container {
    display: block;
    position: relative;
    z-index: 0;
	padding: 1px;
}
.attribute-squares label {
	display: block;
	margin: 0 !important;
    overflow: hidden;
}
.attribute-squares li input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}
.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}
.tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 5%;
    margin-left: -7px;
    width: 0; height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 5%;
    margin-left: -6px;
    width: 0; height: 0;
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.attribute-squares:not(.color-squares) li:hover .tooltip-container {
    visibility: visible;
    margin-top: 5px;
    z-index: 9;
}
.tooltip-container .tooltip-header {
    background-color:#F6F6F6;
    height:25px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    padding-left:10px;
    padding-top:5px;
    text-align:left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
    line-height: 14px;
}
.tooltip-container .tooltip-body {
    margin:5px;
}
.tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}
.giftcard {
	margin: 0 0 20px;
}
.giftcard label {
	margin: 0 auto 5px;
	font-weight: bold;
	color: #444;
}
.giftcard input,
.giftcard textarea {
	max-width: 100%;
}
.giftcard textarea {
	height: 150px;
}

/*** PRODUCT REVIEWS ***/

.product-reviews-page h1 a {
	color: #1f8dbb;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
	margin: 0 0 20px;
	font-size: 20px;
	color: #444;
}
.email-a-friend-page .title h2 {
	margin: 0;
	font-size: 20px;
}
.email-a-friend-page .title h2 a {
	color: #444;
}
.product-reviews-page .title strong {
	font-weight: normal;
}
.write-review {
	margin: 0 0 30px;
}
.write-review .fieldset {
	margin: 0 0 15px;
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}
.write-review .review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}
.write-review .review-rating .first {
	color: #e4444c;
}
.write-review .review-rating .rating-options input {
	vertical-align: baseline;
}
.write-review .review-rating .last {
	color: #4cb17c;
}
.write-review .captcha-box {
	margin: 15px 0 0 !important;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}
.product-review-list {
	overflow: hidden;
}
.product-review-item .product-review-box {
	margin: 3px 0 0;
}
.product-review-item .review-text {
	line-height: 22px;
	color: #444;
}
.product-review-item .review-text .avatar-img-link{
    display: inline-block;
}
.product-review-item .reply {
    margin: 15px 0;
    border-top: 1px solid #ddd;
}
.product-review-item .reply-header {
	margin: 15px 0;
    font-weight: bold;
}
.product-review-item .reply-text {
	line-height: 22px;
}
.product-review-item .review-info label {
	font-weight: normal;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}

/*** WISHLIST & COMPARE LIST ***/

.wishlist-content .message-error {
	margin: 20px 0;
}
.wishlist-content .product-content {
	min-width: 300px;
	text-align: left;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 20px;
	text-align: center;
}
.wishlist-content .tax-shipping-info a:hover {
	text-decoration: underline;
}
.compare-products-table .picture {
	display: block;
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .full-description td {
	display: none;
}

/*** TOPICS ***/

.topic-block-title {
	min-height: 50px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
}
.topic-block-title h2 {
	font-size: 30px;
	font-weight: normal;
}
.topic-page .page-body {
	text-align: justify;
	line-height: 22px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.home-page .topic-block {
	margin: 0 0 50px;
}
.popup-window .topic-page {
	padding: 15px;
}
.not-found-page p {
	margin: 30px 15px;
}
.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 20px;
	color: #444;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left;
	width: 200px;
	height: 40px;
	margin: 0 -1px 0 0;
}
.enter-password-form input[type="submit"] {
	float: left;
	width: auto;
	min-width: 86px;
	height: 40px;
	border: none;
	background-color: #1f8dbb;
	padding: 0 15px;
	color: #fff;
	text-transform: uppercase;
}
.enter-password-form input[type="submit"]:hover {
	background-color: #248ece;
}

/*** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***/

.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
	margin: 20px 0;
}
.email-a-friend-page .title,
.apply-vendor-page .title {
	margin: 25px 0;
}
.email-a-friend-page .title h2 {
	font-weight: normal;
	color: #1f8dbb;
}
.apply-vendor-page .terms-of-service {
    text-align: center;
}
.apply-vendor-page .terms-of-service > * {
    display: inline-block;
    line-height: 32px;
}
.apply-vendor-page .terms-of-service span,
.apply-vendor-page .terms-of-service a {
    color: #1f8dbb;
    cursor: pointer;
}

/*** REGISTRATION, LOGIN, ACCOUNT PAGES ***/

.gender {
	display: inline-block;
}
.gender span {
	display: inline-block;
}
.gender span > * {
	display: inline;
	margin: 0 5px;
	line-height: 32px;
}
.accept-privacy-policy {
	margin: 0 0 20px;
	text-align: center;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
}
.accept-privacy-policy span,
.accept-privacy-policy a {
	color: #1f8dbb;
	cursor: pointer;
}
.return-request-page .return-request-file {
    font-size: 14px;
}
.return-request-page .return-request-file .uploadedfileinput {
    display: inline-block;
}
.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
	margin: 0 0 10px;
}
.registration-result-page .result {
	margin: 0 0 30px;
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	color: #4cb17c;
}
.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
    margin: 0 5px;
    font-size: 14px;
}
.customer-info-page .vat-status {
    display: block;
}
.registration-page .vat-note,
.customer-info-page .email-to-revalidate-note {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    white-space: normal;
}
.login-page .new-wrapper .topic-block {
	margin: 0;
}
.login-page .new-wrapper .topic-block-body strong {
	color: #444;
}
.login-page .new-wrapper .button-1 {
	margin: 0 0 10px;
}
.login-page .returning-wrapper .inputs.reversed {
	white-space: normal;
}
.login-page .returning-wrapper .inputs.reversed * {
	display: inline-block;
	width: auto;
	margin: 5px;
	font-size: 14px; /*reset zeroing*/
	color: #444;
}
.login-page .returning-wrapper .inputs.reversed a:hover,
.external-auth-association a,
.add-more-external-records a{
	color: #1f8dbb;
}
.external-auth-errors {
	color: #e4444c;
}
.external-auth-association {
	color: #444;
}
.external-auth-association a:hover,
.add-more-external-records a:hover{
	text-decoration: underline;
}
.forum-subscriptions-page .description,
.add-more-external-records {
    text-align: center;
}
.account-page .table-wrapper,
.account-page .description {
    margin: 0 0 20px
}
.cancel-recurring-order-button {
	background: url('../images/remove.png') left center no-repeat;
}
.retry-recurring-order-button {
	background: url('../images/retry.png') left center no-repeat;
}
.address-list-page .add-button {
	margin: 0 0 20px;
	text-align: center;
}
.address-edit-page .page-title {
	margin: 0 0 -1px;
}
.address-edit-page .message-error {
	margin: 20px 0;
}
.recurring-payments table td {
	white-space: nowrap;
}
.recurring-payments table td:first-child {
	min-width: 120px;
	white-space: normal;
}
.recurring-payments .button-2 {
	font-size: 14px;
}
.return-request-list-page .details {
    padding: 20px;
	line-height: 22px;
	color: #444;
}
.return-request-list-page label {
	margin: 0 5px 0 0;
}
.return-request-list-page a {
	color: #1f8dbb;
}
.return-request-list-page a:hover {
	text-decoration: underline;
}
.return-request-list-page .comments div {
	font-size: 15px;
	font-style: italic;
	color: #444;
}
.reward-points-history table td:first-child {
	min-width: 105px;
}
.change-password-page .page-title {
	margin: 0 0 -1px;
}
.change-password-page .result,
.change-password-page .message-error {
	margin: 20px 0;
}
.change-password-page .fieldset {
	margin-bottom: 10px;
}

/*** SHOPPING CART ***/

.order-progress ul {
	font-size: 0;
}
.order-progress li:not(.active-step) a {
    color: #ccc;
}
.order-progress li:not(.active-step) a:hover{
    color: #ccc;
}
.order-progress li.active-step a {
    color: #1f8dbb;
}
.shopping-cart-page .message-error {
    margin: 10px 0;
}
.shopping-cart-page td .message-error {
	margin: 10px 0 0;
	text-align: left;
}
.shopping-cart-page .checkout-attributes a:hover {
	text-decoration: underline;
}
.shopping-cart-page .tax-shipping-info {
	margin: 20px 0;
	text-align: center;
}
.shopping-cart-page .tax-shipping-info a:hover {
	text-decoration: underline;
}
.checkout-attributes dd {
	margin: 0 0 20px;
}
.checkout-attributes ul {
	font-size: 0;
}
.checkout-attributes .attribute-squares li{
     border: none;
     padding: 0;
     line-height: 0;
}
.checkout-attributes li label {
	display: inline-block;
	margin: 0 0 0 5px;
}
.selected-checkout-attributes br {
	content: "";
	display: block;
	margin: 3px;
}
.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 50px;
	background-color: #f9f9f9;
	padding: 10px;
	color: #444;
}
.cart-footer .total-info {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding: 15px 30px 15px;
}
.cart-total td {
	width: 50%;
	padding: 5px 0;
	text-align: right;
}
.cart-total td:first-child {
	text-align: left;
}
.cart-total .giftcard-remaining {
	display: block;
	font-style: italic;
}
.cart-total .order-total strong {
	font-weight: normal;
}
.cart-total .earn-reward-points {
	font-style: italic;
}
.min-amount-warning {
	margin: 0 0 20px;
	padding: 0 30px;
	color: #e4434b;
}
.terms-of-service a {
	margin: 0 0 0 3px;
	color: #1f8dbb;
}
.cart-footer .checkout-button {
	display: inline-block;
	min-width: 160px;
	border: none;
	background-color: #1f8dbb;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.cart-footer .checkout-button:hover {
	background-color: #248ece;
}
.cart-footer .addon-buttons {
	margin: 20px 0 0;
	padding: 0 10px;
}
.cart-collaterals .title strong,
.checkout-attributes dt label{
    font-weight: normal;
}
.cart-collaterals .hint {
	margin: 0 0 10px;
}
.cart-collaterals .deals > div {
	margin: 0 0 20px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
}
.cart-collaterals .applied-discount {
	position:relative;
}
.cart-footer .cart-collaterals label {
	padding-top:0;
}
.cart-collaterals .applied-discount .current-code, 
.cart-footer .cart-collaterals .checkout-attributes .control-label {
	margin: 0 0 10px !important;
}
.cart-collaterals .applied-discount .message-success + .current-code::before {
	top: 0;
	left: 0;
}
.cart-collaterals .giftcard-box .message-success, .cart-collaterals .applied-discount .message-success + .current-code {
	margin: 0 0 15px 0;
}
.cart-collaterals .applied-discount .current-code .remove-discount-button {
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	display: inline-block;
	vertical-align: middle;
}
.cart-collaterals .message-success {
	margin: 0 0 10px;
	font-size: 14px;
	color: #07bd07;
	background-color: transparent;
	border-color: transparent;
	text-align: left;
}
.cart-collaterals .message-failure {
	font-size:14px;
	text-align:left;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #004085;
	background-color: transparent;
	border-color: transparent;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 20px;
	border: none;
	background: url(../images/cancel.png) center no-repeat;
	cursor: pointer;
}
.cart-collaterals .shipping select {
	height: 36px;
}
.cart-collaterals .shipping-results {
	margin: 30px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 20px 0;
}
.cart-collaterals .shipping-results li strong {
	display: block;
	margin: 0 0 5px;
	color: #444;
}
.shopping-cart-page .no-data {
	margin: 25px 0 0;
}

/*** CHECKOUT ***/

.checkout-page .cart-options {
	min-height: 60px;
	overflow: hidden;
}
.checkout-page .cart-footer {
	border-top: none;
}
.checkout-page .address-item {
	margin: 0 auto 40px;
}
.checkout-page .address-item li {
	padding: 5px 0;
}
.enter-address .message-error {
	margin: 20px 0;
}
.checkout-page .pickup-in-store {
	text-align: center;
}
.select-pickup-point {
    text-align: center;
}
.checkout-page .pickup-points-map {
	min-width: 400px;
    min-height: 350px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}
.shipping-method .method-list,
.payment-method .method-list {
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	font-size: 14px; /*reset zeroing*/
}
.shipping-method .method-description {
	margin: 5px 0 0;
}
.payment-method .use-reward-points {
	margin: 0 0 20px;
	text-align: center;
	color: #000;
}
.payment-method .payment-logo {
	vertical-align: middle;
}
.payment-method .payment-logo label {
	display: block;
	font-size: 0;
}
.payment-method .payment-details {
	min-width: 180px;
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.payment-info .info tr {
	display: block;
	margin: 0 0 15px;
	font-size: 0;
}
.payment-info .info td {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	font-size: 14px; /*reset zeroing*/
}
.payment-info .info td input[type="text"] {
	width: 100% !important;
}
.payment-info .info td:first-child {
	margin: 0 0 10px;
}
.payment-info .info p {
	text-align: center;
}
.confirm-order .buttons {
	padding: 10px 0;
}
.confirm-order .button-1 {
	font-size: 16px;
}
.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
    margin-top: 20px;
}
.order-completed .details {
    margin: 0 0 30px;
    text-align: center;
    color: #444;
}
.order-completed .details div {
	margin: 5px 0;
}
.order-completed .details strong {
	font-weight: normal;
	text-transform: uppercase;
}
.order-completed .details a {
	color: #1f8dbb;
}
.order-completed .details a:hover {
	text-decoration: underline;
}
.opc .step-title {
	margin: 0 0 1px;
	overflow: hidden;
}
.opc .step-title .number {
	width: 42px;
	border-right: 1px solid #fff;
	text-align: center;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
    max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
	clear: both;
}
.opc .back-link small {
	display: none;
}
.opc .buttons .please-wait {
	display: block;
	margin: 10px 0 0;
    background: none;
}
.opc .section.ship-to-same-address {
	margin: 0 0 10px;
	padding: 0;
}
.opc .payment-info .info tr {
	text-align: left;
}
.opc .section.order-summary {
	margin: 0;
}

/*** ORDER DETAILS & SHIPPING DETAILS ***/

.order-details-page .repost .button-2 {
	display: inline-block;
	margin: 10px 0;
	border: none;
	background-color: #1f8dbb;
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.order-details-page .repost .button-2:hover {
	background-color: #248ece;
}
.order-details-page .download a {
	font-weight: normal;
	color: #1f8dbb;
}
.order-details-page .download a:hover {
	text-decoration: underline;
}
.user-agreement-page .terms-of-agreement {
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
}
.user-agreement-page .button-1 {
	min-width: 140px;
    border: none;
    background-color: #1f8dbb;
    padding: 10px 30px;
    text-align: center;
	font-size: 15px;
	color: #fff;
    text-transform: uppercase;
}
.user-agreement-page .button-1:hover {
	background-color: #248ece;
}
.order-details-page .tax-shipping-info {
	margin: 10px 0 30px;
}
.order-details-page .tax-shipping-info a {
	color: #1f8dbb;
}
.order-details-page .tax-shipping-info a:hover {
	text-decoration: underline;
}

/*** SEARCH & SITEMAP ***/

.search-input input + label {
	margin: 0 0 0 5px;
}
.advanced-search .price-range {
	display: inline-block;
}

/*** BLOG & NEWS ***/

.blog-page .page-title,
.news-list-page .page-title {
	margin: 0;
}
.blog-page .post:after {
	content: "";
	display: block;
	clear: both;
}
.post-title:hover,
.news-title:hover {
	color: #1f8dbb;
}
.post-body,
.news-body {
	line-height: 22px;
}
.blog-page .tags .separator,
.blogpost-page .tags .separator {
	margin: 0 8px 0 0;
}
.new-comment .form-fields {
	margin: 0 0 20px;
}
.comment-list .comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info a.username:hover {
	color: #1f8dbb;
}
.comment-info .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    border: 2px solid #CEDBE1;
}
.comment-body {
	line-height: 22px;
    padding:10px;
}
.news-list-homepage .title strong {
	font-weight: normal;
}
.news-list-homepage .view-all {
	text-align: center;
}
.news-list-homepage .view-all a:hover {
  color: #1f8dbb;
}

/*** FORUM & PROFILE ***/

.forums-main-page .topic-block p {
	text-align: center;
}
.forums-main-page .pager {
	display: none;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.forum-search-box .basic {
	overflow: hidden;
	margin: 0 0 10px;
}

/*** forum group ***/

.forum-page .forums-table-section + .pager{
    margin: 20px 0 30px;
}
.forum-page .forum-table{
    margin: 0;
}
.forums-table-section .image div {
    width: 38px;
    height: 32px;
    margin: auto;
    background: url('../images/topic-type1.png') center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url('../images/topic-type2.png') center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url('../images/topic-type3.png') center no-repeat;
}
.forums-table-section .topic-title span {
	display: block;
	color: #777;
}
.forums-table-section .latest-post {
	white-space: nowrap;
}
.forums-table-section .latest-post div {
	margin: 5px 0;
}
.forums-table-section .latest-post label {
	color: #777;
}

/*** forum-page, topic page ***/

.forum-page .forum-info {
	margin: 0 0 30px;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	margin: 0;
}
.active-discussions-page .forums-table-section-body {
	margin: 0 0 20px;
}
/*** topic post ***/
.topic-post {
    margin: 0 0 30px;
    border-top: 1px solid #ddd;
}
.topic-post:last-child {
	border-bottom: 1px solid #ddd;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post a.username:hover {
    color: #1f8dbb;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
    border: 2px solid #1f8dbb;
    color: #ffffff;
}
.topic-post .post-actions > div {
	display: inline-block;
}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
	padding: 10px 10px 10px 33px;
}
.topic-post .post-actions .edit-post-button {
	background: url('../images/edit_.png') left center no-repeat;
}
.topic-post .post-actions .delete-post-button {
	background: url('../images/remove_.png') left center no-repeat;
}
.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #f9f9f9;
	padding: 10px;
	color: #777;
}
.topic-post .signature {
	border-top: 1px solid #ddd;
	padding: 20px;
	font-size: 13px;
    font-style: italic;
    clear: both;
}
.topic-post .post-vote span.vote {
	cursor: pointer;
    display: block;
    width: 40px;
    height: 24px;
}
.topic-post .post-vote span.vote.up.selected{
    background: url('../images/vote-up-selected.png') no-repeat 50% 50%;
}
.topic-post .post-vote span.vote.down.selected{
    background: url('../images/vote-down-selected.png') no-repeat 50% 50%;
}
.topic-post .vote-count-post {
    display: block;
    font-size: 160%;
}

/*** forum edit & send message ***/

.move-topic-page label {
	white-space: normal;
}
.forum-edit-page .message-error,
.private-message-send-page .message-error {
	margin: 20px 0;
}
.forum-edit-page .inputs strong {
	display: inline-block;
	max-width: 400px;
	font-size: 22px; /*reset zeroing*/
	font-weight: normal;
	color: #444;
	white-space: normal;
}
.forum-edit-page .inputs .topic-subject {
	font-size: 17px;
}
.forum-edit-page .inputs.reversed {
	margin: 0;
}
.forum-edit-page .inputs.reversed label {
	width: auto;
	margin: 5px;
	font-size: 14px; /*reset zeroing*/
	white-space: normal;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	display: block;
	margin: auto;
}
.private-message-send-page a {
	font-size: 14px;
	color: #1f8dbb;
}
.private-message-send-page span {
    font-size: 14px;
    line-height: 24px;
}

/*** jQuery tabs ***/

.ui-tabs {
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	background: none;
	padding: 0;
	color: #777;
}
.ui-tabs-nav {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 0 30px !important;
	border-width: 0 0 1px;
	border-radius: 0;
	background: none;
	padding: 0 !important;
	line-height: normal;
	font-weight: normal;
	color: #444;
}
.ui-tabs-nav li {
	margin: 0 0 -1px;
	/*override jQuery UI styles, do not delete doubled properties*/
	float: none !important;
	margin: 0 0 -1px !important;
	border: none !important;
	border-radius: 0;
	background: none !important;
	padding: 0 !important;
}
.ui-tabs-nav li a {
	display: block;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 18px;
	color: #444;
	/*override jQuery UI styles, do not delete doubled properties*/
	float: none !important;
	padding: 12px 20px !important;
}
.ui-tabs-nav li.ui-state-active a {
	background-color: #eee !important;
	color: #1f8dbb !important;
}
.ui-tabs-panel {
	/*override jQuery UI styles, do not delete doubled properties*/
	padding: 0 !important;
}

/*** inbox & view message ***/

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
	margin: 0 0 30px;
}
.private-messages-page th.select {
	text-align: center;
}
.private-messages-page td.from, 
.private-messages-page td.to,
.private-messages-page td.subject {
	min-width: 150px;
}
.private-messages-page td.date {
	white-space: nowrap;
}
.private-messages-page td.subject a {
	color: #444;
}
.private-messages-page td.subject a.pm-unread {
	color: #1f8dbb;
}
.private-messages-page .pager {
    margin: 0 0 30px;
}
.private-messages-page .buttons,
.private-message-view-page .buttons {
	font-size: 0;
}
.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
	display: block;
	font-size: 15px; /*reset zeroing*/
}
.private-message-view-page .view-message {
	border: 2px solid #eee;
}
.private-message-view-page .message-head {
	line-height: 22px;
}
.private-message-view-page .message-head span {
	font-weight: normal;
	color: #444;
}
.private-message-view-page .message-body {
	line-height: 22px;
	text-align: justify;
	padding: 0 20px 20px;
}
.private-message-view-page .back-pm-button {
	text-transform: capitalize;
}

/*** profile page  ***/

.profile-info-box {
	overflow: hidden;
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: normal;
	font-size: 14px;
	color: #777;
}
.profile-info-box .user-details {
	margin: 0 0 30px;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}
.profile-info-box .stats {
	margin: 0 0 15px;
}
.latest-posts {
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: normal;
	font-size: 14px;
	color: #777;
}
.latest-posts .topic {
	margin: 0 0 35px;
}
.latest-posts .topic-main {
	margin: 0 0 20px;
	border-top: 1px solid #ddd;
	background: #f6f6f6;
	padding: 10px;
	font-size: 16px;
	display: flow-root;
}
.latest-posts .topic-title a {
	font-weight: normal;
	color: #444;
}
.latest-posts .topic-title a:hover {
	color: #1f8dbb;
}
.latest-posts .topic-body {
	margin: 0 0 15px;
	line-height: 22px;
}
.latest-posts .topic-data {
	color: #444;
}

/*** BB codes ***/

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;	
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px; 
	font-family: "Courier New", Courier, monospace;
	color: #000;  
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}

/*** Furnish theme CSS ***/

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
    font-family: 'Font Awesome 5 Brands';
}
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/fa-light-300.eot");
    src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}
@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 14px;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    counter-reset: step-counter;
}
html {
    scroll-behavior: smooth;
    margin: 0;
    -webkit-text-size-adjust: none;
}
img {
    max-width: 100%;
    height: auto;
}

/*** Common style ***/

a {
    color: #000;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #1f8dbb;
    text-decoration: none;
}
i {
    color: #000;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
i:hover, i:active, i:focus {
    color: #1f8dbb;
}
.picture-overview.active {
    position: fixed;
    overflow: auto;
    width: calc(58.333333% - 70px);
}
.bottomactive {
    display: flex;
    flex-direction: column;
}
.container, .header-lower.fixed {
    max-width: 100%;
    padding: 0 20px;
}
.form-control,
.checkout-page .payment-info .info input[type=text],
.checkout-page .payment-info .info select {
    color: #000;
    height: 42px !important;
    border: 2px solid #eee;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    padding: 6px 15px;
    font-weight: 300;
}
.checkout-page .payment-info .info input[type=text],
.checkout-page .payment-info .info select{
    width:100%;
    margin-bottom:10px;
}
.form-control:focus, .form-control:hover, .form-control:active,
.checkout-page .payment-info .info input[type=text]:hover,
.checkout-page .payment-info .info select:hover,
.checkout-page .payment-info .info input[type=text]:focus,
.checkout-page .payment-info .info select:focus,
.checkout-page .payment-info .info input[type=text]:active,
.checkout-page .payment-info .info select:active {
    color: #000;
    border: 2px solid #1f8dbb;
    background-color: #fff;
}
.btn-primary {
    background-color: #1f8dbb;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    border: 2px solid transparent;
    height: 43px;
    line-height: 40px;
    padding: 0 15px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    border-color: #1f8dbb;
    background-color: #fff;
    color: #1f8dbb;
}
.title {
    font-weight: 500;
}
.title,
.checkout-attributes dt label {
    position: relative;
    text-align: left;
    overflow: hidden;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3em;
    line-height: 1.3em;
    text-transform: capitalize;
}
.html-home-page .title strong,
.home-page-category-grid > .title strong,
.product-grid .title strong {
    padding-right: 20px;
    display: inline-block;
    font-weight: 500;
}
.product-details-page .product-reviews-page .title {
    text-align: center;
}
.title strong > .bold {
    font-weight: 600;
}

.footer .title strong {
    background-color: transparent;
}
.custom-control-label::before {
    background-color: transparent;
    border: 2px solid #1f8dbb;
}
.custom-radio label {
    cursor: pointer;
}
.shopping-cart-page .continue-shopping-button:not(:disabled):not(.disabled):active {
    background-color: transparent;
    color: #1f8dbb;
}
.btn-default {
    text-transform: capitalize;
    background-color: #fff;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    border: 2px solid #1f8dbb;
    height: 43px;
    padding: 0 15px;
    color: #1f8dbb;
    line-height: 40px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle {
    border-color: #1f8dbb;
    background-color: #1f8dbb;
    color: #fff;
}
.page-title {
    padding: 10px 5px;
}
.ui-dialog-content .page-title {
    width: 100%;
    background-image: none;
    padding: 0;
}
.ui-dialog-content .page-title h1 {
    text-align: center;
    margin-bottom: 0;
}
.center-1 .page-title {
    position: relative;
}
.page-title h1 {
    font-size: 2.5rem;
    text-shadow: 3px 4px 4.25px rgba(85, 85, 85, 0.3);
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 0;
}
select {
    background-color: transparent;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url('../images/select-dropdown.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    font-size: .813em;
}
select:hover, select:active, select:focus {
    background-color: transparent;
    border: none;
}
.alert {
    padding: 0;
    margin-top: 15px;
    font-size: .8em;
    border: none;
    background-color: transparent;
    text-align: center;
}
.alert-danger {
    color: #ff3b30;
}
.alert-success {
    font-size: 14px;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success.result{
    padding: 0.75rem 1.25rem;
}
.collapsing {
    transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
}
.custom-checkbox label, 
.attributes .remove-download-buttonn {
    cursor: pointer;
}
textarea {
    resize: none;
}
.center-1,
.center-2 {
    margin: 0 0 20px;
}
.side-2:after {
    content: "";
    display: block;
    clear: both;
}
.page {
    min-height: 200px;
    text-align: center;
}
.page:after,
.page-title:after,
.page-body:after {
    content: "";
    display: block;
    clear: both;
}
.product-collateral {
    margin: 0 0 20px;
}
.col-form-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.pager {
    margin: 0 0 20px;
}
.pager ul {
    text-align: right;
}
.pager li {
    display: inline-block;
    vertical-align: top;
}
.master-wrapper-content {
    z-index: 0;
    margin: 0 auto;
}
.master-column-wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.master-column-wrapper {
    z-index: 0;
    width: 100%;
}
select::-ms-expand {
    display: none;
}
.todays-deal-section .nav-tabs {
    border-bottom: 2px solid #eee;
}
.tab-content .tab-pane {
    margin-top: 33px;
}
.fade {
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
}
a:focus, a:hover {
    text-decoration: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-primary.focus, .btn-primary:focus, .form-control:focus, .btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.col-form-label {
    line-height: 1;
}
.product-reviews-page textarea,
.email-a-friend-page textarea {
    height: 100%;
}
.buttons {
    text-align:center;
}
.ui-widget {
    font-family: 'Poppins', sans-serif;
}
.table-wrapper {
    margin-bottom: 0;
}
table {
    display: table;
}
.gender span > * {
    display: inline-block;
    line-height: 24px;
}
.write-review .review-rating label {
    text-align: left;
    font-weight:500;
}
.form-control[readonly] {
    background-color: #fff;
}
.required {
    float: left;
}

/*** Common style ***/

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    background-color: #007bff;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    top: 8px;
    left: 4px;
}
.option-list .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    top: 8px;
}
.address-attribute .option-list .custom-control-label {
    font-size: 14px;
}
.address-attribute .option-list .custom-radio-attribute {
    border: 0;
    margin: 0;
}
.custom-control-label::after {
    background-size: 75% 75%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow:none;
}

/*** Start Navbar style css ***/

.header-menu .top-menu a:focus, .header-menu .top-menu a:hover {
    color: #1f8dbb;
}
.card {
    border: none;
}
.card-block {
    padding: 0;
}
.manufacturer-grid .title, .new-comment .title {
    padding: 0 0 15px;
}
.item-box .picture a img {
    border-radius: 0;
}
.search-box {
    padding: 8px 0;
    display: block;
}
.block {
    display: block;
}
ul {
    margin-bottom: 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
    color: #000;
}
.product-span {
    line-height: 21px;
    margin-right: 10px;
}
select + .product-span {    
    margin-left: 10px;
}
.form-control {
    border-radius: 0;
    padding: 6px;
}
.rental-attributes .attribute-item:last-child {
    margin-bottom: 0;
}
.rental-attributes {
    margin-top:15px;
}
.overview .button-2 {
    width: auto;
}
.html-product-details-page .add-to-compare-list-button:hover, 
.html-product-details-page .add-to-wishlist-button:hover, 
.html-product-details-page .email-a-friend-button:hover {
    background-color: #277aff;
}
.item-box .add-to-compare-list-button, 
.item-box .add-to-wishlist-button, 
.item-box .product-box-add-to-cart-button {
    padding: 0;
}
.card-header {
    background-color: transparent;
}
.nobr {
    white-space: nowrap;
}
.order-review-data .shipping-info-wrap {
    float: right;
}
.confirm-order .terms-of-service a {
    position: inherit;
    line-height: 24px;
}
.terms-of-service a {
    color: #277aff !important;
    cursor: pointer;
}
.cart-footer.row .total {
    background-color: #f9f9f9;
}
.footer-lower span {
    color: #9c9c9c;
    font-size: 1.1em;
}
.payment-icons li {
    display: inline-block;
}
.product-filter .product-spec-group, .product-filter .price-range-group,
.listbox ul {
    display: block;
}
.breadcrumb {
    width: 100%;
}
.post-body ul {
    text-align: left;
}
.product-reviews-page .message-error {
    padding: 10px;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    display: inherit;
}
.login-page .validation-summary-errors {
    text-align:center;
    width: 100%;
}
.btn-primary:hover {
    background-color: #fff;
    border-color: #1f8dbb;
}
.newsletter-email {
    position: relative;
    text-align: left;
}
.newsletter-email .newsletter-box {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: none;
}
.product-tags-list {
    text-align: left;
    display: block;
}
.newsletter-email input[type="email"] {
    border: none;
    padding: 6px 50px 6px 12px;
    float: left;
    margin: 0 -1px 0 0;
}
.write-review .review-rating ul {
    line-height: 23px;
}
.login-page .remember {
    padding-bottom: 0;
    padding-top: 0;
    line-height: 24px;
}
.forgot-password {
    line-height: 24px;
}
.forum-edit-page strong {
    line-height: 28px;
}
.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
    margin: 0 5px 10px;
}
.private-message-view-page .message-head li:not(:last-child) {
    margin-bottom:5px;
}
.apply-vendor-page .terms-of-service > * {
    width: auto;
    line-height: 25px;
}
.fieldset .title, .section .title,
.order-list-page .section .title,
.address-list-page .section .title,
.return-request-list-page .section .title,
.order-list-page .section .title, .blog-page .section .title,
.checkout-page .address-item .name-title {
    text-align: center;
}
.shipments .title,
.products .title {
    text-align:left;
    margin-bottom:10px;
}

.order-list-page .section .title strong, 
.address-list-page .section .title strong, 
.return-request-list-page .section .title strong {
    padding-right:0;
}
.overview-buttons .btn {
    text-transform: inherit;
}
.shipping-method .method-name {
    padding: 0;
    font-weight: 600;
}
.payment-method .payment-details label {
    font-weight: 600;
}
.shipping-method .custom-radio {
    padding-left: 0;
}
.write-review .review-rating .rating-options .custom-radio {
    display: inline-block;
}
.custom-control, .write-review .review-rating .first, .write-review .review-rating .last,
.accept-privacy-policy label {
    line-height: 24px;
}
.private-message-send-page a, .attributes label {
    line-height: 28px;
}
.attributes .option-list label {
    line-height: 0;
}
.table-wrapper label, .shipping-method label, .address-list label, .product-review-item label, .topic-post label, .accept-privacy-policy label,
.private-message-view-page label, .apply-vendor-page label, .terms-of-service label, .blogpost-page label, .product-details-page label, .forums-table-section label,
.checkout-page label, .news-item-page label, .profile-page label {
    margin-bottom: 0;
}
.private-message-view-page .message-head {
    margin: 0 0 20px;
    background: #f6f6f6;
    padding: 10px;
    font-size: 16px;
    width:100%;
}
.private-messages-box .select label, .forum-subscriptions-page .select-boxes label {
    margin-right: 0;
}
.private-messages-box .data-table{
    font-size: 1.1em;
}
.ui-dialog .ui-dialog-content{
    font-size: 1.1em;
}
.profile-info-box .send-pm .pm-button:hover {
    background-color: #1f8dbb;
    border: 2px solid #1f8dbb;
}
.rowcheckbox {
    font-size: 0;
}
.dropdown-toggle::after {
    content: none;
}
.newsletter-validation, .newsletter-result {
    font-size: 13px;
    color: #a94442;
}
.subscribe .custom-control, .unsubscribe .custom-control {
    display: inline-block;
}
.unsubscribe {
    padding-left: 10px;
}
.message-error, .field-validation-error, .username-not-available-status, .poll-vote-error, .password-error {
    width: 100%;
}
.password-recovery-page .message-error {margin-bottom:10px;}
.password-recovery-page .field-validation-error p, .change-password-page .field-validation-error p {
    color: #ff3b30;
}
.ship-to-same-address .custom-checkbox, .shipping-method .custom-radio, .pickup-in-store .custom-checkbox, .use-reward-points .custom-checkbox, .terms-of-service .custom-checkbox,
.forum-edit-page .custom-checkbox, .basic-search .custom-checkbox, .customer-info-page .custom-checkbox, .remove-from-cart .custom-checkbox, .add-to-cart .custom-checkbox,
.attributes .custom-checkbox, .attributes .custom-radio, .payment-details .custom-radio, .use-reward-points .custom-checkbox {
    display: inline-block;
}
.checkout-page .address-item .select-address-box ul, .address-list-page .info, .order-list-page .info {
    word-wrap: break-word;
}
.order-summary-content .table-wrapper {
    overflow-x: auto;
}
.cart-options .common-buttons .btn {
    text-transform: inherit;
}
.forum-edit-page textarea, .private-message-send-page textarea {
    width: 100%;
}
.opc .section > label {
    margin-bottom: 10px;
}
.payment-info-buttons-container, .confirm-order-buttons-container {
    clear: both;
}
.confirm-order-buttons-container {
    margin-top: 15px;
}
.html-checkout-page .cart-footer, .order-details-page .details-page-cart {
    float: right;
    width: 33.33%;
}
.html-checkout-page .cart-footer.row .total, .order-details-page .totals.section {
    flex: 0 0 100%;
    max-width: 100%;
}
.opc-confirm_order {
    clear: both;
}

/*** Start product box css ***/

.product-grid .item-box {
    letter-spacing: 0;
    vertical-align: top;
    float: none;
    display: inline-block;
    position: relative;
    margin: 0;
    margin-bottom: 20px;
}
.product-grid .item-box .product-item {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 10px;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.product-grid .item-box .product-item .picture{
    margin-bottom:8px;
}
.product-grid .item-box:hover .product-item {
    border: 2px solid #1f8dbb;
}
.item-box .product-title {
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 400;
    color: #737373;
    font-size: 16px;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.item-box .product-title a {
    line-height: 25px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-box .actual-price {
    color: #1f8dbb;
    padding: 0;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.item-box .old-price {
    color: #bbb;
    font-size: 1em;
    font-weight: 400;
}
.item-box .add-to-compare-list-button, 
.item-box .add-to-wishlist-button {
    display: block;
    width: 42px;
    height: 42px;
    border: 1px solid #eee;
    font-size: 0;
    margin: 0 0 10px;
    background-color: #f5f5f5;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    color: #000;
    background-repeat: no-repeat;
}
.product-grid .item-box .add-to-compare-list-button, 
.product-grid .item-box .add-to-wishlist-button {
    left: -25%;
    position: absolute;
    text-align: center;
    z-index: 999;
    opacity: 0;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.product-grid .item-box:hover .add-to-compare-list-button, 
.product-grid .item-box:hover .add-to-wishlist-button {
    left: 0;
    opacity: 1;
    transition: right 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
}
.product-grid .item-box .add-to-compare-list-button, 
.product-grid .item-box:hover .add-to-compare-list-button {
    top: 5%;
}
.product-grid .item-box .add-to-wishlist-button, 
.product-grid .item-box:hover .add-to-wishlist-button {
    top: 55px;
}
.item-box .add-to-compare-list-button i, 
.item-box .add-to-wishlist-button i {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-grid .item-box .add-to-compare-list-button:hover,
.product-grid .item-box .add-to-wishlist-button:hover {
    background-color: #107aff;
}
.item-box .add-to-compare-list-button:hover i, 
.item-box .add-to-compare-list-button:focus i, 
.item-box .add-to-wishlist-button:hover i,
.item-box .add-to-wishlist-button:focus i {
    color: #fff;
}
.item-box .picture {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    z-index: 1;
}
.product-grid .item-box .product-button {
    width: 48px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
}
.list .product-button input, .list .product-button button {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}
.list .product-button input:hover, 
.list .product-button button:hover,
.list .product-button button:focus{
    background-color: #1f8dbb;
}
.product-grid .item-box .add-cart-button .product-box-add-to-cart-button {
    color: #1f8dbb;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    white-space: nowrap;
    font-size: 14px;
    padding: 0;
    line-height: 28px;
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
}
.item-box .sku {
    overflow: hidden;
    word-break: break-word;
}
.add-cart-button {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: top;
    border: 0;
}
.slick-track .slick-slide {
    clear: none !important;
    float: left;
}
.product-grid .item-box:hover .add-cart-button {
    opacity: 1;
    top: 0;
}
.product-grid .item-box .add-cart-button .product-box-add-to-cart-button:hover {
    color: #ff3b30;
}
.item-box .details {
    position: relative;
    padding: 15px 0 0;
    text-align: center;
    z-index: 1;
}
.item-box .details .add-info .stock p {
    margin-bottom:0;
    margin-top: 5px;
}
.private-message-send-page a, 
.wishlist-content .tax-shipping-info a, 
.accept-privacy-policy span, 
.accept-privacy-policy a, 
.order-details-page .tax-shipping-info a, 
.item-box .tax-shipping-info a, 
.ui-tabs-nav li.ui-state-active a {
    color: #1f8dbb;
}
.return-request-list-page a {
    color: #000;
    text-decoration:underline;
}
.return-request-list-page a:hover {
    color: #107aff;
}
.return-request-list-page .details li {
    text-align:left;
}
.return-request-list-page .details li label {
    font-weight: 500;
    display: inline-block;
    min-width: 130px;
}
.return-request-list-page .comments div {
    display: inline-block;
    width: calc(100% - 140px);
}

/*** Footer css ***/

.footer {
    background-color: #f5f5f5;
    text-align: center;
}
.footer-top .newsletter .title strong {
    font-size: 1.15rem;
    font-weight: 500;
    text-transform: uppercase;
}
.newsletter-email .options > div {
    display: inline-block;
}
.footer .block {
    text-align: left;
    margin:initial;
}
.follow-us .title {
    margin: 0 0 10px;
    background: none;
    color: #444;
    cursor: auto;
}
.follow-us .social ul {
    font-size: 0;
}
.follow-us .social li {
    display: inline-block;
}
.footer .block .title strong {
    font-size: .813em;
    color: #111;
    text-transform: uppercase;
}
.footer .block .title {
    border-bottom: none;
    margin: 0 0 5px;
}
.footer .block .listbox a {
    color: #777;
}
.footer .block .listbox a:hover, .footer .block .listbox a:active {
    color: #1f8dbb;
}
.footer .block .listbox a {
    line-height: 20px;
    font-size: 1em;
}
.footer .block p {
    color: #777;
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.footer-tax-shipping a {
    color: #1f8dbb;
    font-weight: 500;
}
.footer-address-wrapper, .footer-phone-wrapper {
    display: inline-block;
    width:100%;
}
.footer-address-wrapper .footer-map-link > span:nth-child(2), 
.footer-phone-wrapper .footer-phone-link > span:nth-child(2) {
    display: inline-block;
    width: calc(100% - 25px);
    float: right;
}
.follow-us .social .logo {
    margin-bottom: 10px;
    width: 16%;
}
.follow-us .social a {
    display: flex;
    justify-content:center;
    align-items:center;
    background-color: #333;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
}
.follow-us .social a:hover {
    background-color:#1f8dbb;
}
.follow-us .social a i {
    font-size: 18px;
    color: #f5f5f5;
}
.newsletter-subscribe-button {
    font-size: 14px;
    background-color: transparent;
    position: absolute;
    border: none;
    right: 20px;
    top: 12px;
    z-index: 0;
}
.newsletter-subscribe .newsletter-subscribe-button:focus {
    outline: none;
}
.newsletter-subscribe-button i {
    font-size: 1.2em;
    color: #1f8dbb;
}
.newsletter-email input[type="email"]::-webkit-input-placeholder, /* Chrome/Opera/Safari */
.newsletter-email input[type="email"]::-moz-placeholder, /* Firefox 19+ */
.newsletter-email input[type="email"]:-ms-input-placeholder, /* IE 10+ */
.newsletter-email input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #cbcbcb;
    font-size: .8em;
}
.payment-icons {
    float: left;
    padding: 10px 0;
}
.theme-selector {
    padding: 10px 0;
}

.follow-us .social a:hover i {
    color: #fff;
}
.footer-powered-by a,
.footer-theme-credit a,
.footer-designedby a{
    color: #1f8dbb;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.footer-lower {
    font-size: 12px;
    background-color: #fff;
    padding:15px 0;
}
.footer-lower > .container > .row {
    align-items:center;
}
.footer-powered-by,
.footer-theme-credit,
.footer-designedby {
    color: #9c9c9c;
    font-size: 1.1em;
}
.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #1f8dbb;
    color: #fff;
    z-index: 99;
}
.btn-back-to-top:hover {
    background-color: #000;
}
.btn-back-to-top i {
    color:#fff;
}
.newsletter-validation,
.newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}
.newsletter-email .options {
    display: block;
    padding-top: 15px;
}
.newsletter .title, 
.newsletter-email .options{
    text-align:center;
}
.theme-selector select {
    padding: 0 30px 0 15px;
}
.footer .payment-icons div {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.footer .payment-icons div:last-child {
    margin-right: 0;
}
.footer .payment-icons .visa {
    background-position: -19px -179px;
    background-repeat: no-repeat;
    height: 12px;
    width: 38px;
}
.footer .payment-icons .mastercard {
    background-position: -71px -178px;
    background-repeat: no-repeat;
    height: 14px;
    width: 24px;
}
.footer .payment-icons .paypal {
    background-position: -110px -179px;
    background-repeat: no-repeat;
    height: 13px;
    width: 49px;
}

/*** News Section ***/

.view-news-archive {
    background-color: #1f8dbb;
    float: right;
    height: 450px;
    border-radius: 8px;
}
.html-home-page .home-page .page-body > div:not(:last-child) {
    margin-bottom: 40px;
}
.home-page-polls,
.html-home-page .home-page .page-body > div {
    clear: both;
}
.home-page-polls li .custom-control {
    text-align: left;
}
.home-page-polls .buttons {
    text-align: center;
}
.new-comment .title {
    display: block;
    width: 100%;
}
.news-body {
    padding: 0;
    margin: 0;
    text-align: inherit;
}
.news-date {
    text-align: left;
}
.link-rss {
    display: inline-block;
    float: right;
}
.news-item .buttons {
    margin: 0;
}
.news-list-page .news-item .buttons {
    text-align:right;
}
.home-page .news-items .buttons .read-more:hover,
.home-page .news-items .buttons .read-more:active,
.home-page .news-items .buttons .read-more:hover,
.home-page .news-items .buttons .read-more:active {
    color: #fff;
    background-color: transparent;
}
.home-page .news-items .buttons .read-more i {
    display: inline-block;
    margin-left: 10px;
    font-size: 11px;
    vertical-align: middle;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.home-page .news-item:hover .buttons .read-more i {
    color: #fff;
}
.home-page .news-items .buttons .read-more {
    background-color: transparent;
    color: #000;
    border: none;
    height: auto;
    line-height: normal;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
.home-page .news-date {
    padding: 15px 0 20px;
    position: relative;
    text-align: center;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.news-list-homepage .view-all a {
    background-color: #fff001;
    padding: 10px 18px;
    border-radius: 20px;
    text-decoration: none;
    color: #000;
    display: inline-block;
}
.news-list-homepage .view-all a:hover {
  color: #fff;
  background-color: #1f8dbb;
}
.view-news-archive p {
    font-size: 2.029em;
    text-align: center;
    padding: 70px 5px;
    line-height: 60px;
    color: #fff;
}
.news-list-homepage {
    margin: 0 0 30px;
}

/*** Product detail Page ***/

.html-product-details-page .breadcrumb-nav {
    background-color: #f3f3f3;
    padding: 15px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0;
    margin-left: -50vw;
    clear: both;
}
.html-product-details-page .breadcrumb {
    margin: 0 auto;
}
.html-product-details-page .side-bar {
    border-left: 2px solid #eee;
}
.grouped-product .product-detail-buttons {
    margin-top: 5px;
}
.grouped-product .overview {
    margin: 0 0 10px;
    padding-bottom: 5px;
}
.grouped-product .product-detail-buttons .overview-buttons {
    margin: 0 0 15px;
}
.product-details-page .product-share-button a {
    padding: 0 7px;
}
.product-details-page .product-share-button a:first-child {
    padding: 0 7px 0 0;
}
.product-details-page .product-share-button a.addthis_bubble_style {
    background-repeat: no-repeat;
    width: 1.38pc !important;
}
.product-details-page .required, .checkout-attributes .required, .estimate-shipping .required {
    float: none;
}
.product-details-page .product-share-button a span {
    height: 40px !important;
    width: 40px !important;
    text-align: center;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    border-radius: 19.5px;
}
.add-to-cart-panel .form-control {
    text-align: center;
}
.add-to-cart-panel .form-control, .add-to-cart-panel label {
    display: inline-block;
}
.overview-buttons {
    margin: 0 0 15px;
    font-size: 0;
    float: left;
    width: 100%;
    text-align: left;
}
.tier-prices {
    overflow-x: auto;
}
.product-details-page .add-to-cart-panel .addtocart-quantity-box .qty-input {
    padding: 6px 50px 6px 15px;
}
.add-to-cart-panel .add-to-cart-button,
.variant-overview .add-to-cart-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1em;
    text-transform: capitalize;
    background-color: #1f8dbb;
    clear: both;
    text-align: center;
}
.product-details-page .add-to-cart-panel .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.product-details-page .add-to-cart-panel .add-to-cart-button:focus,
.variant-overview .add-to-cart-button:focus {
    background-color: #d50c00;
    color: #fff;
    border: 2px solid #d50c00;
}
.product-details-page .overview-buttons .add-to-wishlist-button, .product-details-page .overview-buttons .add-to-compare-list-button,
.product-details-page .overview-buttons .email-a-friend-button {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    width: 43px;
    float: right;
    font-size: 0;
    height: 43px;
    border-radius: 50%;
    position: relative;
}
.product-details-page .overview-buttons .add-to-wishlist-button i, .product-details-page .overview-buttons .add-to-compare-list-button i,
.product-details-page .overview-buttons .email-a-friend-button i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}
.product-details-page .overview-buttons .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.product-details-page .overview-buttons .add-to-wishlist-button:active,
.variant-overview .add-to-wishlist-button:active,
.product-details-page .overview-buttons .add-to-compare-list-button:hover,
.variant-overview .add-to-compare-list-button:hover,
.product-details-page .overview-buttons .add-to-compare-list-button:active,
.variant-overview .add-to-compare-list-button:active,
.product-details-page .overview-buttons .email-a-friend-button:hover,
.variant-overview .email-a-friend-button:hover,
.product-details-page .overview-buttons .email-a-friend-button:active,
.variant-overview .email-a-friend-button:active{
    background-color: #1f8dbb;
    border: 1px solid #1f8dbb;
}
.product-details-page .overview-buttons .add-to-wishlist-button:hover i,
.variant-overview .add-to-wishlist-button:hover i,
.product-details-page .overview-buttons .add-to-wishlist-button:active i,
.variant-overview .add-to-wishlist-button:active i,
.product-details-page .overview-buttons .add-to-compare-list-button:hover i,
.variant-overview .add-to-compare-list-button:hover i,
.product-details-page .overview-buttons .add-to-compare-list-button:active i,
.variant-overview .add-to-compare-list-button:active i,
.product-details-page .overview-buttons .email-a-friend-button:hover i,
.variant-overview .email-a-friend-button:hover i,
.product-details-page .overview-buttons .email-a-friend-button:active i,
.variant-overview .email-a-friend-button:active i {
    color: #fff;
}
.add-to-cart-panel label {
    line-height: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.product-details-page .product-share-button .at-icon {
    height: 40px !important;
    width: 20px !important;
}
.html-product-details-page .product-details-form .nav-link {
    text-transform: uppercase;
    font-size: 1.086em;
    color: #000;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0 17px 20px;
}
.html-product-details-page .product-details-form .nav-item:last-child .nav-link {
    padding: 0 0 20px 17px;
}
.html-product-details-page .product-details-form .nav-link:hover,
.html-product-details-page .product-details-form .nav-tabs .nav-link.active {
    border: none;
    color: #1f8dbb;
    background-color: transparent;
}
.html-product-details-page .product-details-form .tab-content .tab-pane {
    background-color: #f5f5f5;
    padding: 33px;
    margin-top: 33px;
    min-height: 166px;
}
.html-product-details-page .product-details-form .tab-content p {
    line-height: 26.5px;
}
.apply-vendor-page .captcha-box {
    margin:0;
}
.product-grid, .product-list {
    margin: 0 0 20px;
    clear: both;
}
.related-products-grid {
    margin-top: 2%;
}
.related-products-grid .item-grid, .also-purchased-products-grid .item-grid, .related-products-grid .item-grid, .product-variant-list, .home-page-product-grid .item-grid,
.news-list-homepage .news-items, .home-page-bestsellers .item-grid, .cross-sells .item-grid {
    margin-right: 0;
    margin-left: 0;
}
.product-grid .title, .news-list-homepage .title, .home-page-category-grid .title, .home-page-polls .title {
    margin: 0 0 25px;
    padding-right:55px;
}

.product-grid .title:after, .news-list-homepage .title:after, .home-page-polls .title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-tags-list li {
    background-color: #eee;
    border: 1px solid #8b8b8b;
    padding: 5px 20px;
    margin-right: 10px;
    border-radius: 25px;
    color: #8b8b8b;
    cursor: pointer;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    display: inline-block;
    margin-bottom: 10px;
}
.product-tags-list li:hover {
    background-color: #1f8dbb;
    border: 1px solid #1f8dbb;
    color: #fff;
}
.product-tags-list li a {
    color: #8b8b8b;
}
.product-tags-list li:hover a {
    color: #fff;
}
.overview .product-name h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.428em;
}
.overview .product-name {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
}
.overview .value a,
.variant-overview .value a {
    color: #1f8dbb;
}
.overview .value a:hover, .variant-overview .value a:hover {
    color:#000;
}
.overview .value,
.variant-overview .value {
    color: #8b8b8b;
}
.overview .short-description,
.product-details-page .full-description {
    font-size: 14px;
    font-weight: 400;
}
.product-review-box {
    width: 105px;
}
.product-no-reviews,
.product-reviews-overview {
    display: inline-block;
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.overview .delivery, .variant-overview .delivery {
    padding: 2px 0 10px;
}
.full-description p {
    margin: 0;
}
.specification-wrapper {
    text-align: left;
}
.specification-wrapper > div {
    margin-bottom: 10px;
}
.specification-wrapper > div .spec-value {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}
.specification-wrapper > div .spec-name {
    padding-top: 10px;
    padding-bottom: 7px;
}
.attributes dl {
    margin-bottom:0;
}
.section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
}
.rating-wrapper > div,
.rating-wrapper .rating-options .custom-radio {
    display: inline-block;
}
.rating-wrapper .first {
    margin-right:10px;
}
.product-review-item .review-content .review-text .avatar-img {
    border-radius: 50%;
}
.product-review-item .review-content .review-body .text-body {
    margin-block: 5px;
}
.product-no-reviews a {
    color: #8b8b8b;
}
.overview .tax-shipping-info a, .variant-overview .tax-shipping-info a {
    color: #277aff;
}

.total-section .tax-shipping-info {
    display: inline-block;
    width: 100%;
}
.prices {
    margin-top: 7px;
}
.old-product-price, .product-price {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.221em;
}
.product-price span {
    color: #1f8dbb;
    font-size: 1.785em;
}
.product-variant-line {
    border: 5px solid #f5f5f5;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 20px;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.variant-overview .variant-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.082em;
    color: #000;
}
.variant-overview .add-to-cart,
.variant-overview .add-to-wishlist {
    display: inline-block;
    margin: 0;
    vertical-align: text-top;
    margin-bottom:15px;
}
.variant-overview .add-to-wishlist .add-to-wishlist-button {
    position: relative;
}
.variant-overview .product-estimate-shipping {
    clear:both;
}
.variant-overview .prices > .product-price:not(.discounted-price),
.product-overview .prices > .product-price:not(.discounted-price) {
    margin-right: 14px;
}
.product-gallery .picture-image {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 80%;
}
.picture-image > img,
.picture .picture-thumb-item {
    border: 1px solid #d4d5d9;
}
.variant-overview .add-to-cart {
    float: left;
    margin-right: 15px;
}
.variant-picture {
    height: auto;
}
.variant-overview .prices .tax-shipping-info,
.category-page .products-container {
    margin-bottom: 15px;
}
.variant-overview .prices .total-title {
    margin: 5px 0 0;
    font-weight: 600;
}
.variant-overview .add-to-cart .add-to-cart-button,
.variant-overview .add-to-wishlist .add-to-wishlist-button {
    margin: 0;
    margin-top: 0;
}
.overview .old-product-price, 
.variant-overview .old-product-price, 
.overview .non-discounted-price, 
.variant-overview .non-discounted-price {
    font-size: 1.428em;
    color: #8b8b8b;
    text-decoration: line-through;
}
.simple-product .overview .prices .rental-price label {
    font-weight: 500;
    color: #000;
}
.simple-product .overview .prices .rental-price span {
    color: #8b8b8b;
}
.overview .availability,
.variant-overview .availability {
    margin: 0 0 5px;
}
.overview .additional-details div {
    margin: 0 0 5px;
}
.variant-overview .additional-details div {
    margin: 0;
}
.overview .availability .stock, 
.variant-overview .availability .stock {
    margin: 0;
}
.overview .short-description,
.product-details-page .full-description {
    margin: 0 0 10px;
    text-align: left;
}
.overview .short-description p,
.product-details-page .full-description p {
    margin-bottom: 0;
    line-height: 1.6em;
}
.overview .additional-details, .variant-overview .additional-details,
.overview .free-shipping, .variant-overview .free-shipping,
.overview .prices, .variant-overview .prices, .product-no-reviews {
    margin: 0;
}
.overview .prices > .product-price:not(.discounted-price) {
    margin-right: 14px;
}
.overview .prices > .product-price, .overview .prices > .old-product-price {
    vertical-align: middle;
}
.overview .prices > .old-product-price {
    margin-top: 2px;
}
.overview .download-sample, .variant-overview .download-sample {
    display: inline-block;
    margin: 0 0 15px;
}
.overview .free-shipping, .variant-overview .free-shipping {
    color: #000;
}
.product-details-page .add-to-cart {
    text-align: left;
    margin-bottom: 15px;
}
.product-details-page .add-to-cart .min-qty-notification {
    margin-bottom: 10px;
}
.product-essential .attributes dd {
    margin: 0 0 15px;
}
.product-tags-box {
    margin: 15px 0;
    border-bottom: 2px solid #dadada;
    padding-bottom: 10px;
    position: relative;
}
.product-tags-box .section-title {
    margin-bottom: 5px;
}
.product-detail-buttons .overview-buttons {
    width: auto;
}
.product-detail-buttons .add-to-cart,
.product-detail-buttons .overview-buttons {
    display: inline-block;
}
.product-reviews-page h1 a, .eu-cookie-bar-notification a {
    color: #107aff;
}
.eu-cookie-bar-notification {
    z-index: 9;
}
.write-review .review-rating li {
    margin: 0 10px 0 0;
    vertical-align: baseline;
}
.write-review .buttons {
    margin-bottom:0
}
.simple-product .overview .prices .total-title {
    display: none;
}
.qq-uploader-selector .qq-upload-list li{
    margin: 10px 0;
}

/*** Header style ***/

header > .row {
    margin-right: 0;
    margin-left: 0;
}
.header-selectors-wrapper > div {
    display: inline-block;
    width: auto;
    margin: 0 15px 0 0;
}
.header-selectors-wrapper > div:last-child {
    margin: 0;
}
.header-upper {
    background-color: #f3f3f3;
    width: 100vw;
    margin-left: calc(-1*((100vw - 100%)/2));
    position: relative;
}
.header-selectors-wrapper .form-group .form-control{
    padding: 6px 30px 6px 6px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    max-width:110px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    border:0;
    background-color:transparent;
}
.header-phone-wrapper {
    float: left;
    line-height: 43px;
}
.header-phone-wrapper a {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.header-phone-wrapper a i {
    font-size: 16px;
    margin-right:10px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.header-phone-wrapper a:hover i {
    color: #1f8dbb;
}
.footer-phone-wrapper a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.footer-address-wrapper a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.header-links span, .header-links a {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 20px;
    vertical-align: middle;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
.header-upper .manage-page {
    margin-left: 20px;
}
.search-box {
    padding: 0;
    float: left;
    padding: 15px 0;
}
.icon-list li i {
    font-size: 1.3em;
    cursor: pointer;
}
.icon-list li .ion-bag.active {
    color: #1f8dbb;
}
.icon-list li span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #f5f5f5;
    position: absolute;
    font-size: .7em;
    bottom: 17px;
    right: -14px;
    color: #000;
}
.icon-list li span:hover {
    color: #000;
}
.header-links li:last-child {
    margin-right: 0;
}
.icon-list .total-amount label {
    color: #1f8dbb;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.search-box .search-box-text {
    width: calc(100% - 45px);
    padding: 6px 15px;
}
.header-lower .search-box .search-box-text {
    border-color: #1f8dbb;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
.header-lower.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    box-shadow: 0 0 3px 0 #d6d6d6;
}
header {
    box-shadow: 0 0 3px 0 #d6d6d6;
}
.header-lower {
    background-color: #ffffff;
}
.search-box .ui-autocomplete-loading {
    background: #fff url(../images/ajax-loader-small.gif) right 5px center no-repeat;
}
.search-box form {
    width: 100%;
}
.search-box .search-box-text {
    height: 45px !important;
}
.search-box .search-box-button{
    height: 45px;
}
.search-box .search-box-text {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    font-size: 1em;
    border-width: 2px;
}
.search-box .search-box-button {
    width: 45px;
    padding: 0;
    background-color: #1f8dbb;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}
.search-box .search-box-button:active, .search-box .search-box-button:focus, .search-box .search-box-button:hover {
    background-color: #1f8dbb;
}
.search-box .search-box-text::placeholder,
.search-box .search-box-text:-ms-input-placeholder,
.search-box .search-box-text::-ms-input-placeholder {
    color: #b2b2b2;
}
.ui-autocomplete {
    width: 100%;
}
.mini-shopping-cart .count {
    padding: 10px 15px;
    color: #000;
    border-bottom: 2px solid #eee;
}
.mini-shopping-cart {
    font-size: .9em;
}
.mini-shopping-cart .items {
    padding: 15px 30px;
    margin: 0;
}
.mini-shopping-cart .item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.mini-shopping-cart .name {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0 0 5px;
}
.mini-shopping-cart .name a {
    color: #000;
}
.mini-shopping-cart .name a:hover, .mini-shopping-cart .name a:focus, .mini-shopping-cart .name a:active {
    color: #1f8dbb;
}
.mini-shopping-cart .price, .mini-shopping-cart .quantity {
    font-size: .8em;
}
.mini-shopping-cart .totals {
    padding: 0 30px;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.mini-shopping-cart .totals strong {
    font-size: 1em;
    color: #1f8dbb;
    float: right;
    font-weight: 400;
}
.mini-shopping-cart .buttons {
    padding: 0 30px;
    margin: 0 0 15px;
}
.mini-shopping-cart .buttons .btn {
    width: 100%;
}
.mini-shopping-cart .first {
    padding-top: 0;
}
.header-menu .top-menu a {
    padding: 20px 0;
    color: #000;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: block;
}

/*** Mega menu style ***/

.sidebar-open-overlay {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 184px;
    width: 100%;
    position: fixed;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.sub-categories-list > div {
    width: 49%;
    float: left;
    text-align: left;
    margin-bottom: 15px;
}
.sub-categories-list .sub-category {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: .9em;
    color: #000;
    text-transform: capitalize;
}
.sub-categories-list ul a {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: .9em;
    color: #8b8b8b;
    text-transform: capitalize;
}
.ivm-mega-menu-panel .all-products-link {
    text-align: left;
    padding: 5px 0;
    padding-bottom: 5px;
    margin-top: 12px;
    border-top: 2px solid #eee;
    padding-bottom: 0;
}
.ivm-mega-menu-panel .all-products-link a {
    font-size: .9em;
    line-height: 1em;
    color: #1f8dbb;
}
.all-products-link i {
    font-size: .9em;
    line-height: 1em;
    color: #1f8dbb;
    margin-left: 5px;
}

/*** Slider design ***/

.theme-custom .nivo-controlNav {
    z-index: 0 !important;
}
.theme-custom {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0 !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw !important;
}
.theme-custom .nivo-controlNav a {
    width: 15px !important;
    height: 15px !important;
    display: block !important;
    margin: 10px 0 !important;
    border-radius: 50%;
    border: 2px solid #1f8dbb;
    background-color: transparent !important;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.theme-custom .nivo-controlNav .active {
    background-color: #1f8dbb !important;
    border-color: transparent !important;
}
.html-not-found-page .center-1 .page-title h1 {
    text-align:center;
}
.html-home-page .center-1 .page-title {
    height: auto;
    width: auto;
    padding: 0;
    background-image: none;
    margin-left: inherit;
    background-position: inherit;
    margin-bottom: 10px;
}
.html-home-page .center-1 .page-title h1 {
    top: 0;
    transform: inherit;
    text-align: center;
}

/*** Poll design ***/

.poll strong {
    margin: 0;
    color: #000;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.1em;
}
.poll-options, .poll-results {
    font-size: 1em;
    color: #000;
}
.side-2 .poll .buttons {
    margin-bottom:0;
    text-align:left;
}
.home-page-polls li {
    margin: 10px 20px;
}

/*** Home style ***/

.home-page-product-grid {
    margin-top: 3%;
}
.header-links .ico-cart, 
.header-links .ico-user, 
.header-links .ico-inbox, 
.header-links .ico-wishlist {
    font-size: 19px;
    cursor: pointer;
    position: relative;
}
.header-links .ico-cart:hover i, .header-links .ico-user:hover i, .header-links .ico-inbox:hover i, .header-links .ico-wishlist:hover i {
    color: #1f8dbb;
}
.header-links .user-wrapper {
    position: absolute;
    text-align: left;
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    z-index: 9;
}
.user-wrapper li {
    display: block;
    padding: 10px 15px;
    margin: 0;
}
.user-wrapper .admin-header-links .manage-page {
    padding-top:20px;
}
.header-lower .qty-label {
  position: absolute;
  line-height: 20px;
  top: 10px;
  left: 5px;
  min-width: 20px;
  min-height: 20px;
  background-color: #1f8dbb;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

/*** Product grid & list design ***/

.center-2 {
    position: inherit;
}
.block .title, .block-product-filter .filter-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}
.block .title, .block-product-filter .filter-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #1f8dbb;
    font-size: 18px;
    letter-spacing: .05em;
}
.block .view-all a {
    display: inline-block;
    line-height: 40px;
}
.block .list li {
    padding: 0;
    font-weight: 400;
    position: relative;
}
.block-account-navigation .list li .active {
    color: #1f8dbb;
    font-size: 16px;
    font-weight: 500;
}
.block .sublist a {
    padding-left: 15px;
}
.block .list li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.block .sublist {
    margin: 0;
}
.block .sublist a {
    display:block;
}
.block .listbox {
    padding: 10px 0;
    padding-bottom: 5px;
}
.block .list .active > a {
    padding-right: 15px;
    color: #1f8dbb;
    font-size: 16px;
    font-weight: 500;
}
.block .tags li {
    margin: 0 10px;
    margin-left: 0;
}
.block .list a {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1em;
    padding: 15px 0;
    font-size: 1em;
    letter-spacing: 0.05em;
    word-break: break-word;
}
.block .sublist .active > .sublist .active > .sublist .active > .sublist li a {
    padding-left: 60px;
}
.block .sublist .active > .sublist .active > .sublist li a {
    padding-left: 45px;
}
.block .sublist .active > .sublist li a {
    padding-left: 30px;
}
.block .sublist li a {
    padding-left: 15px;
}
.block .product-picture {
    margin: 0 15px 0 0;
    width: 64px;
    display: inline-block;
}
.block .product-picture img {
    max-width:100%;
}
.block .product-picture + .product-name {
    width: calc(100% - 83px);
    display: inline-block;
    line-height: 22px;
}
.bar-notification p {
    color: #fff;
}
p {
    color: #8b8b8b;
    line-height: 1.5em;
}
.product-selectors {
    padding: 0;
    border: none;
    margin: 0 0 30px;
}
.product-selectors .form-control {
    border-width: 0 0 2px 0;
    border-color: #eee;
    font-size: 14px;
    line-height: 40px;
    background-position: right 10px center;
    margin: 0;
}
.grid-list-icon {
    width: 100%;
    display:flex;
    justify-content:right;
    gap:0 20px;
}
.product-selectors .product-viewmode a, .mobile-filter-button .filter-button {
    display: inline-block;
    font-size: 20px;
}
.product-selectors .product-viewmode .selected i {
    color: #1f8dbb;
}
.product-filters .nav-tabs {
    border-bottom: none;
}
.product-filters .nav-tabs .show .nav-link, .product-filters .nav-tabs .active {
    color: #000;
    background-color: transparent;
    border: none;
}
.product-filters .fade {
    transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
}
.product-filters .nav-tabs .nav-link {
    border: none;
    padding: 15px;
    text-transform: capitalize;
    color: #000;
    font-size: .9em;
}
.product-filters .tab-section {
    background-color: #f5f5f5;
    height: 100%;
}
.product-filters .content-section {
    min-height: 255px;
}
.product-filters .filter-title h5 {
    font-size: 1.09em;
    line-height: 1em;
}
.product-spec-group .title {
    padding: 0;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.product-spec-filter .product-filters .filter-title {
    margin-bottom: 20px;
}
.product-filters .filter-title strong {
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}
.product-spec-group .title strong {
    position: relative;
    text-transform: capitalize;
}
.product-spec-group .title strong:after {
    content: '';
    position: absolute;
    background-color: #1f8dbb;
    height: 2px;
    width: 40px;
    left: 0;
    top: 100%;
}
.price-range-filter .selected-price-range {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.ui-tabs-nav .ui-state-active a {
    border-color: #dee2e6 #dee2e6 #fff;
}
.product-filters .nav-tabs .nav-item {
    width: 100%;
}
.product-filters .nav-tabs .active {
    background-color: #fff;
}
.product-filters .tab-pane .filter-title {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    margin: 0;
}
.product-filters .tab-pane .filter-title strong {
    font-size: 1.1em;
    line-height: 1em;
    text-transform: capitalize;
}
.product-filters .product-filter {
    width: 100%;
}
.filtered-items {
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.filtered-items .item {
    color: #656565;
    font-size: 14px;
}
.filtered-items .item strong {
    color: #000;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
}
.product-filters .filter-content .title {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 5px;
}
.product-filters .filter-content .title strong {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.attribute-squares .attribute-square {
    width: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: table;
    border: 1px solid #e2e2e2;
    display: block;
}
.selected-value .attribute-square-container .attribute-square::after {
    content: "";
    background-color: #fff;
    height: 11px;
    width: 11px;
    display: block;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    transform: translate(39%, -50%);
}
.product-filter .group li a {
    padding: 0;
    margin-bottom: 5px;
}
.product-filter .group .color-item a {
    display: table;
    margin-right: 5px;
}
.product-filter .product-spec-group {
    margin: 0 0 20px;
    width: 100%;
    max-width: 100%;
}
.product-filter .product-spec-group:last-child, .product-filter.price-range-filter {
    margin-bottom: 30px;
}
.product-filter .filter-content {
    padding: 0;
}
.category-description, .manufacturer-description, .vendor-description {
    margin: 0 0 30px;
    line-height: 22px;
}
.product-list .item-box .product-item > .picture, .product-list .item-box .product-item > .product-ribbon-wrapper {
    float: left;
}
.product-list .item-box .product-item > .product-ribbon-wrapper .picture {
    width: 100%;
}
.product-list .item-box .details {
    padding: 0 20px;
    text-align: left;
}
.product-grid .product-rating-box,
.item-box .list {
    display: none;
}
.product-grid .product-rating-box .rating {
    margin: 0 auto;
}
.product-list .list {
    display: block;
    float: right;
}
.product-list .list .prices {
    display: block;
    margin: 0 0 15px;
}
.product-list .details:not(.list) .prices, .product-list .details:not(.list) .product-box-add-to-cart-button, .product-list .picture .product-button {
    display: none;
}
.list .add-cart-button {
    text-align: left;
    margin: 0 0 15px;
}
.product-list .item-box .old-price {
    color: #8b8b8b;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-right: 0;
}
.tax-shipping-info{
    display: block;
}
.product-list .list .buttons {
    font-size: inherit;
}
.product-list .list .product-box-add-to-cart-button {
    display: block;
    margin:0 auto;
    background-color: #1f8dbb;
    text-transform: inherit;
    font-size: 1em;
}
.product-list .list .product-box-add-to-cart-button i {
    color: #fff;
}
.product-list .list .product-box-add-to-cart-button:hover, .product-list .list .product-box-add-to-cart-button:active, .product-list .list .product-box-add-to-cart-button:focus {
    background-color: #fff;
    color: #1f8dbb;
    border-color: #1f8dbb;
}
.product-list .list .product-box-add-to-cart-button:hover i, .product-list .list .product-box-add-to-cart-button:active i, .product-list .list .product-box-add-to-cart-button:focus i {
    color: #1f8dbb;
}
.product-list .item-box .product-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    min-height: 16px;
    margin: 0 0 10px;
}
.product-list .item-box .description {
    color: #8b8b8b;
    line-height: 1.3em;
}
.product-grid .item-box .description {
    display: none;
}
.pager li {
    margin: 0 15px 10px 0;
}
.pager li a, .pager li span {
    display: block;
    height: 30px;
    width: 30px;
    border: 1px solid #1f8dbb;
    background-color: #fff;
    color: #1f8dbb;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 24px;
    font-size:14px;
}
.pager li:last-child {
    margin-right: 0;
}
.pager .current-page span {
    color: #fff;
}
.pager li span {
    border: 1px solid #1f8dbb;
    background-color: #1f8dbb;
    color: #fff;
}
.pager li a:hover {
    border-color: #1f8dbb;
    background-color: #1f8dbb;
    color: #fff;
}
.pager .next-page a, .pager .previous-page a, .pager .last-page a, .pager .first-page a {
    font-size: 0;
}
.cart .product .edit-item a {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
.next-page a:before, .previous-page a:before, .last-page a:before, .first-page a:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 15px;
}
.next-page a:before {
    content: "\f054";
}
.previous-page a:before {
    content: "\f053";
}
.last-page a:before {
    content: "\f324";
}
.first-page a:before {
    content: "\f323";
}
.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}
.breadcrumb li * {
    font-size: 1em;
    line-height: 1em;
    color: black;
    margin: 0 1px;
    letter-spacing: .05em;
    font-weight: 400;
}
.breadcrumb li span {
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.breadcrumb li span:hover {
    color: #1f8dbb;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding-right: 3px;
    padding-left: 3px;
    vertical-align: middle;
}
.breadcrumb-item:last-child strong, .breadcrumb-item + .breadcrumb-item:last-child::before {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.product-selectors span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 40px;
}
.product-filter .remove-filter {
    margin: 0;
    display: inline-block;
    float: right;
}
.block-product-filter .filter-title {
    margin-bottom: 10px;
}
.remove-filter-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #ff3b30;
}

/*** Cart design ***/

.cart th, .data-table th, .forum-table th {
    background-color: #f5f5f5;
    padding: 10px;
    white-space: nowrap;
    font-weight: 400;
    border: none;
    color: #8b8b8b;
    text-align: left;
}
.table thead th {
    border-bottom: none;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.cart td, .data-table td, .forum-table td {
    padding: 10px;
    color: #000;
    border-bottom: 1px solid #eee;
    border-top: none;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.sku {
    min-width: 150px;
}
.sku span {
    word-break: break-all;
}
.vendor {
    min-width: 100px;
}
.unit-price {
    min-width: 130px;
}
.cart .subtotal .product-subtotal {
    font-weight:700;
}
.cart .quantity input {
    padding: 6px 5px 6px 5px;
}
.cart .product-picture a img {
    border: 1px solid #eee;
    padding: 5px;
    max-width: initial;
}
.cart .product .attributes,
.cart .product .unit-price,
.data-table .product .unit-price {
    margin: 5px 0;
}
.order-summary-content .cart-total, .order-details-page .cart-total {
    background-color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.cart-total tr td {
    padding: 10px;
    word-break: break-word;
}
.cart-total .shipping-cost {
    border-top: 2px solid #eee;
}
.sprite-image {
    background-image: url('../images/sprite-image.png');
}
.order-summary-content .checkout-button {
    width: 100%;
    font-size: 1.2em;
    background-color: #1f8dbb;
}
.order-summary-content .checkout-button:hover,
.order-summary-content .checkout-button:active,
.order-summary-content .checkout-button:focus {
    background-color: #d50c00;
    color: #fff;
    border: 2px solid #d50c00;
}
.checkout-data .section {
    margin: 0;
}
.order-review-data .billing-info-wrap, .order-review-data .shipping-info-wrap,
.order-review-data .billing-info-wrap .title, .order-review-data .shipping-info-wrap .title {
    text-align: left;
}
.remove-from-cart-button {
    padding: 0;
    cursor: pointer;
    display: block;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    display: inline-block;
}
.order-summary-content .remove-from-cart .custom-checkbox, .wishlist-content .remove-from-cart .custom-checkbox,
.wishlist-content .cart-buttons .add-to-cart .custom-checkbox {
    display: none;
}
.order-summary-content .remove-from-cart, .wishlist-content .remove-from-cart,
.order-summary-content .add-to-cart {
    padding-right: 0;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.wishlist-content .cart-buttons .add-to-cart {
    padding-right: 0;
    text-align: right;
    display: inline-block;
}
.wishlist-page .remove-from-cart-button, .wishlist-content .cart-buttons .edit-item a, .wishlist-content .cart-buttons .add-to-cart a {
    vertical-align: middle;
}
.wishlist-content .cart-buttons .add-to-cart .custom-checkbox {
    padding: 0;
}
.cart .product .edit-item {
    display: inline-block;
    margin: 0;
}
.cart .product .edit-item a {
    vertical-align: middle;
}
.cart .product, .data-table .product, .data-table .message, .data-table .info, .data-table .name {
    width: 100%;
}
.cart .product .attributes, 
.data-table .product .attributes {
    word-break:break-word;
    border-bottom:none;
}
.data-table .product .attributes {
    padding: 0;
}
.back-in-stock-subscription-list-page .data-table,
.reward-points-page .data-table,
.forum-subscriptions-page .data-table {
    margin-bottom: 0;
}
.cart .product .rental-info {
    margin: 5px 0;
}
.cart .product a, .data-table .product a, .data-table .info a {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.cart-total .order-total td {
    color: #000;
}
.cart-total .order-total .cart-total-left {
    padding-bottom: 5px;
}
.cart-total .order-total strong {
    font-size: 2.15em;
    font-weight: 500;
}
.cart-total .order-total td:last-child {
    color: #1f8dbb;
}
.cart-total .order-total td:last-child .value-summary{
    display: inline-block;
}
.cart-total .tax-value td {
    padding: 0 10px;
}
.cart-total label {
    margin: 0;
}
.terms-of-service {
    margin: 15px 0;
}
.checkout-confirm-order-load .terms-of-service {
    margin: 0;
    clear: both;
}
.terms-of-service label {
    cursor: pointer;
    font-size: 13px;
    text-align: left;
}
.shopping-cart-page .common-buttons {
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
    display: flex;
    gap: 10px 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.checkout-attributes dd {
    margin: 0;
}
.shopping-cart-page .continue-shopping-button:hover i {
    color: #fff;
}
.selected-checkout-attributes {
    color: #8b8b8b;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    float: none;
    max-width: inherit;
    margin: 0;
    font-size: 14px;
}
.checkout-attributes li {
    display: inline-block;
    padding: 4px 10px;
    font-size: 16px;
}
.estimate-shipping-result {
    padding-top: 15px;
}
.cart-total .earn-reward-points td {
    padding-top: 0;
}
.wishlist-page .wishlist-add-to-cart-button {
    display: none;
}
.shopping-cart-page .clear-cart-button i {
    color: #1f8dbb;
    margin-right: 5px;
}
.shopping-cart-page .clear-cart-button:hover, .shopping-cart-page .clear-cart-button:focus,
.shopping-cart-page .clear-cart-button:hover i, .shopping-cart-page .clear-cart-button:focus i {
    color: #fff;
}
.cart-collaterals .deals > div {
    background-color: #f5f5f5;
    text-align: left;
}
.cart-collaterals .title {
    background-repeat: no-repeat;
    background-position: right 20px top 23px;
    cursor: pointer;
    padding: 15px;
    font-size: 1.3em;
}
.cart-collaterals .title:not(.collapsed) {
    background-image: url('../images/toggle-up.png');
}
.cart-collaterals .collapsed {
    background-image: url('../images/toggle-down.png');
}
.cart-footer .cart-collaterals {
    width: 100%;
}
.cart-collaterals .btn-default {
    margin-top: 15px;
}
.cart-collaterals .padding-value {
    padding: 15px;
    border-top: 1px solid #eee;
}
.cart-collaterals .hint {
    color: #8b8b8b;
}
.cart-collaterals .message-failure {
    margin-top: 0;
}
.cart-footer .estimate-shipping .buttons {
    text-align: left;
    margin: 0;
}
.cart-footer .estimate-shipping .buttons .btn-default {
    margin: 0;
}
.shopping-cart-page .col-form-label {
    display: inline-block;
}
.shopping-cart-page .cart-options .selected-checkout-attributes,
.cart-footer .estimate-shipping label {
    display: none;
}

/*** One page checkout design ***/

.opc .step-title {
    cursor: pointer;
    border-bottom: 5px solid #eee;
}
.opc .step-title .number,
.opc .step-title .title {
    float: left;
    min-height: 40px;
    padding: 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    border-bottom: none;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 1.1em;
    text-transform: capitalize;
    letter-spacing: .05em;
}
.opc .step-title .title {
    color: #a8a8a8;
}
.opc .step-title .number {
    width: 42px;
    height: 40px;
    padding: 0;
}
.opc .tab-section:not(.active) .step-title .number {
    opacity: 0.3;
}
.opc .active .step-title .title, .opc .allow .step-title .title {
    color:#000;
    font-weight: 600;
}
.opc .active .step-title .number, .opc .allow .step-title .number {
    opacity: 1;
}
.opc .number {
    background-repeat: no-repeat;
}
.opc-billing .number {
    background-position: -373px -3px;
}
.opc-shipping .number {
    background-position: -421px -1px;
}
.opc-shipping_method .number {
    background-position: -480px -2px;
}
.opc-payment_method .number {
    background-position: -530px -2px;
}
.opc-payment_info .number {
    background-position: -583px -3px;
}
.opc-confirm_order .number {
    background-position: -633px -2px;
}
.checkout-page .buttons {
    text-align: center;
}
.checkout-page .section > .inputs {
    margin-top: 10px;
}
.opc .step {
    margin: 20px 0;
    padding: 0 15px;
    text-align: center;
}
.payment-info .info tr {
    margin: 0;
}
.opc-shipping .description, .opc-shipping .select-shipping-address label {
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.enter-address .edit-address {
    margin: 0 0 10px;
    padding: 20px 0 10px;
}
.enter-address .edit-address, .enter-address .edit-address .form-group, .opc .new-billing-address, .opc .new-shipping-address {
    margin: 0;
}
.billing-address-page .enter-address .edit-address,
.billing-address-page .select-billing-address .address-grid,
.shipping-address-page .enter-address .edit-address,
.shipping-address-page .select-shipping-address .address-grid {
    margin: 0;
    padding: 20px 0 0;
}
.message-error, .field-validation-error, .username-not-available-status, .poll-vote-error, .password-error {
    display: block;
    font-size: .85em;
    color: #ff3b30;
    margin-top: 5px;
    display: inline-block;
    text-align: left;
    font-weight: 300;
}
.checkout-page .form-control, .registration-page .form-control, .news-item-page .form-control, .blogpost-page .form-control, .customer-info-page .form-control, .address-edit-page .form-control, .change-password-page .form-control,
.password-recovery-page .form-control, .apply-vendor-page .form-control, .vendorinfo-page .form-control, .contact-page .form-control {
    float: left;
    width: 100%;
}
.checkout-page .required, .customer-info-page .required, .address-edit-page .required, .change-password-page .required,
.password-recovery-page .required, .apply-vendor-page .required, .vendorinfo-page .required, .contact-page .required, .registration-page .required,
.news-item-page .required, .blogpost-page .required, .product-reviews-page .required, .email-a-friend-page .required, .check-gift-card-balance-page .required,
.giftcard .required, .checkout-attributes .required {
    position: absolute;
    right: 15px;
    top: -15px;
    float: none;
    z-index: 9;
}
.check-gift-card-balance-page .form-group > .row > .captcha-box {
    margin: 0 auto;
}
.required {
    color: #e4434b;
    font-weight:500;
}
.opc .section {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.opc select {
    padding-right: 30px;
}
.payment-info .info td p:last-child {
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 20px;
}
.opc .section.pickup-in-store {
    margin: 0 0 10px;
    padding: 0;
}
.opc .back-link a:hover, 
.opc .back-link a:active, 
.opc .back-link a:focus {
    color: #fff;
}
.opc .back-link {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
}
.shipping-method .method-list .method-section, 
.payment-method .method-list .method-section {
    border: 1px solid #eee;
    min-height: inherit;
    background-color: transparent;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    will-change: transition;
    cursor: pointer;
    font-size: 1.095em;
}
.shipping-method .method-description, 
.payment-method .payment-logo {
    opacity: 0;
}
.shipping-method .method-label, 
.payment-method .method-name {
    transition: all .5s ease-in-out;
}
.shipping-method .method-label:hover .method-description, 
.payment-method .method-section:hover .method-name .payment-logo {
    opacity: 1;
    transition: all .5s ease-in-out;
}
.checkout-page .custom-control-input:checked + .method-section .method-description,
.checkout-page .custom-control-input:checked + .method-section .payment-logo {
    opacity: 1;
}
.payment-method .payment-details > .custom-radio {
    padding-left: 0;
}
.shipping-method-page .shipping-method .method-list,
.payment-method-page .payment-method .method-list {
    margin-bottom: 20px;
}
.payment-info b {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.payment-info .info {
    color: #000;
}
.payment-info .info td:only-child {
    font-size: 16px;
}
.order-review-data .title, 
.order-details-area .title, 
.shipment-details-area .title {
    margin: 0 0 10px;
    padding-bottom: 15px;
    font-size: 1.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.order-review-data .title strong {
    font-weight: 300;
}
.billing-info-wrap .label, 
.shipping-info-wrap .label, 
.order-info-wrap .label {
    color: #000;
    font-weight:300;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 3px 0;
    color: #8b8b8b;
    clear: both;
    word-break: break-word;
}
.checkout-page .total {
    width: 100%;
}
.checkout-page input[type="radio"] {
    display: none;
}
.checkout-page .method-section .custom-radio .custom-control-label::after,
.checkout-page .method-section .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    content: none;
}
.checkout-page .method-section .custom-radio .custom-control-label::before {
    background-color: transparent;
    border: none;
}
.shopping-cart-page .product-quantity {
    position: relative;
}
.shopping-cart-page .product-quantity span {
    position: absolute;
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-weight: 400;
    height: 21px;
    line-height: 21px;
    text-align: center;
    width: 42px;
    color: #000;
}
.shopping-cart-page .product-quantity .up {
    border-left: 1px solid #eee;
    top: 2px;
    right: 0;
}
.shopping-cart-page .product-quantity .down {
    border-left: 1px solid #eee;
    bottom: 2px;
    right: 0;
}
.shopping-cart-page .product-quantity .qty-input {
    padding: 6px 50px 6px 15px;
    display: inline-block;
    width: 100%;
    max-width: 136px;
    min-width: 95px;
}
.checkout-page .custom-control-input:checked + .method-section {
    background-color: #f5f5f5;
}
.checkout-page .method-label {
    width: 100%;
}
.checkout-page .custom-control-input:checked + .method-section .custom-control-label {
    color: #fff;
    display: block;
}
.checkout-page .custom-control-input:checked + .method-section .custom-control-label, 
.checkout-page .custom-control-input:checked + .method-section .payment-description {
    color: #000;
}
.checkout-page .custom-control-input:checked + .method-section .payment-logo {
    display: block;
}
.confirm-order-buttons-container .back-link {
    margin-bottom: 0;
}
.checkout-page .selected-checkout-attributes {
    margin-top: 20px;
    padding: 0;
}

/*** Multi page checkout design ***/

.order-progress {
    margin: 0 0 30px;
    text-align: center;
}
.order-progress ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.checkout-page .order-progress a {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
}
.checkout-page .order-progress li:not(.active-step) a {
    color: #ccc;
    word-break: break-word;
}
.checkout-page .order-progress .active-step a {
    cursor: pointer;
    color: #1f8dbb;
    word-break:break-word;
}
.order-progress li a:before{
    counter-increment: step-counter;
    content: "Step " counter(step-counter);
    display:block;
    font-weight:500;
}
.checkout-page .ship-to-same-address {
    text-align: center;
}
.checkout-page .address-item ul {
    margin: 0 0 15px;
    color: #8b8b8b;
}
.checkout-page .min-amount-warning {
    padding: 0;
}
.checkout-page .address-item .name {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
}
.checkout-page .address-list-page {
    margin-bottom: 15px;
}
.checkout-page .address-item {
    margin: 0 auto;
}
.order-completed .details a {
    color: #277aff;
}
.order-completed .details a:hover {
    color:#000;
}
.shopping-cart-page .no-data {
    margin: 0;
}
.checkout-page .address-item .select-address-box {
    border-right: 1px solid #eee;
    text-align: left;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.billing-address-page .title, 
.shipping-address-page .title, 
.shipping-method-page .title, 
.payment-info-page .title, 
.order-completed-page .title {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: none;
}
.checkout-data .order-summary > .title {
    margin-bottom: 20px;
}
.checkout-page .payment-info,
.order-completed-page .box-content {
    text-align: center;
}
.checkout-page .payment-info .field-validation-valid {
    padding-top:0;
}
.opc .payment-info .info tr {
    margin-bottom:15px;
}
.opc .payment-info .info tr:last-child {
    margin-bottom:0;

}
.checkout-page .payment-info .info #ExpireMonth, 
.checkout-page .payment-info .info #ExpireYear {
    width: 48%;
}
.checkout-page .payment-info .message-error {
    text-align: center;
    margin-top: 10px;
}

/*** Wishlist page design ***/

.wishlist-page .share-info a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    word-break: break-all;
}
.wishlist-page .share-info {
    text-align: center;
}
.wishlist-page .share-info span {
    display: block;
    margin: 0 0 5px;
}
.wishlist-content .table-wrapper {
    margin: 0 0 30px;
    overflow-x: auto;
    overflow: inherit;
}

/*** Login page design ***/

.returning-wrapper .custom-control {
    padding-left: 0;
}
.returning-wrapper, .login-page .new-wrapper {
    margin-bottom: 30px;
    box-shadow: 0 0 27.3px 2.7px rgba(0, 0, 0, 0.15);
}
.returning-wrapper .title strong, 
.login-page .new-wrapper .title strong,
.about-login .title strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1em;
}
.returning-wrapper .title, .login-page .new-wrapper .title {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    text-align: center;
}
.new-wrapper .text {
    color: #8b8b8b;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.category-description ul, 
.manufacturer-description ul, 
.full-description ul, 
.topic-block ul, 
.topic-page ul, 
.post-body ul {
    line-height: 1.5;
}
.login-page .new-wrapper .buttons input {
    margin: 0 5px 10px;
}
.new-wrapper .text .topic-block-body {
    text-align: left;
}
.returning-wrapper .form-fields {
    margin-top: 20px;
}
.external-authentication {
    margin: 0 0 50px;
    overflow: hidden;
    text-align: center;
}
.login-page .buttons {
    margin-bottom: 0;
}
.facebook-btn {
    background-image: url('../images/facebook-button.png') !important;
    width: 100% !important;
    height: 58px !important;
    background-position: center center;
}
.facebook-btn:hover {
    background-image: url('../images/facebook-button-hover.png') !important;
    background-position: center center !important;
}
.about-login .page-title h1 {
    top: 0;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    font-size: inherit;
    text-shadow: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
}
.about-login .page-title {
    height: inherit;
    background-image: inherit;
    background-repeat: inherit;
    background-size: inherit;
    position: inherit;
    width: inherit;
    margin-left: inherit;
    padding: inherit;
    background-position: inherit;
    text-align: center;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.about-login .topic-block-body p{
    text-align:center;
    margin-bottom:0;
}
.about-login .topic-block {
    margin-bottom:0;
}

/*** Register page design ***/

.col-form-label {
    display: none !important;
}
.product-reviews-page .col-form-label{
    display:block !important;
}
.date-of-birth .date-picker-wrapper {
    width: 100%;
    display: flex;
}
.registration-page .fieldset {
    margin-bottom: 30px;
}
.newsletter-option,
.rental-attributes .datepicker {
    text-align: left;
}
.giftcard .form-group > .row > div:not(:last-child), .rental-attributes .form-group > .row > div:not(:last-child), .registration-page .form-group > .row > div, .account-page .form-group > .row > div, .checkout-page .form-group > .row > div {
    margin: 0 0 20px;
}
.registration-page .privacy-policy > .row > div, .account-page .privacy-policy > .row > div, .customer-info-page .newsletter-checkbox > .row > div, .account-page .form-group > .row > .accept-consent {
    padding-left: 30px;
}
.registration-page select, .account-page select,
.product-details-page .date-picker-wrapper select {
    padding: 6px 29px 6px 6px;
}
.registration-page .buttons, .account-page .buttons {
    margin: 0;
}
.html-registration-page .registration-page .login-section {
    padding: 20px;
    text-align: center;
}
.registration-page .fieldset .title strong {
    font-weight: 400;
}
.registration-page .login-section p {
    margin-bottom: 20px;
}
.custom-attributes .option-list li, .vendor-attributes .option-list li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.privacy-policy .row > div {
    display: block;
    clear: both;
    width: 100%;
    text-align: left;
}
.registration-result-page{
    text-align-last:center;
}
.check-availability-button {
    margin: 10px auto;
}

/*** News page design ***/

.news-items, .blog-posts {
    clear: both;
}
.news-item, .post {
    margin-bottom: 30px;
    display: inherit;
    padding: 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.news-list-homepage .news-item {
    position: relative;
}
.news-list-homepage .news-item > .news-item{
    background-color: #fff;
    border-radius: 8px;
    opacity: 0.85;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
}
  .news-list-homepage .news-item:hover .news-item {
    background-color: #1f8dbb;
    opacity: 0.75;
  }
.news-list-homepage .news-item:hover, 
.news-list-homepage .news-item:hover .news-title, 
.news-list-homepage .news-item:hover .news-date, 
.news-list-homepage .news-item:hover .buttons .read-more {
    color: #fff;
}
.news-list-homepage .news-item .news-item-iframe {
  width: 100%;
  height: 300px;
}
.news-list-homepage .news-title {
    padding: 0 0 15px;
    font-weight: 600;
    font-size: 1.3em;
    color: #000;
    text-align: center;
}
.post:last-child {
    border-bottom: none;
}
.news-list-homepage .news-item {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    min-height: 280px;
    background-position: center bottom;
}
.home-page .news-body {
    overflow: hidden;
    word-wrap: break-word;
    position: relative;
}
.link-rss i {
    float: right;
    font-size: 1.3em;
    color: #ff874e;
    margin-bottom: 15px;
    line-height: 27px;
}
.active-discussions .link-rss i {
    margin-bottom: 0;
}
.post-title, .news-title {
    display: inline-block;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    width: 100%;
    position: relative;
    line-height: 28px;
}
.news-list-page .news-body p, .post-body p {
    display: inline-block;
}
.news-list-page .news-body, .post-body {
    padding: 15px 0;
    clear: both;
    text-align: left;
}
.post-date,
.news-date {
    display: block;
    padding: 10px 0;
    color: #000;
}
.news-list-page .news-date, .post-date {
    margin: 0;
    padding: 0;
}
.news-list-page .news-items .buttons, .blog-posts .buttons {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.news-item-page .news-body {
    min-height: inherit;
}
.comment-info .username {
    display: block;
    background-color: #f5f5f5;
    padding: 9px 0;
    border: none;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.comment-time {
    min-height: 40px;
    margin: 0;
    padding: 10px 15px;
    font-size: .9em;
    font-weight: 400;
}
.comment-title strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.comment-list .comment:last-child {
    border-bottom: 2px solid #eee;
}
.comment-list .comment {
    display: table;
    width: 100%;
    margin: 0;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.comment-list .title {
  margin-bottom:10px;
}

/*** Blog page design ***/

.block-blog-archive .year a {
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  display: block;
}
.block-blog-archive .year a:hover, .block-blog-archive .year a:focus {
    color:#000;
}
.blog-page .tags ul, .blogpost-page .tags ul {
    display: inline-block;
    margin: 0 0 0 3px;
    font-size: 0;
    padding: 0;
}
.blog-page .tags label, .blogpost-page .tags label {
    display: inline-block;
    margin: 0 3px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.blog-page .tags li, .blogpost-page .tags li {
    display: inline-block;
    font-size: 16px;
}
.blog-page .tags a, .blogpost-page .tags a {
    display: block;
    color: #1f8dbb;
}
.blog-posts .read-comments i {
    font-size: 20px;
    color: #8b8b8b;
    font-style: normal;
}
.blog-posts .read-comments i span{
    font-family:'Poppins',sans-serif;
    font-weight:300;
}
.blog-posts .read-comments span, .blog-posts .read-comments i:before {
    display: inline-block;
    vertical-align: middle;
}
.blog-posts .read-comments span {
    font-size: 16px;
    margin-left: 5px;
}
.blog-posts .read-comments i:hover {
    color: #1f8dbb;
}
textarea {
    min-height: 150px;
    border: 2px solid #eee;
}
.forum-page .forum-info .title {
    text-align:center;
}
.notifications .message-error {
    margin-bottom:15px; 
}

/*** Product page design ***/

.slider-content .slick-slide img {
    padding: 5px;
    object-fit: contain;
    object-position: center;
}
.gallery .picture-thumbs .thumb-item {
    position: relative;
    width: 90%;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
}
.gallery .slider-thumb {
    width: 20%;
}
.gallery .slider-content {
    width: 80%;
}
.variant-picture:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.gallery .picture > div a {
    border: 1px solid #d4d5d9;
    display: block;
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    position: relative;
    max-width: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
    width: auto;
}
.variant-picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto ;
}
.gallery .picture {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content:center;
}
.picture-gallery .slider-content img,
.product-gallery img {
    width:100%;
    display: inline-block;
    height: 100%;
}
.picture-gallery {
    margin-bottom: 30px;
}
.video-gallery .video-thumbs{
    justify-content:center;
}
.product-details-page .product-review-box {
    padding-top: 2px;
    padding-bottom: 5px;
}
.product-details-page .product-review-box, .product-details-page .product-review-links {
    float: left;
}
.product-details-page .product-review-links * {
    color: #8b8b8b;
}
.product-details-page .add-to-cart-panel .add-to-cart-button, .product-details-page .subscribe-button {
    width: 100%;
    text-align: center;
    border: 2px solid #1f8dbb;
}
.product-details-page .subscribe-button {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 2px solid #1f8dbb;
}
.overview .delivery-date, .variant-overview .delivery-date {
    margin: 5px 0;
}
.product-details-page .overview-buttons input {
    border: none;
}
.product-details-page .overview-buttons input:active {
    background-color: transparent;
}
.product-details-page .add-to-cart-panel .addtocart-quantity-box {
    display: inline-block;
    position: relative;
}
.product-details-page .add-to-cart-panel .product-qty {
    display: flex;
    width: 100%;
    align-items: center;
    gap:10px;
}
.product-details-page .add-to-cart .addtocart-quantity-box .decrease-quantity {
    border-left: 1px solid #eee;
    bottom: 2px;
    right: 0;
}
.product-details-page .add-to-cart .addtocart-quantity-box .increase-quantity {
    border-left: 1px solid #eee;
    top: 2px;
    right: 0;
}
.product-details-page .add-to-cart .addtocart-quantity-box span {
    position: absolute;
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-weight: 400;
    height: 21px;
    line-height: 21px;
    text-align: center;
    width: 42px;
    color: #000;
}
.category-description p, .manufacturer-description p, .full-description p, .post-body p, .news-body p, .vendor-description p, .contact-vendor {
    text-align: left;
}
.tier-prices table td, .product-specs-box table td {
    border: 1px solid #eee;
    padding: 10px;
    color: #8b8b8b;
    text-align: left;
}
.tier-prices .field-header {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
}
.tier-prices .title {
    display: none;
}
.tier-prices .field-header, .data-table .spec-name {
    min-width: 80px;
}
.tier-prices .item-price {
    font-size: 1em;
    color: #8b8b8b;
}
.product-review-box .rating {
    width: 95px;
    height: 14px;
    background: url('../images/rating1.png') repeat-x;
}
.product-review-box .rating div {
    height: 14px;
    background: url('../images/rating2.png') repeat-x;
    font-size: 0px;
    line-height: 0px;
}
.product-review-links {
    display: inline-block;
}
.product-review-links.add-review::before {
    content: "|";
    padding: 0 5px;
    color: #8b8b8b;
}
.add-review.product-no-reviews::before {
    display: none;
}
.product-details-page .write-review .title {
    text-align: center
}
.also-purchased-products-grid {
    margin-top: 3%;
}
.tab-pane .tier-prices, .tab-pane .prices-table {
    margin-bottom: 0;
}
.overview {
    position: relative;
    text-align: left;
    border-bottom: 2px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.tier-prices .prices-table{
    margin-bottom: 0;
}
.product-estimate-shipping a i::before {
    content: "";
    background-image: url("../images/toggle-down.png");
    width: 14px;
    height: 8px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.product-estimate-shipping a i {
    display: inline-block;
    margin-left: 8px;
}
.product-details-page .attributes:not(.rental-attributes) {
    border-bottom: 2px solid #dadada;
    margin: 15px 0;
}
.product-estimate-shipping {
    text-align:left;
    margin-bottom:15px;
}

/*** My account page design ***/

.date-of-birth select {
    float: left;
}
.avatar-section .fieldset, 
.gdpr-tools-page .form-fields {
    margin-bottom: 20px;
}
.product-details-page .tier-prices {
    margin-bottom: 1rem;
}
.customer-info-page .fieldset {
    margin-bottom: 30px;
}
.gdpr-tools-page .form-group {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 100%;
}
.gdpr-tools-page .form-group .title {
    font-size: 1.19em;
    background-color: #f5f5f5;
    padding: 15px 20px;
    text-align: center;
}
.gdpr-tools-page .form-group .gdpr-info {
    float: left;
    width: 100%;
    padding: 20px;
}
.gdpr-tools-page .form-group .gdpr-info .buttons {
    margin-bottom:0;
}
.field-validation-valid, .username-available-status {
    display: block;
    font-size: 13px;
    color: #4cb17c;
    padding-top: 5px;
}
.date-of-birth .field-validation-valid {
    padding-top: 0;
}
.customer-info-page .username label {
    display: block;
    padding: 4px 15px;
}
.search-page .page-body .search-section, .registration-page .page-body form, .registration-page .login-section, .address-edit-page .page-body form, .forum-search-page .page-body form,
.private-message-send-page .page-body form, .email-a-friend-page .page-body form, .contact-page .page-body form, .news-item-page .page-body form, .apply-vendor-page .page-body form, .check-gift-card-balance-page .page-body form,
.return-request-page .page-body .fieldset, .forum-edit-page .page-body .form, .move-topic-page .page-body form, .password-recovery-page .page-body form, .change-password-page form, .vendorinfo-page form {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: left;
    margin: 0 0 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.write-review form {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.search-page .page-body form .buttons, .forum-edit-page .page-body .form .buttons, .account-page .page-body form .buttons, .registration-page .page-body form .buttons, .registration-page .login-section,
.address-edit-page .page-body form .buttons, .write-review form .buttons, .forum-search-page .page-body form .buttons, .private-message-send-page .page-body form .buttons,
.email-a-friend-page .page-body form .buttons, .email-a-friend-page .page-body form .buttons, .contact-page .page-body form .buttons, .news-item-page .page-body form .buttons,
.apply-vendor-page .page-body form .buttons, .apply-vendor-page .page-body form .buttons, .check-gift-card-balance-page .page-body form .buttons, .return-request-page .page-body .fieldset .buttons,
.move-topic-page .page-body form .buttons, .password-recovery-page .page-body form .buttons {
    margin-bottom: 10px;
}
.account-page:not(.gdpr-tools-page) .page-body form .title, .registration-page .page-body form .title, .registration-page .login-section .title, .return-request-page .title {
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
    margin-bottom: 20px;
    text-align: center;
}
.add-more-external-records {
    text-align: left !important;
}

/*** Addresses page design ***/

.address-list-page .info, .order-list-page .info {
    margin: 0 0 10px;
    line-height: 26px;
    color: #000;
}
.order-list-page .info, .order-list-page .buttons {
    width: 100%;
}
.address-list-page .info .name, .order-list-page .info .name {
    font-size: 1.18em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.order-list-page .section, 
.return-request-list-page .section, 
.address-list-page .section {
    font-size: 14px;
}
.blog-page .section, .news-list-page .section, 
.billing-address-page .section, .shipping-address-page .section {
    font-size: 14px;
    margin-bottom: 0;
}
.order-list-page .section {
    text-align: center;
}
.address-list-page .section {
    display: flex;
    justify-content: end;
    flex-direction: column;
}
.html-account-page .address-list-page .address-item {
    display: flex;
    flex-direction: column;
}
.address-list-page .address-item .address-info{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}
.address-list-page .address-info .buttons {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    justify-content: center;
}
.order-info-wrap > div, 
.billing-info-wrap > div, 
.shipping-info-wrap > div, 
.address-list-page .address-item, 
.order-list-page .order-item, 
.return-request-list-page .request-item, 
.blog-page .post-item, 
.news-list-page .news-item, 
.billing-address-page .select-address-box, 
.shipping-address-page .select-address-box {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px;
    padding-bottom: 9px;
    width: 100%;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
} 
.order-list-page .section, 
.return-request-list-page .section, 
.blog-page .section, 
.news-list-page .section, 
.billing-address-page .select-address-box, 
.shipping-address-page .select-address-box {
    margin: 0 0 30px;
}
.address-list-page .address-item .select-address-box {
    min-height: 280px;
}
.address-edit-page .edit-address {
    margin: 0 0 30px;
    padding: 0 15px;
    padding-top: 2px;
}

/*** Orders page design ***/

.billing-info-wrap > div, 
.shipping-info-wrap > div, 
.order-info-wrap > div {
    padding:0;
}
.billing-info-wrap > div .info-list, 
.shipping-info-wrap > div .info-list, 
.order-info-wrap > div .info-list {
    padding: 20px;
    text-align: center;
}
.order-info-wrap > div .title, 
.billing-info-wrap > div .title, 
.shipping-info-wrap > div .title, 
.order-item .title, 
.address-item .title, 
.request-item .title, 
.post-item .title, 
.news-item .title, 
.checkout-page .address-item .name-title {
    font-size: 1.19em;
    padding-bottom: 0;
    border-bottom: none;
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
}
.news-item-page .news-item:hover {
    box-shadow:none;
}
.order-list-page .order-item, .address-list-page .address-item {
    padding: 0;
    min-height: 218px;
    height:100%;
}
.return-request-list-page .request-item, 
.blog-page .post-item, 
.billing-address-page .select-address-box, 
.shipping-address-page .select-address-box {
    padding: 0;
}
.news-list-page .news-item {
    clear: both;
    padding: 0;
    float: left;
}
.order-item .order-info, 
.address-item .address-info, 
.post-item .post-info, 
.news-list-page .news-item .news-info, 
.checkout-page .address-item .select-address-box .address-info {
    float: left;
    width: 100%;
    padding: 15px;
}
.checkout-page .address-item .select-address-box .address-info .select-button {
    text-align:center;
}
.order-details-page .order-overview .order-total strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #1f8dbb;
}
.order-details-page .order-overview {
    margin: 0 0 30px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
}
.order-details-page .cart-total strong {
    font-weight: 700;
}
.order-details-page .products .title, .order-details-page .total .title {
    padding: 0;
    border: none;
    text-align: left;
}
.shipment-details-page .products .title {
    text-align:left;
}
.order-details-page .order-number {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.order-details-page .order-number strong {
    font-weight: 400;
}
.order-details-page .options {
    margin-bottom: 12px;
}
.section {
    position: relative;
    margin: 0 0 20px;
}
.shipping-address-page .section {
    width: 100%;
    float: left;
}
.shipping-address-page .pickup-in-store {
    margin-bottom:15px;
}
.data-table th, .forum-table th {
    padding-left: 10px;
}
.data-table td {
    padding-left: 10px;
}
.pdf-invoice-button:hover, .pdf-invoice-button:active, .pdf-invoice-button:focus {
    background-color: #1f8dbb;
    color: #fff;
}
.return-request-page h1 a, .shopping-cart-page .tax-shipping-info a, .shopping-cart-page .checkout-attributes a, .wishlist-content .tax-shipping-info a {
    color: #1f8dbb;
}
.shipment-details-area .title strong {
    padding-right:0;
}
.shipment-details-page .products .title{
    margin-bottom: 15px
}
.shipment-details-page .data-table .quantity {
    text-align:center;
}

/*** Downloadable product page design ***/

.cart a, .data-table a, .forum-table a {
    font-weight: 400;
    color: #1f8dbb;
}
.cart a {
    display: inline-block;
}
.ui-dialog-titlebar {
    text-align: center;
    border-bottom: none;
    background-color: #107aff;
}
.ui-dialog-content .page-title {
    height:auto;
}
.ui-dialog-content .page-title .container {
    -webkit-transform-style: inherit;
    -moz-transform-style: inherit;
    transform-style: inherit;
}
.ui-dialog .ui-dialog-title {
    color: #fff;
    line-height: 1.3em;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close {
    display: block;
    width: 48px !important;
    height: 48px !important;
    background: #fff000 url(../images/close-button.png) no-repeat !important;
    background-position: center center !important;
    float: right;
    padding: 24px !important;
    outline: none !important;
}
.ui-dialog-content .back-in-stock-subscription-page .page-body .tooltip {
    text-align: center;
}
.ui-dialog-content .back-in-stock-subscription-page .page-body .notify-me-button {
    display:inline-block;
}
.ui-dialog .ui-dialog-content p, .ui-dialog-content .page-title h1 {
    color: #000;
}

/*** Reward points page design ***/

.reward-points-overview {
    border: 2px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    color: #8b8b8b;
}
.reward-points-history .title {
    margin-bottom:10px;
}
.reward-points-overview i {
    font-size: 5em;
    color: #FFD44D;
    display: block;
    margin-bottom: 25px;
    opacity: 0.5;
}
.reward-points-overview .current-points {
    display: block;
    position: relative;
}
.reward-points-overview .point {
    font-size: 4em;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    vertical-align: middle;
    line-height: 45px;
    position: absolute;
    top: 40px;
    display: block;
    left: 0;
    right: 0;
}
.reward-points-overview .current-balance {
    line-height: 1em;
    margin-bottom: 10px;
}
.pager .total-summary {
    margin-bottom:0;
    line-height:31px;
}

/*** Avatar page design ***/

.avatar-section {
    text-align: center;
    background-color: #f9f9f9;
    padding: 30px 20px;
    margin: 0 0 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.avatar-section .form-control-file, .vendorinfo-page .form-control-file {
    text-align: center;
    margin: 20px auto;
    width: auto;
    color: #000;
    height: 42px;
    border: 2px solid #eee;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    padding: 6px 15px;
}
.avatar-section i {
    font-size: 2.5em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #1f8dbb;
}
.avatar-page .message-error {
    margin: 0 0 10px;
    text-align: center;
}
.avatar-section .info {
    font-size: .9em;
    color: #8b8b8b;
}
.avatar-page .image {
    margin: 0 0 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,.15),0 3px 15px rgba(0,0,0,.15);
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
    position: relative;
    overflow:hidden;
}
.avatar-page .image:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.avatar-page img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 10px;
    border-radius:100px;
}

/*** Product review page design ***/
.product-review-item .review-title {
    line-height: 1.4em;
    font-size: 1.3em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.product-review-item {
    margin: 0 0 30px;
    border: 2px solid #eee;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 20px;
}
.product-review-item .review-content {
    width: 100%;
}
.review-content-bottom {
    display: flex;
    gap: 20px;
}
.product-review-item .review-info a, .product-review-helpfulness .vote {
    display: inline-block;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.product-review-helpfulness .vote {
    padding: 0 5px;
}
.product-review-helpfulness .vote:hover {
    color:#107aff;
}

/*** Forum page design ***/

.forums-header .search-box input.search-box-text {
    width: 86%;
    margin: 0 -2px 0 0;
}
.forums-header .search-box .search-box-button {
    width: 14%;
    border: none;
}
.forum-search-box {
    float: left;
}
.forums-table-section-title {
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}
.forums-header {
    margin: 0 0 30px;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 30px 20px 20px;
}
.forums-table-section-title a, .forums-table-section-title strong {
    font-size: 1.4em;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.forums-table-section .pager {
    margin: 0;
}
.forum-table td {
    padding: 20px;
}
.forum-table .forum-details, .forum-table .topic-details {
    min-width: 225px;
}
.forum-table .forum-details, .forum-table .topic-details {
    text-align: left;
}
.forums-table-section .forum-title a, .forums-table-section .topic-title a {
    font-size: 1.1em;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.forums-table-section .forum-title, .forums-table-section .topic-title {
    margin: 5px 0;
    margin-top: 0;
}
.forums-table-section .forum-description, .forums-table-section .topic-starter {
    margin: 5px 0;
}
.forum-search-page .search-error, .forum-search-page .no-result {
    text-align: center;
    color: #ff3b30;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover,
.forum-actions .actions a:active,
.topic-actions .actions a:active,
.forum-actions .actions a:focus,
.topic-actions .actions a:focus {
    color: #fff;
    background-color: #1f8dbb;
}
.forum-actions, .topic-actions {
    font-size: 0;
    text-align: center;
}
.forum-actions .pager.upper {
    margin-bottom:15px;
}
.forum-label {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    display: block;
}
.forum-edit-page .bb-code-editor-wrapper, .private-message-send-page .bb-code-editor-wrapper {
    background-color: #f5f5f5;
    padding: 10px;
    margin: 0 auto 20px;
    text-align: left;
}
.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    margin: 0 2px 0 0;
    border: #eee 2px solid;
    padding: 2px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    cursor: pointer;
}
.forums-table-section-title .link-rss {
        line-height: 1.2;
}
.forum-edit-page .toolbar .button:hover, .private-message-send-page .toolbar .button:hover {
    border-color: #1f8dbb;
}
.forum-page .pagination {
    justify-content: flex-end;
}
.notify-me {
    text-align: left;
}
.forum-page .title strong { 
    font-weight:500;
}
.forum-topic-page .topic-name.title {
    margin-bottom: 15px;
}
.topic-post .username {
    text-align: center;
    display: block;
    background-color: #f5f5f5;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.topic-post .avatar, .profile-info-box .avatar {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.forum-topic-page .topic-post .avatar{
    margin: auto;
    margin-bottom: 10px;
    margin-top: 15px;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.forum-actions .actions a, .topic-actions .actions a {
    display: inline-block;
}
.forum-actions .actions a + a {
    margin-left: 10px;
}
.topic-actions .actions a + a {
    margin-left: 5px;
}
.topic-post .user-stats {
    margin: 0 0 15px;
}
.topic-post .user-stats span, .profile-info-box .profile-stats span {
    margin: 0 0 0 3px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.topic-post .post-text {
    float: left;
    max-width: 100%;
    padding-left: 15px;
}
.topic-post .post-time {
    background-color: #f5f5f5;
    padding: 20px 15px;
    font-family: 'Poppins', sans-serif;
    float: left;
    margin: 0;
    font-weight: 500;
}
.topic-post .post-actions {
    font-size: 0;
    text-align: right;
    padding: 10px 15px;
}
.topic-post .post-vote {
    margin: 0 auto 20px;
    float: left;
}
.topic-post .post-vote i {
    font-size: 1.3em;
}
.topic-post .post-actions .post-link-button {
    font-size: 16px;
    padding: 10px 22px;
    color: #1f8dbb;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0 0 0 10px;
    text-align: center;
    vertical-align: middle;
}
.forum-topic-page .post-body {
    display: flex;
}
.forum-topic-page .topic-name {
    text-align:center;
    margin-bottom:10px;
}
.forums-table-section .view-all {
    text-align: center;
}
.topic-post .user-info {
    margin: 0 auto 15px;
}
.active-discussions-page .table-wrapper, 
.private-messages-page .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.private-messages-page .buttons input {
    margin: 0 auto 10px;
}

/*** Search page design ***/

.advanced-search .price-range input {
    width: 49%;
    margin-right: 2%;
    display: inline-block;
}
.search-page .buttons {
    text-align: center;
}
.search-page .no-result{
    margin-bottom:20px;
}
/*** Vendor info page design ***/
.vendorinfo-page .form-control-file {
    text-align: center;
}
.vendorinfo-page .vendor-picture {
    width: 30%;
    margin: auto;
}
.vendorinfo-page .vendor-picture * {
    display: block;
    margin: 15px auto 0;
}
.vendor-attributes .col-form-label {
    display:block;
    text-align:left;
}

/*** Sitemap page design ***/ 

.sitemap-page .description {
    margin: 0 0 30px;
    text-align: center;
}
.sitemap-page .entity {
    margin: 0 0 30px;
}
.sitemap-page .entity .entity-title {
    margin-bottom: 10px;
}
.sitemap-page .entity .entity-title strong {
  padding-right: 0;
  margin-bottom:10px;
}
.sitemap-page .entity-body li {
    display: inline-block;
    position: relative;
    padding: 10px;
    line-height: 1em;
    font-size: 1em;
}
.sitemap-page .entity-body li::after {
    content: "";
    position: absolute;
    right: 0;
    height: 15px;
    border-right: 2px solid #1f8dbb;
}
.sitemap-page .entity .entity-body ul li:last-child::after {
    border-right: none;
}
.topic-block {
  margin-bottom: 30px;
}
.topic-block-body {
    line-height: 1em;
    font-size: 1em;
}
.topic-block-body img {
    height: auto;
}

/*** Other catalog page design ***/

.home-page-category-grid,
.manufacturer-grid,
.vendor-grid {
    margin: 0 0 20px;
}
.product-tags-all-page .product-tags-list li {
    display: inline-block;
}

/*** Compare products ***/

.compare-products-page .clear-list {
    margin-bottom: 20px;
}
.compare-products-page .table-wrapper {
    background-color: #f5f5f5;
    padding: 20px;
    overflow-x: auto;
    text-align: center;
}
.compare-products-table td {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
    text-align: left;
    vertical-align: top;
}
.compare-products-page .product-price {
    display: table-row;
    font-family: inherit;
    font-size: inherit;
}

/*** Other pages ***/

.box-shadow-container {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 27px 3px rgba(0, 0, 0, 0.15);
}
.box-image img {
    max-width: 100%;
    height: auto;
}
.back-in-stock-subscription-list-page .box-symbol, 
.order-completed .box-symbol, 
.downloadable-products-page .box-symbol, 
.registration-result-page .box-symbol, 
.order-summary-content .box-symbol, 
.wishlist-page .box-symbol, 
.compare-products-page .box-symbol, 
.password-recovery-page .box-symbol, 
.return-request-page .box-symbol {
    margin: 0 auto 30px;
}
.back-in-stock-subscription-list-page .box-symbol i, 
.order-completed .box-symbol i, 
.downloadable-products-page .box-symbol i, 
.registration-result-page .box-symbol i, 
.order-summary-content .box-symbol i, 
.wishlist-page .box-symbol i, 
.compare-products-page .box-symbol i, 
.password-recovery-page .box-symbol i, 
.return-request-page .box-symbol i {
    font-size: 57px;
    color: #1f8dbb;
}
.box-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin: 0 0 30px;
    line-height: 30px;
}
.box-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    margin: 0 0 30px;
    line-height: 20px;
}
.box-button {
    text-transform: uppercase;
    text-decoration: none !important;
}
.right-box-content {
    display: flex;
    align-items: center;
}
.box-content {
    width: 100%;
    padding: 25px 0;
}
.not-found-page .box-symbol {
    height: 50px;
    width: 50px;
    background-position: -525px -47px;
    margin: 0 auto 30px;
}
.wishlist-page .remove-from-cart-button i, 
.cart .product .edit-item a i, 
.cart .product a i {
    color: #8b8b8b;
}
.wishlist-page .remove-from-cart-button:hover i, 
.cart .product .edit-item a:hover i, 
.cart .product a:hover i,  
.cart .product a:active i, 
.wishlist-page .remove-from-cart-button:active i, 
.cart .product .edit-item a:active i {
    color: #1f8dbb;
}
.apply-vendor-page .topic-block-body{
    text-align:center;
}

/*** Flyout cart style ***/

.flyout-minicart {
    position: fixed;
    top: 0;
    height: 100vh;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    background: rgba(0, 0, 0, 0.56);
    transition: 0.5s;
}
.flyout-minicart:not(.active) {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.cd-cart {
    right: 0;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}
.flyout-minicart:not(.active) .cd-cart {
    transform: translateX(100%);
}
.flyout-minicart.active .cd-cart {
    transform: translateX(0);
}
.cd-cart .title-section {
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flyout-cart .count{
    text-align:left;
}
.cd-cart .title-section .close{
    width:auto;
    height:auto;
    background-color:transparent;
}
.flyout-cart {
    clear: both;
    position: relative;
    height: calc(100% - 64px);
    overflow: hidden;
}
.flyout-cart .item {
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
.flyout-cart .count {
    padding: 5px 0 15px;
}
.flyout-cart .count a {
    margin: 0 2px;
    font-weight: 600;
}
.flyout-cart .picture {
    float: left;
    width: 64px;
    text-align: center;
    border: 1px solid #D4D4D4;
    max-height: 80px;
}
.flyout-cart .picture a {
    display: block;
    position: relative;
    overflow: hidden;
}
.flyout-cart .picture a:before {
    content: "";
    display: block;
    padding-top: 126%;
}
.flyout-cart .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}
.flyout-cart .picture + .product {
    margin: 0 25px 0 80px;
    text-align: left;
}
.flyout-cart .name, .flyout-cart .quantity,
.flyout-cart .attributes, .flyout-cart .sku span {
    font-size: 14px;
    line-height: 20px;
    margin-top: -2px;
    font-weight: 400;
}
.flyout-cart .name a, .flyout-cart .quantity,
.flyout-cart .attributes, .flyout-cart .sku {
    color: #010102;
}
.flyout-cart .quantity {
    margin-top: 3px;
    margin-bottom: 3px;
}
.flyout-cart .name a:hover {
    opacity: 1;
    color: #1f8dbb;
}
.flyout-cart .price {
    font-size: 12px;
    color: #313131;
    font-weight: 700;
    line-height: 24px;
}
.flyout-cart .attributes {
    margin: 0;
    border-bottom: none;
    word-break: break-all;
}
.flyout-cart .totals span {
    float: right;
    font-size: 15px;
    color: #242424;
    font-weight: 700;
}
.flyout-cart .totals {
    margin: 0 0 10px;
    font-size: 15px;
    color: #1f8dbb;
    font-weight: 700;
    text-align:left;
}
.remove-box-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.flyout-cart button, .flyout-cart .checkout-button {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
}
.flyout-cart .checkout-button {
    margin-bottom: 15px;
}
.flyout-cart .items {
    overflow: hidden;
    overflow-y: auto;
    height: calc(100% - 150px);
    width: 100%;
    margin-bottom: 0;
}
.item-remove {
    background-image: url("../images/delete.svg");
    background-repeat: no-repeat;
    height: 18px;
    width: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.cd-cart {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
.cd-cart .title-section span {
    vertical-align: sub;
}
.cd-cart .title-section span {
    font-size: 15px;
    font-weight: 600;
    color: #242424;
    display: inline-block;
    text-transform: uppercase;
}
.cd-cart .cd-cart-items {
    padding: 0;
}
.cd-cart .cd-cart-items li {
    position: relative;
    padding: 1em;
    border-top: 1px solid #e0e6ef;
}
.cd-cart .cd-cart-items li:last-child {
    border-bottom: 1px solid #e0e6ef;
}
.cd-cart .cd-qty, .cd-cart .cd-price {
    color: #a5aebc;
}
.cd-cart .cd-price {
    margin-top: .4em;
}
.cd-cart .cd-item-remove {
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.no-touch .cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
}
.cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
}
.cd-cart .cd-cart-total span {
    float: right;
}
.cd-cart .cd-cart-total::after {
    content: '';
    display: table;
    clear: both;
}
.cart-total-bottom {
    padding: 15px 30px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eee;
    background-color: #fff;
}
.cart-total-bottom .buttons {
    margin: 0;
}
.cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #7dcf85;
    color: #FFF;
    text-align: center;
}
.no-touch .cd-cart .checkout-btn:hover {
    background: #a2dda8;
}
.cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}
.cd-cart .cd-go-to-cart a {
    text-decoration: underline;
}

/*** Homepage Assurance Company ***/

.assurance-section .assurance-item {
    border: 2px solid #f5f5f5;
    border-radius: 8px;
    padding: 20px 25px;
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
}
.assurance-section .assurance-item > div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
}
.assurance-section .assurance-item .picture {
    margin-right: 20px;
    width: 45px;
    text-align: center;
}
.assurance-section .assurance-item .info .title {
    font-size: .81rem;
    line-height: 1.5em;
    font-weight: 600;
}
.assurance-section .assurance-item .info .description {
    font-size: .70rem;
    line-height: 1.5em;
}

/*** Category, manufacturer, vendor box design ***/

.home-page-category-grid {
    width: 100%;
    margin: 0 auto 30px;
}
.home-page-category-grid .item-box:nth-child(6n+1), .home-page-category-grid .item-box:nth-child(6n) {
    width: 49%;
}
.home-page-category-grid .item-box {
    float: left;
    position: relative;
}
.home-page-category-grid .category-item {
    position: relative;
}
.home-page-category-grid .item-box:nth-child(3n+1) {
    margin-left: 0;
}
.home-page-category-grid .item-box .picture, .manufacturer-grid .item-box .picture {
    z-index: 1;
    overflow: hidden;
}
.manufacturer-grid .item-box .picture {
    background-color: #f5f5f5;
}
.home-page-category-grid .item-box .picture a, .manufacturer-grid .item-box .picture a {
    display: block;
    position: relative;
}
.home-page-category-grid .item-box:nth-child(6n+1) .picture a:before, .home-page-category-grid .item-box:nth-child(6n) .picture a:before {
    padding-top: 48%;
}
.home-page-category-grid .item-box .picture a:before, .manufacturer-grid .item-box .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
    overflow: hidden;
}
.home-page-category-grid .category-item .title a {
    width: auto;
    height: 100%;
    display: block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.home-page-category-grid .item-box .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
    z-index: 1;
    -webkit-transform: translateZ(0) scale(1,1);
}
.category-grid .item-box .picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.home-page-category-grid .category-item:hover .title .category-item-text-wrapper {
    color: #fff;
    background-color: #1f8dbb;
}
.category-item .title .category-item-text-wrapper {
    display: block;
    font-size: 18px;
    position: relative;
    text-align: center;
}
.home-page-category-grid .item-box:nth-child(6n+1) {
    margin-bottom: 1.75%;
}
.category-grid img, .manufacturer-grid img, .vendor-grid img {
    -webkit-transition: -webkit-transform .5s;
    transition: transform 1s;
    max-width: 100%;
}
.category-grid .category-item:hover img, .category-grid .sub-category-item:hover img, .manufacturer-grid .manufacturer-item:hover img, .vendor-grid .vendor-item:hover img {
    -webkit-transform: scale3d(1.1,1.1,1);
    -moz-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.category-grid .category-item .picture span, .category-grid .sub-category-item .picture span, .manufacturer-grid .manufacturer-item .picture span, .vendor-grid .vendor-item .picture span {
    display: block;
    position: relative;
}
.home-page-category-section {
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
    padding: 35px 0 1px;
    background-color: #f3f3f3;
}
.sub-category-grid .item-box .title, 
.home-page-category-grid .item-box .title, 
.manufacturer-grid .item-box .title, 
.vendor-grid .item-box .title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 20px;
    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: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    z-index: 9;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
    transform:translateY(-50%);
}
.sub-category-grid .sub-category-item, 
.manufacturer-grid .manufacturer-item, 
.vendor-grid .vendor-item {
    position: relative;
}
.manufacturer-grid .picture, .vendor-grid .picture {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    margin: 0;
}
.cat-title span, 
.home-page-category-grid .title .category-item-text-wrapper, 
.sub-category-grid .title .category-item-text-wrapper, 
.manufacturer-grid .title .category-item-text-wrapper,
.vendor-grid .title .category-item-text-wrapper {
    color: #000;
    display: block;
    padding: 12px 30px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.category-item-text-wrapper .category-item-name,
.multi-factor-authentication-page .payment-details .payment-description {
    word-break: break-all;
}
.multi-factor-authentication-page .payment-method .payment-logo {
    opacity:1;
    margin-bottom:15px;
}
.manufacturer-grid .manufacturer-item .picture a:before, .sub-category-grid .sub-category-item .picture a:before,
.manufacturer-grid .manufacturer-item .picture span:before, .vendor-grid .vendor-item .picture span:before {
    content: "";
    display: block;
    padding-top: 75% !important;
}
.vendor-grid .vendor-item:hover .title .category-item-text-wrapper, 
.manufacturer-grid .manufacturer-item:hover .title .category-item-text-wrapper, 
.sub-category-grid .sub-category-item:hover .title .category-item-text-wrapper, 
.home-page-category-grid .category-grid .category-item:hover .title .category-item-text-wrapper, 
.category-grid .category-item:hover .cat-title span, 
.category-grid .sub-category-item:hover .cat-title span,
.manufacturer-grid .manufacturer-item:hover .cat-title span, 
.vendor-grid .vendor-item:hover .cat-title span {
    background-color: #1f8dbb;
    color: #fff;
}

/*** ESTIMATE SHIPPING POPUP COMMON ***/

.estimate-shipping-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
}
.estimate-shipping-popup .mfp-close {
    width: 47px;
    height: 47px;
    background: #fff000 url(../images/close-button.png) no-repeat;
    background-position: center center;
    opacity: 1;
    font-size: 0;
}
.estimate-shipping-popup .ship-to-title {
    padding: 13px;
    color: #fff;
    background-color: #277aff;
}
.estimate-shipping-popup-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all .2s ease-in-out;
  transform: scale(0.8);
}
.estimate-shipping-popup-zoom-in.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out;
}
.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.shipping-options-loading {
  background: url(../images/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  right: 8px;
  margin: 4% 50%;
}
.shipping-address .required {
    margin-left: 0;
    position: absolute;
    top: -15px;
    right: 15px;
}
.estimate-shipping-row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  position:relative;
}
.address-item .estimate-shipping-row {
  padding: 0 15px;    
}
.estimate-shipping-row.shipping-option {
  cursor: pointer;
}
.estimate-shipping-row.shipping-option.active {
  font-weight: 700;
}
.estimate-shipping-row-item {
  flex: 0 1 100%;
}
.estimate-shipping-row-item.shipping-item {
  padding: 8px 0;
  overflow: hidden;
  overflow-wrap: break-word;
}
.estimate-shipping-row-item.shipping-header-item {
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
  align-self: flex-end;
}
.estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
  padding-left: 15px;
}
.estimate-shipping-row-item + .estimate-shipping-row-item {
  padding-left: 10px;
}
.estimate-shipping-row-item-radio {
  flex: 0 0 35px;
}
.ship-to-title {
  margin-bottom: 10px;
}
.choose-shipping-title {
  margin-top: 20px;
  padding: 0 15px;
}
.estimate-shipping-address-control {
  width: 100%;
  color: #000;
  height: 38px;
  border: 2px solid #eee;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  font-weight: 300;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  padding: 6px;
}
.estimate-shipping-address-control:hover, 
.estimate-shipping-address-control:active {
    color: #000;
    border: 2px solid #1f8dbb;
    background-color: #fff;
}
.estimate-shipping-radio {
  display: none;
}
.shipping-estimation-content {
    padding: 15px;
}
.estimate-shipping-radio + label {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}
.estimate-shipping-radio:checked + label:after {
  content: ' ';
  width: 6px;
  height: 6px;
  border-radius: 50px;
  position: absolute;
  top: 6px;
  left: 6px;
  background: #fff;
}
.estimate-shipping-radio:checked + label {
  background-color: #1f8dbb;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  border-color: #1f8dbb;
}
.apply-shipping-button-container {
  margin-top: 15px;
  text-align: center;
}
.shipping-options-header {
  top: 0;
  z-index: 1;
  position: sticky;
  background-color: #fff;
}
.shipping-options {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  background: #FFF no-repeat;
  background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 100%;
  background-size: 100% 7px;
  padding: 0 15px;
}
.shipping-options:before,
.shipping-options:after {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
  height: 30px;
  margin: 0 0 -30px;
  background: -webkit-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
}
.shipping-options:after {
  margin: -30px 0 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
}
.no-shipping-options {
  text-align: center;
  margin: 4% 0;
}
.estimate-shipping-popup .message-failure {
  margin: 5px 0 -5px;
  font-size: 12px;
  color: #e4434b;
}
.product-filters .filter-content .color-item {
    position: relative;
}
.product-filters .filter-content .color-item input {
    margin: 0;
    border: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.product-filter .product-spec-color .filter-data {
    padding-left: 15px;
}
.product-filter .color-item input[type=checkbox]:checked + label::before {
    content: "";
    display: block;
    position: absolute;
}
.product-filter .color-item input[type=checkbox]:checked + label::after {
    content: url(../images/checkmark.png);
    position: absolute;
    left: 3px;
    top:3px;
    line-height:0;
}
.product-filter .group .color-item label,
.product-filter .group .color-item {
    padding: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #1f8dbb;
    background: #1f8dbb;
}
a.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}
a.skip:active,
a.skip:focus,
a.skip:hover {
    position: initial;
    top: 0;
    left: 0;
    display: block;
    height: auto;
    margin: 3px 0;
    overflow: visible;
    padding: 2px;
    color: #444444;
    background: #ffffff;
    text-decoration: underline;
    text-align: center;
    width: 100%;
    font-size: 16px;
}