* {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
}
a {
	text-decoration: none;
	color: #000;
}
.top-header-tagline {
	font-size: 0.9rem;
	background-color: #a20738;
}
.search-input-container {
	position: relative;
}
.search-input-container i {
	position: absolute;
	right: 1.6rem;
	top: 1.2rem;
	font-size: 1.2rem;
}
.search-input {
	background-color: #efefef;
	border: none;
	outline: none;
	padding: 0.6rem 1.5rem;
	width: 96%;
	border-radius: 2rem;
	margin-top: 0.5rem;
	margin-left: 4%;
}
.header-icon-block {
	display: flex;
	justify-content: flex-end;
	column-gap: 1.6rem;
	height: 3.5rem;
	align-items: center;
}
.header-icon {
	position: relative;
}
.header-icon:hover {
	position: relative;
	color: #a20738;
	cursor: pointer;
}
.header-icon i {
	font-size: 1.275rem;
}
.border-separator::after {
	content: " ";
	display: block;
	height: 1.4rem;
	width: 2px;
	background-color: #dedede;
	position: absolute;
	top: 0.1rem;
	right: -0.8rem;
}
.navbar-block {
	border-top: solid thin #dedede;
	margin-top: 0.5rem;
	border-bottom: solid thin #dedede;
}
.navbar {
	list-style: none;
	justify-content: space-evenly;
}
.navbar li {
	font-weight: 500;
	cursor: pointer;
}
.navbar li:hover {
	color: #a20738;
}
.top-captions-block {
	display: flex;
	justify-content: space-evenly;
	margin-top: 1rem;
	column-gap: 2rem;
}
.top-captions {
	background: #a20738;
	color: #fff;
	width: 100%;
	text-align: center;
	border-radius: 2rem;
	padding: 0.275rem 0;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-captions i {
	font-size: 1.2rem;
	margin-right: 0.275rem;
	vertical-align: middle;
}
.home-sider {
	margin-top: 1rem;
}
.home-sider .owl-carousel img {
	width: 100%;
}
.home-sider .owl-carousel .item {
	border-radius: 1rem;
	overflow: hidden;
}
.home-sider .owl-nav {
	position: absolute;
	z-index: 999;
	top: 35%;
	color: #ffffff;
	line-height: 25px;
	font-size: 4rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.home-sider .owl-prev span,
.home-sider .owl-next span {
	height: 44px;
	background: #a20738 !important;
	display: block;
	line-height: 2.22rem;
	width: 44px;
	border-radius: 50%;
}
.home-sider .owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent !important;
	background-color: transparent !important;
}
.home-sider .owl-theme .owl-dots .owl-dot span {
	width: 4rem !important;
	height: 0.4rem !important;
}
.home-sider .owl-dot.active span {
	background-color: #a20738 !important;
}
.section-heading {
	margin-bottom: 1.5rem;
}
.category-block .row{
    row-gap: 1rem;
}
.category-item{
    position: relative;
}
.category-item span {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0 0 1rem #000000;
}
.category-item img {
	width: 100%;
	border-radius: 1rem;
}
.product-block {
}
.product {
	text-align: center;
	margin-bottom: 1.5rem;
	cursor: pointer;
}
.product:hover img {
	box-shadow: 0 0 15px -6px #000;
}
.product:hover {
	color: #a20738;
}
.product .product-image {
	position: relative;
	margin-bottom: 0.5rem;
}
.product .product-tags {
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
}
.product .product-tag {
	font-size: 0.8rem;
	background-color: #a20738;
	color: #fff;
	border-radius: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.4rem;
	line-height: 1rem;
	height: 2rem;
	width: 2rem;
	margin-bottom: 0.2rem;
	font-weight: 500;
}
.product .product-tag-ready-to-ship{
    line-height: 0.8rem;
    font-size: 0.7rem;
    padding: 1.6rem;
}
.product .product-tag-new {
	background-color: darkslategrey;
}
.product img {
	width: 100%;
	border-radius: 1rem;
	overflow: hidden;
}
.product .product-name {
	font-size: 0.9rem;
}
.product .product-price {
	font-weight: 500;
	color: #a20738;
	display: flex;
	justify-content: center;
	column-gap: 1rem;
	align-items: center;
	font-size: 1.1rem;
}
.product .product-price .discount {
	font-weight: 400;
	color: #000;
	text-decoration: line-through;
	font-style: italic;
}
.product-slider {
}

.product-slider .owl-nav {
	position: absolute;
	z-index: 999;
	top: 35%;
	color: #ffffff;
	line-height: 25px;
	font-size: 4rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.product-slider .owl-prev span,
.product-slider .owl-next span {
	height: 44px;
	background: #a20738 !important;
	display: block;
	width: 44px;
	border-radius: 68%;
	padding-top: 0.3rem;
	font-size: 3.25rem;
}
.product-slider .owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent !important;
	background-color: transparent !important;
}
.offer-block {
}
.offer-block .offer {
	position: relative;
	font-size: 2rem;
	color: #5a001c;
	margin-bottom: 1rem;
}
.offer-block .offer img {
	width: 100%;
	border-radius: 1rem;
}
.offer-block .offer .offer-text {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 22%;
	line-height: 2.5rem;
	font-style: italic;
}
.offer-block .offer-btn {
	margin-top: 1rem;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	color: #a20738;
	border: solid thin;
	padding: 0 1rem;
	font-style: normal;
	font-size: 1rem;
	border-radius: 0.4rem;
}
.offer-block .offer-btn:hover {
	color: #fff;
}
.offer-block .offer-head {
	font-size: 2.6rem;
	font-weight: 600;
	font-style: normal;
}
.footer-secondary {
	background-color: #f4f4f4;
	font-size: 0.9rem;
}
.footer-seohead {
	margin-bottom: 0.1rem;
	font-weight: 500;
	margin-top: 2rem;
	text-transform: uppercase;
}
.footer-seocontent .seocontent-link {
	margin-right: 8px;
}
.footer-seocontent .seocontent-link::after {
	content: "|";
	margin-left: 8px;
	font-size: 18px;
}
.footer-seocontent .seocontent-link:last-child:after {
	content: "";
}
.social-icons-block {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 75%;
	margin: 0 auto;
	margin-top: 1rem;
}
.social-icon {
	font-size: 1.4rem;
}
.social-icon:hover {
	color: #a20738;
}
.link-bold {
	font-weight: bold;
	font-size: 1.1rem !important;
}
.useful-link ul {
	list-style: none;
	padding: 0;
}
.useful-link li {
	text-align: center;
	margin-bottom: 0.2rem;
}
.footer-base-link {
	list-style: none;
	display: flex;
	padding: 0;
	column-gap: 1rem;
	justify-content: flex-end;
}
.category-description {
	font-size: 1rem;
	line-height: 1.3rem;
}
.dropdown-item:active {
	background: #a20738 !important;
}
.sort-block {
	display: flex;
	justify-content: end;
	align-items: center;
	column-gap: 0.5rem;
}
.product-tag-wishlist {
	background-color: rgba(255, 255, 255, 0.7) !important;
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	border-radius: 50%;
	height: 2rem;
	width: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-tag-wishlist i {
	color: #666;
	font-size: 1.4rem;
}
.product-tag-wishlist:hover i {
	color: #a20738 !important;
}
.pagination {
	justify-content: space-evenly;
	width: 80%;
	margin: 0 auto;
}
.page-link-block {
	display: flex;
	column-gap: 1rem;
}
.page-link {
	border-radius: 4px !important;
	padding: 0.5rem 1rem;
	border-color: #a20738 !important;
	color: #a20738 !important;
}
.page-item.active .page-link {
	color: #fff !important;
	background: #a20738 !important;
}
.page-link:focus {
	box-shadow: none;
}
.page-link:hover {
	background: #a20738 !important;
	color: #fff !important;
}
.filter-block {
}
.filter-values {
	overflow-y: auto;
	max-height: 20rem;
}
.filter-values ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-count: 2;
	row-gap: 0.2rem;
	justify-content: space-between;
}
.filter-values ul li {
	width: 100%;
	display: flex;
	align-items: center;
	column-gap: 0.4rem;
}
.filter-values label {
	vertical-align: text-bottom;
	cursor: pointer;
	user-select: none;
	width: 100%;
	display: flex;
	column-gap: 0.4rem;
	align-items: center;
}
.filter-values-2col ul li {
	width: 50%;
}
.filter-values-2col ul label {
	width: auto;
}

div::-webkit-scrollbar {
	width: 6px;
}
div::-webkit-scrollbar-track {
	background: #f1f1f1;
}
div::-webkit-scrollbar-thumb {
	background: #777;
}
div::-webkit-scrollbar-thumb:hover {
	background: #999;
}
.filter-values li:hover label {
	color: #a20738 !important;
}
.filter-values li:hover .filter-input-span {
	border-color: #a20738 !important;
}
.filter-input-span {
	display: block;
	content: "";
	border-radius: 0.2rem;
	width: 1rem;
	height: 1rem;
	border: solid thin #ccc;
	transition: background-color 0.3s, border-color 0.3s;
}
.filter-values input {
	display: none;
}
.filter-input:checked + .filter-input-span {
	background-color: #a20738;
	border-color: #a20738;
	position: relative;
}
.filter-input:checked + .filter-input-span::after {
	content: "\2713";
	position: absolute;
	font-weight: bold;
	font-size: 1.2rem;
	color: #fff;
	top: -8px;
	left: 0;
}

.filter-input-span {
	display: inline-block;
}
.filter-block .filter-title {
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 0.4rem;
}
.filter-chips {
}
.filter-chip {
	display: inline-block;
	text-wrap: nowrap;
	padding: 0.3rem 0.6rem;
	background: #a20738;
	color: #fff;
	font-size: 0.9rem;
	border-radius: 1rem;
	margin-bottom: 0.2rem;
	user-select: none;
}
.filter-chip .close {
	margin-left: 0.2rem;
	cursor: pointer;
}
.product-image-main {
	text-align: center;
}
.product-image-main img {
	width: 100%;
	border-radius: 0.4rem;
}
.product-images-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.4rem;
	overflow-x: auto;
	padding-bottom: 0.4rem;
}
.product-images-thumb img {
	width: auto;
	height: 125px;
	border-radius: 0.2rem;
}
.product-sku {
	font-size: 1.1rem;
	opacity: 0.9;
}
.product-review .seprator::after,
.product-sku .seprator::after {
	content: "|";
	padding: 1rem;
	color: #aaaaaa;
}
.product-title {
	font-size: 2rem;
	margin: 1rem 0;
}
.product-pricing {
}
.product-price {
	font-size: 1.4rem;
	font-weight: 600;
}
.product-mrp {
	font-size: 1.1rem;
	color: #999;
	text-decoration: line-through;
	margin: 0 0.2rem;
}
.product-discount {
	font-size: 1.1rem;
	color: #a20738;
	margin: 0 1rem;
	font-weight: 600;
}
.product-tax-info {
	display: block;
	font-size: 0.9rem;
	font-weight: lighter;
}
.product-shipping {
	margin: 1rem 0;
	font-size: 1.1rem;
}
.product-shipping-term.free {
	color: #a20738;
	font-weight: 600;
}
.tailoring-services {
}
.tailoring-services .title {
	font-weight: 600;
	font-size: 1.2rem;
}
.tailoring-services .title .fa-info-circle {
	cursor: pointer;
}
.tailoring-services-options {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	column-gap: 1rem;
}
.tailoring-services-options label {
	display: block;
	position: relative;
	cursor: pointer;
	text-align: center;
	margin-bottom: 10px;
	padding: 2rem 0.5rem 0.5rem 0.5rem;
	border-radius: 0.4rem;
	background-color: #f7f7f7;
	border: solid thin #f7f7f7;
	flex-grow: 1;
	flex: 1;
}
.tailoring-services-options label::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0.5rem;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #fff;
	transition: background-color 0.3s, border-color 0.3s;
}
.tailoring-services-options input {
	display: none;
}
.tailoring-services-options label:has(.addon-option:checked)::before {
	background-color: #a20738;
}
.tailoring-services-options label:has(.addon-option:checked) {
	background-color: #fff;
	border-color: #a20738 !important;
}
.tailoring-services-options label:has(.addon-option:checked) .additional-price {
	color: #a20738;
}
.tailoring-services-options .additional-price {
	display: block;
}
.tailoring-services .sub-title {
	display: block;
	font-weight: 500;
	margin-top: 0.5rem;
	margin-bottom: 0.4rem;
}
.tailoring-services .size-options-list {
	display: flex;
	column-gap: 0.275rem;
	row-gap: 0.275rem;
	flex-wrap: wrap;
}
.tailoring-services .size-options {
	cursor: pointer;
	text-align: center;
	border-radius: 0.4rem;
	background-color: #f7f7f7;
	border: solid thin #f7f7f7;
	padding: 0.4rem 1rem;
	font-size: 1.2rem;
}

.size-options-list .size-options:has(input:checked) {
	background-color: #a20738;
	color: #fff;
}
.tailoring-services .size-options-list input {
	display: none;
}
.product-review i {
	color: #ffde01;
}
.product-actions {
	display: flex;
	justify-content: flex-start;
	column-gap: 2rem;
}
.product-actions.product-qty {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
    width: 50%;
}
.product-actions.product-qty::before {
    content: "Quantity: ";
    
}
.product-actions .btn-primary {
	background-color: #a20738 !important;
	border-color: #a20738 !important;
}
.product-actions .qty-btn{
    color: #fff;
    height: 2rem!important;
    width: 6rem!important;
}
.product-actions .qty-btn:disabled{
    opacity: 0.7;
    background-color: #9E9E9E !important;
    cursor: not-allowed;
    border-color: #9E9E9E !important;
}
.product-actions .fa-heart {
	color: #a20738;
}
.product-actions input[type='number'] {
    -moz-appearance:textfield;
}

.product-actions input::-webkit-outer-spin-button,
.product-actions input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.product-others {
}
.product-addon-block{
    display: flex;
    flex-flow: column;
    row-gap: 0.5rem;
}
.product-addon-block label{
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
    cursor: pointer;
    width: fit-content;
}
.addon-work{
    width: 1rem;
    height: 1rem;
}
.addon-work:checked{
    width: 0;
    height: 0;
    position: relative;
    margin-right: 1rem;
}
.addon-work:checked::after{
    position: absolute;
    width: 1rem;
    height: 1rem;
    content: '✔';
    display: block;
    background: #a20738;
    border-radius: 0.2rem;
    top: -0.5rem;
    color: #fff;
    line-height: 1rem;
    text-align: center;
}
.product-others .product-total-price {
}
.product-others .product-info {
	color: #a20738;
}
.product-others .share-icon {
	padding: 0.5rem;
	color: #7a7a7a;
}
.accordion-button::after {
	content: "\f0fe" !important;
	transition: all 0.5s;
	font-family: "Font Awesome 5 Free";
	background: none;
}
.accordion-button:not(.collapsed)::after {
	content: "\f146" !important;
	background: none;
	transform: none;
}
.accordion-button:focus {
	border: none !important;
	box-shadow: none !important;
}
.accordion-button::after {
	transition: all 0.5s;
}
.accordion-item {
	border: none;
	border-radius: 0 !important;
	font-size: 0.9rem;
}
.accordion-body {
	padding: 0 2rem;
	padding-top: 0.5rem;
}
.accordion-button {
	font-size: 1.1rem;
	border: none !important;
	border-bottom: solid thin #000 !important;
	border-radius: 0 !important;
}
.accordion-button:hover {
	color: #a20738;
	font-weight: 600;
}
.accordion-button:not(.collapsed) {
	background-color: transparent;
	color: #a20738;
	font-weight: 600;
	border-bottom: none !important;
	box-shadow: none !important;
}
.additional-attributes {
	outline: solid thin;
	border-radius: 0.5rem;
}
.additional-attributes .label {
	font-weight: 600;
}
.additional-attributes td {
	padding: 1rem;
}
.cart-block {
}
.cart-title {
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: solid thin;
	padding: 0.6rem 1rem;
}
.cart-title-sub {
    display: flex;
    column-gap: 3rem;
}
.cart-products {
}
.cart-product {
	padding: 1rem;
	justify-content: space-between;
}
.cart-product .product-block {
	display: flex;
	column-gap: 1rem;
	overflow: auto;
}
.cart-product .product-img {
	max-width: 150px;
}
.cart-product .product-img img {
	height: auto;
	width: 100%;
	border-radius: 0.4rem;
}
.cart-product .product-desc h5 {
    font-size: 1rem;
    font-weight: 500;
}
.cart-product .unit-price{
    font-size: 0.9rem;
}
.cart-product .cart-item-qty{
    width: 6rem;
}
.cart-product .cart-item-qty .qty{
    margin: 0 0.5rem;
    user-select: none;
}
.cart-product .cart-item-qty .fas{
    cursor: pointer;
    background: transparent;
    border: none;
}
.cart-product .cart-item-qty .fas:hover, .cart-product .cart-item-qty .fas:active{
    border:none;
}
.cart-product .cart-item-qty .fas.text-secondary{
    cursor: not-allowed;
}
.cart-product .product-desc {
	min-height: 16rem;
	font-size: 0.9rem;
}
.cart-user-selected-measurement {
    font-size: 0.9rem;
    font-style: italic;
    color: #777;
    line-height: 1rem;
}
.product-desc-checkout {
	height: auto !important;
}
.cart-product .product-desc .product-other-desc {
	display: flex;
	flex-wrap: wrap;
	column-count: 2;
	font-size: 0.9rem;
}
.cart-table th{
    font-size: 0.9rem;
    white-space: nowrap;
}
.cart-product .product-desc .product-other-desc span {
	padding: 0.1rem;
	padding-right: 1rem;
	width: 40%;
}
.cart-product .product-desc i {
	text-decoration-line: line-through;
	margin-right: 0.5rem;
}
.cart-product .product-desc .off {
	color: #a20738;
	font-weight: bold;
}
.cart-product .product-rate {
}
.cart-product .product-buttons {
	display: flex;
	flex-flow: row;
	column-gap: 1.2rem;
	margin-top: 0.5rem;
}
.cart-product .product-buttons button {
	background: transparent;
	border: none;
	outline: none;
	color: #5e5e5e;
	font-size: 0.9rem;
}
.cart-block .summary {
	justify-content: center;
}
.discount-code {
	display: flex;
}
.discount-code input {
	width: 60%;
	border-top-left-radius: 0.4rem;
	border-bottom-left-radius: 0.4rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.discount-code input:focus {
	outline: none;
	box-shadow: none;
}
.discount-code button {
	width: 40%;
	outline: none;
	border: none;
	border-top-right-radius: 0.4rem;
	border-bottom-right-radius: 0.4rem;
}
.cart-total,
.cart-total-sub {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	line-height: 1.8rem;
}
.cart-total-sub {
	font-size: 0.9rem;
}
.cart-total .cut-price {
	text-decoration: line-through;
	margin-right: 0.4rem;
	font-weight: normal;
}
.checkout-button,
.checkout-button:active {
	background-color: #a20738;
	border-color: #a20738;
}
.checkout-button:hover {
	background-color: #8c0630 !important;
	border-color: #8c0630 !important;
}
.checkout-order-details {
}
.checkout-order-details h5 {
	font-size: 1.1rem !important;
	margin-bottom: 0;
}
.checkout-order-details .product-img {
	max-height: 150px !important;
}
.checkout-order-details .cart-product {
	height: 13rem;
}
.checkout-order-details .product-other-desc span {
	width: 100% !important;
	font-size: 0.8rem;
	line-height: 1rem;
}
.checkout-form {
}
.checkout-form .user-name {
	display: block;
}
.shipping-billing-same {
	width: 1rem;
	height: 1rem;
	vertical-align: top;
}
.order-success {
	width: 16vh;
}
.order-success-box {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	height: 60vh;
	margin-top: 4rem;
}
.accounts {
	display: flex;
	justify-content: space-around;
}
.accounts .nav-link {
	color: #000 !important;
	border: none !important;
	transition-duration: 2s;
	flex: 5;
}
.accounts .nav-link.active {
	color: #a20738 !important;
	border: none !important;
	border-bottom: solid 2px !important;
	border-color: #a20738 !important;
	font-weight: 600 !important;
}
.wishlist-product {
	overflow: hidden;
	position: relative;
}
.wishlist-product img {
	width: 100%;
}
.wishlist-title {
	padding: 0.6rem 0.6rem 0;
}
.wishlist-price {
	font-size: 1rem;
	padding: 0 0.6rem;
	padding-bottom: 0.6rem;
	color: #a20738;
	font-weight: bold;
}
.wishlist-price i {
	text-decoration: line-through;
	color: #000;
	font-weight: 500;
	margin-right: 1rem;
}
.wishlist-product .remove {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
}
.wishlist-product .remove i {
	background-color: #fff;
	border-radius: 50%;
	font-size: 1.2rem;
	width: 1.6rem;
	height: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0.1rem;
	color: #aaa;
	cursor: pointer;
}
.login-block-wrapper,
.register-block-wrapper,
.forgot-block-wrapper {
	display: block;
	position: fixed;
	background-color: #000000ba;
	z-index: 99999999999;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-block,
.register-block,
.forgot-block {
	display: block;
	width: 35%;
	background: #fff;
	padding: 1rem;
	margin: 0 auto;
	position: relative;
}
.block-message-login {
	position: absolute;
	top: -1.5rem;
	width: 100%;
	left: 0rem;
	border-top-left-radius: 0.4rem;
	border-top-right-radius: 0.4rem;
	text-align: center;
	color: #fff;
	line-height: 2rem;
	font-size: 0.9rem;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-primary {
	color: #a20738 !important;
}
.btn-primary {
	background-color: #a20738;
	border-color: #a20738;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #a20738 !important;
	opacity: 0.9;
	border-color: #a20738 !important;
	outline-color: #a20738 !important;
}
.sub-text {
	font-size: 0.9rem;
}
.close-login,
.close-register {
	position: absolute;
	right: 1.5rem;
	top: 1rem;
}
.close-login .far,
.close-register .far {
	font-size: 1.4rem;
	cursor: pointer;
}
.link {
	font-weight: 500;
	cursor: pointer;
}
.w3_megamenu .dropdown a,
.w3_megamenu .dropdown-menu a {
	color: #656565;
}
.w3_megamenu .dropdown-menu > li > a {
	padding: 6px 15px;
}
.w3_megamenu .navbar-nav > li > .dropdown-menu {
	margin-top: 1px;
}
.w3_megamenu i {
	color: #bfbfbf;
}
.w3_megamenu .dropdown-menu {
	box-shadow: none;
	border: 1px solid #efefef;
	padding: 0;
}
.w3_megamenu .form-control {
	margin-top: 10px;
	border: 1px solid #efefef;
}
.w3_megamenu .btn {
	margin: 10px 0 20px;
}
.w3_megamenu video {
	max-width: 100%;
	height: auto;
}
.w3_megamenu iframe,
.w3_megamenu embed,
.w3_megamenu object {
	max-width: 100%;
}
.w3_megamenu .google-map {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	min-height: 200px;
}
.w3_megamenu div.google-map {
	background: rgba(255, 255, 255, 0.5);
	background: #ffffff;
	height: 200px;
	margin: 0 0 0px 0;
	width: 100%;
}
#googlemaps img {
	max-width: none;
}
.w3_megamenu .dropdown-menu .withoutdesc {
	margin-top: 0;
	padding: 15px 20px;
	display: block;
	text-align: left;
	text-transform: none;
	width: 100%;
}
.w3_megamenu a:hover {
	text-decoration: none;
}
.w3_megamenu .dropdown-menu .withoutdesc ul li {
	padding: 3px 10px;
}
.w3_megamenu .dropdown-menu .withoutdesc ul li:hover,
.w3_megamenu .dropdown-menu .withoutdesc ul li:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5 !important;
}
.w3_megamenu .dropdown-menu .withoutdesc li:last-child {
	border-bottom: 0 solid #fff;
}
.w3_megamenu .w3_megamenu-content.withdesc a:after {
	color: #cfcfcf;
	content: attr(data-description);
	display: block;
	font-size: 11px;
	font-weight: 400;
	line-height: 0;
	margin: 10px 0 15px;
	text-transform: uppercase;
}

.w3_megamenu .dropdown-submenu {
	position: relative;
}
.w3_megamenu .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.w3_megamenu .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.w3_megamenu .dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.w3_megamenu .dropdown-submenu:hover > a:after {
	border-left-color: #ffffff;
}
.w3_megamenu .dropdown-submenu.pull-left {
	float: none;
}
.w3_megamenu .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.w3_megamenu p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #656565;
}
.w3_megamenu .nav,
.w3_megamenu .collapse,
.w3_megamenu .dropup,
.w3_megamenu .dropdown {
	position: static;
}
.w3_megamenu .half {
	width: 50%;
	left: auto !important;
	right: auto !important;
}
.w3_megamenu .container {
	position: relative;
}
.w3_megamenu .dropdown-menu {
	left: auto;
}
.w3_megamenu .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.w3_megamenu .w3_megamenu-content {
	padding: 15px 25px;
	background: #fafafa;
}
.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.w3_megamenu .title {
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}
.w3_megamenu ul {
	list-style: none;
	padding-left: 0px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
	font-family: "Open Sans", "sans-serif";
}
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	color: #222;
	padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
	font-size: 18px;
	color: #ff3546;
	padding: 5px 60px 5px 5px;
	line-height: 30px;
}

.carousel-control {
	width: 30px;
	height: 30px;
	top: -35px;
}
.left.carousel-control {
	right: 30px;
	left: inherit;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	font-size: 12px;
	background-color: #fff;
	line-height: 30px;
	text-shadow: none;
	color: #333;
	border: 1px solid #ddd;
}
@media screen and (max-width: 600px) {
    .login-block, .register-block, .forgot-block{
        width: 95%!important;
    }
    .home-logo-container img{
        margin: 1rem auto;
        width: 75% !important;
        display: block;
    }
    .product-discount-tag {
        font-size: 0.8rem;
        font-weight: bold;
    }
    .header-icon-block{
        justify-content: center;
        margin-top: 1rem;
    }
    .top-captions-block{
        flex-flow: column;
        row-gap: 0.5rem;
    }
	#header20 .s-hide {
		display: none;
	}
	#header20 .m-show {
		display: none;
	}
	#header20 .l-show {
		display: none;
	}
	#header20 .s-show {
		display: block;
	}
	#header20 .col-s-center {
		/*margin: 0 auto !important;*/
		margin-left: auto !important;
		margin-right: auto !important;
		float: none;
	}
}
#header20 {
	z-index: 999;
}
#header20 .pointer {
	cursor: pointer;
}
.side-hover {
	padding-top: 25px;
}
#header20 * {
	line-height: 27px;
	text-align: left;
}
#header20 .link20 {
	font-weight: 600;
	color: #0050d7;
	text-decoration: none;
}
#header20 .link20:hover {
	color: #0056b3;
}
#header20 .baseline {
	color: #555555;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	display: block;
	cursor: pointer;
}
#header20 .menu20Content a {
	position: relative;
	z-index: 9;
}
#header20 .westSide .baseline {
	margin-left: 0.5em;
}
#header20 .newButton20 {
	margin: 1em auto;
	background: #0050d7;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 4px 6px #a2073800;
	border-radius: 6px;
	display: inline-block;
	padding: 0.3em 1em;
	box-sizing: border-box;
}
#header20 .newButton20:hover {
	border-color: #a20738;
	background-color: #a20738;
	color: #fff !important;
	text-decoration: none;
}
#header20 .newButton20:active {
	border-color: #00185e;
	background-color: #00185e;
	color: #fff !important;
	text-decoration: none;
}
#header20 .white {
	color: #fff !important;
}
#header20 .col-s-1 {
	width: calc((1 / 12 * 100%) - (8px * 2) - 0 * 1px);
}
#header20 .col-s-1:not(.noMargin) {
	margin: 0 8px;
}
#header20 .col-s-1.noMargin {
	width: calc(1 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-1.noMargin-s {
	width: calc(1 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-1.border {
	width: calc((1 / 12 * 100%) - 1px - 0 * 1px);
}
#header20 .col-s-1.borderWithMargin {
	width: calc((1 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
}
#header20 .col-s-2 {
	width: calc((2 / 12 * 100%) - (8px * 2) - 0 * 1px);
}
#header20 .col-s-2:not(.noMargin) {
	margin: 0 8px;
}
#header20 .col-s-2.noMargin {
	width: calc(2 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-2.noMargin-s {
	width: calc(2 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-2.border {
	width: calc((2 / 12 * 100%) - 1px - 0 * 1px);
}
#header20 .col-s-2.borderWithMargin {
	width: calc((2 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
}
#header20 .col-s-3 {
	width: calc((3 / 12 * 100%) - (8px * 2) - 0 * 1px);
}
#header20 .col-s-3:not(.noMargin) {
	margin: 0 8px;
}
#header20 .col-s-3.noMargin {
	width: calc(3 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-3.noMargin-s {
	width: calc(3 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-3.border {
	width: calc((3 / 12 * 100%) - 1px - 0 * 1px);
}
#header20 .col-s-3.borderWithMargin {
	width: calc((3 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
}
#header20 .col-s-4 {
	width: calc((4 / 12 * 100%) - (8px * 2) - 0 * 1px);
}
#header20 .col-s-4:not(.noMargin) {
	margin: 0 8px;
}
#header20 .col-s-4.noMargin {
	width: calc(4 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-4.noMargin-s {
	width: calc(4 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-4.border {
	width: calc((4 / 12 * 100%) - 1px - 0 * 1px);
}
#header20 .col-s-4.borderWithMargin {
	width: calc((4 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
}
#header20 .col-s-5 {
	width: calc((5 / 12 * 100%) - (8px * 2) - 0 * 1px);
}
#header20 .col-s-5:not(.noMargin) {
	margin: 0 8px;
}
#header20 .col-s-5.noMargin {
	width: calc(5 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-5.noMargin-s {
	width: calc(5 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-5.border {
	width: calc((5 / 12 * 100%) - 1px - 0 * 1px);
}
#header20 .col-s-5.borderWithMargin {
	width: calc((5 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
}
#header20 .col-s-6 {
	width: calc((6 / 12 * 100%) - (8px * 2) - 0 * 1px);
}
#header20 .col-s-6:not(.noMargin) {
	margin: 0 8px;
}
#header20 .col-s-6.noMargin {
	width: calc(6 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-6.noMargin-s {
	width: calc(6 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-6.border {
	width: calc((6 / 12 * 100%) - 1px - 0 * 1px);
}
#header20 .col-s-6.borderWithMargin {
	width: calc((6 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
}
#header20 .col-s-7 {
	width: calc((7 / 12 * 100%) - (8px * 2) - 0 * 1px);
}
#header20 .col-s-7:not(.noMargin) {
	margin: 0 8px;
}
#header20 .col-s-7.noMargin {
	width: calc(7 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-7.noMargin-s {
	width: calc(7 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-7.border {
	width: calc((7 / 12 * 100%) - 1px - 0 * 1px);
}
#header20 .col-s-7.borderWithMargin {
	width: calc((7 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
}
#header20 .col-s-8 {
	width: calc((8 / 12 * 100%) - (8px * 2) - 0 * 1px);
}
#header20 .col-s-8:not(.noMargin) {
	margin: 0 8px;
}
#header20 .col-s-8.noMargin {
	width: calc(8 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-8.noMargin-s {
	width: calc(8 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-8.border {
	width: calc((8 / 12 * 100%) - 1px - 0 * 1px);
}
#header20 .col-s-8.borderWithMargin {
	width: calc((8 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
}
#header20 .col-s-9 {
	width: calc((9 / 12 * 100%) - (8px * 2) - 0 * 1px);
}
#header20 .col-s-9:not(.noMargin) {
	margin: 0 8px;
}
#header20 .col-s-9.noMargin {
	width: calc(9 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-9.noMargin-s {
	width: calc(9 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-9.border {
	width: calc((9 / 12 * 100%) - 1px - 0 * 1px);
}
#header20 .col-s-9.borderWithMargin {
	width: calc((9 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
}
#header20 .col-s-10 {
	width: calc((10 / 12 * 100%) - (8px * 2) - 0 * 1px);
}
#header20 .col-s-10:not(.noMargin) {
	margin: 0 8px;
}
#header20 .col-s-10.noMargin {
	width: calc(10 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-10.noMargin-s {
	width: calc(10 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-10.border {
	width: calc((10 / 12 * 100%) - 1px - 0 * 1px);
}
#header20 .col-s-10.borderWithMargin {
	width: calc((10 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
}
#header20 .col-s-11 {
	width: calc((11 / 12 * 100%) - (8px * 2) - 0 * 1px);
}
#header20 .col-s-11:not(.noMargin) {
	margin: 0 8px;
}
#header20 .col-s-11.noMargin {
	width: calc(11 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-11.noMargin-s {
	width: calc(11 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-11.border {
	width: calc((11 / 12 * 100%) - 1px - 0 * 1px);
}
#header20 .col-s-11.borderWithMargin {
	width: calc((11 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
}
#header20 .col-s-12 {
	width: calc((12 / 12 * 100%) - (8px * 2) - 0 * 1px);
}
#header20 .col-s-12:not(.noMargin) {
	margin: 0 8px;
}
#header20 .col-s-12.noMargin {
	width: calc(12 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-12.noMargin-s {
	width: calc(12 / 12 * 100% - 0 * 1px);
}
#header20 .col-s-12.border {
	width: calc((12 / 12 * 100%) - 1px - 0 * 1px);
}
#header20 .col-s-12.borderWithMargin {
	width: calc((12 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
}
#header20 ul li {
	margin-left: 0px;
}

.bg-muted {
	background-color: #f8faff;
	padding-top: 1.5rem !important;
	padding-bottom: 3rem !important;
}

@media screen and (max-width: 991px) {
	/*1159*/
	.menu20 .menu20Content .title {
		box-sizing: border-box;
	}
	.menu20 .menu20Content .title a {
		padding-left: 0.5em !important;
	}
}
@media screen and (min-width: 768px) {
	#header20 .col-m-1 {
		width: calc((1 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-m-1:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-m-1.noMargin {
		width: calc(1 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-1.noMargin-s {
		width: calc(1 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-1.border {
		width: calc((1 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-m-1.borderWithMargin {
		width: calc((1 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-m-2 {
		width: calc((2 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-m-2:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-m-2.noMargin {
		width: calc(2 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-2.noMargin-s {
		width: calc(2 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-2.border {
		width: calc((2 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-m-2.borderWithMargin {
		width: calc((2 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-m-3 {
		width: calc((3 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-m-3:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-m-3.noMargin {
		width: calc(3 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-3.noMargin-s {
		width: calc(3 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-3.border {
		width: calc((3 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-m-3.borderWithMargin {
		width: calc((3 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-m-4 {
		width: calc((4 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-m-4:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-m-4.noMargin {
		width: calc(4 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-4.noMargin-s {
		width: calc(4 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-4.border {
		width: calc((4 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-m-4.borderWithMargin {
		width: calc((4 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-m-5 {
		width: calc((5 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-m-5:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-m-5.noMargin {
		width: calc(5 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-5.noMargin-s {
		width: calc(5 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-5.border {
		width: calc((5 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-m-5.borderWithMargin {
		width: calc((5 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-m-6 {
		width: calc((6 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-m-6:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-m-6.noMargin {
		width: calc(6 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-6.noMargin-s {
		width: calc(6 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-6.border {
		width: calc((6 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-m-6.borderWithMargin {
		width: calc((6 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-m-7 {
		width: calc((7 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-m-7:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-m-7.noMargin {
		width: calc(7 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-7.noMargin-s {
		width: calc(7 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-7.border {
		width: calc((7 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-m-7.borderWithMargin {
		width: calc((7 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-m-8 {
		width: calc((8 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-m-8:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-m-8.noMargin {
		width: calc(8 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-8.noMargin-s {
		width: calc(8 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-8.border {
		width: calc((8 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-m-8.borderWithMargin {
		width: calc((8 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-m-9 {
		width: calc((9 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-m-9:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-m-9.noMargin {
		width: calc(9 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-9.noMargin-s {
		width: calc(9 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-9.border {
		width: calc((9 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-m-9.borderWithMargin {
		width: calc((9 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-m-10 {
		width: calc((10 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-m-10:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-m-10.noMargin {
		width: calc(10 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-10.noMargin-s {
		width: calc(10 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-10.border {
		width: calc((10 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-m-10.borderWithMargin {
		width: calc((10 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-m-11 {
		width: calc((11 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-m-11:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-m-11.noMargin {
		width: calc(11 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-11.noMargin-s {
		width: calc(11 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-11.border {
		width: calc((11 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-m-11.borderWithMargin {
		width: calc((11 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-m-12 {
		width: calc((12 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-m-12:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-m-12.noMargin {
		width: calc(12 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-12.noMargin-s {
		width: calc(12 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-m-12.border {
		width: calc((12 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-m-12.borderWithMargin {
		width: calc((12 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
}
@media only screen and (min-width: 992px) {
	/*1159*/
	#header20 .col-l-1 {
		width: calc((1 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-l-1:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-l-1.noMargin {
		width: calc(1 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-1.noMargin-s {
		width: calc(1 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-1.border {
		width: calc((1 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-l-1.borderWithMargin {
		width: calc((1 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-l-2 {
		width: calc((2 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-l-2:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-l-2.noMargin {
		width: calc(2 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-2.noMargin-s {
		width: calc(2 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-2.border {
		width: calc((2 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-l-2.borderWithMargin {
		width: calc((2 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-l-3 {
		width: calc((3 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-l-3:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-l-3.noMargin {
		/*width: calc(3/12 * 100% - 0 * 1px);*/
		width: 250px;
	}
	#header20 .col-l-3.noMargin-s {
		width: calc(3 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-3.border {
		width: calc((3 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-l-3.borderWithMargin {
		width: calc((3 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-l-4 {
		width: calc((4 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-l-4:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-l-4.noMargin {
		width: calc(4 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-4.noMargin-s {
		width: calc(4 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-4.border {
		width: calc((4 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-l-4.borderWithMargin {
		width: calc((4 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-l-5 {
		width: calc((5 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-l-5:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-l-5.noMargin {
		width: calc(5 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-5.noMargin-s {
		width: calc(5 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-5.border {
		width: calc((5 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-l-5.borderWithMargin {
		width: calc((5 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-l-6 {
		width: calc((6 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-l-6:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-l-6.noMargin {
		width: calc(6 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-6.noMargin-s {
		width: calc(6 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-6.border {
		width: calc((6 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-l-6.borderWithMargin {
		width: calc((6 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-l-7 {
		width: calc((7 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-l-7:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-l-7.noMargin {
		width: calc(7 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-7.noMargin-s {
		width: calc(7 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-7.border {
		width: calc((7 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-l-7.borderWithMargin {
		width: calc((7 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-l-8 {
		width: calc((8 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-l-8:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-l-8.noMargin {
		width: calc(8 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-8.noMargin-s {
		width: calc(8 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-8.border {
		width: calc((8 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-l-8.borderWithMargin {
		width: calc((8 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-l-9 {
		width: calc((9 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-l-9:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-l-9.noMargin {
		width: calc(9 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-9.noMargin-s {
		width: calc(9 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-9.border {
		width: calc((9 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-l-9.borderWithMargin {
		width: calc((9 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-l-10 {
		width: calc((10 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-l-10:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-l-10.noMargin {
		width: calc(10 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-10.noMargin-s {
		width: calc(10 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-10.border {
		width: calc((10 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-l-10.borderWithMargin {
		width: calc((10 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-l-11 {
		width: calc((11 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-l-11:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-l-11.noMargin {
		width: calc(11 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-11.noMargin-s {
		width: calc(11 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-11.border {
		width: calc((11 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-l-11.borderWithMargin {
		width: calc((11 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .col-l-12 {
		width: calc((12 / 12 * 100%) - (8px * 2) - 0 * 1px);
	}
	#header20 .col-l-12:not(.noMargin) {
		margin: 0 8px;
	}
	#header20 .col-l-12.noMargin {
		width: calc(12 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-12.noMargin-s {
		width: calc(12 / 12 * 100% - 0 * 1px);
	}
	#header20 .col-l-12.border {
		width: calc((12 / 12 * 100%) - 1px - 0 * 1px);
	}
	#header20 .col-l-12.borderWithMargin {
		width: calc((12 / 12 * 100%) - (8px * 2) - 2px - 0 * 1px);
	}
	#header20 .l-hide {
		display: none;
	}
	#header20 #header20 .offBg .row div.col-s-12.col-m-12.col-l-3 {
		margin-right: 0px !important;
	}
}
#header20 {
	position: relative;
	width: 100%;
}
#header20 .clear:before,
#header20 .flex:before,
#header20 .row:before,
#header20 .clear:after,
#header20 .flex:after,
#header20 .row:after {
	content: "";
	display: table;
}
#header20 .clear:after,
#header20 .flex:after,
#header20 .row:after {
	clear: both;
}
#header20 .clear,
#header20 .flex,
#header20 .row {
	zoom: 1;
}
#header20 .txtRight {
	text-align: right;
}
#header20 #direction .item {
	flex-wrap: wrap;
}
#header20 div.wrapper,
#header20 div.row {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
#header20 .mobileSupportMenu {
	display: none;
}
#header20 .clear:before,
#header20 .flex:before,
#header20 .row:before,
#header20 .clear:after,
#header20 .flex:after,
#header20 .row:after {
	content: "";
	display: table;
	width: 0px !important;
}
#header20 .clear:after,
#header20 .flex:after,
#header20 .row:after {
	clear: both;
}
#header20 .clear,
#header20 .flex,
#header20 .row {
	zoom: 1;
}
#header20 .col-s-12,
#header20 .col-m-12,
#header20 .col-l-12,
#header20 .col-s-11,
#header20 .col-m-11,
#header20 .col-l-11,
#header20 .col-s-10,
#header20 .col-m-10,
#header20 .col-l-10,
#header20 .col-s-9,
#header20 .col-m-9,
#header20 .col-l-9,
#header20 .col-s-8,
#header20 .col-m-8,
#header20 .col-l-8,
#header20 .col-s-7,
#header20 .col-m-7,
#header20 .col-l-7,
#header20 .col-s-6,
#header20 .col-m-6,
#header20 .col-l-6,
#header20 .col-s-5,
#header20 .col-m-5,
#header20 .col-l-5,
#header20 .col-s-4,
#header20 .col-m-4,
#header20 .col-l-4,
#header20 .col-s-3,
#header20 .col-m-3,
#header20 .col-l-3,
#header20 .col-s-2,
#header20 .col-m-2,
#header20 .col-l-2,
#header20 .col-s-1,
#header20 .col-m-1,
#header20 .col-l-1 {
	float: left;
	position: relative;
	min-height: 1px;
}
#header20 div.wrapper,
#header20 div.row {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
#header20 .full {
	width: 100%;
}
#header20 .half {
	width: 50% !important;
}
#header20 .row.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}
#header20 .fw100 {
	font-weight: 100;
}
#header20 .fw200 {
	font-weight: 200;
}
#header20 .fw400 {
	font-weight: bold;
}
#header20 .fw600 {
	font-weight: 600;
}
#header20 .fw700 {
	font-weight: 700;
}
#header20 .fw900 {
	font-weight: 900;
}
#header20 .row,
#header20 .wrapper {
	margin: 0 auto;
	padding: 0 8px;
	box-sizing: border-box;
}
#header20 #profilIcon,
#header20 .support {
	line-height: 62px;
	text-align: right;
	color: #fff;
}
#header20 .support .menuLink {
	color: #fff !important;
}
#header20 .support .headerHelpMenu {
	color: #fff !important;
}
#header20 .support * {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
}
#header20 #changeLanguage {
	top: 50px !important;
}
#header20 #languageChooser {
	margin-bottom: 3px !important;
}
#header20 #languageChooser + .menu20Content ul li {
	width: 100%;
}
#header20 .noMargin {
	margin: 0px;
}
#header20 .noPadding {
	padding: 0px;
}
#header20 .headerHelpMenu {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	line-height: 2em;
	cursor: default;
}
#header20 .headerHelpMenu * {
	box-sizing: border-box;
}
#header20 .support .form * {
	color: #212529 !important;
	font-weight: normal;
}
#header20 .headerHelpMenu:hover ul {
	display: block;
}
#header20 .headerHelpMenu:hover ul:before {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	background: #fff;
	position: absolute;
	transform: rotate(45deg);
	top: -5px;
	left: calc(50% - 6px);
	box-shadow: rgba(0, 0, 0, 0.1) -3px -3px 2px;
	z-index: -1;
}
#header20 .headerHelpMenu:hover ul li {
	list-style: none;
	margin: 0 !important;
}
#header20 .headerHelpMenu:hover ul li:first-child {
	margin-top: 4px;
	border-radius: 10px 10px 0 0;
}
#header20 .headerHelpMenu:hover ul li:last-child {
	border-radius: 0 0 10px 10px;
}
#header20 .headerHelpMenu:hover ul li:last-childa:after {
	content: "";
	border-bottom: solid #b3b3b3 0px;
}
#header20 .headerHelpMenu:hover ul li:hover {
	background: #c0f1fe;
}
#header20 .headerHelpMenu:hover ul li a {
	color: #0d55d4 !important;
	padding: 4px 8px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#header20 .headerHelpMenu:hover ul li a:after {
	content: "";
	display: block;
	width: 85%;
	border-bottom: solid #b3b3b3 1px;
	margin-top: 4px;
	position: absolute;
}
#header20 .headerHelpMenu:hover ul {
	text-align: center !important;
}
#header20 .fsrem1 {
	font-size: 1rem !important;
}
#header20 .menuTitle.hovered {
	color: #a20738 !important;
}

@media screen and (min-width: 768px) {
	#header20 .flex-container {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	#header20 #direction .item {
		flex-wrap: wrap;
	}
	#header20 .flex-container .item {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: inherit;
	}
	#header20 .flex-container .item.stretch {
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	#header20 .row.flex-container {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#header20 #changeLanguage * .chLangTitl {
		margin-top: 0px;
	}
}
@media screen and (min-width: 992px) {
	/*1159*/
	#block-ocmsheaderblock #header20 #ucartzLogo img {
		margin: 7px auto !important;
	}

	#header20 .a6dU7ec,
	#header20 .a6dU7eb,
	#header20 .a6dU7e {
		position: relative;
		text-decoration: none;
	}
	#header20 .a6dU7ec:after,
	#header20 .a6dU7eb:after,
	#header20 .a6dU7e:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%) scaleX(0);
		transform-origin: 0% 50%;
		width: 100%;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.8);
		transition: transform 250ms;
	}
	#header20 .a6dU7ec:hover:after,
	#header20 .a6dU7ec.hovered:after,
	#header20 .a6dU7eb:hover:after,
	#header20 .a6dU7eb.hovered:after,
	#header20 .a6dU7e:hover:after,
	#header20 .a6dU7e.hovered:after {
		transform: translateX(-50%) scaleX(1);
	}
	#header20 .menu20 .contentTitle {
		line-height: 62px;
		font-size: 1.3em;
	}
	#header20 .menu20 .eastSide {
		background-color: #a1a9ff;
		margin: 0 0 0 8px !important;
		float: right;
		padding: 0 1em;
	}
	#header20 .menu20 a:hover {
		color: #a20738 !important;
	}
	#header20 .menu20 ul {
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header20 .menu20 ul.l2 .contentTitle {
		margin-top: -30px !important;
	}
	#header20 .menu20 ul li.l1 {
		margin: 0px;
		padding: 0px 7px;
	}
	#header20 .menu20 ul li,
	#header20 .menu20 ul li .menu20Content a {
		line-height: 52px;
		float: left;
		list-style: none;
		padding: 0em 1em;
		font-weight: bold;
		font-size: 14px;
	}
	#header20 .menu20 ul li .menu20Content a {
		line-height: 20px;
		padding: 0.5em 1rem;
		text-decoration: none;
	}
	#header20 .menu20 ul li .menu20Content a:hover b {
		color: #a20738 !important;
	}
	#header20 .menu20 ul li .menu20Content a span {
		color: #555;
		font-weight: normal;
		text-decoration: none !important;
	}
	#header20 .menu20 ul .menuTitle {
		line-height: 40px;
		padding: 0em 1em;
		font-weight: bold;
		display: inline-block;
		text-decoration: none;
		font-size: 16px;
	}
	#header20 .menu20 ul .menuTitle:hover {
		color: #a20738 !important;
	}
	#header20 .menu20 ul li:hover {
		cursor: pointer;
	}
	#header20 .menu20 ul li:hover .menu20Content {
		box-shadow: inset rgba(0, 0, 0, 0.1) 0 3px 3px,
			rgba(0, 0, 0, 0.2) 0px 3px 3px;
		display: block;
		display: block;
		position: absolute;
		background: #fff;
		left: 0px;
		width: 100%;
		/*z-index: 9999999999;*/
		border-radius: 0 0 10px 10px;
	}
	#header20 .menu20 .menu20Content {
		display: none;
		cursor: initial;
		overflow: hidden;
		padding: 0;
	}
	#header20 .menu20 .menu20Content .discover {
		line-height: 62px;
		font-size: 1em;
		float: none;
		cursor: pointer;
	}
	@keyframes animateleft {
		from {
			left: -300px;
			opacity: 0;
		}
		to {
			left: 0;
			opacity: 1;
		}
	}
	#header20 .menu20 .menu20Content .l3Title {
		margin: 1em 0 0 8px;
		width: 100%;
	}
	#header20 .menu20 .menu20Content .l3 {
		height: 100vh;
	}
	#header20 .menu20 .menu20Content .l3 li {
		padding-left: 1em;
		box-sizing: border-box;
	}
	#header20 .menu20 .menu20Content .l3 li a:hover {
		color: #00185e !important;
	}
	#header20 .menu20 .menu20Content hr {
		width: 98%;
		clear: both;
		border-color: #ccc;
		margin: 0;
	}
	#header20 .menu20 .menu20Content ul {
		position: relative;
	}
	#header20 .menu20 .menu20Content ul:not(.l3) {
		margin: 2em 0em;
	}
	#header20 .menu20 .menu20Content ul.l2 {
		margin: 0.5em 0 2em 0em;
		padding: 0px;
	}
	#header20 .menu20 .menu20Content ul li:not(.col-s-6) {
		width: 100%;
		float: none;
		padding: 0px;
	}
	#header20 .menu20 .menu20Content ul li:not(.col-s-6) .content {
		display: none;
		position: absolute !important;
		right: 40px;
		top: 0px;
	}
	#header20 .menu20 .menu20Content ul li:not(.col-s-6):hover .content,
	#header20 .menu20 .menu20Content ul li:not(.col-s-6).hovered .content {
		display: block;
		z-index: 1;
	}
	#header20 .offBg2 {
		background-color: #ddf7ff;
	}
	#header20 .a5efd {
		animation: opac 0.8s;
	}
	@keyframes opac {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	#header20 .a5etf {
		position: relative;
		animation: animatetop 0.4s;
	}
	@keyframes animatetop {
		from {
			top: -300px;
			opacity: 0;
		}
		to {
			top: 0;
			opacity: 1;
		}
	}
	#header20 .oHide {
		overflow: hidden;
	}
	#header20 .leftLightBlueBorder {
		box-shadow: #a1a9ff -3px 0px 0px 0px;
	}
	#header20 .rightLightBlueBorder {
		box-shadow: #a1a9ff 3px 0px 0px 0px;
	}
	#header20 .ham {
		display: none;
	}
	#header20 .v2 .menu20Content .l2 {
		margin-top: 2em !important;
	}
	#header20 .s-hide {
		display: none;
	}
	#header20 .m-show {
		display: none;
	}
	#header20 .l-show {
		display: block;
	}
	#header20 .s-show {
		display: hide;
	}
}
@media screen and (max-width: 991px) {
	/*1159*/
	main#main {
		margin: 50px 0 0 0 !important;
	}

	#header20 {
		z-index: 999999999;
		box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px 0;
	}
	#header20 .baseline {
		display: none;
	}
	#header20 .contentTitle,
	#header20 hr {
		display: none;
	}
	#header20 .westSide .txtRight a {
		display: none;
	}
	#header20 .westSide .l2 a {
		color: #0050d7;
		padding: 0.5em;
		font-weight: bold;
		cursor: pointer;
		text-decoration: none;
	}
	#header20 .westSide .l2 a:hover {
		color: #122844;
	}
	#header20 .westSide .l2 a span {
		display: none;
	}
	#header20 .eastSide {
		background-color: #ddf7ff;
		margin: 0px !important;
		width: 100% !important;
	}
	#header20 .eastSide .quickAction,
	#header20 .eastSide hr {
		display: none;
	}
	#header20 .eastSide a {
		color: #0050d7;
		text-decoration: none;
		padding: 0.5em 1.5em;
		font-weight: bold;
	}
	#header20 #profilIcon {
		display: block !important;
		float: right;
		margin-right: -1em;
	}
	#header20 .hamburger {
		display: inline-block;
		margin: 1rem;
		cursor: pointer;
		position: relative;
	}
	#header20 .hamburger::after {
        content: 'Menu';
        position: absolute;
        top: -0.275rem;
        left: 1.5rem;
        color: #a20738;
        font-weight: 600;
	}
	.home-sider .owl-theme .owl-dots .owl-dot span{
	    width: 1rem !important;
        height: 0.2rem !important;
	}
	#header20 .hamburger .line {
		width: 13px;
		height: 2px;
		background-color: #a20738;
		display: block;
		margin: 3px auto;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#header20 .hamburger:hover {
		cursor: pointer;
	}
	#header20 .hamburger.is-active .line:nth-child(2) {
		opacity: 0;
	}
	#header20 .hamburger.is-active .line:nth-child(1) {
		-webkit-transform: translateY(5px) rotate(45deg);
		-ms-transform: translateY(5px) rotate(45deg);
		-o-transform: translateY(5px) rotate(45deg);
		transform: translateY(5px) rotate(45deg);
	}
	#header20 .hamburger.is-active .line:nth-child(3) {
		-webkit-transform: translateY(-5px) rotate(-45deg);
		-ms-transform: translateY(-5px) rotate(-45deg);
		-o-transform: translateY(-5px) rotate(-45deg);
		transform: translateY(-5px) rotate(-45deg);
	}
	#header20 .support {
		display: none;
	}
	#header20 .offBg {
		background: #fff;
		height: 51px;
	}
	#header20 .offBg #ucartzLogo img {
		display: none;
	}
	#header20 .offBg #ucartzLogo:before {
		content: "";
		background: url("https://www.ucartz.com/img/header/chevron.svg") center
			center no-repeat;
		height: 51px;
		width: 198px;
		display: inline-block;
	}
	@keyframes animatetop {
		from {
			top: -300px;
			opacity: 0;
		}
		to {
			top: 0;
			opacity: 1;
		}
	}
	@keyframes animateleft {
		from {
			left: -300px;
			opacity: 0;
		}
		to {
			left: 0;
			opacity: 1;
		}
	}
	#header20 .menu20 {
		display: none;
		position: relative;
		z-index: 9;
		background: #fff;
	}
	#header20 .menu20 .row {
		margin: 0px;
		padding: 0px;
	}
	#header20 .menu20.is-active {
		display: block;
		animation: animateleft 0.4s;
	}
	#header20 .menu20 .menu20Content {
		display: none;
		position: relative;
		animation: animateleft 0.4s;
	}
	#header20 .menu20 .menu20Content.is-active {
		display: block;
	}
	#header20 .menu20 .menu20Content ul.l3 {
		display: none;
		overflow: hidden;
		padding: 0 0 0 1em;
	}
	#header20 .menu20 .menu20Content ul.l3 .l3Title {
		display: none;
	}
	#header20 .menu20 .menu20Content ul.l3 li {
		position: relative;
		animation: animatetop 0.4s;
	}
	#header20 .menu20 .menu20Content ul.l3 li a {
		color: #0050d7;
		font-weight: bold;
		text-decoration: none;
	}
	#header20 .menu20 .menu20Content ul.l3 li a:hover {
		color: #00185e !important;
	}
	#header20 .menu20 .menu20Content ul.l3 li a span {
		display: none;
	}
	#header20 .menu20 .menu20Content .title,
	#header20 .menu20 .menu20Content ul.l2 li {
		width: 100%;
	}
	#header20 .menu20 .menu20Content .title,
	#header20 .menu20 .menu20Content .title a {
		color: #0050d7;
		padding: 0.5em;
		font-weight: bold;
		cursor: pointer;
		text-decoration: none;
	}
	#header20 .menu20 .menu20Content .title:hover,
	#header20 .menu20 .menu20Content .title a:hover {
		color: #00185e !important;
	}
	#header20 .menu20 .menu20Content .title:not(.noL3).hidd:before {
		display: none;
	}
	#header20 .menu20 .menu20Content .title a,
	#header20 .menu20 .menu20Content .title a a {
		padding: 0;
	}
	#header20 .menu20 .menu20Content .title:not(.noL3):before {
		content: "";
		float: right;
		font-size: 1.6em;
		font-weight: 900;
		margin: 0 1em 0.1em 0.5em;
		background: url("https://www.ucartz.com/img/header/chevron.svg") center
			center no-repeat;
		height: 18px;
		width: 18px;
		position: relative;
		animation: animateleft 0.4s;
	}
	@keyframes animateleft {
		from {
			left: -300px;
			opacity: 0;
		}
		to {
			left: 0;
			opacity: 1;
		}
	}
	#header20 .menu20 .menu20Content .title:not(.noL3).active:before {
		transform: rotate(180deg);
	}
	#header20 .menu20 .menu20Content .title:not(.noL3).nbfr:before {
		background: none;
	}
	#header20 .menu20 .menuTitle {
		cursor: pointer;
		color: #00185e;
		padding: 0.5em 1em;
		font-weight: bold;
		display: inline-block;
		width: 100%;
		border-bottom: solid #bbb 1px;
		box-sizing: border-box;
		text-decoration: none;
	}
	#header20 .menu20 .menuTitle:after {
		content: "";
		float: right;
		font-size: 1.6em;
		font-weight: 900;
		margin: 0.15em 0.1em 0;
		background: url("https://www.ucartz.com/img/header/chevron.svg") center
			center no-repeat;
		height: 18px;
		width: 18px;
		transform: rotate(-90deg);
		position: relative;
		animation: animateleft 0.4s;
	}
	@keyframes animateleft {
		from {
			left: -300px;
			opacity: 0;
		}
		to {
			left: 0;
			opacity: 1;
		}
	}
	#header20 .menu20 .menuTitle.active {
		color: #00185e;
		font-weight: bolder;
	}
	#header20 .menu20 .menuTitle.active:after {
		float: left;
		transform: rotate(90deg);
		margin-left: -5px;
	}
	#header20 .menu20 ul {
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	#header20 .menu20 ul li {
		list-style: none;
		width: 100%;
	}
	#header20 .menu20 ul li a {
		box-sizing: border-box;
		font-size: 14px;
	}
	#header20 .mobileSupportMenu {
		display: block;
	}
	#header20 .mobileSupportMenu .menu20 {
		background-color: #a20738;
	}
	#header20 .mobileSupportMenu .menu20 .menuTitle {
		border-color: #0022b2;
		text-decoration: none;
	}
	#header20 .mobileSupportMenu .menu20 .menuTitle:after {
		background: url("https://www.ucartz.com/img/header/chevron.svg") center
			center no-repeat;
	}
	#header20 .mobileSupportMenu .menu20 .menu20Content {
		background-color: #a20738;
	}

	body div#main {
		margin: 50px auto 0 auto !important;
	}
}
div.dialog-off-canvas-main-canvas #header {
	min-height: initial !important;
}
.subMenuTitle {
	position: relative;
	font-size: 1.1rem;
	line-height: 2.5rem !important;
	padding-left: 1rem;
	cursor: default;
}
.subMenuTitle::after {
	content: " ";
	display: block;
	position: absolute;
	border-bottom: solid thin #000;
	width: 5rem;
	bottom: 0.4rem;
}
span.filter-color {
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
	display: block;
	padding: 0.5rem;
}
.add-to-cart-block-img {
	max-height: 8rem;
}
.modal-dialog {
	width: 24rem;
}
.sub-categories-list {
    display: flex;
    flex-flow: column;
    margin: 0.5rem 0;
}
.sub-categories-list a::before{
    content: '\21e8';
    color: #a20738;
    font-size: 1.2rem;
    font-weight: bolder;
}
.explore-product-buttons {
    display: flex;
    column-gap: 0.5rem;
    margin-top: 1rem;
}
.explore-product-buttons a {
    border: solid 2px;
    padding: 0.6rem 1rem;
}
.added-to-wishlist, .added-to-wishlist:hover {
    background-color: #a20738!important;
    color: #fff !important;
}
.added-to-wishlist .fas{
    color: #fff !important;
}
.added-to-wishlist:hover{
    opacity: 0.9;
}
.remove-wishlist {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    font-size: 1.5rem;
    color: #fff;
}
.remove-wishlist:hover{
    opacity: 0.5;
    text-shadow: 1px 1px 10px black;
}
.text-small{
    font-size: 0.8rem;
}
.whatsapp-connect {
    width: 68px;
    display: block;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1999;
}
.whatsapp-connect img{
    width: 100%;
}
.measurement-fit-block {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    row-gap: 0.2rem;
}
.position-absolute{
    z-index: 99999999999;
    margin-top: 0.5rem;
    width: 60vw !important;
}
.search-list-item.list-group-item-action::after {
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    display: inline;
    color: #cecece;
    font-weight: bold;
    position: absolute;
    right: 0.5rem;
}